thetron / mongoid-enum

Sweet enum sugar for your Mongoid documents
MIT License
117 stars 167 forks source link

Compatibility for Mongoid 6 #36

Open krazedkrish opened 8 years ago

krazedkrish commented 8 years ago

This is a feature request.

I am waiting for the compatibility support for Mongoid 6

WagnerMatos commented 8 years ago

+1

dev-blinov commented 8 years ago

+1

dev-blinov commented 8 years ago

I added support mongoid 6 https://github.com/monster-media/mongoid-enum

krazedkrish commented 8 years ago

@thetron I am eagerly waiting for the merging of the updates. Thanks @monster-media.

corehook commented 8 years ago

so ? when mongoid 6 will be supported ?

suneelkumar91 commented 7 years ago

Thanks @monster-media

JiProchazka commented 7 years ago

Is it working? I'm still getting that a version 5.0 is required

kinnrot commented 7 years ago

@dev-blinov your repo is down

kinnrot commented 7 years ago

I forked and changed .gemspec https://github.com/clustertv/mongoid-enum

fibrasek commented 7 years ago

@kinnrot what's the status for your fork? Any caveat or bugs with Mongoid 6?

kinnrot commented 7 years ago

@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.

fibrasek commented 6 years ago

@kinnrot cool! Thanks! I'll give it a try.

touseefmurtaza commented 6 years ago

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.

gnumarcelo commented 5 years ago

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?