On Tue, Jan 27, 2009 at 03:15:20PM -0800, Chris Anderson wrote: > > Iam going to use couchdb in my project iam intersted to use couchdb in java > > and rails but iam not getting how to attach files to _attachments > > programaticaly,would you please send me some example in both languages. > > > > Hanumakanth, > > Please see: > > http://wiki.apache.org/couchdb/HTTP_Document_API > > Good luck and enjoy!
And also: http://github.com/jchris/couchrest/tree/master To install: gem sources -a http://gems.github.com gem install jchris-couchrest gem server --daemon # point web browser to http://127.0.0.1:8808/ for documentation
