Last Updated: February 20, 2016
·
2.458K
· mdeiters

Use binstubs to speed up boot time if your on JRuby

With bundler's binstubs, running "bundle exec" will not spawn a new JVM every time. To install
$ chmod +x $rvmpath/hooks/aftercd_bundler
$ bundle install --binstubs

Don't forget to ignore the bin directory

# .gitignore
bin/