On Apr 1, 5:36 am, Soulzityr <[email protected]> wrote:
> > =>booting WEBrick > =>Rails 2.3.5 application starting onhttp://0.0.0.0:3000 > =>call with -d to detach > =>Ctrl-c to shutdown server > [TIMESTAMP] INFO WEBrick 1.3.1 > [TIMESTAMP] INFO ruby 1,8,6 <2008-08-11> [i386-mswin32] > [TIMESTAMP] INFO WEBrick:HTTPServer#start: pid=6556 port=3000 > > --- > > the next command line never appears and I can't type. Do I need to > ctrl-c to shutdown server if i want to run anymore commands, like > scaffolds? This is completely normal. You can't type a new command in this console session because the previous command is still running. You can either kill the server or open up a new command prompt or run the server in the background (with the -d option) Fred -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

