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

Ensure localized slug creates index on expected locale field #243

Closed onomated closed 3 years ago

onomated commented 7 years ago

Index for slug is created on default locale slug sub-field when "localize: true" is specified. Otherwise, clients can specify a list of locales to create indices on.

onomated commented 7 years ago

Sounds good. I'll make the changes here shortly

dblock commented 7 years ago

Needs a rubocop -a ; rubocop --auto-gen-config, see CI.

dblock commented 6 years ago

Bump @onomated, want to finish this?

johnnyshields commented 3 years ago

I'll take this over.