Kyle Banker
35dac1f31e
added find_and_modify helper
2010-04-06 17:56:21 -04:00
Kyle Banker
45d3b91882
exception refinements for bson split
2010-04-05 18:24:31 -04:00
Kyle Banker
cc253cc111
minor: fix for assert_valid_keys
2010-04-05 14:22:31 -04:00
Kyle Banker
f2bc05f51c
merge new bson commits
2010-03-19 15:23:24 -04: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
Kyle Banker
367f9b32cc
added indexing options: background, geo, dropDups, etc.
2010-03-16 15:59:26 -04:00
Kyle Banker
9dd1a5c2e3
added authentication support for copy_database
2010-03-16 13:56:30 -04:00
Kyle Banker
2d9e10c192
CBson HashWithIndifferentAccess error
2010-02-27 12:22:34 -05:00
Kyle Banker
3163a340f1
removed deprecated xml_to_ruby
2010-02-23 14:40:38 -05:00
Kyle Banker
a7d4d5d277
minor: copy fix
2010-02-23 12:44:50 -05:00
Kyle Banker
5dd2636634
minor: copyright update
2010-02-19 17:41:36 -05:00
Christos Trochalakis
83f2bdf472
Make OrderedHash#to_a preserve order
2010-02-19 11:04:19 -05:00
Kyle Banker
fc2ddf3bbd
deserialize to RegexpOfHolding only when necessary
2010-02-15 09:47:53 -05:00
Kyle Banker
e075d25a91
move id only when necessary RUBY-88
2010-01-28 18:44:50 -05:00
Kyle Banker
329af9e685
minor: OrderedHash hash algorithm fix
2010-01-21 17:35:53 -05:00
Kyle Banker
28227f8ac6
minor: fix for 1.8.6 Complex type checking
2010-01-21 15:42:59 -05:00
Kyle Banker
95d9d6b4f6
Handle unsupported types: Complex, Rational, and BigDecimal RUBY-85
2010-01-21 14:49:20 -05:00
Kyle Banker
bf7ffcfa82
support BSON MinKey and MaxKey RUBY-84
2010-01-20 18:50:07 -05:00
Kyle Banker
8c6e0a3591
Raise better error message when trying to serialize TimeWithZone
2010-01-20 12:11:58 -05:00
Durran Jordan
41c680b491
OrderedHash#update should alias to merge bang
2010-01-18 15:29:17 -05:00
Kyle Banker
ba2b23476d
minor performance improvements
2010-01-14 13:30:38 -05:00
Kyle Banker
74c9862fc9
minor: clean up conversions module
2010-01-08 16:29:06 -05:00
Kyle Banker
5285f9de8f
minor: reorganized constants / errors
2010-01-08 15:43:13 -05:00
Kyle Banker
1e183d1f53
deprecated RegexpOfHolding and XMLToRuby
2010-01-07 16:17:34 -05:00
Kyle Banker
42b835243e
warn if using Date or DateTime instead of Time
2010-01-06 14:30:58 -05:00
Kyle Banker
2310a878ea
doc cleanup and initial move to YARD
2010-01-05 17:42:52 -05:00
Mike Dirolf
e013618a8f
RUBY-74 raise InvalidDocument for any unrecognized types
2009-12-29 12:59:30 -05:00
Kyle Banker
7bebcd0499
minor: test fixes
2009-12-29 11:31:59 -05:00
Kyle Banker
a698415fa5
minor: fixed sort api to allow a single key / direction pair to be specified as an array
2009-12-28 13:43:20 -05:00
Mike Dirolf
9ba194c4b1
minor: fix for 1.9
2009-12-17 12:26:26 -05:00
Mike Dirolf
9e38ef4f8b
Merge branch 'master' of github.com:mongodb/mongo-ruby-driver
2009-12-17 12:24:23 -05:00
Kyle Banker
9c68d1c0ab
fix for uniq with OrderedHash for Ruby 1.8.6
2009-12-17 12:19:38 -05:00
Mike Dirolf
65c36ca943
null checking for keys and regex patterns, allow nulls for regular strings
2009-12-17 12:17:19 -05:00
Mike Dirolf
9bbaafe03d
Just use Regexp#source instead of hacky to_s. Check Regex pattern for NULL bytes
2009-12-17 10:24:58 -05:00
Mike Dirolf
5168692ab9
don't allow NULL byte in key names in ruby encoder
2009-12-17 10:05:38 -05:00
Kyle Banker
f8a6d1ebb9
minor: docs, whitespace, naming
2009-12-16 14:16:49 -05:00
Kyle Banker
aaf590214c
enforce 4MB limit when inserting BSON docs
2009-12-16 11:32:54 -05:00
Mike Dirolf
bfb26b3426
minor: update mongo-qa tests for new bson api
2009-12-02 15:49:45 -05:00
Kyle Banker
e228be7943
minor: added bytebuffer method to make apis compatible
2009-12-02 12:07:32 -05:00
Kyle Banker
d40f445c19
Fixes for 1.9
2009-12-01 17:23:24 -05:00
Kyle Banker
4b849d4b4b
divided bson.rb in two
2009-12-01 13:55:04 -05:00
Kyle Banker
05b5fc576b
Cleanup w/r/t loading c ext and testing it
2009-12-01 13:49:57 -05:00
Kyle Banker
a7c75d7fae
Raise error on non utf-8 string in 1.8
2009-11-30 17:06:21 -05:00
Kyle Banker
515594ebf3
Completed deprecation of old sort options, :offset, and Collection#clear
2009-11-23 18:09:13 -05:00
Kyle Banker
cd44c3c918
Fixed index ordering
2009-11-17 13:20:57 -05:00
Kyle Banker
039484c263
minor: fixes for benchmarks and byte buffer defaults
2009-11-16 10:40:16 -05:00
Kyle Banker
3362fb5be6
Simplified BSON serialization calls for performance.
2009-11-12 14:48:49 -05:00
Sean Cribbs
cb4d94f541
Optimize ByteBuffer#to_s and Mongo::ObjectID#generate via C extensions.
2009-10-29 11:44:07 -04:00
Kyle Banker
0d7cefd87b
minor: cleaned up gemspecs, docs.
2009-10-26 15:34:45 -04:00
Kyle Banker
5c6f53e408
Added server version checking. Updated tests for compatibility > 1.1.3
2009-10-26 14:54:33 -04:00