views:

22

answers:

1

i have two cmd consoles opened in Windows. One is running the "ruby script/server" the other i run a "rake db:migrate" command. But the server console doesn't output the log of the migration? Someone has an idea what's the reason?

A: 

You just see this log in your log file. The server log only what happen in this thread, no in other.

shingara
Hello, i saw a tutorial where the log of rake db migrate was output to the consolewindows of script/server. unfortunatly i can't rember with video tutorial this was demonstrated. So i think this must be possible? Perhaps i have to do additional settings for this, anybody knows?
ndi