Ruby on Rails Tuesday, April 30, 2013

The usual way to start webrick in RoR is with the command:

$ rails s

and the usual way to stop it is to enter CTRL-C in the same window.

On Monday, April 29, 2013 11:05:51 PM UTC-4, Ruby-Forum.com User wrote:

Tom wrote in post #109027:

...

> I usually do this:

> ps aux | grep ruby
> kill -9 [PID]
>
> Where PID is the process ID you get from doing the PS command. There
> might be a better way.
>
> -Tom

Thank you Tom

--
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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/q-3qJ_oI2LcJ.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment