EAP RM-96-1146 rvm gemset usage
I'm fairly new to Ruby and based on recommendations want to try out RubyMine. I'm running RubyMine EAP RM-96-1146.
I'm using rvm:
$ rvm list
=> ruby-1.9.2-p0 [ i386 ]
ruby-1.8.7-p302 [ i386 ]
ree-1.8.7-2010.02 [ i386 ]
$ rvm gemset name
collection01
I have a project folder in RubyMine where RubyMine is showing but apparently not using the collection01 gemset. How do I get the gemset to be used?
Some screen shots:


请先登录再写评论。
I manually selected all the presented gems and RubyMine adds them to the browser.



Hi,
> in RubyMine where RubyMine is showing but apparently not using the collection01 gemset. How do I get the gemset to be used?
And why do you think that RubyMine doesn't use "collection01" gemset?
I switched to ruby-1.8.7-p302 and things are working much better. The listbox of the "Attach Gems" window does not indicate the gemset, The detail panel shows the Gem Root, so I can see that the Gem is selected from the gemset location.
P.S: I've noticed that "Ignore global gem path" option is selected for your ruby 1.9 sdk so probably you doesn't see gems which are installed in @global gem path (which is shared between all gemsets)