ruby - Rails won't exit on first CTRL-C -


no rails command exit on first ctrl-c. rails s or rails c require me hit control ctrl-c second time , commands wouldn't have required ctrl-c @ such rake routes / db:migrate require me press it.

the issue not happening of teammates. i'm on osx using iterm2. there no instances of 'rescue exception' in app.

i've reinstalled mysql using brew , issue still present. rails version 4.0.5 , sql server version 5.6.27. idea issue might be?

[2016-01-13 16:18:33] info  webrick 1.3.1 [2016-01-13 16:18:33] info  ruby 2.1.2 (2014-05-08) [x86_64-darwin13.0] [2016-01-13 16:18:33] info  webrick::httpserver#start: pid=2329 port=3000 ^c[2016-01-13 16:18:54] info  going shutdown ... [2016-01-13 16:18:54] info  webrick::httpserver#start done. exiting ^c 

honestly webrick 1.3.1 released in december 28, 2011 suggest moving away see webrick answer reasons.

as have said happens in rails consoles , other tasks (you should put in question helps debugging) suggest gem causing (you should update rails version anyway) suggest using:

ctrl-d

this should exit straight away


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -