aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/render_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* File extra test folders into controller, dispatch, or templateJoshua Peek2009-10-031-85/+0
|
* All on one abstract_unitJoshua Peek2009-09-191-1/+1
|
* Merge abstract_controller/test_helper and new_base/test_helper since they ↵Joshua Peek2009-09-131-2/+2
| | | | are expected to run in the same testing sandbox
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-1/+1
|
* 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 ↵Bryan Helmkamp2009-05-161-3/+3
| | | | env["rails.raise_exceptions"]
* 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 ↵Yehuda Katz + Carl Lerche2009-05-011-4/+44
| | | | pass on the new base
* Ported over the concept of public instance methods on controller child ↵Yehuda Katz + Carl Lerche2009-05-011-0/+10
| | | | classes as callable action methods
* 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