views:

36

answers:

1

Does IDEA support all the features of rubymine, or is rubymine more refined for rails and IDEA doesn't have all the rubymine features?

+2  A: 

The Ruby plugin does include all the features of RubyMine, although the latest version of the Ruby plugin usually requires EAP builds of IntelliJ IDEA. (At the moment, the version of the Ruby plugin for IntelliJ IDEA 9.0.3 does not include all of the new features of RubyMine 2.5 - only the version of the plugin for IntelliJ IDEA X EAP does.)

RubyMine also has a simplified project configuration UI that works better for Rails projects.

yole
and is jruby a different plugin?
Blankman
i see, so IDEA is always a little behind the latest version of rubymine, i get it.
Blankman
JRuby support is part of the Ruby plugin.
yole