Skip to main content

Questions tagged [rubymine]

The tag has no usage guidance.

0 votes
0 answers
605 views

RubyMine using 100% of CPU on Mac

I'm running a plain old Ruby on Rails server in RubyMine, and if left idle, it's just using up all my memory. I'm not even using the Rails application (browsing pages etc), and it's not doing any ...
s89_'s user avatar
  • 101
0 votes
1 answer
26 views

In Jetbrains, how can I see the file paths when I use "Show Usages"?

I often will want to see where a class, object, variable etc is used throughout a project. Jetbrain lets you do this but when it shows you the usages, it will display the file name but it does not ...
raphisama's user avatar
  • 101
0 votes
0 answers
207 views

WSL > Ruby (Rails) Server

I am starting the ruby (rails) server on WSL (using Ruby Mine on Windows) and open the browser but I get the message in windows browsers (used chrome): Thanks for your help! Julian PS: it worked ...
Julian's user avatar
  • 1
0 votes
1 answer
664 views

Is it possible to get Visual Studio Code IDE debugging of apps on Rails 5.2 to work?

Expected behavior In VS Code (or other IDE); add break point to first line of [app root]/ config/application.rb; require_relative 'boot' start debug. debugger should stop at breakpoint Actual ...
grumBit's user avatar
  • 59
0 votes
1 answer
368 views

Create a keyboard shortcut for a live template in Intellij / PyCharm

How can I add keyboard shortcut in keymap for a custom live template?
LetMeSOThat4U's user avatar
0 votes
1 answer
81 views

how to jump to table in rubymine 6/intellji rails model dependency diagram

I remember there was a keyboard shortcut we used back in the day.. any ideas? or at least what's the name of the action so that i can assign a custom keyboard shortcut in the rubymine key map ...
abbood's user avatar
  • 1,284
1 vote
1 answer
280 views

clear console keyboard shortcut for rubymine 6

I used to be able to map a key for this back in rubymine 4.5+.. but if i go to preferences -> keymap I can't find an action that identifies it.. although it has an icon and it appears in the ...
abbood's user avatar
  • 1,284
23 votes
2 answers
17k views

How to add Rubymine icon to the left top panel in Ubuntu?

Sorry, I'm new on Ubuntu, and I've got some problem: I installed RubyMine, moved it to /opt/RubyMine and executed it through /opt/Rubymine/bin/rubymine.sh. But how can I add this app to left panel ...
user avatar
0 votes
1 answer
439 views

RubyMine and PhpStorm "Complete Installation" blank window in Ubuntu 12.10

I attempted to install RubyMine and PhpStorm according to their instructions, but both simply pop up a blank dialog box that says "Complete Installation" at the top. I can't close the windows or ...
Nick Brown's user avatar
0 votes
1 answer
37 views

Projects sets in RubyMine

Is there a way to create project groups or slt. Example: I work on applications which consists from multiple applications. I would like to be able to open all the projects related to that one ...
Mailo Světel's user avatar
1 vote
1 answer
1k views

RubyMine Remote Ruby Interpreter Error

I am trying to access my Ubuntu VM through SSH to use as a remote interpreter for RubyMine v5.0.1. However, whenever I successfully authenticate and point to my ruby location, it does not add the ...
kobaltz's user avatar
  • 14.8k