From couchdb-commits-return-352-apmail-incubator-couchdb-commits-archive=incubator.apache.org@incubator.apache.org Sun May 18 22:41:07 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 10291 invoked from network); 18 May 2008 22:41:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 May 2008 22:41:07 -0000 Received: (qmail 22555 invoked by uid 500); 18 May 2008 22:41:08 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 22533 invoked by uid 500); 18 May 2008 22:41:08 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 22524 invoked by uid 99); 18 May 2008 22:41:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 May 2008 15:41:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 May 2008 22:40:30 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 7A330D2EC for ; Sun, 18 May 2008 22:40:45 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Sun, 18 May 2008 22:40:45 -0000 Message-ID: <20080518224045.13645.25217@eos.apache.org> Subject: [Couchdb Wiki] Update of "GettingStartedWithRuby" by Sebastian Probst Eide X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification. The following page has been changed by Sebastian Probst Eide: http://wiki.apache.org/couchdb/GettingStartedWithRuby ------------------------------------------------------------------------------ Getting started with Ruby and the CouchDB API. - The following shows the basics of working with the raw CouchDB REST api from Ruby. If you want a richer interface that more tightly maps Couch documents into Ruby, you should check out the RubyLibrary. + The following shows the basics of working with the raw CouchDB REST api from Ruby. If you want a richer interface that more tightly maps Couch documents into Ruby and also lets you save ruby objects directly to the database, you should check out the RubyLibrary. == Example Wrapper Class ==