How to make RubyMine aware of Cucumber steps defined in gems

Posted Almost 5 years ago.

If your Ruby project includes a gem like Spreewald that comes with some external step definition, RubyMine does not know...

Rubymine FileType mismatch

Posted Over 5 years ago by Natalie Zeumann.

If your Rubymine does not recognize a file type correctly although you have entered the unmistakeable file extension like material_orders_controller.rb...

RubyMine: How to add a german spell checker

Posted Over 5 years ago by Emanuel.

Since the Spell checker german dictionary plugin is not maintained anymore, here is another way to use a german dictionary...

RubyMine: You can disable inspections you don't care about

Posted About 6 years ago by Henning Koch.

When you find yourself constantly ignoring a RubyMine warning, you can simple disable that warning and de-clutter your editor...

How to add a custom dictionary to Ruby Mine

Posted Over 6 years ago by Emanuel.

Download the dictionary from http://www.winedt.org/dict.html, e.g. http://www.winedt.org/dict/de_neu.zip unzip de_neu.zip mkdir ~/Documents/dic iconv -f UTF-16 -t...

Postgres: How to force database sessions to terminate

Posted Over 6 years ago by Emanuel.

If another session is accessing your database you are trying to reset or drop you might have seen the following...

Guide: How to use our (maybe in future) default rubocop config

Posted Almost 7 years ago by Emanuel.

Follow the instructions here. PRs at makandra/rubocop-config are welcome. Also check the issue tracker. RubyMine Since version 2017-1 RubyMine...

Rubymine provides a visual merge conflict resolution tool

Posted Almost 7 years ago by Natalie Zeumann.
jetbrains.com

RubyMine provides a visual tool for resolving merge conflicts locally. Follow Git > Resolve Conflicts in the context menu to open...

RubyMine users: you should be using bookmarks

Posted Almost 7 years ago by Arne Hartherz.
blog.jetbrains.com

RubyMine allows bookmarking lines of code. This is super-helpful when working on a complex problem. I've been using...

RubyMine: Better soft wraps

Posted About 7 years ago by Henning Koch.

Sometimes your code has long lines: describe 'foo' do describe 'bar' do really_long_line_really_long_line_really_long...

How to fix: RubyMine / IntelliJ "find file" dialog losing focus on awesome wm

Posted Almost 8 years ago by Arne Hartherz.

Many of our developers love to use the "awesome" window manager on Linux. However, RubyMine dialogs occasionally defocus while typing...

Prevent RubyMine from reformatting pasted code

Posted Almost 8 years ago by Henning Koch.

When you paste copied code with CTRL+V, RubyMine will change the indentation of the pasted code. You can prevent...

How to fix: RubyMine occasionally no longer accepts keyboard input

Posted Over 8 years ago by Arne Hartherz.

From time to time, RubyMine suddenly did not accept any keyboard input and felt crashed, while mouse interaction was still...

RubyMine's clipboard can hold more than one string

Posted Over 8 years ago by Henning Koch.

By pressing Ctrl + Shift + V you can select a recently copied string for pasting.

List of Helpful RubyMine Shortcuts

Posted Over 8 years ago by Dominik Schöler.

CTRL + SHIFT + ALT + N : Search for any symbol in your application, like CSS classes, Ruby classes, methods, helpers etc...

Faster debugging with RubyMine macros

Posted Almost 9 years ago by Andreas Robecke.

In my RubyMine I have recorded two macros for debugging and linked them to some keyboard shortcuts. Since I believe...

Disable automatic code suggestions in RubyMine

Posted Almost 9 years ago by Henning Koch.

To disable the mostly useless automatic suggestion popups in RubyMine, go to File / Settings, then to Editor / General / Code Completion...

Ubuntu: Make Ctrl-Space work in RubyMine, Emacs, or other tools

Posted Almost 9 years ago by Arne Hartherz.
askubuntu.com

I was annoyed that RubyMine's autocompletion did not work via Ctrl+Space for me. In fact, it did not...

RubyMine: Scratch files

Posted About 9 years ago by Arne Hartherz.
plugins.jetbrains.com

There are times when you have a chunk of text that you want to do something with, e.g. replace something...

Rubymine: Code folding

Posted About 9 years ago by Dominik Schöler.

Code folding is a very useful feature to me. It gives me a quick overview over a file and keeps...

How to: Context-dependent word expansion in RubyMine

Posted Over 9 years ago by Dominik Schöler.

One of the many useful features of TextMate is autocompletion of words. If I were in TextMate right now, I...

Rubymine 7: Howto disable backspace deletes lines instead of whitespaces

Posted Over 9 years ago.

Settings -> Editor -> General -> Smart Keys -> Unindent -> To nearest indent position RubyMine 7.0: Settings -> Editor -> General -> Smart Keys -> Backspace...

Search everywhere in RubyMine

Posted Over 9 years ago by Henning Koch.

Have you tried the Search everywhere dialog? You can open it by pressing Shift twice.

The new Modularity 2 syntax

Posted Over 10 years ago by Henning Koch.

We have released Modularity 2. It has many incompatible changes. See below for a script to migrate your applications automatically...