Read more

How to configure file watchers in RubyMine

Michael Leimstädtner
November 10, 2020Software engineer at makandra GmbH

Installation

You need to install the official plugin Show archive.org snapshot , it is not bundled with RubyMine by default.

Example: Setup a watcher to verify rubocop integrity

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

First, open Settings -> Tools -> File Watchers. Then, configure rubocop to check every change to the VCS:

Image

Note that the "program" argument must be part of your $PATH. I worked around this constraint by using b as a shim for bundle exec.

Resources

Posted by Michael Leimstädtner to makandra dev (2020-11-10 09:26)