aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/stack.rb
Commit message (Expand)AuthorAgeFilesLines
* Simplify the action endpoint:Carlhuda2010-03-081-1/+5
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-1/+1
* As first step setup the load path and lazy compare middlewares.José Valim2010-01-251-1/+13
* Cleanup middleware introspection outputJoshua Peek2010-01-191-3/+1
* Complain if there's no such middlewareJeremy Kemper2009-12-281-2/+3
* Break up inflector to reduce the dependency burden on dependency-les methods ...Yehuda Katz2009-11-071-2/+4
* Rework Middleware stack to match the Rack middleware protocol more closelyYehuda Katz + Carl Lerche2009-08-251-3/+3
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-2/+1
|\
| * Show lazy middleware args in pretty printJoshua Peek2009-05-031-2/+1
* | Renamed Base2 to Base and don't require old action_controller for new BaseYehuda Katz + Carl Lerche2009-05-011-2/+0
|/
* Move middleware stack out of utils folderJoshua Peek2009-04-141-0/+119