mongoid-slug icon indicating copy to clipboard operation
mongoid-slug copied to clipboard

Mongoid paranoia support

Open johnnyshields opened this issue 2 years ago • 2 comments

johnnyshields avatar Sep 18 '23 08:09 johnnyshields

Want to finish this?

dblock avatar Jun 16 '24 23:06 dblock

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.

stanley90 avatar Dec 18 '24 10:12 stanley90