Kyle Banker
|
05b5fc576b
|
Cleanup w/r/t loading c ext and testing it
|
2009-12-01 13:49:57 -05:00 |
Kyle Banker
|
a3cbacc99b
|
minor: Docs, cleanup, history.
|
2009-11-25 11:26:30 -05:00 |
Christos Trochalakis
|
b1b61d5c0b
|
Added support for map-reduce
|
2009-11-25 11:26:29 -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
|
11a92349e9
|
Merged branch for initial connection pooling code
|
2009-11-23 15:20:05 -05:00 |
Kyle Banker
|
cd44c3c918
|
Fixed index ordering
|
2009-11-17 13:20:57 -05:00 |
Kyle Banker
|
867783c665
|
Added support for multi-update (available in mongo >= 1.1.3)
|
2009-11-05 16:08:54 -05:00 |
Kyle Banker
|
5a81cb70ee
|
Added Collection#distinct [RUBY-61]
|
2009-10-27 14:05: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 |
Kyle Banker
|
1e8f3176bf
|
minor: update collection.clear test
|
2009-10-22 14:47:40 -04:00 |
Kyle Banker
|
e40d9cec3c
|
Deprecated Collection#clear in favor of Collection#remove. Introduced shoulda and mocha for upcoming tests.
|
2009-10-20 11:31:07 -04:00 |
Kyle Banker
|
cced8ae5b7
|
Removed InsertMessage, RemoveMessage, and UpdateMessage, and refactored accordingly.
|
2009-10-19 17:14:41 -04:00 |
Kyle Banker
|
c6d4150a51
|
Added option to disable cursor timeout on Collection#find when #find is invoked with a block.
|
2009-10-14 14:38:44 -04:00 |
Kyle Banker
|
5ea585a475
|
Created alias Collection#size for Collection#count
|
2009-10-13 16:20:41 -04:00 |
Mike Dirolf
|
de6fef357b
|
driver was sending hard limits where it should've sent soft, and vice-versa. fix and add tests for this
|
2009-09-30 10:49:08 -04:00 |
Mike Dirolf
|
70c23e2d32
|
deprecate :offset option to find in favor of :skip
|
2009-09-17 16:45:03 -04:00 |
Mike Dirolf
|
2b701119e1
|
complete deprecation of a bunch of stuff
|
2009-09-17 15:28:45 -04:00 |
Mike Dirolf
|
c82a7e32af
|
minor: another place we need to ignore the ArgumentError
|
2009-09-16 16:28:52 -04:00 |
Mike Dirolf
|
d95971b20b
|
tests + fix for deserializing pre-epoch dates w/ pure Ruby BSON deserializer - thanks chendo
|
2009-09-16 12:53:46 -04:00 |
Mike Dirolf
|
833e0eb7da
|
failing test case + fix for Collection#[]
|
2009-09-14 10:03:26 -04:00 |
Mike Dirolf
|
3a726c34cc
|
minor: get rid of warnings
|
2009-09-04 17:30:28 -04:00 |
Mike Dirolf
|
1124c05f1f
|
DB#collections method, thanks to Durran Jordan and Les Hill
|
2009-08-27 16:29:41 -04:00 |
Mike Dirolf
|
4bdfa6efd2
|
bump extension version in preparation for main bump
|
2009-08-26 14:21:59 -04:00 |
Mike Dirolf
|
e6112703f3
|
allow scope for reduce function in group
|
2009-08-26 11:13:40 -04:00 |
Mike Dirolf
|
46a8f78ce5
|
minor: test that already passes
|
2009-08-26 10:57:14 -04:00 |
Mike Dirolf
|
94fe53d96b
|
DEPRECATE Mongo::Mongo in favor of Mongo::Connection
|
2009-08-20 18:48:09 -04:00 |
Mike Dirolf
|
e65dd99667
|
API CHANGE: moving XGen::Mongo::Driver and XGen::Mongo to Mongo and XGen::Mongo::GridFS to GridFS
|
2009-08-20 10:50:48 -04:00 |
Mike Dirolf
|
66e8d1a13b
|
Collection#find takes an optional block to ensure cursors get closed. Some doc updates for find
|
2009-08-19 11:51:30 -04:00 |
Mike Dirolf
|
e64b7f3679
|
if fields is [] return just _id
|
2009-08-19 09:57:15 -04:00 |
Mike Dirolf
|
7b4e51e825
|
deprecate DB#count and passing a selector to Collection#count
|
2009-08-18 11:48:16 -04:00 |
Mike Dirolf
|
256e64c4a3
|
minor: test that already passes
|
2009-08-18 10:20:16 -04:00 |
Mike Dirolf
|
fc49e8c982
|
move tests -> test
|
2009-08-18 10:07:01 -04:00 |