You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2008/11/05 02:22:42 UTC

[Couchdb Wiki] Update of "GettingStartedWithRuby" by MartinCzura

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 MartinCzura:
http://wiki.apache.org/couchdb/GettingStartedWithRuby

The comment on the change is:
redirect

------------------------------------------------------------------------------
+ #redirect Getting_started_with_Ruby
  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 and also lets you save ruby objects directly to the database, you should check out the RubyLibrary.