Ruby MongoDB drop GridFS collection -


how drop grid object ruby mongo driver? drop shell, because treats gridfs collections, how do ruby?

are trying remove single file or entire gridfs collections? grid_file_system supports deleting filename. otherwise can manually drop collections (i think fs.files , fs.chunks default)


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -