aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/layouts.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-2/+3
|\
| * Revert "Whitespace!"Yehuda Katz + Carl Lerche2009-05-111-13/+14
| * Whitespace!Joshua Peek2009-05-071-14/+13
| * Make module dependency DSL opt inJoshua Peek2009-05-071-2/+3
* | Add support for stripping "layouts/" from the layout name Yehuda Katz + Carl Lerche2009-05-011-0/+3
* | Ported over render :template testsYehuda Katz + Carl Lerche2009-05-011-2/+1
* | OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-2/+3
|/
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-2/+2
* Get Base2 layouts to work :)Yehuda Katz and Carl Lerche2009-04-071-13/+21
* Layouts work in AbstractController. Add support for the rspec runner for T::UYehuda Katz and Carl Lerche2009-04-071-6/+18
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-071-9/+8
* In the middle of some refactoring... some fails due to changes in AbstractCon...Yehuda Katz and Carl Lerche2009-03-231-11/+31
* CheckpointYehuda Katz and Carl Lerche2009-03-231-0/+36
* Get very basic layouts working.Yehuda Katz2009-03-191-5/+2
* AbstractController now supports layouts and renderingYehuda Katz2009-02-271-0/+10