Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What IDEs are available for jRuby?

Tags:

ruby

ide

jruby

I've done some googling and there seems to be a scarcity of IDEs for jRuby. I've read about TextMate and Sublime, but they don't provide debugging or code completion.

Can someone make a suggestion (or is this technology still in its infancy)?

like image 623
Dane Balia Avatar asked Sep 14 '12 12:09

Dane Balia


1 Answers

There are several options; I prefer JetBrains' IntelliJ (RubyMine).

Aptana has an Eclipse plugin. NetBeans used to have official support, not sure what the current state is.

like image 54
Dave Newton Avatar answered Nov 08 '22 17:11

Dave Newton