So I have a User model using Mongoid::Documents and I'm adding some field and removing one.
- How do I move this model to the new model without downtime?
- Any traps I'm bound to find?
(learning rails)
So I have a User model using Mongoid::Documents and I'm adding some field and removing one.
(learning rails)