You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have already opened the issue carrierwaveuploader/carrierwave-mongoid#205 where I explain that when deleting a model which has a mounter using the :grid_fs storage engine, the GridFs::File is well destroyed, but the belonging GridFs::Chunk aren't, even do I found the has_many :chunks, ..., dependent: :destroy, ... line in this gem.
I have checked the tests from this gem and I couldn't find one which ensures the chunks are cleaned.
Does anyone had that issue already ?
The text was updated successfully, but these errors were encountered:
I have already opened the issue carrierwaveuploader/carrierwave-mongoid#205 where I explain that when deleting a model which has a mounter using the
:grid_fs
storage engine, theGridFs::File
is well destroyed, but the belongingGridFs::Chunk
aren't, even do I found thehas_many :chunks, ..., dependent: :destroy, ...
line in this gem.I have checked the tests from this gem and I couldn't find one which ensures the chunks are cleaned.
Does anyone had that issue already ?
The text was updated successfully, but these errors were encountered: