aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/examples/very_simple.rb
Commit message (Collapse)AuthorAgeFilesLines
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-071-2/+2
|
* rename ActionController::Http to ActionController::Metal at Josh's suggestionYehuda Katz2009-08-061-1/+1
|
* Replace _action_view with view_context to reflect that it is public and that ↵Yehuda Katz2009-08-061-1/+1
| | | | it does not need to be an ActionView instance
* replace _render_*_from_controller with render_* as they are intended to be ↵Yehuda Katz2009-08-061-1/+1
| | | | public
* Add some simple examples for unconventional AMo and AP useYehuda Katz2009-07-191-0/+50