aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/middleware.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixed stupid mistake... nothing to see here.Carl Lerche2009-08-261-1/+1
|
* Set the request and response in ActionController::MiddlewareCarl Lerche2009-08-261-0/+4
|
* Create new ActionController::Middleware class that will work as a normal ↵Yehuda Katz2009-08-261-0/+34
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.