aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/render_options.rb
Commit message (Collapse)AuthorAgeFilesLines
* Simpler RenderOption API -- removes the need for registering the types and ↵Carlhuda2009-12-091-56/+45
| | | | extending a module
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-071-5/+5
|
* Update _render_options to reflect the fact that they're publicYehuda Katz2009-08-061-6/+6
|
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect ↵Yehuda Katz2009-08-061-0/+103
their module locations