-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: 7.0.5
-
Component/s: None
-
None
When running
rails c --sandbox
And creating some items on the database via `create` for example, after exiting the sandbox mode, all the data should be deleted, because all operations should have been executed in a transaction and the state should have been rollbacked to how it was before.
However, it doesn't happen, looks like it is not rollbacking at all
- depends on
-
MONGOID-4732 ActiveRecord-Style Transaction API
- Development Complete