Anyone know if Rails 3 supports PostgreSQL yet? I'm again trying on the latest beta, still not getting anything to work.
I have every postgresql gem I can find installed: > gem list --local|grep ^p pg (0.9.0) postgres (0.7.9.2008.01.28) postgres-pr (0.6.3) My database.yml entry: development: adapter: postgresql database: rails3_dev username: rails3 password: rails3 Then when I try it, I get this: RuntimeError (Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` (no such file to load -- pg)): I'm not finding a gem by that name: > gem install activerecord-postgresql-adapter ERROR: could not find gem activerecord-postgresql-adapter locally or in a repository This page doesn't even mention that gem: http://wiki.rubyonrails.org/database-support/postgres Anyone get this to work yet? -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

