couch_docs
couch_docs copied to clipboard
Provides a mapping between CouchDB documents and the file system.
Updates the requirements on [json](https://github.com/flori/json) to permit the latest version. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance...
Updates the requirements on [rest-client](https://github.com/rest-client/rest-client) to permit the latest version. Changelog *Sourced from [rest-client's changelog](https://github.com/rest-client/rest-client/blob/master/history.md).* > # 2.1.0 > > - Add a dependency on http-accept for parsing Content-Type charset...
When I was attempting to push my docs back to CouchDB, I found that some of my design documents had certain properties serialized as literally "false" or "true". I don't...
Added the gem to a rails 3 project, immediately started getting errors like: undefined method `deep_merge' for "%Y-%m-%d":String undefined method`deep_merge' for ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]:Array I haven't...
Perhaps a rescue in CouchDocs::put_design_dir would do the trick.
Currently the put! method will delete then recreate the document. It should be easy enough to use put and not upload if revisions are the same.
When writing design documents, it might be nice to use coffeescript.