Skip to content

Instantly share code, notes, and snippets.

@LeoNogueira
Created July 11, 2014 16:47
Show Gist options
  • Save LeoNogueira/07e6cc7f12d90cbc1eda to your computer and use it in GitHub Desktop.
Save LeoNogueira/07e6cc7f12d90cbc1eda to your computer and use it in GitHub Desktop.
Using bundle binstubs with Rails
bundle config --delete bin # Turn off Bundler's stub generator
rake rails:update:bin # Use the new Rails 4 executables
git add bin # Add bin/ to source control
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment