2.0.2 Postgres don't work

Hi, I got absutly no connection on Ubuntu LTS 6.06 AMD 64.

starting mongrel_rails I got the error:

--- snip --- /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:231:in `establish_connection': Please install the postgres adapter: `gem install activerecord-postgres-adapter` (no such file to load -- active_record/connection_adapters/postgres_adapter)

Did you do this?

gem install activerecord-postgres-adapter

?

Did you do this?

gem install activerecord-postgres-adapter

?

Yes indeed but it looks like as 'activerecord-postgres-adapter' is not a gem.

I got the error:

does script/plugin install activerecord-postgres-adapter work?

I looked on the svn.rubyonrails.org site and I couldn’t see the postgres adapter there. I tried installing it myself and I couldn’t find it either.

Philip Hallstrom wrote:

`establish_connection': Please install the postgres adapter: `gem install activerecord-postgres-adapter` (no such file to load -- active_record/connection_adapters/postgres_adapter)

Did you do this?

gem install activerecord-postgres-adapter

?

The error message is misleading; there is no such gem. You'll have to install or update the postgres or pg gem.

Best,