aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/context.rb
Commit message (Collapse)AuthorAgeFilesLines
* Each controller class has it's own view context subclass. This removes the ↵Carlhuda2010-03-181-2/+0
| | | | need for ActionView::Base.for_controller
* replace _render_*_from_controller with render_* as they are intended to be ↵Yehuda Katz2009-08-061-2/+2
| | | | public
* Update some tests and add a to_model to form helpersYehuda Katz2009-07-201-2/+6
|
* Separate ActionView::Context so something else can easily be made into an AV ↵Yehuda Katz2009-07-191-0/+40
context