On Sun, Feb 8, 2009 at 6:21 PM, Paul Campbell <[email protected]> wrote: > Hi all, > > I've been very quiet around these parts, but I've noticed that there > are plenty of users on here that use Ruby/Rails. I've been working on > some CMS stuff backed with CouchDB and decided to do some abstracting > so that I could get my blog up and running off CouchDB. I thought you > might be interested in this: > > http://www.pabcas.com/feeling/stuffing-couchdb-into-rails > > Basically, it's a plugin that lets you use CouchDB with existing (or > new) ActiveRecord SQL models. You basically don't ever have to leave > ActiveRecord or SQL, but you get a bonus attribute (your 'stuffing') > that is a hash that persists to CouchDB. >
This is really cool. Back when we'd heard of Couch, but weren't yet using it, we had a Rails plugin that serialized schemaless hashes to JSON strings in Postgres. What you have sounds even better, what with the actual Couch and all. Chris -- Chris Anderson http://jchris.mfdz.com
