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.