aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/layouts.rb
Commit message (Expand)AuthorAgeFilesLines
* Cleaning up and documenting AbstractController::LayoutsYehuda Katz + Carl Lerche2009-06-091-5/+166
* AS::Concern redefines "include" to lazy include modules as dependenciesJoshua Peek2009-05-291-2/+2
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Revert "Revert "Whitespace!""Joshua Peek2009-05-281-20/+18
* Get controller/layout_test.rb running on new base except for ActionController...Yehuda Katz + Carl Lerche2009-05-221-12/+9
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-121-1/+1
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-0/+2
|\
| * Revert "Whitespace!"Yehuda Katz + Carl Lerche2009-05-111-6/+8
| * Whitespace!Joshua Peek2009-05-071-8/+6
| * Make module dependency DSL opt inJoshua Peek2009-05-071-0/+2
* | Get render :inline workingYehuda Katz + Carl Lerche2009-05-011-1/+1
|/
* Rename render_to_string to render_to_body since it may return any Rack-compat...Jeremy Kemper2009-04-171-2/+2
* 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