Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

If I have IDEA, do I need rubymine for ruby dev or will it do both?

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

like image 621
Blankman Avatar asked Sep 22 '10 11:09

Blankman


People also ask

Does IntelliJ IDEA support Ruby?

IntelliJ IDEA supports the reference implementation of Ruby (Ruby MRI) and alternative implementations, such as JRuby or TruffleRuby. Before installing the Ruby interpreter, you need to install the dependencies required to compile Ruby on your machine.

What is RubyMine used for?

RubyMine is an integrated development environment (IDE) that helps you be more productive in every aspect of Ruby/Rails projects development - from writing and debugging code to testing and deploying a completed application. RubyMine is available for different platforms including macOS, Windows, and Linux.

Can I use RubyMine for free?

RubyMine includes an evaluation license key for a free 30-day trial. RubyMine includes an evaluation license key for a free 30-day trial. RubyMine includes an evaluation license key for a free 30-day trial.

How do I get Ruby in IntelliJ?

Install the Ruby pluginIn the Settings/Preferences dialog ( Ctrl+Alt+S ), select Plugins. Find the plugin in the Marketplace and click Install.


1 Answers

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.

like image 111
yole Avatar answered Oct 01 '22 18:10

yole