| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extra white spaces on ActionPack docs. | Sebastian Martinez | 2011-05-23 | 1 | -1/+1 |
* | Move prefixes to view paths as they are now a lookup context dependency. | José Valim | 2011-05-04 | 1 | -2/+0 |
* | Make ActionController::Base.modules_for_helpers and ActionController::Base.al... | Piotr Sarnacki | 2011-04-25 | 1 | -11/+11 |
* | Ensure that inherited helper_methods are available after calling clear_helper... | Jesse Storimer | 2010-08-28 | 1 | -1/+11 |
* | Add clear_helpers as a way to clean up all helpers added to this controller, ... | José Valim | 2010-08-26 | 1 | -0/+7 |
* | change rdoc to conform to api guidelines | Joost Baaij | 2010-08-25 | 1 | -6/+6 |
* | Clean up the config object in ActionPack. Create config_accessor which just d... | José Valim | 2010-04-22 | 1 | -1/+0 |
* | Each controller class has it's own view context subclass. This removes the ne... | Carlhuda | 2010-03-18 | 1 | -9/+1 |
* | Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:re... | José Valim | 2010-02-26 | 1 | -3/+0 |
* | Update AP to start locking down a public API. This work is parallel to some d... | Yehuda Katz | 2010-02-16 | 1 | -2/+2 |
* | name.blank? -> anonymous? | Xavier Noria | 2010-02-14 | 1 | -1/+2 |
* | Convert to class_attribute | Jeremy Kemper | 2010-02-01 | 1 | -4/+6 |
* | Fix some backward incompatible behavior on AM. | José Valim | 2010-01-30 | 1 | -1/+11 |
* | Rename the RenderingController module to just plain Rendering | David Heinemeier Hansson | 2009-12-20 | 1 | -1/+1 |
* | Remove ActionMailer helpers and rely on AbstractController one. | José Valim | 2009-11-01 | 1 | -11/+70 |
* | Experimental: Improve performance of ActionView by preventing method cache fl... | Yehuda Katz | 2009-08-09 | 1 | -0/+10 |
* | Renamed presenter to renderer, added some documentation and defined its API. | José Valim | 2009-08-07 | 1 | -1/+1 |
* | Move AbstractController to a top-level component | Yehuda Katz | 2009-08-06 | 1 | -0/+82 |