mongo-ruby-driver/lib/mongo/util
Jim Menard 7669900126 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.
2008-12-08 11:38:42 -05:00
..
bson.rb Lots of fixes. 2008-12-08 11:38:42 -05:00
byte_buffer.rb first commit 2008-11-21 20:00:51 -05:00
macaddr.rb Added ObjectID class. Fixed BSON object serialization bug. db.count now works. 2008-12-01 20:01:13 -05:00
ordered_hash.rb Lots of fixes. 2008-12-08 11:38:42 -05:00
uuid.rb More tests. Expanded README. 2008-12-01 20:20:00 -05:00