Kyle Banker
|
bff177f3e2
|
log messages read like valid ruby driver code
|
2010-04-05 11:34:28 -04:00 |
Mike Dirolf
|
bca5daa87b
|
test and fix for Grid#delete
|
2010-04-05 11:33:47 -04:00 |
Kyle Banker
|
fd1b58401e
|
RUBY-113 allow has_next for cursors
|
2010-04-05 11:33:10 -04:00 |
Kyle Banker
|
a80120f803
|
added error checking for array of arrays on index creation
|
2010-04-05 11:32:47 -04:00 |
Kyle Banker
|
061c03787b
|
test demonstrating new features in 1.4
|
2010-04-05 11:32:33 -04: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 |
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 |