Tagged Questions
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
220 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 ...
1
vote
1answer
104 views
Checkout from GIT and deploy to Heroku
I would like to clone a project from a GIT server and then perform some tests and then deploy to Heroku.
I have been able to get my project from GIT, and then perform "bundle install" which does ...
0
votes
1answer
61 views
How to show git log view in IntelliJ?
I'm using git in IntelliJ 10.5. My Changes Tool Windows shows me the local changes, but there is no log view tab. How can I add it?
Thanks
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 ...