RubyMine のリリース

Released: May 20, 2016

Updates in this release

Updates in 2016.1.1b

  • An important update for all IntelliJ-based IDEs - This update addresses critical security vulnerabilities inside the underlying IntelliJ Platform. The vulnerabilities, in various forms, are also present in older versions of the IDEs; therefore, patches for those are also available.
  • Built-in web server vulnerabilities - The cross-site request forgery (CSRF) flaw in the IDE’s built-in webserver allowed an attacker to access local file system from a malicious web page without...

Released: Apr 6, 2016

Updates in this release

Updates in 2016.1

Rails 5

  • Action Cable
    • Rails channel generator is now available in RubyMine. When created, channels are shown in the Rails Project View with the list of methods.
    • Code completion is available inside a channel class. You can also navigate from a channel .coffee file to the corresponding channel class and its methods.
    • Renaming refactoring works fine for a channel as well as for a channel method being invoked from a .coffee file.
  • Rails API - rails-api gem is now included into Rails...

Released: Nov 5, 2015

Updates in this release

Updates in 8

  • Support for Rbenv Gemsets - In addition to RVM gemsets, RubyMine now supports gemsets for Rbenv.
  • Bundler Support Improvements - RubyMine now works correctly with the gems bundled inside your project.
  • Ignoring Non-Project Code - New debugging option to ignore non-project code while stepping.
  • RegEx Improvements in Find and Replace - RegEx case transformation syntax is now supported in Find and Replace, including the commands “\l”, “\L”, “\u”, “\U” and “\E”.
  • Markdown Support - Speed up...

Released: Nov 24, 2014

Updates in this release

Updates in 7

  • Puppet Support - Improved plugin designed to analyze Puppet manifest files.
  • EditorConfig - Help developers define and share code style configurations between different IDEs and editors.
  • Inline Variables - A new debugging feature that integrates the Variables view right in the Editor, by showing variable values next to their usages.
  • Chef Integration - New plugin helps you build, deploy and manage your infrastructure. Introduce cookbooks, recipes and resources in the IDE.
  • Debugger...

Released: Oct 2, 2014

Updates in this release

Updates in V6.3

  • Spring Application Preloader Support - Now the IDE uses Spring for Rails generators, Rake tasks and tests by default.
  • Generates json.jbuilder Views by Default - RubyMine provides code insight and smart navigation between the view and the controller.
  • Multiple Cursors and Selection - Put the caret at multiple locations and edit multiple code fragments simultaneously.
  • Vagrant - The Vagrant plugin is now bundled with RubyMine by default helping you set up a reproducible development...

Released: Nov 28, 2013

Updates in this release

Updates in V6.0

  • Zeus Support - Pre-load Rails apps and perform routine tasks in less than a second.
  • Rails - Local variable support and code insight improvements.
  • IDE Improvements - Support for multiple projects. Now you can open all the projects you’re working on in one IDE instance.
  • Debugger - After a series of optimizations, the JRuby and Ruby debuggers have become 30% faster. RubyMine now also provides built in support for the gem debugger.
  • Web Development - CSS refactoring that helps...

Released: Sep 18, 2013

Updates in this release

V5.4での更新項目

  • Rails 4に対応- RubyMineが最新のフレームワーク機能をサポート。
  • Nailgunのサポート- JVMスタートアップのオーバーヘッドを受けずにJRubyコマンドを実行できます。
  • REST クライアント -REST WebサービスをRubyMineからテストできます。
  • より速いHTMLとCSS -HTML構造ビューが劇的に向上しました。

Released: Mar 4, 2013

Updates in this release

V5.0での更新項目

  • Ruby iOS 開発- Rubyを使ってネイティブなiOSアプリケーションを生成可能なツールRubyMotionを含みます。
  • CoffeeScript -RubyMine内でCoffeeScriptコードをデバッグ。
  • TextMateをバンドル -プログラミング言語とファイルタイプ用のスキームをハイライトをシェアできます。
  • Ruby 2.0- Ruby2.0 用の文法とデバッグのサポートを含みます。
  • JRuby- 完全な動作とデバッグサポートに対応。
  • Ruby インタープリターのリモート -Set up a remote SDK, then run, test and debug your remote app. リモートSDKをセットアップ、リモートアプリの実行、テスト、そしてデバッグ。
  • データベースツール -テーブルの追加、ドロップ、リネーム、コラム、キー。
  • フレッシュなルックアンドフィール -RubyMine 5はフレッシュなルックアンドフィールを持ち、IDEとエディターの両方にDaculaという新しいUIテーマを追加しました。

Released: Mar 12, 2012

Updates in this release

Updates in V4.0

  • Performance - The new IDE architecture allows more actions to operate asynchronously and to avoid memory blocks
  • Native Gems Code Insight - Auto-completion and code navigation when working with gems that have native components
  • Go to Class by Full Class Name - Any class can now be found by its full name
  • Show Inherited, Types Hierarchy - New options on the Structure and Hierarchy views let you see subtypes and inherited methods
  • Streamlined UI – Reworked to be more compact, modern...

Released: Dec 13, 2010

Updates in this release

Updates in V3.0

  • Rails 3.0
    RubyMine 3.0 provides complete support for Rails 3.0. The complete set of up-to-date developer tools is supported, such as RSpec 2.0, Bundler 1.0, Cucumber 0.9.x and RVM. RubyMine 3 adds an ability to install any Rails gem version from the New Project wizard.
  • Ruby Code Coverage With RCov
    Code coverage reports are now available in RubyMine for Rails, Ruby Script, Test::Unit, Shoulda, Cucumber, RSpec run configurations and for Rake tasks. RCov needs to be enabled in the...