News

RubyMine 2021.1.1 Is Available

RubyMine 2021.1.1 is now available!

You can update using the Toolbox App or right from inside the IDE. You can also download RubyMine 2021.1.1 from our website.

New features

  • We’ve added the concept of trusted projects.
  • We have reworked Minitest support.

    If you use Minitest in RubyMine, please update your project configuration to use the new functionality. In your Minitest configuration file (/test/test_helper.rb), replace MiniTest::Reporters.use! with Minitest::Reporters.use! unless ENV['RM_INFO'].

    Please refer to our blog post to learn more.

Bug-fixes

You’ll find the following important fixes in this update:

  • Fixed an issue with the search functionality: IDEA-266391.
  • Fixed an issue with the Tab key used for autocompletion: RUBY-27874.
  • Improved autocompletion for YARD tags: RUBY-27347.

Check out the release notes for the complete list of closed tickets. And as always, please report any issues you encounter.

Happy developing!
The RubyMine team

image description