> -----Original Message----- > From: ngoc [mailto:ngoc / yahoo.com] > Sent: Monday, March 06, 2006 3:49 PM > To: ruby-talk ML > Subject: bug in postgres-pr > > > Hi > I think there is bug in postgres-pr for windows xp. I use > command 'gem > install postgres-pr --remote'. > But 'DBI.available_drivers' does not show anything of > Postgres. It shows only: > dbi:ODBC: > dbi:Oracle: > dbi:Proxy: > > Someone have make it working? > Thanks I suspect that's a bug in DBI.available_drivers, since that method was written before gems existed. I'll take a look at that tonight. In the meantime, even though it's not reported as being available, you probably have it installed. Try and connect to a database and see what happens. Regards, Dan