This difficult-to-trace error occurs when you start the app server and you have an error in your database.yml. Instead of
username: user
I had
user: user
This space for rent
This difficult-to-trace error occurs when you start the app server and you have an error in your database.yml. Instead of
username: user
I had
user: user
August 25, 2008 at 8:39 am
Had the same problem after updating the pg gem,
so this post saved my potentially quit a bit of time.
Thanks!