This project is archived and is in readonly mode.
Changeset [056042eb829e0507ed605264d43a79ce88112288] by Carlhuda
March 9th, 2010 @ 12:50 AM
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
http://github.com/rails/rails/commit/056042eb829e0507ed605264d43a79...
Committed by Carlhuda
- M actionpack/lib/action_controller/metal.rb
- M actionpack/lib/action_controller/metal/rack_delegation.rb
- M actionpack/lib/action_controller/middleware.rb
- M actionpack/lib/action_dispatch/middleware/stack.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>