From: Austin Ziegler Date: 2005-10-19T11:58:55+09:00 Subject: Re: gem install problem? On 10/18/05, Ernest Ellingson 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