Rails 7.1 Active Record Transaction on return, break and throw
In the latest Rails, a significant change has been made to the behaviour of transactions. Specifically, using return, break, or throw statements will no longer trigger an automatic rollback of the transaction.
In Rails 6.1 use of return, break, and t...
raysrashmi.hashnode.dev2 min read