I am new to rails / terminal user and just did a clean install of Lion + Xcode + Rails. Unlike earlier (on Snow Leopard), now I get the rake db: migrate error message.
I cloned my code through git, which worked fine and created the database using the "createdb" command, but when I try to run "rake db: migrate" in the terminal, now it causes this error:
rake aborted! development database is not configured
My config / database.yml file looks like the one shown below in the development section, which was the same as before, on Snow Leopard, where it worked fine, so I donβt know if the error I'm getting is related to Lion .
development: adapter: postgresql database: my_db username: rasmus encoding: utf8 pool: 5
Can someone please help?
rassom
source share