couch_docs icon indicating copy to clipboard operation
couch_docs copied to clipboard

Provides a mapping between CouchDB documents and the file system.

Results 7 couch_docs issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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.