Created
July 11, 2014 16:47
-
-
Save LeoNogueira/07e6cc7f12d90cbc1eda to your computer and use it in GitHub Desktop.
Using bundle binstubs with Rails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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