Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
Dup of https://github.com/mongoid/mongoid-slug/issues/184? Either way definitely looks like a pretty gross omission, would love an implementation.
I think we should be able to disable index creation or override what kind of index is being created [here](https://github.com/mongoid/mongoid-slug/blob/46b5f5e1e8f917c8975ddd1339ed21eb48c2f4eb/lib/mongoid/slug.rb#L88), would take a PR for that, opened https://github.com/mongoid/mongoid-slug/issues/244 to track....
@ojbucao Resurrecting this, do you remember what the issue looked like in code?
@c2c533c4f237 It'd be great if you could turn this into a spec, I suspect we've fixed this.
This would require some work, feel free to contribute.
Superset of https://github.com/mongoid/mongoid_fulltext/issues/14
There isn't, but it would be very useful, please feel free to PR! I suspect you'd have to find any change in history that affected a field up to time...
But wasn't that the whole point? I guess I don't understand what the original intent was anymore :)
Backup. What did you want to happen in your initial example? I mean what was the purpose of `changes.merge(key: "Save history-#{key}")`?
Ok, I understand. I think this should work. I would track where the `modified` values are being inserted and see why this is happening, I would expect it to work,...