I’m enjoying the pretty amazing MongoDB in Rails by using Mongomapper but I am having problems removing records.
What is the accepted way of removing records, and also removing a whole document?
I tried using Stuff.destroy_all but it seems to crash the web server.
Sorry, that’s not well documented. I’m opening an issue for that.
See the class methods and instance methods.