Kyle Banker
a2f501924e
Specify pk factory on Collection.new as a :pk option
2010-11-03 18:36:29 -04:00
Kyle Banker
68af3dbe8f
Allow the setting of safe mode globally on the Connection,
...
DB, and Collection levels. The safe mode setting will
automatically be inherited down the hierarchy Connection ->
DB -> Collection -> (insert, update, remove). This default
can be overridden at any time. Connection#safe, DB#safe, and
Collection#safe will yield the current default value.
2010-11-03 17:36:08 -04:00
Kyle Banker
5aa8721b25
Allow idiomatic :drop_dups in addition to :dropDups
...
on index creation.
Don't raise exception if :dropDups results in duplicate key error.
2010-11-02 14:50:02 -04:00
Kyle Banker
2720206f77
minor: docs
2010-10-22 13:27:56 -04:00
Hongli Lai (Phusion)
0585aa1aae
Fix MongoDB::Collection #insert_documents, #update and #remove and MongoDB::Connection #receive_header and #last_error_message: usage strings as much as possible instead of byte arrays, otherwise performance really suffers.
2010-09-13 10:51:53 -04:00
Kyle Banker
300b442a94
Create logging message only when a logger is passed to the Connection.
...
Results in a pretty significant performance improvement.
Many thanks to Matt Taylor for noticing the unusual glut of calls
to ObjectId#to_s. See here: http://unhalting.com/?p=18
2010-09-08 14:27:27 -04:00
Kyle Banker
c7c309b00d
RUBY-158 deprecate BSON::ObjectID for BSON::ObjectId
2010-08-24 12:49:23 -04:00
Kyle Banker
f448946ea6
Merge branch 'master' of github.com:mongodb/mongo-ruby-driver
2010-08-23 14:10:17 -04:00
Mike Dirolf
56aa67f4fe
minor: typo
2010-08-17 10:08:48 -04:00
Kyle Banker
9cd7377b00
minor: cleanup
2010-08-09 14:09:51 -04:00
Kyle Banker
db8ddd059b
minor: silence some warning due to deprecaton
2010-08-04 16:47:13 -04:00
Kyle Banker
969ec6f644
Don't check keys on Collection#map_reduce
2010-07-21 08:23:55 -04:00
Kyle Banker
fc603c651e
RUBY-152
2010-07-13 14:42:18 -04:00
Kyle Banker
265f074f10
RUBY-147 check for CursorNotFound response flag
2010-07-12 12:11:01 -04:00
Kyle Banker
c25f1f5997
RUBY-144 allow map_reduce to return raw command (and not just instantiated results collection)
2010-07-09 15:29:11 -04:00
Kyle Banker
24e8b690ed
RUBY-149 map-reduce fix for boolean ok
2010-07-09 12:53:22 -04:00
Kyle Banker
4712a68468
RUBY-133 maximum insert size
2010-06-15 10:24:31 -04:00
Kyle Banker
31d2483294
RUBY-137 specify index name
2010-06-14 14:20:12 -04:00
Kyle Banker
0335937b3c
minor: docs
2010-06-05 22:45:37 -04:00
Kyle Banker
a7e2991c31
fix for boolean command response in core server 1.5.2
2010-05-31 22:52:03 -04:00
Kyle Banker
924a275ea3
check command response by default; better DB#command api
2010-05-18 16:17:17 -04:00
Kyle Banker
97ee66be02
minor: source file encoding with magic comment
2010-05-07 15:33:27 -04:00
sleverbor
ed76126a12
namespaced the OrderedHash class
2010-05-06 18:25:18 -07:00
Kyle Banker
7b89523315
added Grid#exist? and GridFileSystem#exist? RUBY-122
2010-05-05 11:07:52 -04:00
Kyle Banker
065d97ca1c
Replication acknowledgment RUBY-126
2010-05-04 16:00:05 -04:00
Kyle Banker
55ebf36c1d
minor: removed deprecation warning for new create_index api
2010-04-28 15:16:33 -04:00
Kyle Banker
494d451857
RUBY-123 check index types
2010-04-16 15:59:34 -04:00
Kyle Banker
b9f579876c
RUBY-120 configurable batch size; begin 0.20.2
2010-04-12 11:57:14 -04:00
Kyle Banker
a3f31208e6
minor: docs
2010-04-06 18:34:07 -04:00
Kyle Banker
84fb41c39f
added Collection#stats and DB#stats
2010-04-06 18:29:39 -04:00
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
a4c72ffa5d
minor: removed deprecated group argument
2010-04-05 17:30:51 -04:00
Kyle Banker
c4d5cb641b
renamed mongo_bson to bson
2010-04-05 10:39:55 -04:00
Kyle Banker
b87e3dd3fb
docs and tests for fields option with a hash
2010-03-27 08:58:16 -07:00
Kyle Banker
a94a870202
log messages read like valid ruby driver code
2010-03-23 22:40:43 -07:00
Kyle Banker
f2bc05f51c
merge new bson commits
2010-03-19 15:23:24 -04:00
Kyle Banker
3e8c8d5c93
added error checking for array of arrays on index creation
2010-03-19 14:31:10 -04: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
Kyle Banker
367f9b32cc
added indexing options: background, geo, dropDups, etc.
2010-03-16 15:59:26 -04:00
Kyle Banker
2d9e10c192
CBson HashWithIndifferentAccess error
2010-02-27 12:22:34 -05:00
Kyle Banker
824573f297
warn if index fails to create
2010-02-25 16:40:35 -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
5dd2636634
minor: copyright update
2010-02-19 17:41:36 -05:00
Kyle Banker
5d1d110280
fixed bug on safe remove; style fixes
2010-02-17 16:48:23 -05:00
Kyle Banker
f158aa13af
Initial GridFS refactoring
2010-02-12 18:03:07 -05:00
Kyle Banker
98af49f465
added core doc references
2010-02-08 12:12:18 -05:00
Kyle Banker
65ac333464
minor: core doc fix
2010-02-01 21:55:44 -05:00
Kyle Banker
c9cecc730e
minor: removed unused core doc
2010-02-01 20:27:31 -05:00
Kyle Banker
a8a5b585c9
added core tag for ydoc
2010-02-01 20:22:08 -05:00
Kyle Banker
e075d25a91
move id only when necessary RUBY-88
2010-01-28 18:44:50 -05:00
Kyle Banker
d1d1f68c2f
minor: doc fixes
2010-01-19 11:30:43 -05:00
Kyle Banker
47c0c38495
updated docs / tests for safe remove
2010-01-19 11:14:07 -05:00
Patrick Collison
8a8d6716b3
add a :safe option to Collection's remove()
2010-01-19 11:14:07 -05:00
Kyle Banker
ba2b23476d
minor performance improvements
2010-01-14 13:30:38 -05:00
Kyle Banker
f9ec4eca1d
YARD and more specific exceptions for DB
2010-01-11 18:12:46 -05:00
Kyle Banker
5285f9de8f
minor: reorganized constants / errors
2010-01-08 15:43:13 -05:00
Kyle Banker
2310a878ea
doc cleanup and initial move to YARD
2010-01-05 17:42:52 -05:00
Kyle Banker
c15e8c2d7d
enabled keyf support for Collection#group
2009-12-18 14:49:16 -05:00
Kyle Banker
f8a6d1ebb9
minor: docs, whitespace, naming
2009-12-16 14:16:49 -05:00
Kyle Banker
f633e8ad69
Added query option for Collection#distinct
2009-12-14 13:57:22 -05:00
Mike Dirolf
d268595584
tests + fixes for using nil _id's
2009-12-08 17:52:15 -05:00
Mike Dirolf
a9bb31e392
minor: whitespace
2009-12-08 17:52:07 -05:00
Kyle Banker
6d573edd40
minor: doc cleanup; extracted credits
2009-12-07 15:46:39 -05:00
Blythe Dunham
3df52cc927
Add support for the finalize option of the group command
2009-12-06 15:45:42 -08:00
Kyle Banker
f0766c9d2e
minor: allow oplog. collection
2009-12-04 16:35:12 -05:00
Kyle Banker
992f6c30dc
minor: removed entraneous constant
2009-12-02 11:56:58 -05:00
Kyle Banker
d40f445c19
Fixes for 1.9
2009-12-01 17:23:24 -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
ab0d189832
Simplified message sending methods names; organized Connection
2009-11-24 14:23:43 -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
3362fb5be6
Simplified BSON serialization calls for performance.
2009-11-12 14:48:49 -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
f891b4ece3
Updates and insert in safe mode are now thread-safe.
2009-11-05 15:14:48 -05:00
Kyle Banker
95f3686119
Restored pretty messages for logging.
2009-11-02 15:04:06 -05:00
Kyle Banker
5a81cb70ee
Added Collection#distinct [RUBY-61]
2009-10-27 14:05:45 -04:00
Kyle Banker
67b7f6b375
Refactored Query class into Cursor class.
2009-10-22 14:10:12 -04:00
Kyle Banker
de5c078cec
Finished removing Message classes. Made Cursor#close threadsafe.
2009-10-21 10:11:33 -04:00
Kyle Banker
5586d53c6a
minor: Collection#remove should access db directly.
2009-10-20 11:36:51 -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
2d7bae4e0a
minor: corrected options for Collection#remove
2009-10-19 17:48:20 -04:00
Kyle Banker
cced8ae5b7
Removed InsertMessage, RemoveMessage, and UpdateMessage, and refactored accordingly.
2009-10-19 17:14:41 -04:00
Kyle Banker
4e2781faf1
Raise exception if connecting to single slave with slave_ok set to false; pass slave_ok on to queries when set to true.
2009-10-15 12:25:25 -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
4fdcad1327
cleanup and credits
2009-10-08 10:05:06 -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
833e0eb7da
failing test case + fix for Collection#[]
2009-09-14 10:03:26 -04:00
Mike Dirolf
baad067165
minor: doc fix
2009-09-06 16:28:46 -04:00
Mike Dirolf
e6112703f3
allow scope for reduce function in group
2009-08-26 11:13:40 -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
040ba7c9c2
add command option for Collection#group
2009-08-19 15:54:53 -04:00
Mike Dirolf
c49c208bff
fix for Collection#group
2009-08-19 15:18:42 -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