Rick Lloyd wrote: > or to avoid trusting the default just go ":Rscript server mongrel". > If I'm not mistaken, you're probably using ":Rserver" which > automatically starts the server in the background. >
Ok. I get it now. This is what I need to do in rails.vim: :Rscript server which is equivalent to the following in a terminal window: /myapp$ ruby script/server Then to kill the server in either window, I can hit Ctrl+C. Thanks. Why is :Rserver useful? I hate that command. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

