There are times when you have a chunk of text that you want to do something with, e.g. replace something...
Code folding is a very useful feature to me. It gives me a quick overview over a file and keeps...
One of the many useful features of TextMate is autocompletion of words. If I were in TextMate right now, I...
Settings -> Editor -> General -> Smart Keys -> Unindent -> To nearest indent position RubyMine 7.0: Settings -> Editor -> General -> Smart Keys -> Backspace...
Have you tried the Search everywhere dialog? You can open it by pressing Shift twice.
We have released Modularity 2. It has many incompatible changes. See below for a script to migrate your applications automatically...
Rubymine supports keybinding to switch panes by hotkey like awesome window manager users are used to. Type "splitter" in the...
It is good programming practice to Don't Repeat Yourself (or DRY). In Ruby on Rails we keep our code...
To make this go away I had to wipe my RubyMine settings (~/.RubyMine) and configure everything again. Fun.
You probably haven't configured version control for your project. Go to Project Settings / Version Control and set the director...
Awesome color schemes for RubyMine, Sublime Text 2 and other editors. To install the themes into your Rubymine, copy intellij...
There is no reason to leave trailing whitespace characters in your project's files, so don't add any.
RubyMine: Set specific Ruby version per project
You can quickly access views that belong to a controller by using the tiny "page with arrow" icon in the...
A number of issues concerning Sass/SCSS autocompletion and syntax highlighting were submitted as a feedback for RubyMine 4.5. Web development...
I highly recommend that you make use of RubyMine's feature to pin tabs. When you pin all "important" files...
If your project uses another version than your default Ruby, RubyMine will give you incorrect inspections, for example.\
Every time I started RubyMine, it opened the main window on the left monitor – when moving it to the center...
Under Settings / Appearance you can uncheck a box Animate windows. This will change your life. This setting seems to not...
You are looking for a functionality in RubyMine but don't know or remember its keyboard shortcut or which menu...
RubyMine offers you to exclude directories from search, meaning faster search results and less "noise" in the list of result...
You can use heredoc to avoid endlessly long lines of code that nobody can read. Heredoc strings preserve linebreaks and...
If you want to use the (badly implemented!) solarized color scheme in your Rubymine IDE: Clone the IntelliJ IDEA port...
My RubyMine (and it seems like many other Java GUI applications) crashes the Compiz window decorator almost every time on...