You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user shoudl be able to suspend the rails console and then the user should be able to use the shell without any interference.
Actual behaviour
The rails console doesn't seem to be suspended and it is "fighting" with the shell for the input and some input goes to the shell and some to the rails console so it breaks all the workflow.
From @rderik on March 28, 2018 20:12
Steps to reproduce
Run
rails c
then suspend it by pressing [Ctrl+z]Expected behaviour
The user shoudl be able to suspend the rails console and then the user should be able to use the shell without any interference.
Actual behaviour
The rails console doesn't seem to be suspended and it is "fighting" with the shell for the input and some input goes to the shell and some to the rails console so it breaks all the workflow.
you can see a asciinema here: https://asciinema.org/a/pDMvNsyNHek77Ulyx6Z95VTuH
If I can be of any help let me know.
System configuration
Rails version:
Rails 5.1.5
Ruby version:
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin17]
Copied from original issue: rails/rails#32367
The text was updated successfully, but these errors were encountered: