简体   繁体   中英

How do I get two instances of “Command Prompt with Ruby”

I am an absolute beginner with Ruby on Rails and I seem to have a problem with the way I should be doing things.

If I use "rails server" in order to be able to test my application, I can't do anything else in the command line.

Is there another way of doing scaffolding, other than command line? If not, how to I get two "Command prompts with Ruby" at the same time?

当您从Metro屏幕中搜索它时,右键单击它,然后单击“ Open in a new window

Open a new terminal tab before you start your Rails server, and then you can just leave it running in the background. However, do make sure you go back to that tab and specifically shut the server down before closing terminal as it doesn't always automatically shut down when terminal is closed and then you may have problems when reopening later.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM