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_controller/metal
Joshua Peek 90d7ae23c6 Remove global exception catching from ApplicationController.
It was severely broken since it was ported to NewBase and is causing problems with normal exception catching. A replacement is coming soon.
2009-09-15 10:05:46 -05:00
..
compatibility.rb Move legacy param_parsers config onto AD::ParamsParser 2009-08-21 16:49:33 -05:00
conditional_get.rb Add nagivational behavior to respond_with. 2009-08-07 17:16:15 +02:00
cookies.rb
exceptions.rb
filter_parameter_logging.rb Fix filtering parameters when there are Fixnum or other un-dupable values. 2009-09-10 18:53:50 -07:00
flash.rb
helpers.rb
hide_actions.rb More perf work: 2009-08-11 15:03:53 -07:00
http_authentication.rb And the same thing for Basic 2009-08-25 17:34:07 -07:00
layouts.rb Renamed presenter to renderer, added some documentation and defined its API. 2009-08-07 17:17:51 +02:00
mime_responds.rb Ensure that blocks are also handled inside the responder. 2009-08-29 18:21:19 +02:00
rack_convenience.rb ActionController::Metal can be a middleware 2009-08-25 12:14:31 -07:00
redirector.rb Redirector had an undeclared dependency on Logger. 2009-08-25 17:20:58 -07:00
render_options.rb Renamed presenter to renderer, added some documentation and defined its API. 2009-08-07 17:17:51 +02:00
rendering_controller.rb Got tests to pass with some more changes. 2009-08-15 12:32:02 -07:00
request_forgery_protection.rb
rescuable.rb Remove global exception catching from ApplicationController. 2009-09-15 10:05:46 -05:00
responder.rb Ensure that blocks are also handled inside the responder. 2009-08-29 18:21:19 +02:00
session.rb
session_management.rb
streaming.rb Got overhead down from 127 to 85. All tests pass: 2009-08-11 15:03:53 -07:00
testing.rb
url_for.rb More perf work: 2009-08-11 15:03:53 -07:00
verification.rb Renamed presenter to renderer, added some documentation and defined its API. 2009-08-07 17:17:51 +02:00