Closed biinari closed 10 years ago
When using rails-api with api_only set to true, Rack::MethodOverride is not included in the middleware stack. ActionDispatch::RequestId follows Rack::MethodOverride in rails-api and the normal rails middleware stacks so inserting after that instead.
Resolves #27
Thank you!
I'll put out a release with this later today.
Released as 1.0.7.
Great thanks!
When using rails-api with api_only set to true, Rack::MethodOverride is not included in the middleware stack. ActionDispatch::RequestId follows Rack::MethodOverride in rails-api and the normal rails middleware stacks so inserting after that instead.
Resolves #27