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
Kyle Banker
f2bc05f51c
merge new bson commits
2010-03-19 15:23:24 -04:00
Kyle Banker
4008752b02
RUBY-113 allow has_next for cursors
2010-03-19 14:31:31 -04:00
Kyle Banker
3e8c8d5c93
added error checking for array of arrays on index creation
2010-03-19 14:31:10 -04:00
Kyle Banker
acdcf6a823
test demonstrating new features in 1.4
2010-03-19 14:05:31 -04:00
Charles Remes
dfe93cb65c
Fixed a require path for OrderedHash which is now under mongo_bson
2010-03-17 16:06:42 -05: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
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
38d6401d1a
warn if saving zero-length file
2010-03-15 18:25:46 -04:00
Kyle Banker
8faa243484
added sort to query logging RUBY-101
2010-03-15 11:51:22 -04: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