Ruby SDK on cygwin

I'm using Ruby stack on cygwin and RubyMine seems not support it.
It doesn't find standard library and gems at all. Debugger doesn't work too.

0
4 comments

..still doesn't work

0

Ilia,

Try to setup Ruby SDK configuration (in RubyMine) manually - Main Menu | File | Settings | Project Structure | Ruby SDK and Gems, add SDK, press Add SDK.. button and  select path to cygwin ruby interpreter. Then restart RubyMine.

0

That's exact the way I do.

If this helps:
I have Cygwin at c:\cygwin
ruby interpreter at c:\cygwin\bin\ruby.exe
standard lib at c:\cygwin\lib\ruby\1.8
gems at c:\cygwin\lib\ruby\gems\1.8

0

There were some issues with loadpaths reported by Cygwin Ruby, I've added support for this case. It should be available in next RubyMine build

0

Please sign in to leave a comment.