aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/rack_convenience.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update AC::Middleware to play better with the normal AC::Metal stack. This ↵Yehuda Katz2009-11-051-1/+1
| | | | required stopping to use #call for non-rack-related stuff
* ActionController::Metal can be a middlewareYehuda Katz + Carl Lerche2009-08-251-7/+1
|
* ActionController::Metal#to_rack converted to #to_a to match normal rack ↵Yehuda Katz2009-08-061-1/+1
| | | | convention
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect ↵Yehuda Katz2009-08-061-0/+33
their module locations