aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/render_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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