RubyMine is unable to locate gem(s) for above configuration.
RM should work in your case. If button File | Settings | Ruby SDK and Gems | Attach Gems... isn't grayed please press it and attach a screenshot of "Attach Gems" dialog. Otherwise please take a screenshot of Ruby SDK and Gems tab
RubyMine is unable to locate gem(s) for above configuration.
RM should work in your case. If button File | Settings | Ruby SDK and Gems | Attach Gems... isn't grayed please press it and attach a screenshot of "Attach Gems" dialog. Otherwise please take a screenshot of Ruby SDK and Gems tab
When no project is opened the Attach Gems button, on File | Settings | Ruby SDK and Gems, is disabled(grayed). See NoProjectOpen.png.
If I:
create a rails project form cmd line
freeze rails ( rake rails:freeze:gems)
execute RubyMine | Open Dir on rails project
it appears I can use rubymine. See RailsFrozenProjectOpened.png for screen shot of File | Settings | Ruby SDK and Gems after above steps.
John, this problem is already fixed and fix will be available in the next EAP version. As a workaround copy your gem.bat to gem19 and remove from gem19 all lines before #!C:/lan/ruby-1.9.1-p0/bin/ruby, this should fix the problem temporary.
Hi John,
RM should work in your case. If button File | Settings | Ruby SDK and Gems | Attach Gems... isn't grayed please press it and attach a screenshot of "Attach Gems" dialog. Otherwise please take a screenshot of Ruby SDK and Gems tab
Hi Roman,
When no project is opened the Attach Gems button, on File | Settings | Ruby SDK and Gems, is disabled(grayed). See NoProjectOpen.png.
If I:
it appears I can use rubymine. See RailsFrozenProjectOpened.png for screen shot of File | Settings | Ruby SDK and Gems after above steps.
Hope this helps
John A
ddfdfdfdfdfdfdfd
Attachment(s):
RailsFrozenProjectOpened.png
NoProjectOpen.png
John, this problem is already fixed and fix will be available in the next EAP version. As a workaround copy your gem.bat to gem19 and remove from gem19 all lines before #!C:/lan/ruby-1.9.1-p0/bin/ruby, this should fix the problem temporary.