Installation
Diana (8.0 EAP) version
Install Diana 8.0 latest (EAP).
- Installation using IntelliJ IDEA Plugin manager
- Uninstall previous plugin version from IDEA: Settings -> Plugins -> Installed -> Ruby -> Uninstall(popup menu)
- Install new version : Settings -> Plugins -> Available -> Ruby -> Install(popup menu)
- Press "Apply" button
- Restart IDEA
Selena (7.0) version
Install Selena 7.0 or Selena 7.0.1 or the latest (Selena EAP). Old Selena milestones 7.0M1, 7.0M1a and 7.0M1b aren't compatible with plugin !!!
- Installation using IntelliJ IDEA Plugin manager
- Uninstall previous plugin version from IDEA: Settings -> Plugins -> Installed -> Ruby -> Uninstall(popup menu)
- Install new version : Settings -> Plugins -> Available -> Ruby -> Install(popup menu)
- Press "Apply" button
- Restart IDEA
- Installation without using IDEA plugin manager
- Download last build from Plugin Repository or get the last successfull compiled build(it may be unstable).
- Check your that your IDEA version is compatible with plugin
- Uninstall previous plugin version from IDEA: Settings -> Plugins -> Installed -> Ruby -> Uninstall -> Apply
- Extract file ruby-*.zip to your IntelliJ IDEA plugin directory(e.g. C:\Documents and Settings\user\.IntelliJIdea70\config\plugins\ for Windows, ~/.IntelliJIdea70/config/plugins for Linux or ~/Library/Application Support/IntelliJIDEA70 for Mac).
- Installation from sources
- Checkout the http://svn.jetbrains.org/idea/Trunk/ruby.
- Read readme.txt
- Run ant build.xml.
- Extract dist/ruby-.zip* to your IntelliJ IDEA plugin directory.
Demetra (6.0) version
- Checkout the http://svn.jetbrains.org/idea/BRANCHES/6.0/ruby.
- Run ant build.xml.
- Copy dist/ruby-snapshot.jar to your IntelliJ IDEA plugin directory.
See recent changes here