Commit Graph

46 Commits

Author SHA1 Message Date
Jim Menard
53ba99dc69 fixed test code to match comment 2008-12-09 15:32:17 -05:00
Jim Menard
2d751888e3 removed incorrect, misleading comment 2008-12-09 15:16:25 -05:00
Jim Menard
89d8076d11 Support for sorting. 2008-12-09 15:06:35 -05:00
Jim Menard
f961339cf5 Raise an error if cursor returns $err. 2008-12-09 14:47:34 -05:00
Jim Menard
6c481c617d Fixed BSON (de)serialization of object ids. New test that saves/restores oid to the database. 2008-12-09 13:48:38 -05:00
Jim Menard
9627908bc1 to-do item 2008-12-09 13:00:14 -05: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
Jim Menard
6ab2f77eb7 Move the :fields find() parameter into the options hash. 2008-12-08 16:47:52 -05:00
Jim Menard
cfee63194c More tests and improvements thanks to aemadrid. 2008-12-08 16:41:52 -05: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
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
Jim Menard
c3b1225605 Removed automatic _id creation. 2008-12-08 13:56:48 -05: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
Jim Menard
8a68436ab4 Added Credits section. Added Adrian's contributions. 2008-12-05 16:39:00 -05: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
Jim Menard
bdc4f570d6 Rake rdoc task. 2008-12-04 16:38:04 -05:00
Jim Menard
abd65c5c94 More to-do items 2008-12-04 16:25:51 -05:00
Jim Menard
51dde79ba4 Add _id to inserted records. Fixed ObjectID load, save, and generation. 2008-12-04 08:37:42 -05:00
Jim Menard
cf03cd53f9 documentation 2008-12-02 10:45:02 -05:00
Jim Menard
4244f56ce6 Fixed bug in BSON serializer: was forgetting to include NUL byt in string length. 2008-12-02 10:25:36 -05:00
Jim Menard
55f2e8d1b4 Improved tests (handle system collections in query results). 2008-12-02 07:38:22 -05:00
Jim Menard
99db98f6e8 Made db.full_coll_name public. Wrote a test for it. 2008-12-02 07:26:45 -05:00
Jim Menard
8b82d716dd Added to to-do list. 2008-12-02 07:22:32 -05:00
Jim Menard
32006ff8a2 FIXME comment in test. 2008-12-02 07:21:16 -05:00
Jim Menard
acf5cc994b More tests. Fixed some db client bugs. 2008-12-02 07:20:29 -05:00
Jim Menard
bc30e7239a To-do list added to README. 2008-12-01 20:21:22 -05:00
Jim Menard
011bf0a51c More tests. Expanded README. 2008-12-01 20:20:00 -05:00
Jim Menard
a181a9415e Added ObjectID class. Fixed BSON object serialization bug. db.count now works. 2008-12-01 20:01:13 -05:00
Jim Menard
01c1590744 Start of new DB API tests. 2008-12-01 19:39:39 -05:00
Jim Menard
8459fcad5b Added call to db.count to example. Need to see why it's not working. 2008-12-01 19:36:20 -05:00
Jim Menard
5e3815bf69 first commit 2008-11-21 20:00:51 -05:00