As of 2010-02-05 Associations ------------ Pull associations out of attributes and refactor 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]