New Features and Improvements
IDE General
- Ability to setup SDK using MacRuby or IronRuby interpreters.
- Alt-dragging performs column mode selection in editor.
- Gem manager ui reworked
Ruby on Rails Support
- Rails 2.3 support
- resolve and autocompletion for parameters of special migration calls:
- add_column, remove_column, change_column, change_column_default, rename_column
- create_table, change_table, drop_table, rename_table
- add_index, remove_index
- add_timestamps, remove_timestamps
- Gem dependencies are now searched in environments and plugins
Rake
- Undocumented rake tasks are now visible in RubyMine
- db:migrate:up, db:migrate:down, db:migrate:redo rake task actions will automatically preselect VERSION of migration file in current context (e.g if you invoke actions from opened migration file).
Testing Support
- RSpec Drb support (start server using: Tools | Run RSpec Drb server..)
- Syntax highlighting in Cucumber .feature files
Debugger
- Experimental support for ruby remote debug
Bug Fixes
- Several memory and performance leaks were fixed
- Rails logs tabs in Debugger.
- MacOS: problem with rails console when several ruby interpreters are installed (RUBY-4007)
- Other bug fixes
RubyMine 1.0.5 New Features Screenshots
(view as slideshow)
Cucumber files type and syntax highlighting
Labels
(None)