Rubymine and gemset issues
Hi, I have 2 problems that are probably related:
After creating a new rails project in terminal and creating a rvmrc file either manually (containing 'rvm --create use 1.9.3@gemset_name < /dev/null') or with rvm --rvmrc --create 1.9.3@gemset_name
- When I launch RubyMine I have to select the gemset manually from preferences sdk.
- After selecting it, running bundle install from RM reinstalls all gems in the seleted gemset even though they are in global and RM lists them in the preferences sdk pane.
I have run bundle install from terminal before launching RM (doesn't re-install gems already in global), launching RM from terminal with open (as this apparently re-initialises RM), imploding and re-installing RVM, and reinstalled RM.
I am using Ruby 1.9.3, Rails 3.1, RVM 1.9.2, and RM 3.2.4.
Any ideas?
TIA
John Plummer
Please sign in to leave a comment.