1

RubyMine deals with rvm gemset feature but after some research looks like it does not work with rbenv gemset plugin.

Should I use the same ~/.gemrc file to specify the GEM PATH to indicate rbenv gemset? There is some other way to work with RubyMine and rbenv gemsets? or should I install other gems when working with RubyMine? What is the best practice?

Thanks for any direction about this issue.

wlads
  • 767
  • 7
  • 9
  • [Check this page](http://www.jetbrains.com/ruby/webhelp/rbenv-support.html) for the requirements. Note that you [need to have `Gemfile`](http://www.jetbrains.com/ruby/webhelp/ruby-gems-support.html) in the project root for RubyMine to detect gems. – CrazyCoder Feb 12 '13 at 01:14
  • I can use RubyMine with multiple ruby versions in rbenv, but it does not understand gemset directories as it does with rvm. Thanks for the reference though! – wlads Feb 20 '13 at 15:36

1 Answers1

1

Please vote for this feature request:

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904