Posts Tagged ‘plugin’

Synchronizing RubyMine Configuration using IDEA Server

Monday, December 28th, 2009

RubyMine license allows using the IDE from different computers (non-simultaneously). And once you have more than one IDE installation, you are in need to configure them all. But most likely you’d want them all to be configured similarly. So, to simplify this task, we’ve made the so called ‘IDEA Server plugin’ compatible with RubyMine 2.x

The plugin allows to synchronize IDE settings between installations, so setting up a new workstation is the matter of several clicks with it.

To install the plugin, open IDE Settings | Plugins, select the ‘Available’ tab, find the ‘Idea Server Plugin’ in the list and install it. Then restart RubyMine and you will get the Settings Server login prompt on startup.

For more information about the plugin and how it works please refer to Synchronizing IntelliJ IDEA Settings using IDEA Server document in our knowledge base.



If you find some problems or have additional questions about this functionality — let us know.

Note: To use the plugin you need RubyMine 2.0.1 or later.

Develop with pleasure,
-JetBrains RubyMine Team

Best IDE for Polyglot Programming — IntelliJ IDEA 9

Tuesday, December 8th, 2009

Our neighbour IntelliJ IDEA team is now celebrating the release of IntelliJ IDEA 9, the best environment for polyglot programming and the most intelligent Java IDE, that also includes a free community edition now.

Being build on the same platform, RubyMine shares a lot of functionality with IntelliJ IDEA, and we thank the IntelliJ platform team for all the efforts and congratulate the whole team with this important milestone.

If you are developing with Ruby inside IntelliJ IDEA using the Ruby plugin, the updated plugin is available and is compatible with IntelliJ IDEA 9. You can install it from the IDE UI (IDE Settings | Plugins).

See the impressive list of what’s new in IntelliJ IDEA 9.

RubyMine update is coming soon too. Stay tuned for updates!

Develop with pleasure!
JetBrains Team

RubyMine EAP build 749

Friday, March 6th, 2009

We just made the new RubyMine build available. The changes are the following:

  • “Analyze Stacktrace” action added (copy a stacktrace from clipboard, get a toolwindow with clickable hyperlinks to source code)
  • Options dialog when running Rake tasks
  • Improvements to gem manager: frozen gems support, etc.
  • Rename refactoring made more Rails-aware.
  • Find usages considers partial views now
  • Improved background code analysis speed
  • And of course there are fixes of various issues we found during our dogfooding!

Full release notes.

Download RubyMine EAP build 749 and share your feedback.

The Ruby plugin for IntelliJ IDEA has also been updated for all users of IntelliJ IDEA. In addition to the above changes, this version makes gem manager available in the plugin too. Check the screenshot.

IDEA plugin gem manager

Merry Ruby Christmas!

Wednesday, December 24th, 2008

We’ve got two holiday season presents for you!

First, we’ve updated the Ruby plugin for IntelliJ IDEA. It now includes all the changes we made in RubyMine recently.

Second, we have just pushed out probably the last public build of RubyMine for 2008. Download build 558 with some stability improvements in it.

So, what to expect in the first builds in 2009? Lot’s of stuff:

  • Extract method refactoring
  • Rails Models ER Diagram in RubyMine
  • ERB templates support
  • Ruby Gems manager
  • and more…

Happy holidays!

-JetBrains Ruby Team