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/
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/