Adrian Madrid
2552746824
Merge branch 'master' of git://github.com/jimm/mongo-ruby-driver
2008-12-09 10:41:30 -07:00
Adrian Madrid
8f90ce7280
Trying to merge upstream into my code
2008-12-09 10:35:03 -07:00
Jim Menard
135a9ca0ab
New object id generation that matches Babble.
2008-12-09 08:28:10 -05:00
Jim Menard
294fa97454
Use OrderedHash for sorts.
2008-12-09 07:45:48 -05:00
Jim Menard
241361285c
More tests
2008-12-08 17:20:31 -05:00
Jim Menard
125e84a6e9
db name command line arg
2008-12-08 16:58:16 -05:00
Adrian Madrid
8bcabd977d
Merge branch 'master' of git://github.com/jimm/mongo-ruby-driver
2008-12-08 14:53:27 -07:00
Jim Menard
6ab2f77eb7
Move the :fields find() parameter into the options hash.
2008-12-08 16:47:52 -05:00
Adrian Madrid
af8364db7a
Merge branch 'master' of git://github.com/jimm/mongo-ruby-driver
2008-12-08 14:46:59 -07:00
Adrian Madrid
4ef6dc98ae
Split up some tests
2008-12-08 14:43:30 -07:00
Jim Menard
cfee63194c
More tests and improvements thanks to aemadrid.
2008-12-08 16:41:52 -05:00
Adrian Madrid
b12dfe3194
Changes for the new find parameters
2008-12-08 14:41:14 -07:00
Adrian Madrid
e985dc198a
More tests
2008-12-08 14:41:00 -07:00
Adrian Madrid
ee1ae4a3ca
Changed parameters for find in collection
2008-12-08 14:40:49 -07:00
Jim Menard
df2b10c17e
renamed examples/irb.rb to bin/mongo_console
2008-12-08 16:05:08 -05:00
Jim Menard
1431cb3ec3
REGEX type support.
2008-12-08 15:57:20 -05:00
Adrian Madrid
2d90d45c74
Fixed $in test
2008-12-08 13:35:49 -07:00
Adrian Madrid
c3858d6fb6
Fixed conflict
2008-12-08 13:34:37 -07:00
Adrian Madrid
366668679e
Merge branch 'master' of git://github.com/jimm/mongo-ruby-driver
2008-12-08 13:33:30 -07:00
Adrian Madrid
b4795403dc
More tests
2008-12-08 13:32:38 -07:00
Jim Menard
e7019a63f2
Support for ARRAY type.
2008-12-08 15:27:20 -05:00
Jim Menard
8fd56ed92c
more credit for aemadrid
2008-12-08 15:08:14 -05:00
Jim Menard
21e45c29b7
aliased << to insert for collections
2008-12-08 15:04:07 -05:00
Adrian Madrid
b1ebeec49c
Adapted tests to no auto ObjectID creation
2008-12-08 12:34:29 -07:00
Adrian Madrid
9037d47226
Merge branch 'master' of git://github.com/jimm/mongo-ruby-driver
2008-12-08 12:00:35 -07:00
Jim Menard
c3b1225605
Removed automatic _id creation.
2008-12-08 13:56:48 -05:00
Adrian Madrid
50d3ff6b03
Merge branch 'master' of git://github.com/jimm/mongo-ruby-driver
2008-12-08 11:12:09 -07:00
Jim Menard
7669900126
Lots of fixes.
...
- Introduced OrderedHash because db commands require that the command key be
first.
- Fixed BSON (de)serialization of object ids.
- Simplified @coll.drop_indexes.
- Renamed some method parameters to make their type more clear (for example,
"collection" became "collection_name").
- Got the index_information test working.
2008-12-08 11:38:42 -05:00
Jim Menard
067ec66812
Fixed index info retrieval
2008-12-08 08:33:29 -05:00
Jim Menard
d8238536bb
todo item
2008-12-08 08:23:24 -05:00
Adrian Madrid
7f32df987e
Manually added ObjectIDs to all inserts in the test.
...
Added test for find with parameters (fails with [{"$err"=>"assertion during query"}] on a nojni mongo db)
2008-12-06 14:31:27 -07:00
Adrian Madrid
3a5e578528
Removed the automatic addition of ObjectID for object['_id'] missing
2008-12-06 14:29:26 -07:00
Adrian Madrid
761b125687
Included comparable and added <=> method.
2008-12-06 14:17:19 -07:00
Adrian Madrid
2f242227ae
Fixed non-passing test
2008-12-06 13:27:38 -07:00
Adrian Madrid
4c7873f3db
Added options for host:port through ENV to connect to the server
2008-12-06 13:27:02 -07:00
Adrian Madrid
66c3ed3b6e
Working on more examples
2008-12-05 17:02:51 -07:00
Adrian Madrid
33c1702596
Return an object instead of an array if inserting only one object in collection
2008-12-05 17:02:35 -07:00
Adrian Madrid
4ccb68b870
Added alias << for insert in collection
2008-12-05 16:17:52 -07:00
Adrian Madrid
6b06551620
Index problem, same as http://pastie.org/332249
2008-12-05 15:14:24 -07:00
Adrian Madrid
35dba3c749
Cleanup changes in the console
2008-12-05 15:13:30 -07:00
Jim Menard
8a68436ab4
Added Credits section. Added Adrian's contributions.
2008-12-05 16:39:00 -05:00
Adrian Madrid
ff0743d67d
Moved irb as bin/mongo_console
2008-12-05 14:09:14 -07:00
Jim Menard
44455107dd
Merge branch 'master' of git://github.com/aemadrid/mongo-ruby-driver into aemadrid
2008-12-05 15:32:18 -05:00
Adrian Madrid
453d90a68e
Added a simple check for a single array passed as the first and only parameter when inserting objects
2008-12-04 17:10:00 -07:00
Adrian Madrid
cb62ae626b
Added a benchmark set
2008-12-04 17:08:57 -07:00
Adrian Madrid
5a26cfce72
Added simple irb console with connection settings and ready to play with
2008-12-04 17:08:23 -07:00
Adrian Madrid
a91e271323
Renamed demo to simple
2008-12-04 17:07:49 -07:00
Adrian Madrid
9b5be391ef
Added options for host and port to example
2008-12-04 15:04:06 -07:00
Jim Menard
981ebb3bfd
A note about generating documentation.
2008-12-04 17:02:19 -05:00
Jim Menard
edcac65c44
documentation tweaks
2008-12-04 16:44:21 -05:00