mongoid / mongoid-slug

Generates a URL slug/permalink based on fields in a Mongoid-based model.
https://github.com/mongoid/mongoid-slug
MIT License
492 stars 164 forks source link

Mongoid 6 beta support #230

Closed narutosanjiv closed 8 years ago

narutosanjiv commented 8 years ago

Currently Rails 5 work with mongoid 6-beta, and this gem does not seem to be compatible with mongoid-6-beta

sivagollapalli commented 8 years ago

@narutosanjiv I think it supports as travis build is passing against mongoid HEAD. Could you please check https://travis-ci.org/mongoid/mongoid-slug/builds/159180594 . Let me know if I missing anything.

narutosanjiv commented 8 years ago

@sivagollapalli My bad, it seem that there are issue from my side, my app requirement is different which does not fit for above issue, closing issue for now.

dblock commented 8 years ago

There's also a 6.0.0.rc0 out there, I'd appreciate a PR that explicitly adds it into the test pool.