I\'m trying to work on a vagrant / chef project in eclipse. I\'m fairly new to both technologies and a little rusty with ruby. I\'ve installed rdt and have a ruby project wi
Try to use rvm (https://rvm.io/) and gemsets to manage the ruby and gems needed for this project. There is already a stackoverflower answer here: https://stackoverflow.com/a/6574260 that covers getting your eclipse project to recognize rvm settings via a .rvmrc file.