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
Updates in V5.4
- Ready for Rails 4 - RubyMine supports the newest framework features.
- Nailgun Support - Run JRuby commands without incurring the JVM startup overhead.
- REST Client - Test RESTful web services from within RubyMine.
- Faster HTML and CSS - Significantly re-worked HTML structure views.
Released: Mar 4, 2013
Updates in this release
Updates in V5.0
- Ruby iOS Development - Includes RubyMotion, a tool that lets you create native iOS applications using Ruby.
- CoffeeScript - Debug your CoffeeScript code in RubyMine.
- TextMate Bundles - Share highlighting schemes for programming languages and file types.
- Ruby 2.0 - Now includes syntax and debugging support for Ruby 2.0.
- JRuby - Full running and debugging support is now available.
- Remote Ruby Interpreters - Set up a remote SDK, then run, test and debug your remote app.
- Gems...
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...
Released: Apr 29, 2010
Updates in this release
Updates in V2.0.2
This IDE update fixes some reported issues, introduces compatibility with the latest Ruby/Rails development libraries and tools, and improves existing integrations:
- RVM gemsets support added
- Bundler gem is supported up to version 0.9
- RubyMine now bundles pre-compiled ruby-debug gem for Windows users of Ruby 1.8
- HAML markup smarter auto-Indentation and other HAML enhancements
- Cucumber support improvements and fixes