Which gem (there are several)? What error?
>
> After reading i thought many info about alot of different gems.
>
> Which one is the right one?
I believe I'm using the postgres gem, though I'll verify that when I'm
not posting from my iPhone. :) Others have reported success with
postgres-pr (pure ruby) or pg.
Search the list archives for more, or perhaps there's information at
Robby on Rails, since he uses Postgres.
>
> []'s
> Rodrigo Dellacqua
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I'm up and running with the postgres gem with postgresql 8.3.5. If i
recall correctly it was a very quick and painless setup.
On Jan 11, 12:13 pm, Rodrigo Dellacqua <rgoyta...@gmail.com> wrote:
> It seems that I'm lacking some dev libraries that Im not aware of.
>
> Anyone knows?
>
Perhaps the development packages for postgresql?
Hi Rodrigo
I'm using PostgreSQL 8.3.x and the pg gem.
Peace,
Phillip
Good luck
\Peter
On Jan 11, 8:27 am, Rodrigo Dellacqua <rgoyta...@gmail.com> wrote:
> Hey there,
>
> Thanks for all the answers so far, it seems that there are 3 gems currently
> working, pg, postgres, ruby-pg.
>
> But I can't get it to build, does anyone knows which libs I need to have
> installed? or where to check that?
>
> I currently have postgres-8.4-dev
>
> []s
> Rodrigo Dellacqua
>
> On Sun, Jan 10, 2010 at 7:54 PM, Phillip Koebbe <phillipkoe...@gmail.com>wrote:
>
> > On Jan 10, 3:55 pm, Rodrigo Dellacqua <rgoyta...@gmail.com> wrote:
> > > Hey there,
>
> > > I'm trying to get started with RoR with Postgresql.
>
> > > I've been trying to find some information on it, but there's a lot of
> > really
> > > OLD info on that subject!
>
> > > What should I do to get my application working with Postgresql?
>
> > > I get an error while trying to install the gem.
>
> > > After reading i thought many info about alot of different gems.
>
> > > Which one is the right one?
>
> > Hi Rodrigo
>
> > I'm using PostgreSQL 8.3.x and the pg gem.
>
> > Peace,
> > Phillip
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Ruby on Rails: Talk" group.
> > To post to this group, send email to rubyonra...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > rubyonrails-ta...@googlegroups.com<rubyonrails-talk%2Bunsu...@googlegroups.com>
I think you may need libpq. Check the gem docs.
>
> []s
What's your error? What environment are you running under?
We have it working fine with a PostgreSQL dbase.I believe the gem is:
pg(0.8.0).
Thanks,
Gary.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
Actually it's quite easy. Install PostgreSQL, install headers (perhaps
through Fink), install gem. Done.
> - IIRC i
> usually
> have an issue with a postgres gem when I use ports.
So don't use ports!
> I'm looking into it now.
>
> What platform are you working on Rodrigo?
Best,
> - IIRC i
> usually
> have an issue with a postgres gem when I use ports.
So don't use ports!
Agreed, but there's also no sense in using the wrong tool for the job.
>
> For anyone else who's had trouble with macports here is a walk through.
>
> http://robotarmyma.de/post/329089358/postgresql-gem-pg-macmin-x86-64bit-macports
>
> Big thanks to the note
> http://www.icoretech.org/2009/08/how-to-install-pg-postgresql-gem-on-snow-leopard-64-bit/
Best,
Curtis Schofield wrote:
> I'm glad it was easy for you.
>
>> - IIRC i
>> > usually
>> > have an issue with a postgres gem when I use ports.
>>
>> So don't use ports!
>>
>>
> Thanks for your suggestion - I'm not in the habit of throwing something
> out
> when with some patience
> I can learn something new.
Agreed, but there's also no sense in using the wrong tool for the job.