aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/layouts.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rename the RenderingController module to just plain RenderingDavid Heinemeier Hansson2009-12-201-1/+1
|
* Move all render and layout pieces required in ActionMailer from ↵José Valim2009-11-011-10/+0
| | | | ActionController to AbstractController.
* Refactor ActionMailer layout and remove legacy one.José Valim2009-11-011-11/+0
|
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-071-1/+1
|
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect ↵Yehuda Katz2009-08-061-0/+192
their module locations