-
Notifications
You must be signed in to change notification settings - Fork 531
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
destroy
doesn't work with the new version of Rails 7.0.6
#544
Comments
I have an issue related to this. In my case, for example |
Thanks for reporting it. I don't know what would be causing it... 7.0.6 diff is pretty thin from 7.0.5 |
The same issue on the rails 7.0.7 |
I'm sorry, I am unable to come up with a patch at the moment, but if someone is willing to fix this and open a pull request, I can review and release. Thanks |
can you try this #545 and let us know ? |
Ok, will let you know about results UPD: Nope, does not work :( |
Just tried this solution - still doesn't work |
what is wrong ? |
I am also unsure what you use a fork version... Happy to hear you found the bug.
|
When I tried to upgrade to the latest version of Rails 7.0.6, the tests started crashing. What was my surprise when after investigating it turned out that
destroy
doesn't work. In fact, everything is in the screenshots below:The text was updated successfully, but these errors were encountered: