Tagged Questions

3
votes
2answers
314 views

Which RubyMine generated files should I commit?

RubyMine generates some files in the .idea directory. In one of my projects I see: *project_name*.iml encodings.xml misc.xml modules.xml vcs.xml workspace.xml Which should I commit to the version ...
3
votes
9answers
3k views

What do you think of “RubyMine” [closed]

Jetbrains has just released a "public preview" of a Ruby IDE called RubyMine The roadmap follows: Nov 1 - Public Preview Release Nov 10 - EAP Opens Q1 2009 - RubyMine 1.0 Release May 28 '09 - ...
1
vote
2answers
222 views

JetBrains RubyMine 3.2.4 debugger not working

Running with Ruby 1.9.2 The IDE complains that The gem ruby-debug-base19x is required and offers to install it. However, upon attempting to install it it displays the message Failed to ...
0
votes
1answer
104 views

RubyMine / JetBrains on Mac, how to disable command-trackpad font resize

Holding the commmand key and tragging the trackpad up or down changes the editor font size. It's usually accidental. Any way to disable it?
0
votes
1answer
53 views

Embed one language (javascript) in another (ruby) in JetBrains RubyMine?

I'm generating some javascript dynamically in ruby. Is there way to get JetBrains (RubyMine) to recognize that this code is javascript for syntax highlighting, etc.? Funny that as I type this, I ...