Commit Graph

20 Commits

Author SHA1 Message Date
Kyle Banker bb7cb79030 minor: fix for to_json 2010-07-07 17:04:45 -04:00
Ryan Angilly a7de4f2eed make BSON::OrderedHash equal to other types of hashes in both directions 2010-06-24 12:52:28 -05:00
Kyle Banker 99c2d1463e RUBY-131 read bson io object; b2json executable (neomantra) 2010-05-28 14:01:51 -04:00
Kyle Banker b33755fd46 RUBY-130 2010-05-24 11:43:44 -04:00
Kyle Banker 653d156a8a better object id representation for inspect 2010-05-18 12:22:19 -04:00
Mike Dirolf d68e42812e respect Encoding.default_internal in BSON decoder 2010-05-07 15:15:52 -04:00
Kyle Banker 06c7934675 RUBY-127 2010-05-07 15:15:52 -04:00
sleverbor ed76126a12 namespaced the OrderedHash class 2010-05-06 18:25:18 -07:00
Kyle Banker 7b89523315 added Grid#exist? and GridFileSystem#exist? RUBY-122 2010-05-05 11:07:52 -04:00
Kyle Banker cc0192b2cc represent inspected ObjectID using extended JSON format 2010-04-13 11:30:13 -04:00
Kyle Banker 860ab356d2 RUBY-121 2010-04-12 12:01:50 -04:00
Kyle Banker e18d2d6fbb removed deprecated RegexpOfHolding 2010-04-07 16:32:25 -04:00
Kyle Banker 2e78eb6c66 RUBY-118 2010-04-05 15:48:35 -04:00
Kyle Banker 63b0dfc6c9 test fixes for move to bson gem 2010-04-05 11:07:01 -04:00
Kyle Banker c4d5cb641b renamed mongo_bson to bson 2010-04-05 10:39:55 -04:00
Kyle Banker 40b481ad3c RUBY-111 2010-03-31 15:16:12 -04:00
Kyle Banker 6139c27df0 included old BSON constant for deprecation warning 2010-03-19 18:10:18 -04:00
Kyle Banker 372f578389 minor: test fix 2010-03-19 16:00:17 -04:00
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
Charles Remes 18d7d1c699 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:30:33 -05:00