rails/activerecord/test/storage
Adrianna Chang 0b5a705e1b Hide changes to before_committed! behaviour behind config
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.
2022-12-15 11:43:51 -05:00
..
test.sqlite3 Hide changes to before_committed! behaviour behind config 2022-12-15 11:43:51 -05:00