activerecord-postgresql-adapter in Rails 2.1

Posted on July 13th, 2008 @ 11:20 AM by mark

If you get the following message

Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` 
It means you don’t have the new ‘pg’ postgresql library installed. This is easily fixed with a bit of

sudo gem install pg

, , , ,

Post a comment