Hacker News new | ask | show | jobs
by purephase 4884 days ago
I'd love to. Any helpful guides on how to proceed?
2 comments

  bundle package
will cache all of your deps in vendor/cache. You can install from this cache using:

  bundle install --local
Wasn't aware of bundle --deployment, that's very helpful thank you steve.
Any time! Not enough people are.