-
Notifications
You must be signed in to change notification settings - Fork 215
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
context.fail! not working on Rails 6.0 #203
Comments
Hi! Can you please provide a reproducible snippet? |
@rbazinet hey! |
I experienced this problem today while upgrading a project from Rails 5.2 to Rails 6.1. But in the end, it was because I upgraded the Ruby version to 2.7—not because of Rails 6 specifically. A I expect it's because of this commit, which came in the 3.1.2 release. Hope this helps someone. 👍 |
I am having an issue where I use an organizer with 6 interactors. If one of the interactors fails, I expect the rest to not be run.
I have code that calls
context.fail!
but it appears to not work with Rails 6. The exact same code works fine with Rails 5.2.x.Anyone experience this problem?
The text was updated successfully, but these errors were encountered: