makandra / geordi

Collection of command line tools used in our daily work with Ruby, Rails and Linux.
https://makandra.com/
MIT License
104 stars 16 forks source link

Improve/fix interrupt handling in locale Rails console #210

Closed codener closed 9 months ago

codener commented 9 months ago

Previously, hitting Ctrl + C in a Rails console started by geordi console, the shell would get stuck between bash and console, effectively broken. By using exec instead of system, this can be fixed without having to implement SIGINT handling in Geordi.

See story #186280123.