IdE config Questions
Hi,
I'm having trouble getting started with Rubymine 6.3 on the windows 7 x64 platform.
when I try to run a script using the run or IRB buttons i get the message: "Error running IRB console: cbFiles: No Gemfile found"
any help gratefully appreciated...
Thanks,
Chuck
Please sign in to leave a comment.
Hi,
what version ruby are you using?
Regards, Oleg.
Hi,
thanks for your response. I have both ruby 193 and 2.0 installed on my system, but I believe I was using v2.0. How can I tell for sure
Also: The program I was trying to run was a simple hello world type, with no requires or gem references...
Hi,
to check what is the current sdk open project view (Alt-1 or Command-1) and expand "External Libraries"
As for problem try to run ruby script and provide whole content console (including command and all output)
Regards, Oleg.
Oleg,
This Topic is still of interest to me {i.e. how do Iget gems installed and working in rubymine 6.3} But my initial problem (no gem found) has been resolved. I realized that I was using C-like comments /* ____ */ to eliminate require statements, but, Ruby doesnt see that as comments and does the require anyway. Bravely onword to the next mistake :) !!!
thanks again,
Chuck