RubyMine Releases

Released: Oct 9, 2023

Updates in 2023.2.3

Fixes

  • 'Collect Logs and Diagnostic Data' includes empty idea.log on early startup.
  • Consistent listeners of the Workspace Model.
  • Unable to reformat file in Light Edit mode.
  • Wrong highlighting for @returns tag in TSDoc.
  • com.intellij.psi.stubs.UpToDateStubIndexMismatch reported for meteor libraries.
  • Angular: Component out of scope inspection on HTML "tr"/"td" tags when using @angular/cdk.
  • Angular: Component out of scope inspection on HTML "div" tag when using @angular/material.
  • Prisma ORM...

Released: Sep 14, 2023

Updates in 2023.2.2

Features

  • You can now disable PDF preview in HTTP Client.
  • Added local variables in HTTP Client.
  • HTTP Client - Added support for @ variables.
  • Improved structure view for HTTP Client files.
  • Added support for logging Select in Project View.
  • Added the ability to turn off optional TypeScript service inspections.
  • Added support for custom CSS property unit.
  • JS: Improved speed indexing of JavaScript projects.

Fixes

  • No log for rake run configurations.
  • RubyMine hang when opening rescue error class...

Released: Aug 25, 2023

Updates in 2023.2.1

Features

  • You can now allow user-defined implementations of SearchListener.
  • Added support for sha384.
  • Added chat context to the AI Chat.
  • Prisma: Added support for directUrl completion.
  • WebSymbols: Added "obsolete" API status.
  • Added a Quick Fix preview in Tailwind CSS, Prisma, Deno, Svelte and Volar.
  • Added new Tailwind CSS plugin and support for PUG.
  • Tailwind: Added an option to only show Tailwind classes in completion, or show them on the top of the list.
  • CSS Level 4 system colors are now...

Released: Jul 26, 2023

Updates in 2023.2

Features

Ruby and Rails

  • Turbo-Rails support - This release brings updates to Turbo code completion in Ruby on Rails projects. It is now possible to use code completion for Turbo streams in controllers and views and for broadcasting Turbo streams from models. Completion for Turbo frames in views is also available.
  • Import Maps support - Users can now use importmap commands in Run Anything, autocomplete module specifiers and file paths in the pin and pin_all_from methods, and navigate between...

Released: Mar 29, 2023

Updates in 2023.1.x

2023.1.4

Updated Jul 13, 2023

Fixes

  • IDE start fails with "CannotActivateException: Address already in use: bind".
  • "Copy Reference" on a line in Editor no longer copies "Path From Content Root" (instead it copies the path from the parent root e.g. source root, test root).

2023.1.3

Updated Jun 22, 2023

Features

  • Added the option to enable/disable automatic interpolation of string literals.

2023.1.2

Updated May 19, 2023

Features

  • Improved documentation for Angular-related symbols - Added more...

Released: Nov 30, 2022

Updates in 2022.3.x

2022.3.3

Updated Mar 10, 2023

Features

  • Improved Ruby code completion speed.
  • You can now prevent a line break from appearing when pasting a line copied from an empty selection.
  • Prisma: Improved views support.
  • Added the ability to monitor database connections and sessions.
  • Added the ability to run queries periodically.

2022.3.2

Updated Jan 30, 2023

Features

  • Updated Settings Sync plugin - Improved the behavior of the Settings Sync plugin. In previous RubyMine versions, if you used multiple...

Released: Jul 26, 2022

Updates in 2022.2.x

2022.2.4

Updated Nov 23, 2022

Fixes

  • Error while moving libs to subfolders in the artifacts dialog.
  • "Unpaired symbol is missing" false positive.
  • Add transparency to JBCefOsrComponent.
  • Background tasks get stuck with custom Boot Java Runtime
  • Tailwind CSS 3.2.0: IDE highlights @Hideatsu Aoki directive as error.

2022.2.3

Updated Oct 7, 2022

Features

  • Added support for ':deep' style selector in Vue 2.6+ projects.

Fixes

  • Quick Documentation popup doesn't go away with ESC when using the Emacs keymap...

Released: Apr 12, 2022

Updates in 2022.1.x

2022.1.4

Updated Jul 20, 2022

Fixes

  • Debugging rails tests with debase 3.0.0.beta.3: stepping doesn't work.
  • Debugger doesn't work properly if running Procfile via foreman.
  • Empty Java string literal in pattern is matched incorrectly.
  • Switching between computers keeps asking merge find.xml and FeatureSuggester.xml.
  • External diff tool settings are lost after IDE restart.
  • Suddenly the registered external diff tool doesn't work again.
  • High CPU usage during AsciiDoc editing.
  • Intellij IDEA crashes after...

Released: Nov 30, 2021

Updates in 2021.3.x

2021.3.3

Updated Mar 17, 2022

Features

  • [Ruby 3.1] Block arguments can now be anonymous if the block is only passed to another method.
  • Added support for wildcards in inline pattern matching.
  • Added the ability to generate the file name of file templates.
  • No longer stops launching interactive bash shells to get environment variables.

Fixes

  • RubyMine doesn't download bundled rbs executable via ssh.
  • Indexing hangs with high CPU on large project.
  • False positive Expected: expression warning with omitted...

Released: Jul 27, 2021

Updates in 2021.2.x

2021.2.3

Updated Oct 15, 2021

Features

  • Added support for JRuby 9.3.0.0.

Fixes

  • Fixed an issue with installing the debugger for JRuby on Windows.
  • Fixed recurring indexing on every startup if the IDE was closed due to OS shutdown.
  • Fixed the issue causing the IDE to freeze.

2021.2.2

Updated Sep 17, 2021

Fixes

  • Fixed an issue with passing parameters to a console.
  • Fixed an issue with launching MiniTest tests from the IDE.
  • Fixed an issue related to RSpec matchers.
  • Fixed an issue with running docker...