| Download the latest available EAP build from RubyMine EAP page. |
IDE General
- Spellchecker in VCS commit comment and other dialogs
- Added ability to install any Rails version in new project wizard
- "Tools | Reload Rake tasks" and "Tools | Reload Generators" actions were moved to launch rake task/generator popup
Debugger
- Fixed problem with hidden breakpoints
Test::Unit
- RubyMine Test Runner is now compatible with projects which use bundler & test-unit gems
- Now RubyMine creates Test::Unit run configurations which are compatible with Ruby 1.9.2 loadpath
RSpec
- Focused test run configuration for rspec 2.0 examples & groups (non-rails applications)
- RSpec 2.0 Code insight improved for non-rails examples
- Compatibility with RSpec >= 2.0.0.beta.19
Bundler support
- Improved DSL support
- 'bundle init' and 'bundle update' actions
- 'bundle exec' emulation in run configurations
- 'bundle install' additional command-line options support
- Quickfix for missing gems and Install and Attach missing gem now use 'bundle install'
Bug Fixes
- Other bug fixes
Labels:
None