Skip to content

Instantly share code, notes, and snippets.

@fakefarm
Forked from demisx/regenerate-binstubs.sh
Created September 20, 2017 17:36
Show Gist options
  • Save fakefarm/18d4993dea95cb899ffdecd49671a40c to your computer and use it in GitHub Desktop.
Save fakefarm/18d4993dea95cb899ffdecd49671a40c to your computer and use it in GitHub Desktop.
Regenerate and Springify Rails 4 binstubs
cd my_rails_app_root_dir
rm bin/*
bundle exec rake rails:update:bin
bundle binstubs rspec-core
spring binstub --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment