Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the big differences between IntelliJ + Ruby Plugin vs RubyMine?

Being an owner of IntelliJ Idea Ultimate edition, and having installed the IntelliJ Ruby plug-in, I'm forced to wonder how different that experience is from using the RubyMine IDE.

I'm guessing they share a lot of code & features. What are the major differences?

If I'm jumping into the world of Ruby, should I buy the RubyMine IDE or just continue using IntelliJ + Ruby plug-in?

like image 281
Mark Bolusmjak Avatar asked Aug 08 '11 15:08

Mark Bolusmjak


People also ask

Is IntelliJ good for 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.

Can I use IntelliJ for Ruby on Rails?

IntelliJ IDEA 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. IntelliJ IDEA is available for different platforms including macOS, Windows, and Linux.

Is RubyMine a IDE?

RubyMine is an IDE that provides essential tools for Ruby and Ruby on Rails development out of the box.

What is the difference between IntelliJ and IntelliJ IDEA?

The free IntelliJ IDEA Community Edition, built on open source code, is for pure JVM development. The paid IntelliJ IDEA Ultimate is designed for full-stack and enterprise development, supporting a wide range of backend and frontend frameworks and technologies.


1 Answers

The Ruby plugin and RubyMine are build from the same codebase, that's right.

Java/Ruby integration for JRuby code is only available in Ruby plugin for IntelliJ IDEA. But the plugin doesn't have RubyMotion support.

Also check this answer: If I have IDEA, do I need rubymine for ruby dev or will it do both?

like image 143
Topka Avatar answered Oct 11 '22 04:10

Topka