mongo-ruby-driver/lib/mongo
Charles Remes a9b3c8e7a5 Try again: Split the BSON logic out to a separate gem
- changed the BSON constant to BSON_CODER and scoped it inside
      of a module

    - changed the directory layout for all of the BSON related files

    - updated the C extension to find the BSON files at their new
      directory locations

    - updated the C extension to use better/safer macros for accessing
      the C API; extension now compiles cleanly under rubinius/rbx

    - changed directory layout for BSON related tests

    - modified the Rakefile to understand the new layout
2010-03-17 14:55:19 -05:00
..
gridfs Try again: Split the BSON logic out to a separate gem 2010-03-17 14:55:19 -05:00
util Split the BSON logic out to a separate gem 2010-03-17 14:30:33 -05:00
collection.rb Try again: Split the BSON logic out to a separate gem 2010-03-17 14:55:19 -05:00
connection.rb Try again: Split the BSON logic out to a separate gem 2010-03-17 14:55:19 -05:00
cursor.rb Try again: Split the BSON logic out to a separate gem 2010-03-17 14:55:19 -05:00
db.rb minor: doc fix 2010-03-02 12:24:52 -05:00
exceptions.rb raise exception on authentication failure 2010-02-24 13:05:45 -05:00
gridfs.rb minor: docs 2010-03-01 10:39:50 -05:00