Commit Graph

10 Commits

Author SHA1 Message Date
Farrel Lifson 078354a39a Added BSON::ObjectId#to_ary 2012-05-26 01:16:11 +02:00
Gary Murakami 64c87e93a3 [Gary] require test_helper edits to work everywhere including via IDE (RubyMine), Gemfile for JRuby 2012-04-11 11:08:04 -04:00
Kyle Banker 50ca353b05 RUBY-277 removed unnecessary include 2011-08-10 13:49:28 -04:00
Kyle Banker 0ce614a55e RUBY-277 remove dependencies on mongo gem from BSON tests. 2011-08-09 18:00:03 -04:00
Bernerd Schaefer ee198c7643 ObjectId#generate uses java.bson.types.ObjectId
Delegating ObjectId#generate when running under jruby to the java BSON
library halves the time needed to generate a new object id.
2011-06-29 14:49:53 +02:00
Kyle Banker a8ce896c9f RUBY-245 Unique object id with timestamp 2011-03-15 16:40:27 -04:00
David A. Cuadrado e4eca05447 optimize ObjectId#to_s 2010-11-30 12:46:04 -05:00
Ryan Fitzgerald 4a1bccefae implementing as_json for object id to return structure of mongoDB extended json 2010-11-11 15:26:06 -05:00
Kyle Banker 80044b9a58 RUBY-187 All tests can now use custom host and port;
Minor test fixes.
2010-10-13 17:09:23 -04:00
Kyle Banker 694f011087 BSON test suite cleanup 2010-10-01 16:29:12 -04:00