Hi, I''m setting up a dev. environment on my windows laptop. I''ve got Ruby, Rails, and Postgresql installed. What are my options regarding installing a Postgres database driver on Win32? Thanks, R. -- http://robinbowes.com If a man speaks in a forest, and his wife''s not there, is he still wrong?
On Fri, 2005-07-01 at 11:02 +0100, Robin Bowes wrote:> Hi, > > I''m setting up a dev. environment on my windows laptop. I''ve got Ruby, > Rails, and Postgresql installed. > > What are my options regarding installing a Postgres database driver on > Win32? > > Thanks, > > R.Have had this problem as well, you need to install the postgres-pr gem package: C:\> gem install postgres-pr This seems to work for me, YMMV. Cheers, Jon -- ----------------------------------------------------------------------- Achean Ltd http://www.achean.com Jon Mercer jon.mercer-PPkJ/V4kmRXQT0dZR+AlfA@public.gmane.org Director -----------------------------------------------------------------------
Jon Mercer wrote:> > Have had this problem as well, you need to install the postgres-pr gem > package: > > C:\> gem install postgres-prJon, Thanks for the hint. I''ll give it a go (it seemed to install OK). Thanks, R. -- http://robinbowes.com If a man speaks in a forest, and his wife''s not there, is he still wrong?
Robin Bowes wrote:> Jon Mercer wrote: > >> >> Have had this problem as well, you need to install the postgres-pr gem >> package: >> >> C:\> gem install postgres-pr > > > Jon, > > Thanks for the hint. > > I''ll give it a go (it seemed to install OK).Just to confirm, it is working fine. No setup problems at all. Thanks, R. -- http://robinbowes.com If a man speaks in a forest, and his wife''s not there, is he still wrong?