Sha256: 6d03e9c8faa25ca5e6eb63c403912b1233b45a362a3274d3211a597e4ae86205

Contents?: true

Size: 768 Bytes

Versions: 14

Compression:

Stored size: 768 Bytes

Contents

As of 2010-03-06

Associations
------------

Pull associations out of attributes and refactor

Criteria
--------

Make critieria module; include into CriteriaProxy, Association?
page, per_page, paginate shuould be wrapped or not?

Contexts
--------

Extract Mongo context as module, Document#collection => klass.collection Collection#collection => klass

Documentation
-------------

How to get started with Rails

Dynamic Attributes
------------------

Document#[] => reads attribute
Document#[]= => writes attribute
Document#dynamic_attributes => key, value for each dynamic attribute
Document#dynamic_attribute_names => list of dynamic attribute names

Validations
-----------

validates_hash_keys :has_hash_name, :in => [array of names]


Q
-
What is Criteria#ids

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
mongo_doc-0.6.6 TODO
mongo_doc-0.6.5 TODO
mongo_doc-0.6.4 TODO
mongo_doc_rails2-0.6.2 TODO
mongo_doc-0.6.3 TODO
mongo_doc-0.6.2 TODO
mongo_doc-0.6.1 TODO
mongo_doc-0.6.0 TODO
mongo_doc_rails2-0.6.1 TODO
mongo_doc-0.5.5 TODO
mongo_doc-0.4.2 TODO
mongo_doc-0.4.1 TODO
mongo_doc-0.4.0 TODO
mongo_doc-0.3.2 TODO