Hi there, Before I dive into this, can ayone confirm that PGSQL 8.0.1 (or 8.0) works with Rails, and if so, what postgres ruby module are you using? Thanks, S.
On Tue, 2005-02-01 at 21:25 +0100, Stefan Arentz wrote:> Hi there, > > Before I dive into this, can ayone confirm that PGSQL 8.0.1 (or 8.0) > works with Rails, and if so, what postgres ruby module are you using? > > Thanks, > > S.I don''t see why it wouldn''t work. You should be able to use ruby-dbi just fine. http://ruby-dbi.sourceforge.net/ Cheers, -Robby -- /*************************************** * Robby Russell | Owner.Developer.Geek * PLANET ARGON | www.planetargon.com * Portland, OR | robby-/Lcn8Y7Ot69QmPsQ1CNsNQ@public.gmane.org * 503.351.4730 | blog.planetargon.com * PHP/PostgreSQL Hosting & Development * --- Now hosting PostgreSQL 8.0! --- ****************************************/
How do you tell Rails to use the ruby-dbi drivers? I''ve always just used the postgresql driver by itself from (http://raa.ruby-lang.org/list.rhtml?name=postgres). Robbie
It''s pretty easy to test this. Have you hit any dead-ends or errors yet? Stefan Arentz wrote:> Hi there, > > Before I dive into this, can ayone confirm that PGSQL 8.0.1 (or 8.0) > works with Rails, and if so, what postgres ruby module are you using? > > Thanks, > > S. > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
On Feb 1, 2005, at 9:48 PM, Robby Russell wrote:> On Tue, 2005-02-01 at 21:25 +0100, Stefan Arentz wrote: >> Hi there, >> >> Before I dive into this, can ayone confirm that PGSQL 8.0.1 (or 8.0) >> works with Rails, and if so, what postgres ruby module are you using? >> >> Thanks, >> >> S. > > I don''t see why it wouldn''t work.And that is based on ... ? There are three ruby postgresql modules and several different versions of the native pgsql client libraries. I was just wondering if anyone could give a known working combination of those components as I''ve seen some complaints about stuff not working both on this list and comp.lang.ruby. S.
On Feb 2, 2005, at 9:49 AM, Stefan Arentz wrote:> > On Feb 1, 2005, at 9:48 PM, Robby Russell wrote: > >> On Tue, 2005-02-01 at 21:25 +0100, Stefan Arentz wrote: >>> Hi there, >>> >>> Before I dive into this, can ayone confirm that PGSQL 8.0.1 (or 8.0) >>> works with Rails, and if so, what postgres ruby module are you using? >>> >>> Thanks, >>> >>> S. >> >> I don''t see why it wouldn''t work. > > And that is based on ... ? > > There are three ruby postgresql modules and several different versions > of the native pgsql client libraries. I was just wondering if anyone > could give a known working combination of those components as I''ve > seen some complaints about stuff not working both on this list and > comp.lang.ruby.Too answer my own question, I installed http://www.postgresql.jp/interfaces/ruby/ to talk to a local 8.0.1 PGSQL database, and it seems to work great. S.