| Commit message (Expand) | Author | Age | Files | Lines |
* | No need for .rb extension | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 |
* | Create AbstractController::Rendering interface | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1 |
* | Revert "Rename abstract_controller/rendering. to errors.rb" | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 |
* | Rename abstract_controller/rendering. to errors.rb | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 |
* | Fix AP test suite after moving stuff to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1 |
* | Move layouts to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+0 |
* | Move rendering from AP to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+0 |
* | Move view_paths from AP to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+0 |
* | load active_support/core_ext/module/delegation in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | load active_support/core_ext/class/attribute in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | load active_support/concern in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | load active_support/dependencies/autoload in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | defines a private require-hub active_support/rails | Xavier Noria | 2012-08-02 | 1 | -0/+1 |
* | Remove useless load path modifications | Santiago Pastorino | 2012-05-11 | 1 | -3/+0 |
* | Remove ruby/shim | Santiago Pastorino | 2012-05-11 | 1 | -1/+0 |
* | Refactor ActionMailer to not use hide_actions | Piotr Sarnacki | 2010-09-03 | 1 | -0/+1 |
* | Be sure to call helper :all just on direct children. (Tests by Jesse Storimer) | José Valim | 2010-08-26 | 1 | -0/+1 |
* | No need to delegate. Simply include the whole RecordIdentifier module. | José Valim | 2010-07-21 | 1 | -0/+1 |
* | Extract assets paths and make them available to Action Mailer as well | David Heinemeier Hansson | 2010-06-02 | 1 | -0/+1 |
* | Clean up the config object in ActionPack. Create config_accessor which just d... | José Valim | 2010-04-22 | 1 | -1/+0 |
* | Finish cleaning up rendering stack from views and move assigns evaluation to ... | José Valim | 2010-03-12 | 1 | -0/+1 |
* | Optimize and clean up how details key get expired. | José Valim | 2010-03-10 | 1 | -0/+1 |
* | Move ViewPaths module to its own file. | José Valim | 2010-03-08 | 1 | -0/+1 |
* | More cleanup on the layouts side. | José Valim | 2010-03-08 | 1 | -2/+0 |
* | Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:re... | José Valim | 2010-02-26 | 1 | -0/+2 |
* | Renamed LocalizedCache to DetailsCache. | José Valim | 2010-02-24 | 1 | -1/+1 |
* | Fix some backward incompatible behavior on AM. | José Valim | 2010-01-30 | 1 | -0/+1 |
* | ActionMailer should depend just on AbstractController. | José Valim | 2010-01-29 | 1 | -1/+1 |
* | Added AbstractController::Collector. | José Valim and Mikel Lindsaar | 2010-01-23 | 1 | -0/+1 |
* | Move ActionController::Translation to AbstractController::Translation. | José Valim | 2010-01-20 | 1 | -0/+1 |
* | Remove duplicated url_for code and move methods shared between ActionMailer a... | José Valim | 2010-01-07 | 1 | -0/+1 |
* | Flip deferrable autoload convention | Joshua Peek | 2009-12-22 | 1 | -9/+7 |
* | Rename the RenderingController module to just plain Rendering | David Heinemeier Hansson | 2009-12-20 | 1 | -1/+1 |
* | Add active_support/ruby/shim to the default requirements for AP components | Yehuda Katz | 2009-12-20 | 1 | -1/+1 |
* | Fully expand relative rails framework paths and make sure we aren't | Joshua Peek | 2009-12-16 | 1 | -2/+6 |
* | All AbstractController modules are deferrable | Joshua Peek | 2009-12-12 | 1 | -7/+9 |
* | Relocate AbstractController exceptions into their proper parent modules | Joshua Peek | 2009-12-12 | 1 | -7/+0 |
* | Reorganize autoloads: | Carlhuda | 2009-12-02 | 1 | -10/+15 |
* | Extracted localized_cache.rb from ActionController, added it to AbstractContr... | José Valim | 2009-11-01 | 1 | -0/+1 |
* | Add Orchestra instrumentation to fragment and page caching. | José Valim | 2009-09-20 | 1 | -1/+0 |
* | Renamed presenter to renderer, added some documentation and defined its API. | José Valim | 2009-08-07 | 1 | -10/+10 |
* | Move AbstractController to a top-level component | Yehuda Katz | 2009-08-06 | 1 | -0/+16 |