From: Jeff Moore Date: 2008-07-30T23:40:59+09:00 Subject: Re: Q: Documentation for PGconn G. Ralph Kuntz, MD, MS wrote: > Is there any documentation for PGconn (or postgres/postgres)? When I > do 'ri postgres' I get the message 'Nothing known about postgres', > even though the module works fine in test cases with jruby and cygwin- > ruby in Windoze Vi$ta. Or for those of us who can't be tethered to the Internet *all the time*... 1) Check to seen whether you have rdoc installed: rdoc --help 2) If not, get it else... 3) Chdir so you're in the top level of the package you want to examine 4) Check to see if there's a 'doc' subdirectory 5) If not, 'rdoc' and the rdoc will be generated in a new doc directory -- Posted via http://www.ruby-forum.com/.