after_commit_action 1.1.0
Use this module to defer actions to the after-commit hook. This is useful if you want to trigger actions in after_create, after_destroy and after_update callbacks but want to execute them outside of the transaction (for example, to avoid deadlocks).
Gemfile:
=
install:
=
Runtime Dependencies (2):
activerecord
>= 3.0.0
activesupport
>= 3.0.0