RubySDK location

Hi,
I have installed ruby on rails successfully and tested out the sample apps. I downloaded the intelij plugin but cannot seem to set the rubysdk path properly. When I try to set the following directory as the rubysdk it idea gives the following error? Is it a permission problem?

"/usr/local/lib/ruby"

"The directory selected is not a valid home for Ruby Sdk"

Ples help.

Thanks,
Gavin

0
3 comments
Avatar
Permanently deleted user

Please read FAQ at: http://www.jetbrains.net/confluence/display/RUBYDEV/FAQ
You should point ruby sdk directory to /usr/local.

0
Avatar
Permanently deleted user

I had this same problem the first time i tried the ruby intellij plugin. I still think it is rather counter-intuitive to have to select the folder that contains the ruby folder.

0

At current moment such behavior is related to Plugin's API limitations. The idea of such behavior - as in java or jruby SDK home is path to directory with SDK, i.e. /bin/java or /bin/jruby. We have an issue in our JIRA - http://www.jetbrains.net/jira/browse/RUBY-84 and note in FAQ's.

P.S: If ruby/jruby interpretator is in system PATH, plugin suggests you corresponding home directory when you add ruby/jruby sdk.

0

Please sign in to leave a comment.