aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/base.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Modifying configurations on the instance of a controller should not affect ↵Carl Lerche2010-03-031-1/+1
| | | | the class
* Tweak how ActionPack handles InheritableOptionsCarl Lerche2010-03-031-0/+2
|
* Move the original config method onto AbstractControllerCarl Lerche2010-03-031-0/+8
|
* Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 ↵José Valim2010-02-261-1/+1
| | | | status:resolved]
* 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 ↵José Valim2009-12-311-0/+15
| | | | AbstractController and refactor AbstractController::Layouts.
* Make ActionMailer::Base inherit from AbstractController::BaseJosé Valim2009-12-221-4/+4
| | | | Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local>
* AC::Head now doesn't have an unfulfilled Rendering dependency, and instead ↵Yehuda Katz2009-12-201-0/+1
| | | | works just fine standalone (which means that ConditionalGet also doesn't have a Rendering dependency)
* 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