I\'m setting up my first Rails 4.1 app, which comes with Spring, their new preloader. When I try to install Devise using their generator ($ rails generate devise:insta
There is same problem on rails 5.1.4 for responders gem
I listed solutions along with previous ones:
DISABLE_SPRING=1 bundle exec rails generate responders:install
export DISABLE_SPRING=1ps ax | grep spring | grep YOUR_APP_NAME | cut -f1 -d' ' | xargs kill