Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #4186
| From | Brian Candler <b.candler@pobox.com> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Re: Need some starter help with CouchPotato |
| Date | 2011-05-10 02:18 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <457ad97defbaf28cd8879a3e928e2f79@ruby-forum.com> (permalink) |
| References | <57470d14b061b2ee24015340c790991c@ruby-forum.com> |
Oren Shani wrote in post #997581: > But I get an error > > NoMethodError: undefined method `database_server=' for > #<#<Class:0xb73db280>:0xb73db0c8> > from ./couch.rb:5 > from (irb):1:in `require' > from (irb):1 > from /usr/lib/ruby/1.8/rubygems.rb:123 One trap which might catch you out - if the library itself has a file called "couch.rb" then calling your own program "couch.rb" will prevent 'require' from loading it. To eliminate that as a possible problem, just rename your couch.rb to something else. > I checked with CouchPotato::Config.methods and database_server is really > not there Oh well, then calling it isn't going to work :-) You'll need to dig through the docs or find some sample apps which use CouchPotato. Incidentally, I made a completely separate CouchDB API called "couchtiny", although I'm not using or developing it at the moment. It's on github, and you're more than welcome to try it out. It has some usage examples in the README and in the doc/ subdir. -- Posted via http://www.ruby-forum.com/.
Back to comp.lang.ruby | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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