aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/render_action_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Replace the class level Rack::Test DSL with the regular integration tests DSLPratik Naik2009-05-201-205/+183
|
* Merge Failsafe middleware into ShowExceptionsJoshua Peek2009-05-171-2/+2
|
* Instead of checking Rails.env.test? in Failsafe middleware, check ↵Bryan Helmkamp2009-05-161-2/+4
| | | | env["rails.raise_exceptions"]
* Cleaning up more render testsYehuda Katz + Carl Lerche2009-05-141-1/+16
|
* Renamed Base2 to Base and don't require old action_controller for new BaseYehuda Katz + Carl Lerche2009-05-011-3/+3
|
* OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-4/+4
|
* Get Base2 layouts to work :)Yehuda Katz and Carl Lerche2009-04-071-5/+7
|
* Add a bunch of tests for various render :action, layout combinationsYehuda Katz2009-03-231-48/+233
|
* Finished implementing :layout for most of the render optionsCarl Lerche2009-03-231-6/+4
|
* Modified the action layout tests to use the new FixtureTemplate classCarl Lerche2009-03-231-4/+13
|
* Test controller layoutYehuda Katz2009-03-191-2/+35
|
* Get very basic layouts working.Yehuda Katz2009-03-191-0/+23
| | | * Required small architecture change
* Started implementing render :actionYehuda Katz2009-03-191-0/+75