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
0709b98082
Rails 3 HashWithIndifferentAccess fixes
2010-03-02 11:11:07 -05:00
Kyle Banker
2d9e10c192
CBson HashWithIndifferentAccess error
2010-02-27 12:22:34 -05:00
Kyle Banker
fb3ed36188
minor: test fixes
2010-02-25 16:40:48 -05:00
Kyle Banker
c0e8a525bd
reauthenticate on reconnect
2010-02-25 14:58:32 -05:00
Kyle Banker
3479317098
raise exception on authentication failure
2010-02-24 13:05:45 -05:00
Kyle Banker
60832b7895
removed unneeded test
2010-02-23 21:20:19 -05:00
Kyle Banker
f126518566
use mime types only if we can load it
2010-02-23 18:25:28 -05:00
Kyle Banker
ff63165bdd
content type detection for gridfs
2010-02-23 18:03:11 -05:00
Kyle Banker
d40767bdd4
minor: test object id inspect
2010-02-23 16:22:48 -05:00
Kyle Banker
b9e8bb4e03
remove deprecated Admin class
2010-02-23 13:12:14 -05:00
Kyle Banker
d6111f535c
removed deprecated Cursor#next_object
2010-02-23 13:09:36 -05:00
Kyle Banker
a8e3a80fde
test fixes for deprecations
2010-02-23 13:06:48 -05:00
Kyle Banker
8f90cbfbf7
Collection#group as eval deprecation final stage
2010-02-23 12:42:17 -05:00
Kyle Banker
25b783a0c8
test case for RUBY-99
2010-02-23 11:16:11 -05:00
Kyle Banker
1d0cc7aae2
added safe more for gridfs
2010-02-22 18:06:59 -05:00
Kyle Banker
89fe06250e
re-require shoulda; gridfs decoupling
2010-02-22 15:49:04 -05:00
Kyle Banker
54a68c7438
minor: removed shoulda dependency
2010-02-19 19:17:38 -05:00
Kyle Banker
0368e79c74
minor: tests use proper naming convention. test fix 1.8.6
2010-02-19 18:00:03 -05:00
Kyle Banker
43452da5c6
minor: docs
2010-02-19 17:05:52 -05:00
Kyle Banker
6a09b141fd
streaming for new gridfs api
2010-02-19 16:20:46 -05:00
Christos Trochalakis
83f2bdf472
Make OrderedHash#to_a preserve order
2010-02-19 11:04:19 -05:00
Kyle Banker
16ea148ab1
More experimental GridFS improvements
2010-02-18 16:31:25 -05:00
Kyle Banker
5d1d110280
fixed bug on safe remove; style fixes
2010-02-17 16:48:23 -05:00
Kyle Banker
f176a45a20
Connection.from_uri and Connection.paired. Connection API enhancement.
2010-02-17 15:15:07 -05:00
Kyle Banker
fc2ddf3bbd
deserialize to RegexpOfHolding only when necessary
2010-02-15 09:47:53 -05:00
Kyle Banker
32606db5e9
minor: test fix
2010-02-12 18:41:34 -05:00
Kyle Banker
f158aa13af
Initial GridFS refactoring
2010-02-12 18:03:07 -05:00
Kyle Banker
7863b37f07
minor: fix for default root collection on gridfs
2010-02-08 17:04:35 -05:00
Kyle Banker
a6310a0a4f
not logging binary data RUBY-90
2010-02-08 13:48:18 -05:00
Kyle Banker
aad2f5508c
class accessors for default root collection RUBY-93
2010-02-08 13:04:28 -05:00
Kyle Banker
8495e75e5e
fixed reconnect for queries
2010-02-04 18:03:12 -05:00
Kyle Banker
e075d25a91
move id only when necessary RUBY-88
2010-01-28 18:44:50 -05:00
Kyle Banker
f6e505e511
Methods for adding and removing users RUBY-89
2010-01-28 16:39:40 -05:00
Kyle Banker
d71f7d4e3a
support MongoDB extended JSON on ObjectID#to_json
2010-01-22 14:56:00 -05:00
Kyle Banker
05342ef8f2
ObjectID#from_time RUBY-82
2010-01-22 14:24:17 -05:00
Kyle Banker
4530adce49
minor: adjusted pooled threading test for windows
2010-01-22 11:52:41 -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
33c848f67a
minor: test fix for Rational class
2010-01-21 15:09:54 -05:00
Kyle Banker
002b036c39
minor: test fix for Complex class
2010-01-21 15:02:03 -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
80afca2fe2
Check in connections on operation exceptions RUBY-83
2010-01-20 12:40:16 -05:00
Kyle Banker
8c6e0a3591
Raise better error message when trying to serialize TimeWithZone
2010-01-20 12:11:58 -05:00
Kyle Banker
47c0c38495
updated docs / tests for safe remove
2010-01-19 11:14:07 -05:00
Matt Powell
3b30cde0fb
GridStore#mv
2010-01-19 11:14:07 -05:00
Durran Jordan
41c680b491
OrderedHash#update should alias to merge bang
2010-01-18 15:29:17 -05:00
Kyle Banker
f9ec4eca1d
YARD and more specific exceptions for DB
2010-01-11 18:12:46 -05:00
Kyle Banker
67969720e0
minor: fixed require
2010-01-11 13:12:09 -05:00