I did something a bit silly, when I was creating a new Rails app I accidentally created the gem set on the desktop before I changed into the app folder.
Normally I create an app by doing the following,
cd desktop
mkdir officepro
cd testapp
rvm use ruby-2.1.5@officepro --ruby-version --create
gem install rails -v 4.1.8
But because I've done this everytime I cd to the desktop I get this
-> cd desktop
ruby-2.2.0-preview1 - #gemset created /Users/shane/.rvm/gems/ruby-2.2.0-preview1@officepro
ruby-2.2.0-preview1 - #generating officepro wrappers..........
I've tried uninstalling ruby 2.2.0 through rvm, but then the desktop is telling it cannot find the ruby so something is still tied to the desktop. I've tried going into the rvm folder itself and deleting the ruby2.2.0 folder (ruby-2.0.0-preview@officepro) then i try rvm gemset delete officepro and it seems to work but then when I open the console and cd to desktop the folder re appears and I get the same problem again.
Anybody how how I can fix this? Thanks
I'm on a mac