RubyMine 1.0.5 Release Notes

Skip to end of metadata
Go to start of metadata

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
Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.