-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Canceling in rails console #180
Comments
Should be supported, if not that's a bug, please try to reproduce / fix On Thu, Jun 23, 2016 at 3:09 AM, Martin Stemmle notifications@github.com
|
|
ah yes ... the whole interrupt handling is supported via an at_exit hook I'd prefer not to mess with at_exit ... maybe there is some other way the On Thu, Jun 23, 2016 at 8:21 AM, Martin Stemmle notifications@github.com
|
Hi,
apparently interrupt signal in threads is not supported anymore. Hence I am wondering why that is the case and furthermore if there is any alternative to cancel long running stuff while being in the rails console.
Thx
The text was updated successfully, but these errors were encountered: