News
RubyMine 2020.3.4 Is Available
RubyMine 2020.3.4 is now available!
You can update to it using the Toolbox App, right from inside the IDE, or by downloading RubyMine 2020.3.4 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!
withMinitest::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:
- Reworked Minitest support resolves a bunch of issues related to running Minitest tests: RUBY-26863, RUBY-27963, RUBY-27598, RUBY-26972, and RUBY-27742.
- Fixed an issue with Find Usages not working for Cucumber tests: RUBY-26349.
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