mongoid-slug
mongoid-slug copied to clipboard
Mongoid paranoia support
Want to finish this?
Hi, just want to chime in, I have issues with slugs + paranoia too.
I added rake db:mongoid:create_indexes to my deploy to keep indices updated, and it occasionally fails on duplicate key error. I ended up writing a rake task similar to https://github.com/mongoid/mongoid-slug/blob/c52831e9483e4e2d4f53705c14ee38e3229653d8/lib/tasks/mongoid_slug.rake
but doing klass.deleted.each(&:unset_slug!) and running it before create_indexes.