aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/render_options.rb
Commit message (Expand)AuthorAgeFilesLines
* Reduce the cost of using ActionController::Http significantly by:Yehuda Katz2009-05-271-4/+4
* Created an ActionController::Renderers::All that includes all the default ren...Yehuda Katz + Carl Lerche2009-05-221-0/+11
* Got controller/render_js_test.rb to pass on new baseYehuda Katz + Carl Lerche2009-05-221-0/+10
* Ruby 1.9 compat: don't rely on lexical scoping since the included block is ca...Jeremy Kemper2009-05-211-2/+2
* Added the :rjs render optionYehuda Katz + Carl Lerche2009-05-211-0/+11
* Update render options to remove performance implications of many render optio...Yehuda Katz + Carl Lerche2009-05-211-7/+25
* Added the :xml render optionYehuda Katz + Carl Lerche2009-05-211-6/+24
* Added the ability to register methods to handle specific render option keys a...Yehuda Katz + Carl Lerche2009-05-211-0/+39