-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
In addition to after_commit and after_rollback callbaks implemented in MONGOID-5531, there are four more transaction related callbacks in ActiveRecord :
- after_create_commit
- after_update_commit
- after_save_commit
- after_destroy_commit
Mongoid should implement these callbacks with the same semantic as AR does.
- has to be done after
-
MONGOID-5541 Improve callback behavior in transactions
- Closed
- has to be finished together with
-
MONGOID-5548 Add implicit transactions to Mongoid
- Backlog