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/.