aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* 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