Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #4170

Re: Need some starter help with CouchPotato

Path csiph.com!x330-a1.tempe.blueboxinc.net!aioe.org!feeder.news-service.com!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!talisker.lacave.net!lacave.net!not-for-mail
From 7stud -- <bbxx789_05ss@yahoo.com>
Newsgroups comp.lang.ruby
Subject Re: Need some starter help with CouchPotato
Date Mon, 9 May 2011 14:22:57 -0500
Organization Service de news de lacave.net
Lines 19
Message-ID <0807812a42fd7c855bfa69c38a86d3a7@ruby-forum.com> (permalink)
References <57470d14b061b2ee24015340c790991c@ruby-forum.com>
NNTP-Posting-Host bristol.highgroove.com
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 7bit
X-Trace talisker.lacave.net 1304969014 20327 65.111.164.187 (9 May 2011 19:23:34 GMT)
X-Complaints-To abuse@lacave.net
NNTP-Posting-Date Mon, 9 May 2011 19:23:34 +0000 (UTC)
In-Reply-To <57470d14b061b2ee24015340c790991c@ruby-forum.com>
X-Received-From This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway
X-Mail-Count 382880
X-Ml-Name ruby-talk
X-Rubymirror Yes
X-Ruby-Talk <0807812a42fd7c855bfa69c38a86d3a7@ruby-forum.com>
Xref x330-a1.tempe.blueboxinc.net comp.lang.ruby:4170

Show key headers only | View raw


Oren Shani wrote in post #997581:
>
> CouchPotato::Config.database_name = "hangman"
> CouchPotato::Config.database_server =
> "https://user:password@orenshani.cloudant.com:5984"
>

According to the README.md file here:

https://github.com/langalex/couch_potato/blob/master/README.md

..you are supposed to use the database_name=() method to set the url:

CouchPotato::Config.database_name = 
"http://username:password@example.com:5984/name_of_the_db"

-- 
Posted via http://www.ruby-forum.com/.

Back to comp.lang.ruby | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Need some starter help with CouchPotato Oren Shani <orenshani7@gmail.com> - 2011-05-09 11:02 -0500
  Re: Need some starter help with CouchPotato 7stud -- <bbxx789_05ss@yahoo.com> - 2011-05-09 14:22 -0500
  Re: Need some starter help with CouchPotato Brian Candler <b.candler@pobox.com> - 2011-05-10 02:18 -0500
  Re: Need some starter help with CouchPotato Oren Shani <orenshani7@gmail.com> - 2011-05-13 08:46 -0500

csiph-web