windows - RubyMine - No Ruby interpreter configured for the project -


i go settings - ruby sdk , gems, , pick out c:\railsinstaller\ruby1.9.3\bin\ruby.exe.

it loads bunch of gems on right side, , looks it's going work.

i hit ok, , still have awful syntax highlighting , still thinks has no ruby interpreter.

i've tried invalidating cache, , downloading new version of ruby , pointing new binary ruby.exe file.

i faced problem when moved project pc running different version of jruby. resolution:

  1. close rubymine
  2. delete .idea/ folder
  3. re-open project in rubymine

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -