aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/middleware.rb
Commit message (Expand)AuthorAgeFilesLines
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Simplify the action endpoint:Carlhuda2010-03-081-1/+2
* Update AC::Middleware to play better with the normal AC::Metal stack. This re...Yehuda Katz2009-11-051-20/+20
* 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 Rack...Yehuda Katz2009-08-261-0/+34