Files
rails/actionpack/lib/action_controller
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-03-07 21:27:40 -08:00
2010-03-08 16:50:00 -08:00
2010-03-04 16:59:54 -08:00
2010-03-08 16:50:00 -08:00
2010-03-08 16:50:00 -08:00