1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/middleware
Joshua Peek 11af089cee Extract ActionController rescue templates into Rescue and ShowExceptions middleware.
This commit breaks all exception catching plugins like ExceptionNotifier. These plugins should be rewritten as middleware instead overriding Controller#rescue_action_in_public.
2009-05-02 23:02:22 -05:00
..
session Inherit TestSession from Session::AbstractStore and add indifferent access to Session::AbstractStore. 2009-04-26 14:33:57 -05:00
templates/rescues Extract ActionController rescue templates into Rescue and ShowExceptions middleware. 2009-05-02 23:02:22 -05:00
failsafe.rb Don't return bare string as rack body 2009-04-27 00:00:03 -07:00
params_parser.rb Switch to action_dispatch rack namespace 2009-04-30 13:45:12 -05:00
reloader.rb Move reloader middleware in ActionDispatch 2009-04-14 17:06:32 -05:00
rescue.rb Extract ActionController rescue templates into Rescue and ShowExceptions middleware. 2009-05-02 23:02:22 -05:00
show_exceptions.rb Extract ActionController rescue templates into Rescue and ShowExceptions middleware. 2009-05-02 23:02:22 -05:00
stack.rb Move middleware stack out of utils folder 2009-04-14 16:56:45 -05:00