mongo-ruby-driver/lib/mongo
Kyle Banker 68af3dbe8f Allow the setting of safe mode globally on the Connection,
DB, and Collection levels. The safe mode setting will
automatically be inherited down the hierarchy Connection ->
DB -> Collection -> (insert, update, remove). This default
can be overridden at any time. Connection#safe, DB#safe, and
Collection#safe will yield the current default value.
2010-11-03 17:36:08 -04:00
..
gridfs RUBY-193 don't create gridfs indexes when slave_ok 2010-10-21 13:01:32 -04:00
util replace usage of `returning` with `each_with_object` 2010-09-13 01:10:38 +08:00
collection.rb Allow the setting of safe mode globally on the Connection, 2010-11-03 17:36:08 -04:00
connection.rb Allow the setting of safe mode globally on the Connection, 2010-11-03 17:36:08 -04:00
cursor.rb remove deprecated support for implicit 2010-10-04 14:37:19 -04:00
db.rb Allow the setting of safe mode globally on the Connection, 2010-11-03 17:36:08 -04:00
exceptions.rb Allow specification of replica set name on connect. 2010-11-03 15:12:15 -04:00