aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/metal_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+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-6/+5
| | | | | | 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.
* ActionController::Metal can be a middlewareYehuda Katz + Carl Lerche2009-08-251-0/+45