I'm using couchrest gem. Works ok for the most part. There's also the couchrest-rails gem that adds some niceness around managing databases and views as part of your rails project config.
Doesn't hook into active record, but is similar enough that you can do most of the same things. On 10 June 2010 16:24, Alexander Uvarov <[email protected]> wrote: > > On 10.06.2010, at 12:13, Mark Porter wrote: > > > Hi folks! > > > > I'm looking for a recommendation for ruby gem that will enable me to use > couchdb from rails. > > Couchrest. Nice throw, but on the wane [1] > > There is also couch_potato on github [2] > > For my pet project I am using my own fork of couchrest with validations and > callbacks from ActiveModel [3] > > > I'd like to have couch documents be modeled by ActiveRecord. > > This is nonsense, because couchdb is just another universe. > > > > > Thanks in advance. > > > > Mark > > > > [1] http://github.com/couchrest/couchrest > [2] http://github.com/langalex/couch_potato > [3] http://github.com/wildchild/couchrest/tree/active_model > > Cheers.
