Skip to content

1.5.0: After exception don't execute other callbacks in a transaction

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 14:26
v1.5.0
81d9922

This behavior more closely matches ActiveRecord behavior for a single record

Added

  • Ability to propagate exception for multiple after_commit callbacks within transaction. Should handle exception inside callback to avoid stopping other callbacks.

    Pull request #35 by @kevink1103. Also see discussion at #34.