Ruby on rails 键入$rails服务器,输出看起来像是卡住了

Ruby on rails 键入$rails服务器,输出看起来像是卡住了,ruby-on-rails,Ruby On Rails,我正在学习MichaelHartl的Ruby和Rails教程,并且刚刚开始使用我的第一个应用程序。我在命令行中键入了$rails server,得到了以下输出: => Booting WEBrick => Rails 3.2.8 application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server [2012-10-

我正在学习MichaelHartl的Ruby和Rails教程,并且刚刚开始使用我的第一个应用程序。我在命令行中键入了
$rails server
,得到了以下输出:

=> Booting WEBrick
=> Rails 3.2.8 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2012-10-30 20:56:51] INFO  WEBrick 1.3.1
[2012-10-30 20:56:51] INFO  ruby 1.9.3 (2012-10-12) [x86_64-darwin12.2.0]
[2012-10-30 20:56:51] INFO  WEBrick::HTTPServer#start: pid=2205 port=3000


Started GET "/assets/rails.png" for 127.0.0.1 at 2012-10-30 20:57:56 -0400
Connecting to database specified by database.yml
Served asset /rails.png - 200 OK (3ms)
它看起来仍然在运行,并且被卡住了。本教程的下一步要求通过
$Git add
将新的rails项目添加到Git中(在设置Git之后)。当
$rails服务器仍在运行时,我是否应该在新的终端窗口中执行此操作

谢谢

是的,当服务器运行时,它将显示为“卡住”。您需要在新窗口中执行任何进一步的命令。这是应用程序显示所必需的