aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/render_options.rb
Commit message (Expand)AuthorAgeFilesLines
* Get tests to run (with failures) without old base aroundYehuda Katz + Carl Lerche2009-06-151-103/+0
* AS::Concern redefines "include" to lazy include modules as dependenciesJoshua Peek2009-05-291-5/+5
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-20/+16
* Revert "Revert "Whitespace!""Joshua Peek2009-05-281-8/+8
* 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