Questions tagged [rubymine]

RubyMine is a commercial cross-platform IDE for Ruby and Ruby on Rails development, created and provided by JetBrains.

RubyMine is a commercial cross-platform IDE for Ruby and Ruby and Rails development, created and provided by JetBrains.

Main features include:

  • Customizable editor with support for Ruby and Rails, JavaScript and CoffeeScript, ERB, Slim and HAML, CSS, Sass and Less, and more.

  • On-the-fly code analysis with quick-fixes and code autocompletion for Ruby and Rails.

  • Various code navigation options including the ability to navigate to the methods defined in the app, as well as those of Ruby, Rails, and gems.

  • Finding usages, extracting and renaming methods and variables throughout the project, and other refactoring options.

  • Visual testing suite and debugger for Ruby and JavaScript.

  • Git integration and support for other version control systems.

  • Support for RVM, Rbenv, RSpec, Cucumber, RuboCop, Vagrant, Puppet, Docker, and other technologies, tools, and frameworks.

Links:

1257 questions
33
votes
5 answers

How to move focus to another "tab group" in Intellij IDEs

IDEs based on the IntelliJ platform let you split the editor in various ways, but I don't see an option to move focus from one editor to another using just keyboard (something like other-window from Emacs). Is there an "action" to do that?
Michał Bendowski
  • 2,711
  • 1
  • 23
  • 32
32
votes
1 answer

In RubyMine, how to preview a file's contents by selecting it like in Sublime Text?

I'm new to RubyMine 7 on Mac. I used to use Sublime Text 3 and I love RubyMine so far except its lack of file previewing. In Sublime Text, when clicking a file in the sidebar (file explorer), the selected file content shows in an editor tab for…
Yoshi
  • 449
  • 4
  • 9
32
votes
1 answer

How to start Sidekiq in RubyMine?

I'm using RubyMine 6.3. I tried to configure Sidekiq in RubyMine but I can't start it. How would I configure and start Sidekiq in RubyMine?
Kanna
  • 990
  • 1
  • 11
  • 30
32
votes
5 answers

Rubymine reveal current document in project tree / project drawer

If i'm working on a file in RubyMine, is there a shortcut key or context menu option where I can "reveal in sidebar" and it basically would expand the project tree down to the file I currently am working on? This is a feature in both TextMate and…
Mark Evans
  • 810
  • 10
  • 18
31
votes
7 answers

RubyMine: Rails server launcher wasn't found in the project

After importing an existing project into RubyMine, I encountered "Rails server launcher wasn't found in the project" when I Run/Edit Configuration. I've checked this Cannot start the debugger in Rubymine. Rails server launcher wasn't found in…
Allen Lin
  • 1,179
  • 4
  • 13
  • 23
31
votes
6 answers

RubyMine error of No Rails Found in the SDK

I updated to Ruby 2.0 and Rails 4.0 and RubyMine stopped working. If I do my Rails commands through command line tool, they work just fine but if I want to run my project through RubyMine (the latest version) I get error 134 and No Rails Founds in…
user1899082
29
votes
4 answers

RubyMine - No Ruby interpreter configured for the project

I go to Settings - Ruby SDK and Gems, and pick out C:\RailsInstaller\Ruby1.9.3\bin\ruby.exe. It loads up a bunch of gems on the right side, and looks like it's going to work. I hit OK, and still have awful syntax highlighting and it still thinks it…
Kabir Sarin
  • 18,092
  • 10
  • 50
  • 41
27
votes
4 answers

IdeaVim, multi cursor usage

I'm trying to trigger (to use) the IdeaVim multi cursor plugin: https://github.com/JetBrains/ideavim#emulated-vim-plugins -> multiple-cursors In the github docs we have commands: , , , g to trigger/use this plugin, but I'm not…
26
votes
3 answers

Ruby Mine complains that "Cannot switch SDK." even if the SDK is there and available

My Ruby Mine 6.0.3 gives the message: Project .ruby-version Settings: Cannot switch SDK. RVM SDK '2.1.1@rails3' wasn't found. I manage ruby environments with rvm. The wanted environment seems to be ok: rvm gemset list gemsets for ruby-2.1.1…
AgostinoX
  • 7,477
  • 20
  • 77
  • 137
25
votes
14 answers

Does RubyMine 2.0 earn its $99 as a Rails IDE?

I've seen a lot of blogs talk about RubyMine lately, as a best of breed Rails IDE. Currently, I am using NetBeans IDE for my Ruby and Rails stuff, but I was wondering if anyone here would personally recommend this IDE, and reasons why I should fork…
Ash
  • 24,276
  • 34
  • 107
  • 152
24
votes
5 answers

ActiveRecord::StatementInvalid: Could not find table

I am trying to run users_test.rb file which just has test "the truth" do assert true end I do have a likes table, still I am getting this error. Why so? Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is…
Ava
  • 5,783
  • 27
  • 58
  • 86
24
votes
8 answers

RubyMine Unit tests - Test Framework quit unexpectedly

When I try to run the tests from within RubyMine I have an issue. But what is strange is that it work fine when I run the tests from the command line. "Test framework quit unexpectedly" /usr/local/rvm/rubies/ruby-1.9.3-p392/bin/ruby -e…
user2037696
  • 1,055
  • 3
  • 16
  • 33
23
votes
1 answer

What are the big differences between IntelliJ + Ruby Plugin vs RubyMine?

Being an owner of IntelliJ Idea Ultimate edition, and having installed the IntelliJ Ruby plug-in, I'm forced to wonder how different that experience is from using the RubyMine IDE. I'm guessing they share a lot of code & features. What are the major…
Mark Bolusmjak
  • 23,606
  • 10
  • 74
  • 129
23
votes
3 answers

Failed to load remote gems: stack level too deep (SystemStackError)

I have used RubyMine 3.2.1 trialversion for a week now, with no errors at all. But now, when I open RubyMine I get this: What can I do to fix it? I am using Ruby Version Manager as well. spec_fetcher.rb:170: stack level too deep…
LuckyLuke
  • 47,771
  • 85
  • 270
  • 434
23
votes
2 answers

Hide line highlighting in IntelliJ IDEA

I just started using one of the JetBrains IntelliJ based IDEs (RubyMine) but I find the line highlighting really distracting. See pics below. Any way to turn it off?
lmirosevic
  • 15,787
  • 13
  • 70
  • 116
1
2
3
83 84