aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/render_template_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-1/+1
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-3/+3
* Replace the class level Rack::Test DSL with the regular integration tests DSLPratik Naik2009-05-201-44/+43
* Cleaning up more render testsYehuda Katz + Carl Lerche2009-05-141-28/+48
* Renamed Base2 to Base and don't require old action_controller for new BaseYehuda Katz + Carl Lerche2009-05-011-2/+2
* Ported over render :template testsYehuda Katz + Carl Lerche2009-05-011-1/+14
* Renamed the new_base testsYehuda Katz + Carl Lerche2009-05-011-39/+37
* OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-16/+23
* Get Base2 layouts to work :)Yehuda Katz and Carl Lerche2009-04-071-2/+2
* Finished implementing :layout for most of the render optionsCarl Lerche2009-03-231-7/+84
* Started implementing render :actionYehuda Katz2009-03-191-0/+56