RubyMine のリリース

Released: Jun 23, 2025

2025.1.3 での更新項目

不具合の修正

  • Ruby
    • First run of RM 2025.1 Beta 2 failed to detect error.
  • Ruby. Debugger
    • Exiting RM while the rails server is running in the debugger, gets stuck "waiting for the process to detach".
  • Tools. Rake
    • Ruby Mine is no longer defaulting the Working Directory when running rake tasks.
  • Editor. Smart Keys
    • Wrong autocompletion for end.

Released: May 8, 2025

2025.1.1 での更新項目

不具合の修正

  • Rails. Navigation and Search
    • Rubymine does not recognize connected view of controller methods.
  • Rails. Parameter Definitions
    • Spurious warning "Unexpected parameter for this method call".
  • Ruby. Code Generation
    • Style of New File with Directory popup no longer matches New File popup.
  • Ruby. Tests
    • Rails 7.0 - RSpec and Cucumber fails because of TeamCity formatter.
    • Requiring 'minitest/pride' causes tests to fail.
    • Minitest spec runner does not handle dot/period character in test names.
  • Ruby...

Released: Apr 16, 2025

2025.1 での更新項目

機能

AI Assistant

  • AI Assistant major upgrade
    • JetBrains AI Assistant has received a major upgrade, making AI-powered development more accessible and efficient. With this release, all JetBrains AI features are accessible for free in RubyMine, with unlimited use for some, such as unlimited code completion and local model support, and limited credit-based access to others. JetBrains are also introducing a new subscription system that makes it easy to scale up as needed with the AI Pro and AI Ultimate...

Released: Mar 14, 2025

2024.3.5 での更新項目

機能

  • Updated the bundled Tailwind CSS LSP server version to 0.14.8.
  • Added a control handle to set the max length of the 'HostLabelDropdown'.

不具合の修正

  • LSP, TypeScript LS
    • IDE keeps freezing Windows 10 (stuck in cancelling TypeScriptServiceInlayHintsService).
  • Code. Completion
    • Quick dropdown widget has disappeared in completion popup.
  • Version Control
    • 'CommitChunkService' is leaking on IDE exit.

Released: Feb 28, 2025

2024.3.4 での更新項目

機能

  • Added support for asdf 0.16+.
  • The "Data Sources...;" button on the toolbar is now always enabled.
  • Updated Prisma LSP to 6.3.1.
  • Prisma: Added ULID support.
  • Can now add a GraphQL injection into the first argument of gql function call.

不具合の修正

  • Code completion
    • Angular: Import popup is cancelled on directive completion.
    • Prisma: Completion for ULID is not available if the type is nullable.
  • Imports
    • IDE breaks auto-complete and auto-import when packaged components are declared with '__VLS...

Released: Jan 24, 2025

2024.3.2.1 での更新項目

不具合の修正

  • Code completion - Autocomplete showing many duplicate entries.

Released: Dec 20, 2024

2024.3.1.1 での更新項目

不具合の修正

  • Version Control. Git - GPG signing fails with errors like: Bad CA certificate or failed to write commit object.

Released: Nov 13, 2024

2024.3 での更新項目

機能

AI Assistant

  • Enhanced cloud-based code completion
    • RubyMine 2024.3 introduces faster and more contextually aware cloud-based code completion through the JetBrains AI Assistant plugin, featuring quality and speed improvements and adding support for multiline completion.
    • Powered by the Mellum large language model (LLM), completion latency is nearly one-tenth of what it was in previous versions, leading to almost instant suggestions. The acceptance rate for completion suggestions has...

Released: Oct 25, 2024

2024.2.4 での更新項目

機能

  • LSP, TypeScript LS updates:
    • Updated vue/language-server to 2.1.6.

不具合の修正

  • Code completion fixes:
    • Fixed error where no built-in component completion and resolving was available for Nuxt 3.10.
    • Code completion Svelte 5: context=module completion item now marked as deprecated.
    • Code completion Exception ClassCastException: class com.intellij.ml.inline.completion.js.utils.JSMultilineSupporter cannot be cast to class com.intellij.ml.llm.completion.cloud.kit.CloudCompletionMultilineSupporter.
  • Core...

Released: Sep 26, 2024

2024.2.3 での更新項目

機能

  • Added actions to CR commits list.
  • Provided a way to install a third-party plugin via command line without asking for confirmation.
  • Added 'Terraform File' option to 'Create File' menu.
  • Added Terraform usage indicators.
  • Added version/full name completion for 3rd party providers in Terraform registry.
  • Terraform: Added inspection for unused variables and locals.
  • Space: Added 'Copy branch name' action.
  • Added scaling and UI initialization logging.

不具合の修正

  • Rails
    • 2024.2.1 regression: exception...