aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_controller/layouts_test.rb
Commit message (Collapse)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 ↵Joshua Peek2009-09-131-1/+1
| | | | are expected to run in the same testing sandbox
* Create new ActionController::Middleware class that will work as a normal ↵Yehuda Katz2009-08-261-22/+33
| | | | | | Rack middleware. * This initial implementation is a bit hackish, but it uses a normal middleware API so it's future-proof when we improve the internals.
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * 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 ↵Jeremy Kemper2009-04-171-2/+2
| | | | Rack-compatible body, not just strings
* 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 ↵Yehuda Katz and Carl Lerche2009-03-231-4/+98
| | | | AbstractController not yet reflected in ActionController tests
* CheckpointYehuda Katz and Carl Lerche2009-03-231-0/+64