aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_controller/layouts_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Follow short name convention for test folder and just call it "abstract"Joshua Peek2009-09-191-235/+0
* All on one abstract_unitJoshua Peek2009-09-191-1/+1
* Merge abstract_controller/test_helper and new_base/test_helper since they are...Joshua Peek2009-09-131-1/+1
* Create new ActionController::Middleware class that will work as a normal Rack...Yehuda Katz2009-08-261-22/+33
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-071-1/+1
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-1/+1
* Whoops, I guess we broke layouts ;)Yehuda Katz + Carl Lerche2009-06-151-9/+0
* Cleaning up and documenting AbstractController::LayoutsYehuda Katz + Carl Lerche2009-06-091-3/+3
* Writing comments to AbstractControllerYehuda Katz + Carl Lerche2009-06-081-15/+15
* Active Support dependenciesJeremy Kemper2009-05-141-0/+1
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-3/+3
|\
| * Make module dependency DSL opt inJoshua Peek2009-05-071-3/+3
* | More community code review :)Yehuda Katz2009-05-111-11/+11
* | 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 Rack-compat...Jeremy Kemper2009-04-171-2/+2
* 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 AbstractCon...Yehuda Katz and Carl Lerche2009-03-231-4/+98
* CheckpointYehuda Katz and Carl Lerche2009-03-231-0/+64