aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update AC::Middleware to play better with the normal AC::Metal stack. This ↵Yehuda Katz2009-11-051-3/+3
| | | | required stopping to use #call for non-rack-related stuff
* Start rewriting some internal tests to use the new routing dslJoshua Peek2009-10-201-0/+4
|
* Uses extlib_inheritable_accessorJeremy Kemper2009-09-141-0/+2
|
* Memoize in the endpoint.Yehuda Katz2009-09-121-5/+10
|
* Add per-controller middlewareYehuda Katz2009-09-121-1/+14
|
* Create new ActionController::Middleware class that will work as a normal ↵Yehuda Katz2009-08-261-22/+0
| | | | | | 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-5/+35
|
* Move AbstractController to a top-level componentYehuda Katz2009-08-061-2/+0
|
* ActionController::Metal#to_rack converted to #to_a to match normal rack ↵Yehuda Katz2009-08-061-2/+2
| | | | convention
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect ↵Yehuda Katz2009-08-061-0/+99
their module locations