aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Clear out AS callback method pollution in AC::Base.action_methodsJoshua Peek2010-01-171-8/+12
* Base#action_methods delegates to Base.action_methodsJoshua Peek2010-01-171-58/+62
* @_formats initialization should be AbstractController::Base.José Valim2010-01-041-0/+5
* 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