You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2025. It is now read-only.
Has there been any thought to making only work within a transaction?
I.e. if no AR transaction is happening then don't do anything, but once you are inside a transaction then start recording.
This way if you are applying this gem to all models, you maybe don't have to worry as much about efficiency.