Runtime changing model with mongodb/mongoid

Viewed 4383

I've to add several fields in a mongoid model, I know there is not migration with MongoDB but if I go on without dropping the DB, making rails to "regenerate" the DB entirely, it doesn't display or use the new fields at all !

What's the best way to go here ? Is there something softer than drop/reopen mongodb ?

Thanks in advance luca

3 Answers
Related