Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 52590 invoked from network); 9 Feb 2009 02:48:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2009 02:48:02 -0000 Received: (qmail 2936 invoked by uid 500); 9 Feb 2009 02:48:00 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 2894 invoked by uid 500); 9 Feb 2009 02:48:00 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 2883 invoked by uid 99); 9 Feb 2009 02:48:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 18:48:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jchris@gmail.com designates 209.85.221.21 as permitted sender) Received: from [209.85.221.21] (HELO mail-qy0-f21.google.com) (209.85.221.21) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 02:47:51 +0000 Received: by qyk14 with SMTP id 14so2365023qyk.11 for ; Sun, 08 Feb 2009 18:47:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=AhV42qSreiC0JQomr5bhXruWNZc1MhMkC41acOMQoq8=; b=p8Y8+MHie8MKTVSw4+KuMtbgHu5r66AG5nVEOEwEZpw4VlxHSD6tvIeyQ0Oyn68DA6 WSd291+xKkZWY6f00FZMVudYMfDFXE39HlN2gfMBy9eBI2Fvp//xOw99faHRAtxm5o9d QFhIkY29xGWRhIOMHh7bsTp5jhXoMl2/nP/7w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=rATJumtQzgHPl+rHYRepjPKEM8cbe+TbeNvPN6uKfTcILvoRzDIVGkbpn3CeqB+BmB XpqWmtK6+tkBD7lHjn65lVRagyj3VXvbWZb3zxoXKFfMKmXZxIXmp5FjE8tCn/cCjDTN VcBjw1HwIRGnnx0XXJqQU3m0WShxjkJHAp3m4= MIME-Version: 1.0 Sender: jchris@gmail.com Received: by 10.214.60.5 with SMTP id i5mr5921198qaa.168.1234147639107; Sun, 08 Feb 2009 18:47:19 -0800 (PST) In-Reply-To: <78c6a6cc0902081821v2e2b8580o75aded862f722d04@mail.gmail.com> References: <78c6a6cc0902081821v2e2b8580o75aded862f722d04@mail.gmail.com> Date: Sun, 8 Feb 2009 18:47:19 -0800 X-Google-Sender-Auth: 582f478f808c328a Message-ID: Subject: Re: Stuffing: a Ruby on Rails plugin to add CouchDB to existing ActiveRecord models From: Chris Anderson To: user@couchdb.apache.org Cc: couchdb-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Feb 8, 2009 at 6:21 PM, Paul Campbell 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