Having troubles renaming a file in the RubyMine "Jetbrains" IDE

rename, ruby, rubymine

Solution

Use the `Alt+Shift+R` shortcut to rename the file when it's highlighted in the project view panel.

Generally, actions like `rename` is part of the `Refactoring` (because you also need to rename the usages of it) so you will also find it in the `Refactor` menu on top.

Problem

It's a great environment, but when I right click on, say a model .rb file, it is not readily apparent how I might rename a file. Now RubyMine JetBrains is a brilliant program which I love, so I'm not going to stop using it, I just need to get around this simple problem.

Original source