last day I have get a ruby on rails project. Know my question: How can I open this project (with postgres).
More information: My contribution is Windows. Ruby and Rails are both installed.
First I navigate via cmd to my project folder
I install the gemfiles with this prompt "bundle install"
After that I try to run the thin server with this prompt "rails server"
Now I get the message that the database is confused. Database.yml is existing in the config folder.
Can someone help me?