aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/failsafe.rb
Commit message (Collapse)AuthorAgeFilesLines
* Properly parenthasize calls to defined?(Rails) in 75fa82418 [#1563 ↵Frederick Cheung2008-12-151-1/+1
| | | | | | state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Prefer Rails.logger over RAILS_DEFAULT_LOGGERJoshua Peek2008-12-101-2/+2
|
* Boot out CGI Processor.Joshua Peek2008-12-041-0/+52
* Add ActionController::CGIHandler as a backwards compatible CGI wrapper around Rack. * Also pull failsafe responder into ActionController::Failsafe middleware.