Jim Menard
f94ad318b6
New primary key documentation.
2009-02-01 09:14:21 -05:00
Jim Menard
8e026ebb11
documentation
2009-01-29 11:31:45 -05:00
Jim Menard
0ef78c46c4
GridStore (GridFS) implementation.
2009-01-29 11:23:50 -05:00
Jim Menard
5a471900a3
docs about testing
2009-01-29 10:42:20 -05:00
Jim Menard
e17681829f
Use mongo-qa only if it is in a "sister directory", not a subdirectory.
2009-01-28 14:15:21 -05:00
Jim Menard
0facf02e41
installation doc clarification
2009-01-23 08:53:48 -05:00
Jim Menard
fa96e7c1cf
doc fix
2009-01-16 16:14:49 -05:00
Jim Menard
00712a77e8
doc fix
2009-01-16 16:13:54 -05:00
Jim Menard
623a22ceda
DB can have PK factory. Collection#insert returns objects inserted (possibly modified by PK factory).
2009-01-16 16:10:52 -05:00
Jim Menard
e0162aebb9
Level 1 support:
...
- Added PK factory support to the db class. Documented it in the README.
- Mongo#db now takes an options hash (right now, for :strict and :pk) and
passes it in to the DB constructor.
2009-01-16 14:41:53 -05:00
Jim Menard
48ed0c819b
fixed install instructions
2009-01-15 16:49:01 -05:00
Jim Menard
f5bf0d188c
New install directions
2009-01-15 16:05:56 -05:00
Jim Menard
762d29c523
README update
2009-01-14 10:45:12 -05:00
Jim Menard
5793ce986b
UTF-8 encoding/decoding for Ruby 1.9.
2009-01-13 12:53:55 -05:00
Jim Menard
4258f6f200
Add round-trip testing to bin/validate
2009-01-12 11:23:07 -05:00
Jim Menard
80dd421dd9
Use mongo-qa tests if present
2009-01-12 09:48:24 -05:00
Jim Menard
4e44aeea45
quick code sample and pointers to class docs
2009-01-08 11:48:59 -05:00
Jim Menard
9cea65bce0
New package task. Moved doc output dir to "html".
2009-01-08 11:42:52 -05:00
Jim Menard
3b921e0b80
group_by docs
2009-01-07 16:56:34 -05:00
Jim Menard
aad54b9241
docs
2009-01-07 16:27:49 -05:00
Jim Menard
2b65189dde
Completed Admin implementation.
2009-01-07 16:12:01 -05:00
Jim Menard
c08ad81e51
docs
2009-01-07 16:07:22 -05:00
Jim Menard
15055794c7
Beginnings of Admin implementation.
2009-01-07 15:36:12 -05:00
Jim Menard
036c6b41dc
to-do item
2009-01-07 14:57:47 -05:00
Jim Menard
8cf55d27bc
doc update
2009-01-07 12:57:56 -05:00
Jim Menard
90eccd2412
Release notes section refers to the git log comments
2009-01-07 12:51:16 -05:00
Jim Menard
26b88efd3b
Bug fixes:
...
- Make sure Query#fields returns a hash, not an array.
- Fix query limit by passing limit number to cursor and having it enforce the
limit. (Database returns limit as first batch, but will continue to return
data after the limit if requested.)
Improvements:
- Query#new can take a single field name instead of an array
- A few doc comment improvements here and there.
2009-01-07 09:46:30 -05:00
Jim Menard
f709bc6290
Updated copyright dates.
2009-01-06 10:51:01 -05:00
Jim Menard
6ef68648c7
Updated Adrian's credits.
2009-01-06 10:49:18 -05:00
Jim Menard
8aed3abda6
new Collection#options method
2008-12-17 13:52:10 -05:00
Jim Menard
95e75995f6
Doc tweaks
2008-12-17 11:49:06 -05:00
Jim Menard
aee3ae2c9d
More documentation
2008-12-17 11:43:08 -05:00
Jim Menard
011280282d
New to-do item
2008-12-17 11:03:09 -05:00
Jim Menard
02cd38fce0
Added XGen::Mongo::Driver::DB.master?
2008-12-16 17:35:31 -05:00
Jim Menard
9ee07cb74f
to-do item about master/slave
2008-12-16 17:19:53 -05:00
Jim Menard
103d7e5c62
New optional "strict" mode for databases.
2008-12-16 17:08:15 -05:00
Jim Menard
bc61eacf03
doc tweaks
2008-12-16 07:42:56 -05:00
Jim Menard
80c0302307
Renamed README to README.rdoc
2008-12-15 09:13:42 -05:00