aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/layouts.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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-0/+23
|
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-071-0/+3
|
* CheckpointYehuda Katz and Carl Lerche2009-03-231-26/+0
|
* Add a bunch of tests for various render :action, layout combinationsYehuda Katz2009-03-231-4/+5
|
* Finished implementing layout for render :textCarl Lerche2009-03-231-3/+20
|
* Get very basic layouts working.Yehuda Katz2009-03-191-0/+19
* Required small architecture change