·
2 min read
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...
Rails 7.1
activerecord
Rails