`postgresql_connection’: No database specified. Missing argument: database. (ArgumentError)
I installed postgresql using Homebrew and am able to connect successfully from the command line using my local user name as the posgresql account. I get the above error, however, when running any database-related rake tasks and I can’t seem to figure out why.
Here is my database.yml. https://gist.github.com/3177f1f6b90a69e3829a
Not sure if it’s just a paste error, but indenting your encoding, host, pool, etc. past your adapter may cause issues. YAML is whitespace aware and will assume they are nested under adapter.