Replies: 1 comment 1 reply
-
I think you should submit a pull request to rack to update |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After upgrading to Rack 3, the json_parser plugin is no longer unpacking JSON body into params if rack's method override is used.
Here is a small example app showing the behaviour (comment/uncomment
use Rack::MethodOverride
to see the effect):It looks like this Rack pull request triggered the change in behaviour: rack/rack#1795
I would like to continue using
json_parser
andall_verbs
with Rack::MethodOverride together.Is there a way to work around this?
Beta Was this translation helpful? Give feedback.
All reactions