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.