mongoid / mongoid-grid_fs

A pure Mongoid/Moped implementation of the MongoDB GridFS specification.
Other
83 stars 50 forks source link

Add mongoid 8 support #78

Closed sriedel closed 1 year ago

sriedel commented 2 years ago

We are currently blocked from upgrading to mongoid 8 as we use the carrierwave-mongoid to handle uploads, which in turn depends on mongoid-grid_fs.

Allowing mongoid 8 in this gem would in turn allow carrierwave-mongoid to allow the use of mongoid 8 as well.

rmm5t commented 2 years ago

A PR would be much appreciated.

dblock commented 1 year ago

Passing CI with Mongoid 8 in https://github.com/mongoid/mongoid-grid_fs/pull/81.