Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
Feel free to PR something that accomplishes that. Instead of a disabled function I would want to split up the `Mongoid::Slug` module into a `Mongoid::Slug::Find` and `Mongoid::Slug::Create` so that you...
Not AFAIK, but that is a valuable feature. Feel free to PR.
Interesting. I'd be down with merging this if we can resolve a few things. - I think `version_at` should take a `Time`, not a series of numbers. - What do...
Makes sense re: nil.
We'll try to upgrade production to moped HEAD this week.
Looks like a bug to me.
I don't think we have anything built in to handle this, but we should. Labeling as a feature request, feel free to try to implement something. Obviously, you should never...
The 0.6.0 release was made off a fork before we got hold of @aq1018 to move repos. I've tagged it on master, appreciate if you could double-check that I tagged...
The changes with `embedded_relations` should have worked. First I would change `save` to `save!` and see whether there're errors. Then I would look at what's actually being written in MongoDB...
https://github.com/mongoid/mongoid-history/pull/191 seems like it's almost there, but not ready to merge