activerecord-postgresql-adapter in Rails 2.1
Posted in Home on July 13th, 2008 by mark – Be the first to commentIf 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