|
2009-07-01 |
IDE General
All RubyMine's version control integration features now work with Subversion 1.6.
Fixes and Improvements
- Improved 'Unresolved Ruby reference', 'Unreachable code' and other Ruby/Rails inspections
- Fixed some problems in 'Extract Method' and 'Rename' refactorings
- Resolved some code completion issues and general code editor issues
- Fixed exceptions in Gem manager
- Fixed 'Go To Test/Subject' navigation for HAML views
- Pressing # key converts selected ruby expression to "#{SELECTED_EXPRESSION}"
- Fixed JRuby debug problem with 'Step over'
- 'Tools | Rake Tasks' no longer shows undocumented tasks. For undocumented tasks use 'Tools | Run Rake Task'
Minor Additions
- Added "Symbol to String" intention action
- Eigenclasses are shown in Structure view
- Argument completion and validation for helper_method
- Added RSpec and Cucumber live templates/snippets ported from TextMate bundles
|