aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/metal_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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