-
Adrianna Chang authored
As of https://github.com/rails/rails/pull/46525, the behaviour around before_committed! callbacks has changed: callbacks are run on every enrolled record in a transaction, even multiple copies of the same record. This is a significant change that apps should be able to opt into in order to avoid unexpected issues.
Adrianna Chang authoredAs of https://github.com/rails/rails/pull/46525, the behaviour around before_committed! callbacks has changed: callbacks are run on every enrolled record in a transaction, even multiple copies of the same record. This is a significant change that apps should be able to opt into in order to avoid unexpected issues.
Loading