mongo-ruby-driver/lib/mongo
Tyler Brock 9be394b623 Merge pull request #104 from seamusabshere/from_uri_implicit_arg
Make ENV['MONGODB_URI'] the default first arg for `Mongo::Connection.from_uri`
2012-06-04 20:59:35 -07:00
..
gridfs use collection#save instead of collection#insert to save gridio chunks so that replacement chunks overwrite existing ones 2012-06-04 13:24:30 -04:00
util Since 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 2012-06-04 12:55:31 -05:00
collection.rb RUBY-437 2012-05-14 16:03:08 -04:00
connection.rb Make ENV['MONGODB_URI'] the default first arg for `Mongo::Connection.from_uri` 2012-06-04 12:57:01 -05:00
cursor.rb RUBY-437 2012-05-14 16:03:08 -04:00
db.rb Fix copy-paste mistake in doc comment 2012-05-29 15:05:50 -06:00
exceptions.rb RUBY-429 non-blocking IO for socket timeouts 2012-04-03 16:06:37 -04:00
networking.rb RUBY-436 Handle IRB::Abort Exception 2012-04-26 13:53:21 -04:00
repl_set_connection.rb Use ENV["MONGODB_URI"] if available. 2012-06-04 13:24:30 -04:00
version.rb RELEASE 1.6.2 2012-04-05 13:51:20 -04:00