Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 2675 invoked from network); 28 Sep 2008 01:54:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Sep 2008 01:54:10 -0000 Received: (qmail 34387 invoked by uid 500); 28 Sep 2008 01:54:08 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 34356 invoked by uid 500); 28 Sep 2008 01:54:08 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Delivered-To: moderator for couchdb-user@incubator.apache.org Received: (qmail 17814 invoked by uid 99); 27 Sep 2008 22:23:16 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of john.pignata@gmail.com designates 209.85.200.170 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=ZNpJIGzyEjiIb4fhvPyiwb6iXYysyYKyE/2Rb6TwR64=; b=HVjrF1SBkJF+zmMTQ/a6WXZ5yGHC6lkl1jHSupeaID4ijIjNnVDp5f1QfYqnBSEn0R A4JGeTFE4TEwUTA7ERPdHBiHtPfn3zJEOk6JU7lJbwqwBueF6Y6KQ255U3fjsIWUVxaN WgX6YMQfZuIF5+bQTfrebuoRy6VJbewC46KZE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=FhOnAfKN1Crt3UhuAJ7dNdYpGtvgqUqthW+FVy2U6y9sscJc3WMrvIxYHkF3HGxamR /bdOfBfzZPsU/3Faslbzqun6vBfqfqYBOpxGMAwl4CrtnOUzH+SOokKAlNaT2EyMH5gr EAM0O1vVo1IRqUUgt1YRXjmpp5AbctOXEziQ8= Message-ID: Date: Sat, 27 Sep 2008 18:22:37 -0400 From: "John Pignata" To: couchdb-user@incubator.apache.org Subject: Rails plug-in feedback request MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org I've put together a quick plug-in to allow CouchDB to be used as a caching store. I have a project whereby I want to create a persistent file cache, and CouchDB seemed to be a good approach to try. If anybody has any feedback on this or has a similar need for something like this - it would be much appreciated. Thanks! http://github.com/jpignata/couch_store/tree/master