I just installed ruby with the Heroku Toolbelt, probem is that when I do bundle install it gives me this error:
bundle install
sh.exe\": /c/Program Files (x86)/rub
You probably don't have the Bundler gem installed.
Assuming you have Ruby installed:
gem install bundler
should do the trick.