Re: [Rails] LoadError (no such file to load -- pg), OS X, Rails 3, Ruby 1.9.2, Postgres

2010-10-14 Thread Scott Ribe
On Oct 14, 2010, at 3:04 AM, Erol Fornoles wrote: > Do you have "gem 'pg'" on your Gemfile? Ah, that was the problem. I was following a tutorial which did not mention this new aspect of Rails 3 configuration. Thanks much ;-) -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.co

Re: [Rails] LoadError (no such file to load -- pg), OS X, Rails 3, Ruby 1.9.2, Postgres

2010-10-14 Thread Erol Fornoles
Do you have "gem 'pg'" on your Gemfile? On 10/14/10 4:09 AM, Scott Ribe wrote: > Running OS X 10.6.4, wanted to work with the latest stuff, built Ruby > 1.9.2 , installed rails 3.0.0 & pg 0.9.0 using gem, the simplest > example rails app gives me this whenever I try to access anything > (except pl

[Rails] LoadError (no such file to load -- pg), OS X, Rails 3, Ruby 1.9.2, Postgres

2010-10-14 Thread Scott Ribe
Running OS X 10.6.4, wanted to work with the latest stuff, built Ruby 1.9.2 , installed rails 3.0.0 & pg 0.9.0 using gem, the simplest example rails app gives me this whenever I try to access anything (except plain HTML in public): Started GET "/" for 127.0.0.1 at 2010-10-13 13:58:35 -0600 LoadE