mongo-ruby-driver/lib/mongo/gridfs
VvanGemert c70b1d1b30 Added support for keeping a limited amount of documents in GridFS and removed the delete_old option.
The delete_old removed all the old files while having a versioning system you might want to keep a limited set of files. This small little patch does that. You can specify a number of versions to keep by using the new versions option.
2012-01-05 16:27:05 +01:00
..
grid.rb RUBY-351 Build GridFS indexes when a primary is present. 2011-11-15 15:44:31 -05:00
grid_ext.rb RUBY-226 minor: license update 2011-01-17 12:26:32 -05:00
grid_file_system.rb Added support for keeping a limited amount of documents in GridFS and removed the delete_old option. 2012-01-05 16:27:05 +01:00
grid_io.rb fix: reading chunks from an empty (zero-length) grid-stored file 2011-05-10 22:58:50 -05:00
grid_io_fix.rb RUBY-226 minor: license update 2011-01-17 12:26:32 -05:00