-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
routing-filter doesn't seem to work with rails 7.1 #83
Comments
For the record - Here is the PR that broke compatibility: rails/rails#49340 |
I think #86 would fix this. |
That PR does not fix the issue in our app. It appears to be a different error in that it avoids some exception. It does not fix the "silent failure" for mutating params. |
Temporary fix is to use I discovered this problem in a new app, but after fixing this, I still can not redirect to correct root path, because after |
It worked fine with rails 7.0 but not with 7.1. When using
filter :locale
inroutes.rb
,params[:locale]
isn't set to anythingThe text was updated successfully, but these errors were encountered: