aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor ActionMailer to not use hide_actionsPiotr Sarnacki2010-09-031-0/+1
* Be sure to call helper :all just on direct children. (Tests by Jesse Storimer)José Valim2010-08-261-0/+1
* No need to delegate. Simply include the whole RecordIdentifier module.José Valim2010-07-211-0/+1
* Extract assets paths and make them available to Action Mailer as wellDavid Heinemeier Hansson2010-06-021-0/+1
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-1/+0
* Finish cleaning up rendering stack from views and move assigns evaluation to ...José Valim2010-03-121-0/+1
* Optimize and clean up how details key get expired.José Valim2010-03-101-0/+1
* Move ViewPaths module to its own file.José Valim2010-03-081-0/+1
* More cleanup on the layouts side.José Valim2010-03-081-2/+0
* Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:re...José Valim2010-02-261-0/+2
* Renamed LocalizedCache to DetailsCache.José Valim2010-02-241-1/+1
* Fix some backward incompatible behavior on AM.José Valim2010-01-301-0/+1
* ActionMailer should depend just on AbstractController.José Valim2010-01-291-1/+1
* Added AbstractController::Collector.José Valim and Mikel Lindsaar2010-01-231-0/+1
* Move ActionController::Translation to AbstractController::Translation.José Valim2010-01-201-0/+1
* Remove duplicated url_for code and move methods shared between ActionMailer a...José Valim2010-01-071-0/+1
* Flip deferrable autoload conventionJoshua Peek2009-12-221-9/+7
* Rename the RenderingController module to just plain RenderingDavid Heinemeier Hansson2009-12-201-1/+1
* Add active_support/ruby/shim to the default requirements for AP componentsYehuda Katz2009-12-201-1/+1
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-2/+6
* All AbstractController modules are deferrableJoshua Peek2009-12-121-7/+9
* Relocate AbstractController exceptions into their proper parent modulesJoshua Peek2009-12-121-7/+0
* Reorganize autoloads:Carlhuda2009-12-021-10/+15
* Extracted localized_cache.rb from ActionController, added it to AbstractContr...José Valim2009-11-011-0/+1
* Add Orchestra instrumentation to fragment and page caching.José Valim2009-09-201-1/+0
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-071-10/+10
* Move AbstractController to a top-level componentYehuda Katz2009-08-061-0/+16