Compatibility for Mongoid 6
krazedkrish opened this issue · 14 comments
This is a feature request.
I am waiting for the compatibility support for Mongoid 6
+1
+1
I added support mongoid 6
https://github.com/monster-media/mongoid-enum
@thetron I am eagerly waiting for the merging of the updates.
Thanks @monster-Media.
so ? when mongoid 6 will be supported ?
Thanks @monster-Media
Is it working? I'm still getting that a version 5.0 is required
@dev-blinov your repo is down
I forked and changed .gemspec
https://github.com/clustertv/mongoid-enum
@fibrasek I got an app on prod that uses Enum in 2 models, no problems so far.
I didn't do any intensive testing though.
If you are using rails 5
and mongoid 6.1
and want to use mongoid-enum
you definitely going to have a tough day.
I finally found a solution to cop this, you need to mention this
gem “mongoid-enum”, git: ‘git@github.com:boie0025/mongoid-enum’, branch: ‘nb/mongoid-6’
insight your Gemfile.
Hey @thetron,
Thanks for the hardwork mantaining this gem. Some folks are still trying to use it with the new Mongoid and rails versions. Do you have a plan to update it or we may consired this gem as abandoned?