New
1.5.0: After exception don't execute other callbacks in a transaction
This behavior more closely matches ActiveRecord behavior for a single record
Added
-
Ability to propagate exception for multiple
after_commitcallbacks within transaction. Should handle exception inside callback to avoid stopping other callbacks.Pull request #35 by @kevink1103. Also see discussion at #34.