aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_controller/layouts_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-1/+1
|
* Rename render_to_string to render_to_body since it may return any ↵Jeremy Kemper2009-04-171-2/+2
| | | | Rack-compatible body, not just strings
* Get Base2 layouts to work :)Yehuda Katz and Carl Lerche2009-04-071-2/+11
|
* Layouts work in AbstractController. Add support for the rspec runner for T::UYehuda Katz and Carl Lerche2009-04-071-27/+92
|
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-071-2/+2
|
* In the middle of some refactoring... some fails due to changes in ↵Yehuda Katz and Carl Lerche2009-03-231-4/+98
| | | | AbstractController not yet reflected in ActionController tests
* CheckpointYehuda Katz and Carl Lerche2009-03-231-0/+64