mongo-ruby-driver/lib/mongo
Mike Dirolf 6cb8c9f49b API CHANGE Add :safe option for Collection#insert and Collection#save
The API change is minor: Collection#insert({...}, {...}, {...}) no
longer works for inserting multiple documents - instead you must pass
an explicit Array: Collection#insert([{...}, {...}, {...}])
2009-08-14 14:25:29 -04:00
..
gridfs GridStore.list to list gridfs files 2009-07-15 10:06:45 -04:00
message add support for snapshot option to Collection#find 2009-08-11 11:42:34 -04:00
types add new code type rather than doing hacks based on field name. use code_w_scope instead of code 2009-03-12 15:34:15 -04:00
util add OrderedHash[] initialization 2009-08-14 11:38:25 -04:00
admin.rb Clarify license to be the Apache License v2.0. Was a 2009-02-15 08:24:14 -05:00
collection.rb API CHANGE Add :safe option for Collection#insert and Collection#save 2009-08-14 14:25:29 -04:00
cursor.rb fix a deadlock with threaded queries 2009-08-10 16:10:52 -04:00
db.rb API CHANGE Add :safe option for Collection#insert and Collection#save 2009-08-14 14:25:29 -04:00
errors.rb add InvalidName exception and use that where appropriate 2009-08-13 15:52:11 -04:00
gridfs.rb Clarify license to be the Apache License v2.0. Was a 2009-02-15 08:24:14 -05:00
message.rb Clarify license to be the Apache License v2.0. Was a 2009-02-15 08:24:14 -05:00
mongo.rb fix breakage when running tests on non-default port. removing ability to specify connections in [port, host] ordering. 2009-03-02 13:37:12 -05:00
query.rb add support for snapshot option to Collection#find 2009-08-11 11:42:34 -04:00