Files
rails/actionpack/lib/action_dispatch/middleware
Carlhuda 056042eb82 Simplify the action endpoint:
* Remove ActionEndpoint in favor of passing a block to MiddlewareStack
  * Always create a Request; the performance win of RackDelegation is around
    the response; the Request object hit is limited to a single object allocation
  * #dispatch takes a Request
2010-03-08 16:50:00 -08:00
..
2010-01-18 21:22:09 -06:00
2009-12-26 13:28:06 -06:00
2010-01-15 14:55:13 -06:00
2010-03-03 21:24:00 -08:00
2010-03-08 16:50:00 -08:00