mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
* 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