aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Move prefixes to view paths as they are now a lookup context dependency.José Valim2011-05-041-2/+0
* Make ActionController::Base.modules_for_helpers and ActionController::Base.al...Piotr Sarnacki2011-04-251-11/+11
* Ensure that inherited helper_methods are available after calling clear_helper...Jesse Storimer2010-08-281-1/+11
* Add clear_helpers as a way to clean up all helpers added to this controller, ...José Valim2010-08-261-0/+7
* change rdoc to conform to api guidelinesJoost Baaij2010-08-251-6/+6
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-1/+0
* Each controller class has it's own view context subclass. This removes the ne...Carlhuda2010-03-181-9/+1
* Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:re...José Valim2010-02-261-3/+0
* Update AP to start locking down a public API. This work is parallel to some d...Yehuda Katz2010-02-161-2/+2
* name.blank? -> anonymous?Xavier Noria2010-02-141-1/+2
* Convert to class_attributeJeremy Kemper2010-02-011-4/+6
* Fix some backward incompatible behavior on AM.José Valim2010-01-301-1/+11
* Rename the RenderingController module to just plain RenderingDavid Heinemeier Hansson2009-12-201-1/+1
* Remove ActionMailer helpers and rely on AbstractController one.José Valim2009-11-011-11/+70
* Experimental: Improve performance of ActionView by preventing method cache fl...Yehuda Katz2009-08-091-0/+10
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-071-1/+1
* Move AbstractController to a top-level componentYehuda Katz2009-08-061-0/+82