aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base/render.rb
Commit message (Expand)AuthorAgeFilesLines
* Get tests to run (with failures) without old base aroundYehuda Katz + Carl Lerche2009-06-151-403/+0
* Fix render :json => nil [#2589 state:resolved]Jeremy Kemper2009-04-301-1/+2
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-3/+4
* Check for to_str rather than StringJeremy Kemper2009-04-261-1/+1
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-1/+1
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-1/+6
* Rack::Utils.body_to_s doesn't exist in 1.0Jeremy Kemper2009-04-221-1/+3
* Reinstate Base#render_to_string. Introduce AbstractController#render_to_strin...Jeremy Kemper2009-04-211-5/+9
* Resurrecting 1.9 compatibility.Carl Lerche & Yehuda Katz2009-04-131-1/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-3/+15
* Reorganize ActionController folder structureJoshua Peek2009-01-271-0/+378