I have a padrino project that uses data mapper and postgres. When I run padrino rake dm:create it says that the database is created. However, when I run padrino rake dm:auto:migrate, I get the error - FATAL: database "dbname_development" does not exist.
I'm working in a new environment but I tried a project I have that uses active record and had no problem.
I'm using postgres app on OSX and rbenv. Although, I did try rvm instead of rbenv since my other computer uses rvm (the project works fine on that computer) - same result. I also tried connecting to the created database with Induction and got the same error. If I go into psql though and get a list of databases, the database shows up.
I'm sort of stumped since ActiveRecord works and there are no issues when I run the project on another computer. Has anyone seen this before? Thanks!