9d4429221emove functionality to Connection#db, set up default database name to use when absolutely nothing is provided
db_from_uri
John Bintz
2012-06-06 11:37:04 -0400
11a5d8bd53add Connection#db_from_uri to round out MONGODB_URI support
John Bintz
2012-06-05 17:40:51 -0400
f60301e43dFix broken links in github
Russell Smith
2012-06-04 19:34:52 -0700
90773ebeb8Make ENV['MONGODB_URI'] the default first arg for `Mongo::Connection.from_uri`
Seamus Abshere
2012-06-04 10:23:21 -0500
d88e6d730fSince it's confusing anyway that CGI.parse returns values as arrays, use an array-specific method (as opposed to one that could be for strings or hashes) to access it
Seamus Abshere
2012-06-04 10:30:42 -0500
d8f94e6f63Since `URI.decode_www_form` is Ruby 1.9-only, use `CGI.parse` instead
Seamus Abshere
2012-06-04 10:03:49 -0500
9d859d2b5cminor: URI.decode_www_form not available pre 1.9.x, alternative solution
Tyler Brock
2012-06-04 10:03:12 -0400
89d2130306add test for save_chunk fix
John Bintz
2012-04-25 08:14:11 -0400
f93e05de83use collection#save instead of collection#insert to save gridio chunks so that replacement chunks overwrite existing ones
John Bintz
2012-04-25 07:59:32 -0400
1454210d9fUse ENV["MONGODB_URI"] if available.
Seamus Abshere
2012-05-18 11:17:21 -0500
351eeb65a2minor: read preference test fix
Tyler Brock
2012-06-01 16:34:04 -0400
71650076dedocumentation improvements for Yard/Ydoc newbies, also relative links replace absolute links where possible so that the user is left with the exact version and not forced to current web docs, in accordance with DOCS-197
Gary Murakami
2012-05-14 11:54:28 -0400
7b7171e478Performance test and graphing improvements, includes results and graphs for safe mode, find one, and find many.
Gary Murakami
2012-05-11 15:19:38 -0400
2be7a46b93Performance test and graphing improvements.
Gary Murakami
2012-05-04 17:16:57 -0400
50d6902d80Revert cbson.c, to be revisited for malloc/free reduction. README.md has API Documentation note at the top to help users match documentation to driver version, DOCS-197. Expanded performance tests, for insert with multiple docs.
Gary Murakami
2012-05-03 16:43:12 -0400
ca7bf209ddDOCS-197 Fully qualify examples in the code with Mongo::
Gary Murakami
2012-05-02 17:43:54 -0400
962c4f2f2eeliminate last explicit malloc/free for array key name, more performance measurements
Gary Murakami
2012-04-30 17:21:50 -0400
56968e8ad3fix log debug level detect * reason there hardcodes DEBUG_LEVEL in logging.rb: DEBUG_LEVEL = defined?(Logger) ? Logger::DEBUG : 0 this could cause some incompatibility between different logger tools
asinbow.wang
2012-04-27 15:26:49 +0800
7384585d98write_element optimization for T_ARRAY to only allocate the buffer for the index key once instead of repeatedly for every index. This results in a 2.5x improvement for array sizes around 32. Also includes improvements to the performance tests and graphs, with plothover to show [x,y] values.
Gary Murakami
2012-04-25 17:15:31 -0400
bc5944899bMerge branch 'master' of github.com:mongodb/mongo-ruby-driver
Gary Murakami
2012-04-25 11:05:00 -0400
aab3cf7b74minor: cleanup thread_to_socket pruning code and test
Tyler Brock
2012-04-03 14:15:17 -0400
c65b4aadb0[Gary] Improvements to TUTORIAL, completeness and bug fixes, CRUD reorg, Delete documents, explain, Ruby style
Gary Murakami
2012-04-03 15:14:43 -0400
9e47109b8f[Gary] Editing due to minor disconnects of a newbie - might as well make improvements before I'm too tainted by familiarity. Any suggestions for a GFM previewer?
Gary Murakami
2012-04-02 17:25:01 -0400
d4efbe96f7fix README gem require for test, typos, JRuby reminders, also add require rubygems to simple.rb
Gary Murakami
2012-03-30 16:56:51 -0400
481c57c52efix bson test hash_with_indifferent_access, missing require
Gary Murakami
2012-03-30 11:47:06 -0400