A Note on Couchrest

A Note on Couchrest
By jchris in Coding 2 months ago.

This is just an informal warning that Couchrest is tracking pretty closely as CouchDB commits come in. I’m a couple of revisions behind right now. (Couchrest is currently tested against CouchDB svn revision 657958)

To check your CouchDB revision, visit http://localhost:5984/ and you should see something like:

{"couchdb":"Welcome","version":"0.7.3a657958"}

I’ve started including current CouchDB revision numbers in my commit messages, and I’ll add a unit test that fails in case of mismatch, so that should avoid some confusion.

Once things calm down a little on the Couch side, I might even write documentation!

Be the first to comment on A Note on Couchrest

Post a comment