A Stub Ruby Library for CouchDB
Continuing our series of CouchDB tips & tricks, I wanted to include RockingChair, a stub[1] Ruby library for CouchDB that would help you out with the speed of the test suite.
Update: Make sure you are reading also Mathias Meyer’s comment below.
Other CouchDB tips & tricks
- Paginating with CouchDB
- Access CouchDB document revisions with RelaxDB
- CouchDB List Functions
- Generic CouchDB _changes consumer using node.js
References
- [1] See these posts about Mocks vs Stubs: ☞ James Kovacs and ☞ Martin Fowler. (↩)