first things first, please excuse my utter noobness. I really tried to find a solution out there, but now i\'m stuck and completely clueless.
i\'m trying to deploy a rai
You need to give "myuser" in postgresql the privilege "Can create database objects".
In pgadmin, it looks like this:
After calling rake db:create, you can take away this privilege.