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 2011/11/23 15:54:12 UTC

[Couchdb Wiki] Update of "Getting_started_with_Ruby" by JanLehnardt

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Getting_started_with_Ruby" page has been changed by JanLehnardt:
http://wiki.apache.org/couchdb/Getting_started_with_Ruby?action=diff&rev1=5&rev2=6

Comment:
add ContributorGroup link

+ <<Include(EditTheWiki)>>
+ 
  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.