Re: [Rails] using pg on snow leopard

2010-10-14 Thread Scott Ribe
See Erol Fornoles answer today to my same question yesterday... On Oct 13, 2010, at 2:59 PM, kenvogt wrote: > I have a macbook running snow leopard. I recently installed postgresql > 9.0 on it. I also installed pg with the following command: > > sudo env ARCHFLAGS='-arch x86_64' gem install pg >

Re: [Rails] using pg on snow leopard

2010-10-13 Thread Luciano Sousa
do you added in config/environment.rb? config.gem 'pg' 2010/10/13 kenvogt > I have a macbook running snow leopard. I recently installed postgresql > 9.0 on it. I also installed pg with the following command: > > sudo env ARCHFLAGS='-arch x86_64' gem install pg > > The result was fine: > > Build

[Rails] using pg on snow leopard

2010-10-13 Thread kenvogt
I have a macbook running snow leopard. I recently installed postgresql 9.0 on it. I also installed pg with the following command: sudo env ARCHFLAGS='-arch x86_64' gem install pg The result was fine: Building native extensions. This could take a while... Successfully installed pg-0.9.0 1 gem in