aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/render_action_test.rb
Commit message (Expand)AuthorAgeFilesLines
* File extra test folders into controller, dispatch, or templateJoshua Peek2009-10-031-320/+0
* All on one abstract_unitJoshua Peek2009-09-191-1/+1
* Merge abstract_controller/test_helper and new_base/test_helper since they are...Joshua Peek2009-09-131-2/+2
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-4/+4
* 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 env["rails....Bryan Helmkamp2009-05-161-2/+4
* 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
* Started implementing render :actionYehuda Katz2009-03-191-0/+75