Use binstubs to speed up boot time if your on JRuby

Posted on

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/

Leave a Reply

Your email address will not be published. Required fields are marked *