Sha256: f08499d8cae612ae49626c49e337fcc3286cf8c79f24ae88605a71f6233ea72a

Contents?: true

Size: 975 Bytes

Versions: 4

Compression:

Stored size: 975 Bytes

Contents

Add support for:

- distinct function: http://www.mongodb.org/display/DOCS/Aggregation

- modifier functions: http://www.mongodb.org/display/DOCS/Updating

- declaring indexes: http://www.mongodb.org/display/DOCS/Indexes

  User.index :foo

- embeds n, :resources - the work has been started but it's not finished yet

General stuff:

- figure out why DataMapper::Model::Hook and DataMapper::Validate need to be explicitly included on EmbeddedResource

- embeded resources within embedded resources

- figure out how to include the shared adapter spec from dm-core and overwrite Heffalump model so it will work fine

- organize specs in groups (public/semipublic like in dm-core maybe?)

- improve test coverage, especially for embedded resources and handling of custom types

- update README

- clean up and document the code

- write a basic tutorial

And a big one:

 figure out what needs to be improved in dm-core so there won't be a need to override its private API :)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dm-mongo-adapter-0.6.0 TODO
dm-mongo-adapter-0.2.0.pre3 TODO
dm-mongo-adapter-0.2.0.pre2 TODO
dm-mongo-adapter-0.2.0.pre1 TODO