Austin Ziegler wrote: > On 10/18/05, Ernest Ellingson <erne / powernav.com.remove.this> wrote: > >>I've been running ruby on WindowsXP without a problem Ruby Gems >>installed properly and require statements work fine. > > >>I installed postgres-pr with gem install. The installation went >>smoothly and was successful. > > >>However require 'postgres-pr/connection' throws an exception >> >>test_connection.rb:2:in `require': no such file to load -- >>postgres-pr/connection (LoadError) > > > Try: > > require 'rubygems' > require 'postgres-pr/connection' > > This additional step has to be done right now because Gems is not yet > integrated into Ruby. > > -austin > -- > Austin Ziegler * halostatue / gmail.com > * Alternate: austin / halostatue.ca > > That did the trick. Thanks. Ernie