Skip to content

Instantly share code, notes, and snippets.

@stevedev
Created April 13, 2012 16:27
Show Gist options
  • Save stevedev/2378121 to your computer and use it in GitHub Desktop.
Save stevedev/2378121 to your computer and use it in GitHub Desktop.

Run without bundle exec:

Update rvm and enable hook:

rvm get head && rvm reload
chmod +x $rvm_path/hooks/after_cd_bundler

Generate bin stubs:

bundle install --binstubs=./bundler_stubs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment