aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/context.rb
Commit message (Expand)AuthorAgeFilesLines
* Tidy up pending TODOs after discussion with Mr. Gatoz (@wycats).José Valim2011-05-011-60/+16
* log errors when an exception happens when streaming.José Valim2011-05-011-0/+2
* Introduce view renderer.José Valim2011-05-011-0/+2
* More cleanup and moving responsibilities around.José Valim2011-05-011-22/+62
* Start abstracting the renderer.José Valim2011-05-011-5/+1
* Body... wanna *stream* my body? Body... such a thrill my body!José Valim2011-04-181-0/+1
* Adds title and description where needed.Rizwan Reza2010-06-161-12/+9
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-3/+3
* Each controller class has it's own view context subclass. This removes the ne...Carlhuda2010-03-181-2/+0
* replace _render_*_from_controller with render_* as they are intended to be pu...Yehuda Katz2009-08-061-2/+2
* 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