amco / dolly

Not an ORM for CouchDB in rails.
8 stars 3 forks source link

Fix issue with nil properties not being set and passing hash with string keys issue #164

Closed ErickFabian closed 3 years ago

ErickFabian commented 3 years ago

Fixes:

ErickFabian commented 3 years ago

@javierg Done, this is the other PR https://github.com/amco/dolly/pull/165

javierg commented 3 years ago

@ErickFabian can you write a test please. I am not sure if this change will make any missing attribute on the model being removed.

ErickFabian commented 3 years ago

@javierg I've added a spec for setting nil to a property on a doc