mongo-ruby-driver/lib/mongo
Paul Dlug 6b9b922266 Generate _id on the client side if no _id is provided to insert/save. The generated ObjectID (or array of ObjectID's in the case of a multiple insert) is return. Closes RUBY-22 and RUBY-23.
Signed-off-by: Mike Dirolf <mike@dirolf.com>
2009-07-28 21:53:59 +08:00
..
gridfs GridStore.list to list gridfs files 2009-07-15 10:06:45 -04:00
message BUG RUBY-15 don't check key names on create_index operations 2009-06-02 09:38:31 -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 minor: c ext return dates as UTC, update credits, tweak last commit 2009-07-16 16:32:57 -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 update group 2009-06-08 11:08:59 -04:00
cursor.rb remove debugging cruft 2009-03-16 09:38:07 -04:00
db.rb Generate _id on the client side if no _id is provided to insert/save. The generated ObjectID (or array of ObjectID's in the case of a multiple insert) is return. Closes RUBY-22 and RUBY-23. 2009-07-28 21:53:59 +08: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 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