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
Post a Comment