aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/layouts.rb
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up and documenting AbstractController::LayoutsYehuda Katz + Carl Lerche2009-06-091-32/+82
|
* AS::Concern redefines "include" to lazy include modules as dependenciesJoshua Peek2009-05-291-1/+1
|
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ↵Joshua Peek2009-05-281-1/+1
| | | | "included" block DSL into separate modules. But, unify both approaches under AS::Concern.
* Revert "Revert "Whitespace!""Joshua Peek2009-05-281-12/+13
| | | This reverts commit 0cac68d3bed3e6bf8ec2eb994858e4a179046941.
* Slightly modify things to get content type matching working without breaking ↵Yehuda Katz2009-05-231-8/+8
| | | | other code
* Get controller/render_other_test.rb to pass on new base and fixed a bug in ↵Yehuda Katz + Carl Lerche2009-05-221-1/+1
| | | | new base with regards to rendering layouts.
* Get controller/layout_test.rb running on new base except for ↵Yehuda Katz + Carl Lerche2009-05-221-3/+3
| | | | ActionController::Base.exempt_from_layout which is going to be deprecated.
* Cleaned up the #render_to_body chain by extracting determining the templates ↵Yehuda Katz + Carl Lerche2009-05-221-4/+0
| | | | to render to a separate hook point.
* Implemented layout conditions in new baseYehuda Katz + Carl Lerche2009-05-211-3/+22
|
* Added responds_to to new base.Yehuda Katz + Carl Lerche2009-05-201-1/+6
|
* 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-2/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/abstract/callbacks.rb actionpack/lib/action_controller/abstract/renderer.rb actionpack/lib/action_controller/base/base.rb actionpack/lib/action_controller/dispatch/dispatcher.rb actionpack/lib/action_controller/routing/route_set.rb actionpack/lib/action_controller/testing/process.rb actionpack/test/abstract_controller/layouts_test.rb actionpack/test/controller/filters_test.rb actionpack/test/controller/helper_test.rb actionpack/test/controller/render_test.rb actionpack/test/new_base/test_helper.rb
| * Revert "Whitespace!"Yehuda Katz + Carl Lerche2009-05-111-13/+14
| | | | | | | | This reverts commit a747ab5b20b9d543e9d311070e3b720c761ae716.
| * 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
| | | | | | | | * Decouple from ActionController and ActionMailer * Bring back localization support. * Prepare to decouple templates from the filesystem. * Prepare to decouple localization from ActionView * Fix ActionMailer to take advantage of ActionView::Path
* 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 ↵Yehuda Katz and Carl Lerche2009-03-231-11/+31
| | | | AbstractController not yet reflected in ActionController tests
* CheckpointYehuda Katz and Carl Lerche2009-03-231-0/+36
|
* Get very basic layouts working.Yehuda Katz2009-03-191-5/+2
| | | * Required small architecture change
* AbstractController now supports layouts and renderingYehuda Katz2009-02-271-0/+10