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.
I keep having to include this gem everytime I use after_commit callbacks. I found that a lot of folks, also, don't know that dirty attributes won't be there during after_commit.
So I wonder if this should be integrated with the dirty attributes module in AR.
cc @rafaelfranca
I keep having to include this gem everytime I use after_commit callbacks. I found that a lot of folks, also, don't know that dirty attributes won't be there during after_commit.
So I wonder if this should be integrated with the dirty attributes module in AR.
Thanks for the gem Dylan