aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/render_options.rb
Commit message (Expand)AuthorAgeFilesLines
* 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