activerecord-postgresql-adapter in Rails 2.1
Posted on July 13th, 2008 @ 11:20 AM by mark
If you get the following message
It means you don’t have the new ‘pg’ postgresql library installed. This is easily fixed with a bit of
Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` |
sudo gem install pg |