Re: [Rails] Error in Bundler with PostgreSQL and Rails3

2010-02-08 Thread Gianluca Tessarolo
I just try and all are working good under Ruby 1.8.7 MRI... (I did'nt try RVM...) I did'nt any special thing, I just install pg gem and run: rails xxx -d postgresql cd xxx I have modify config/database.yml adding = host: localhost and setting user / password rails generate scaffold user

Re: [Rails] Error in Bundler with PostgreSQL and Rails3

2010-02-08 Thread Gianluca Tessarolo
Wait a moment... Do you have removed the old versions of bundler gem ? (I think that is very important to have only the last version installed !!!) Hi there, I'm trying to get up and running with PostgreSQL 8.4 and the Rails 3 beta. I'm running on Ruby 1.8.7 via RVM and have installed the

[Rails] Error in Bundler with PostgreSQL and Rails3

2010-02-07 Thread Michael Jurewitz
Hi there, I'm trying to get up and running with PostgreSQL 8.4 and the Rails 3 beta. I'm running on Ruby 1.8.7 via RVM and have installed the 'pg' gem. While I've been able to get the pg gem to successfully build, whenever I create a new rails app, tell it to use Postgres, and execute 'rails