aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/base.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix response_body warning in ACJoshua Peek2009-12-141-0/+2
|
* Relocate AbstractController exceptions into their proper parent modulesJoshua Peek2009-12-121-1/+3
|
* Create new ActionController::Middleware class that will work as a normal ↵Yehuda Katz2009-08-261-1/+0
| | | | | | Rack middleware. * This initial implementation is a bit hackish, but it uses a normal middleware API so it's future-proof when we improve the internals.
* Move AbstractController to a top-level componentYehuda Katz2009-08-061-0/+159