开发者

Rails: rake db:migrate isn't output to script/server console window

开发者 https://www.devze.com 2023-01-18 10:50 出处:网络
i have two cmd consoles opened in Windows. One is running the \"ruby script/server\" the other i run a \"rake db:migrate\" command. B开发者_运维百科ut the server console doesn\'t output the log of the

i have two cmd consoles opened in Windows. One is running the "ruby script/server" the other i run a "rake db:migrate" command. B开发者_运维百科ut the server console doesn't output the log of the migration? Someone has an idea what's the reason?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消