As of 2010-02-23 Associations ------------ Pull associations out of attributes and refactor Criteria -------- Make critieria module, include into Document, CriteriaProxy, Association? Documentation ------------- How to get started with Rails Using mongohq 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]