aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_controller/test_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge abstract_controller/test_helper and new_base/test_helper since they ↵Joshua Peek2009-09-131-24/+0
| | | | are expected to run in the same testing sandbox
* Need to declare optional dependencies from ASJoshua Peek2009-09-131-0/+3
|
* Move AbstractController to a top-level componentYehuda Katz2009-08-061-1/+1
|
* Cherry-pick core extensionsJeremy Kemper2009-05-131-2/+2
|
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Renamed Base2 to Base and don't require old action_controller for new BaseYehuda Katz + Carl Lerche2009-05-011-11/+2
| |
* | Starting to get new_base to run on old testsYehuda Katz + Carl Lerche2009-05-011-2/+5
|/
* CheckpointYehuda Katz and Carl Lerche2009-03-231-0/+2
|
* Move Abstract stuff to autoloadYehuda Katz2009-03-121-5/+6
|
* Helpers with an initial testYehuda Katz2009-03-031-0/+22