couchrest / couchrest_extended_document

Extends CouchRest with helpers and such
Apache License 2.0
24 stars 5 forks source link

Couch ExtendedDocument with Rails Multi Parameters Attributes #10

Closed shenoudab closed 14 years ago

shenoudab commented 14 years ago

Dears,

kindly, i was trying couch_extended_document in a rails project with couchrest_model and i found that there is no support for Multi Parameters Attributes like :

date property which represented as multi parameters (start_date(1i), start_date(2i), start_date(3i)) is not represented in the couch db in the start_date value, but every parameter represented as a property.

i also try to set the Type to be Date .. but noting changed ..

Best Regards, Shenouda Bertel

shenoudab commented 14 years ago

i have added the support for MultiParameters Attributes and others in couchrest_model my repo http://github.com/shenoudab/couchrest_model

please, check and feed us back.