Released: Nov 29, 2017
2017.3 버젼 업데이트
기능
- A better IDE
- Better performance - This release has significant performance improvements.
- Better resolution - Bottlenecks that prevented you from jumping to external keywords like callbacks and responders have been eliminated.
- Better Code Insight - Code Insight features have been significantly reworked. In particular, RubyMine has become much better at mapping declared method arguments with the given ones. Not only that, but some built-in Inspections and Intentions have been fixed, making the...
Released: Sep 15, 2017
2017.2.4 버젼 업데이트
수정사항
Docker
- Cannot run application with Docker SDK in debug mode.
- Docker integration for Windows.
Tests
- Uninitialized constant Test::Unit::AutoRunner::RUNNERS when trying to run unit tests.
No subsystem
- UI is frozen for a long time in ModuleManagerImpl.loadModules.
Editor. Editing Text
- Extend selection improvement.
Find, Replace, Find Usages
- Replace In Path stats are incorrect after replacement.
- Replace In Path tree collapses after replacing occurrences.
Version Control
- SubVersion File status...
Released: Aug 2, 2017
2017.2.1 버젼 업데이트
기능
- Docker Compose
- Docker Compose - Open your Docker project in RubyMine, and set Docker Compose as a remote SDK (Preferences / Settings | Languages & Frameworks | Ruby SDK and Gems | New remote | Docker Compose). Now you can work with multiple Docker containers taking advantage of the whole set of RubyMine features from code analysis and editing tools to debugging and testing suites.
- Debugging applications - With this release you can debug apps inside a docker-compose service using the...
Released: Jun 14, 2017
2017.1.4 버젼 업데이트
기능
- Differentiate hash curly braces from block curly braces in formatting options and color scheme.
- Make default size of code completion popup configurable.
- Support for Mockito annotation @Mock.
- Support auto-imports for modules provided by module augmentation.
- Support for await in TypeScript 2.3.
- Added registry value to control number of composite value children.
수정사항
- Always indexing after upgrading to RubyMine 2017.1.
- Broken completion in inherited classes.
- Cucumber: Go to implementation from...
Released: Mar 22, 2017
2017.1 버젼 업데이트
기능
Docker
- Docker support - RubyMine 2017.1 brings full support for Docker! Download the Docker integration plugin right from the IDE, choose a remote Docker SDK, and enjoy working with your Docker projects like you do with local ones. Take advantage of code analysis, completion, and other smart features available in RubyMine.
RVM Gemsets
- Create gemsets quickly - Create RVM gemsets from the New Project wizard. When you create a new project, the IDE will automatically suggest a similarly-named...
Released: Nov 30, 2016
2016.3 버젼 업데이트
기능
- Attach to local process - Now the RubyMine debugger can be attached to locally running processes without project reconfiguring and manual gem installation.
- Better Puppet support - RubyMine now recognizes code element structure for all main syntax elements and supports defining Puppet functions; Go to Declaration, Find Usages, and the Rename refactoring are now aware of local and global scopes.
- Faster gem downloading - Thanks to rsync, remote interpreter gems now download ~80 times faster...
Released: Jul 25, 2016
2016.2 버젼 업데이트
기능
- Frozen objects inspection – a new code inspection highlights immutable strings as well as any other frozen objects when modified.
- Rbenv gemsets support improvements – a new inspection with a quick-fix option available for .rbenv-gemset and .ruby-gemset files, any nonexistent gemset is highlighted and can be created on the fly.
- YAML language injection – a new language injection option in YAML files makes possible language-specific code highlighting, completion, formatting, and more.
- New...
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...