Lightning Talk: Parameter Conflicts in Rails: URL vs. Body
Piotr Witek
• Warsaw, Poland
•
Lightning Talk
Date: December 19, 2023
Published: April 20, 2024
Announced: unknown
This is a lightning talk about fighting a bug that occurs due to conflicting parameters passed in the URL and in the body. The lightning talk was given at the PLRUG Meetup @Visualitypl on December 19, 2023.
Here is the code that is overriding body params with url params:
https://github.com/rails/rails/blob/b7520a13adda46c0cc5f3fb4a4c1726633af2bba/actionpack/lib/action_dispatch/http/parameters.rb#L52
Ruby Warsaw Meetup December 2023