I\'m trying to run rake db:create or rake db:setup but I get the following error. It\'s strange because rake db:create it\'s working f
rake db:create
rake db:setup
Simple add host: localhost to your database.yml
host: localhost
For more detail please visit rake db:create:all fails to connect to PostgreSQL database