aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace the class level Rack::Test DSL with the regular integration tests DSLPratik Naik2009-05-201-24/+21
* Merge Failsafe middleware into ShowExceptionsJoshua Peek2009-05-171-3/+3
* Instead of checking Rails.env.test? in Failsafe middleware, check env["rails....Bryan Helmkamp2009-05-161-3/+3
* Renamed Base2 to Base and don't require old action_controller for new BaseYehuda Katz + Carl Lerche2009-05-011-2/+2
* Committing the last changes before we start trying to get the old tests to pa...Yehuda Katz + Carl Lerche2009-05-011-4/+44
* Ported over the concept of public instance methods on controller child classe...Yehuda Katz + Carl Lerche2009-05-011-0/+10
* Support implicit render and blank renderYehuda Katz + Carl Lerche2009-05-011-0/+18
* Finished implementing render :text in Base2Yehuda Katz + Carl Lerche2009-05-011-0/+20