Rails: Kill spring with fire

To ensure Spring Show archive.org snapshot is not running:

bin/spring stop
pkill -f spring

To prevent Spring from starting again:

export DISABLE_SPRING=1
Henning Koch About 3 years ago