aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/base.rb
Commit message (Expand)AuthorAgeFilesLines
* better styling on #available_action? docsSebastian Martinez2011-05-061-2/+2
* Revert to old semantics, use available_action? instead of action_method?.José Valim2011-05-061-13/+25
* Implicit actions named not_implemented can be renderedSantiago Pastorino2011-04-021-0/+2
* Make action_method? public and change implicit rendering to override it instead.José Valim2011-03-301-15/+18
* Rewording existing commentNeeraj Singh2010-11-301-4/+3
* Fix a few bugs when trying to use Head standalonewycats2010-10-101-0/+1
* oops, missed a uniqAaron Patterson2010-09-291-1/+1
* dry up action_methodsAaron Patterson2010-09-291-4/+4
* fixed capitalizationJoost Baaij2010-08-251-8/+8
* change rdoc to conform to api guidelinesJoost Baaij2010-08-251-11/+13
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Reload action_methods in AbstractController after defining new method.Piotr Sarnacki2010-08-041-0/+12
* ActiveRecord and ActionPack now use the new descendants implementation.José Valim2010-06-191-11/+2
* Missing method error doesn't specify which controller it is missing from [#44...Alan Harper2010-06-101-1/+1
* Changes made while working on upgrading cells to Rails 3wycats2010-06-031-0/+1
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-13/+4
* Move layout lookup to views.José Valim2010-03-081-6/+0
* Add a method for configuring abstract controllersCarl Lerche2010-03-041-0/+4
* Modifying configurations on the instance of a controller should not affect th...Carl Lerche2010-03-031-1/+1
* 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 status:re...José Valim2010-02-261-1/+1
* 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