Remote SDK, RVM, gems installed with github option are not detected
Hi.
I have setup a new Rails edge project in a vagrant box. I'm using RVM in the box to install a 2.0.0 ruby without a specific gemset (just using global). This are the contents of my Gemfile, nothing fancy, just the initial gems.
source 'https://rubygems.org' gem 'rails', github: 'rails/rails' gem 'arel', github: 'rails/arel' gem 'activerecord-deprecated_finders', github: 'rails/activerecord-deprecated_finders' gem 'rails-api', github: 'rails-api/rails-api' gem 'pg' # To use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0' # To use Jbuilder templates for JSON # gem 'jbuilder' # Use unicorn as the app server gem 'unicorn' # Deploy with Capistrano # gem 'capistrano', :group => :development # To use debugger # gem 'ruby-debug19', :require => 'ruby-debug'
When I set the remote SDK, gems installed with the github option are not detected.
The only difference I can see is the path where they are installed. Packaged gems are installed in
/usr/local/rvm/gems/ruby-2.0.0-p0@global/gems/
and the github ones in
/usr/local/rvm/gems/ruby-2.0.0-p0@global/bundler/gems/
I'm using RubyMine 5.0.2. Is this supported?
Regards
Andrés
请先登录再写评论。
Hi,
this is a known problem - http://youtrack.jetbrains.com/issue/RUBY-13069
The fix should be available in next RM's release.
Regards, Oleg.
Thanks Oleg.
Seems I searched for remote issues here but not in youtrack, my fault.
Regards
Andrés