aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/base.rb
Commit message (Expand)AuthorAgeFilesLines
* controller_path is required by ActionView, so move it up to AbstractControlle...José Valim2009-12-311-0/+15
* Make ActionMailer::Base inherit from AbstractController::BaseJosé Valim2009-12-221-4/+4
* AC::Head now doesn't have an unfulfilled Rendering dependency, and instead wo...Yehuda Katz2009-12-201-0/+1
* 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 Rack...Yehuda Katz2009-08-261-1/+0
* Move AbstractController to a top-level componentYehuda Katz2009-08-061-0/+159