4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 17 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
REGEX type support. More... over 15 years ago
Fixed $in test More... over 15 years ago
Fixed conflict More... over 15 years ago
Merge branch 'master' of git://github.com/jimm/mongo-ruby-driver More... over 15 years ago
More tests More... over 15 years ago
Support for ARRAY type. More... over 15 years ago
more credit for aemadrid More... over 15 years ago
aliased << to insert for collections More... over 15 years ago
Adapted tests to no auto ObjectID creation More... over 15 years ago
Merge branch 'master' of git://github.com/jimm/mongo-ruby-driver More... over 15 years ago
Removed automatic _id creation. More... over 15 years ago
Merge branch 'master' of git://github.com/jimm/mongo-ruby-driver More... over 15 years ago
Lots of fixes. - Introduced OrderedHash because db commands require that the command key be first. - Fixed BSON (de)serialization of object ids. - Simplified @coll.drop_indexes. - Renamed some method parameters to make their type more clear (for example, "collection" became "collection_name"). - Got the index_information test working. More... over 15 years ago
Fixed index info retrieval More... over 15 years ago
todo item More... over 15 years ago
Manually added ObjectIDs to all inserts in the test. Added test for find with parameters (fails with [{"$err"=>"assertion during query"}] on a nojni mongo db) More... over 15 years ago
Removed the automatic addition of ObjectID for object['_id'] missing More... over 15 years ago
Included comparable and added <=> method. More... over 15 years ago
Fixed non-passing test More... over 15 years ago
Added options for host:port through ENV to connect to the server More... over 15 years ago
Working on more examples More... over 15 years ago
Return an object instead of an array if inserting only one object in collection More... over 15 years ago
Added alias << for insert in collection More... over 15 years ago
Index problem, same as http://pastie.org/332249 More... over 15 years ago
Cleanup changes in the console More... over 15 years ago
Added Credits section. Added Adrian's contributions. More... over 15 years ago
Moved irb as bin/mongo_console More... over 15 years ago
Merge branch 'master' of git://github.com/aemadrid/mongo-ruby-driver into aemadrid More... over 15 years ago
Added a simple check for a single array passed as the first and only parameter when inserting objects More... over 15 years ago
Added a benchmark set More... over 15 years ago