thetron / mongoid-enum

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

Opened up support for Mongoid 4.0.0. #1

Closed plainprogrammer closed 10 years ago

plainprogrammer commented 11 years ago

Mongoid 4.0.0 works with your gem. I wouldn't expect you to pull this in until 4.0.0 is actually released though. Just wanted you to know.

plainprogrammer commented 11 years ago

The test failure is odd since it is only afflicting Rubinius and it appears to be tied to not being able to reach the Mongo instance. Everything else is passing and all tests pass locally.

simi commented 11 years ago

restart job, maybe that's CI fail

thetron commented 11 years ago

I tried yesterday - will give it another go now, just in case.

simi commented 11 years ago

Maybe you can drop rbx travis test for now, since rbx is not officialy supported in Mongoid 4 for now AFAIK.

https://github.com/mongoid/mongoid/pull/3056

https://github.com/mongoid/mongoid/issues/3004#issuecomment-23610069

thetron commented 11 years ago

Yeah it's still failing. I guess we can just remove it for now, I only included it on a whim anyways.

regis-leray commented 10 years ago

I really would like to use this gem, im currently using rails 4.0.4

hallelujah commented 10 years ago

+1

jvortmann commented 10 years ago

Hi @thetron, any plans to release a Mongoid 4.0 compatible version any time soon? (I mean, merging this and releasing a new version)

thetron commented 10 years ago

I've moved everything from here into #11 - because I had to make few tweaks to the travis build matrix and bring Mongoid 4 into the core gemspec.