I am stuck with the setup of Ruby (1.9.3), Rails and Postgres (9.0.8) on my Mac (10.6.8). Everytime when I run rails console I get the following error:
rails console
In one project this solution ("gem install & uninstall pg") was fine.
But in another project, that uses the same rails and Postgres version, I had to be explicit with version in gemfile to make it work:
gem 'pg', '0.14.1'