amco / dolly

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

Add bulk properties update #114

Closed javierg closed 8 years ago

javierg commented 8 years ago

This PR adds a method to update properties in bulk, it will set the same value to all the documents in the collection.

Open against 1.0 as I needed on some projects which still use this version of dolly

javierg commented 8 years ago

@seancookr thanks to your inquires I discovered some failing edge cases, added some tests and fixes on the code 👍

seancookr commented 8 years ago

:shipit: