The latest updates on all JetBrains products and topics
Product Marketing Manager, JetBrains RubyMine.
The RubyMine 2021.3 Early Access Program has reached Beta! Below are some of the new features in the upcoming release that we have not mentioned yet: Remote development Source preview for Show Usages VCS New Push All up to Here action Terminal ConPTY support on Windows Typeahead s…
RubyMine 2021.3 EAP6 is out! Here are the highlights of this build: Web and frameworks Improved completion for HTML files Update npm packages from the editor Other improvements Space integration Merge requests and code reviews from the IDE Mark files as viewed Web and framework…
RubyMine 2021.3 EAP 5 is now available! Here are the most prominent new features in this build: Run RuboCop on save User experience Split the Run tool window Accessibility updates Version control The new Changes tool window Run RuboCop on save You can now configure RuboCop to ref…
Hello everyone, In this tutorial, you will learn how to add RBS to your project and get an overview of the main RBS features that RubyMine offers. For more information about this topic, read the section dedicated to RBS in the RubyMine documentation. Please feel free to share your feedback on o…
RubyMine 2021.2.3 is now available! You can update using the Toolbox App or right from inside the IDE. You can also download RubyMine 2021.2.3 from our website. Moving to JetBrains Account For Trials of IDEs Please note that starting from this build, you will need to provide your JetBrains credenti…
The fourth EAP build of 2021.3 is now available! Here are the highlights: VCS Checkout and Rebase onto Current for remote branches Reorganized VCS settings RBS Spell checking in RBS files Type checking for super calls New inspection for type variables in partial declarations VC…
The third build of the RubyMine 2021.3 Early Access Program is now available! Here are the most notable updates: Editor performance improvements New inspections for RBS files Reworked bookmarks Editor performance improvements In this release, we are working on performance improvements for th…
The second EAP build of 2021.3 is out! We encourage you to give it a try and let us know what you think. Here are the highlights: Initial support for Sorbet Improved running and debugging experience Split qualified names when creating a new RBS file Initial support for Sorbet RubyMine now re…
Hello everyone! Welcome to RubyMine’s third Early Access Program of 2021! As always, we encourage you to use these EAP builds to try out the new features before the official release. We are looking forward to hearing your feedback! DOWNLOAD RUBYMINE 2021.3 EAP Feel free to subscribe to the blog for…
RubyMine 2021.2.2 is now available! You can update using the Toolbox App or right from inside the IDE. You can also download RubyMine 2021.2.2 from our website. Bug-fixes You’ll find the following important fixes in this update: Fixed an issue with passing parameters to a console: RUBY-28499 F…
Starting with v2021.2, RubyMine provides code assistance for working with RBS files, along with all of the essential features that make RBS code easier to read. Here’s a brief overview. Creating RBS code Code completion Formatting and readability Navigation Refactoring Inspections Do y…
The following article shows the benefits of investing some of your time into adding RBS declarations to your project. Catch type errors RubyMine performs real-time type checking based on the information stored in .rbs files. It will show a type error if there’s a mismatch between the RBS and Ruby co…