Quantcast
Channel: /dev/posts/
Viewing all articles
Browse latest Browse all 104

Bundler Starter Kit

$
0
0

Bundler is a tool to manage Ruby gem dependencies, install them and setup the execution environment. The homepage shows how to use it to install the gems alongside the ruby installation/systemwide which is not so great. For some reason, I initially didn't find the option to install the gems locally (--path) and have been using horrible environment variable modifications to avoid the systemwide installation. In fact, this is quite simple…


Viewing all articles
Browse latest Browse all 104

Trending Articles