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

Add support for mongoid 7 #249

Closed Fudoshiki closed 6 years ago

Fudoshiki commented 6 years ago

@dblock, I have some points to discuss

Source https://github.com/Fudoshiki/mongoid-slug I can update to mongoid 7 stable and open PR

dblock commented 6 years ago

We don't want to break compatibility with older versions of mongoid, would take any PR that adds support for 7 that doesn't remove support for older versions.

Fudoshiki commented 6 years ago

updated

dblock commented 6 years ago

@Fudoshiki Please make PRs

dblock commented 6 years ago

Donate $50 to my charity and I can take care of this.

dblock commented 6 years ago

My offer still stands :)

dblock commented 6 years ago

What, nobody cares about the children? FYI I just did this for mongoid-history in https://github.com/mongoid/mongoid-history/issues/220 and it was quite a lot of work

kailan commented 6 years ago

Compatibility added in #252.

dblock commented 6 years ago

Closed via https://github.com/mongoid/mongoid-slug/pull/252#issuecomment-413296446