Last Updated: February 25, 2016
·
1.173K
· martinsvalin

Suspend rails console for quick shell access

Some Rails apps are dog slow to boot. When you're in a rails console and need to quickly check something in the shell, don't exit. Instead, ctrl+z to suspend it, and then fg in the shell to return to the rails console.