up vote 2 down vote favorite
2
share [g+] share [fb]

I've been using vim, but after reading this question was wondering what is being used in the linux world.

link|improve this question

possible duplicate of Ruby and linux, prefered setup? – Justin Ethier Sep 2 '11 at 13:43
feedback

closed as not constructive by cHao, Justin Ethier, Will Sep 2 '11 at 15:06

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

12 Answers

up vote 5 down vote accepted

see the exact question: Ruby and linux, prefered setup?.

link|improve this answer
feedback

There's also Netbeans: http://ruby.netbeans.org/

link|improve this answer
NetBeans 6.5 is scheduled to ship on November 20, 2008. – Ed.T Nov 5 '08 at 20:58
feedback

If you'd rather be using a light text editor instead of a heavy IDE, then I'd highly recommend going with GEdit with some additional plugins.

Here's an excellent guide on how to turn your GEdit into a "Linux Textmate":

Pimp My GEdit

If you want more of a IDE, then Netbeans is the current benchmark for Ruby IDEs.

link|improve this answer
feedback

I heard a lot of good things yesterday about Ruby Mine from JetBrains. It's in public preview release right now, here's the link for that: http://www.jetbrains.com/ruby/index.html

link|improve this answer
feedback

I use Diakonos. Written in Ruby, you can script it with Ruby, and manipulate text with Ruby. No dependencies (except Ruby itself).

link|improve this answer
feedback

I use Eclipse with Aptana RadRails: http://aptana.com/rails

but if you need only Ruby you can use RDT instead: http://rubyeclipse.sourceforge.net/

link|improve this answer
Isn't RDT discontinued now and the lead developer hired by Aptana to incorporate his work into Aptana's RadRails? – Adam Nov 5 '08 at 16:17
Yes, but I think you still can install RDT separately from Aptana Rails, which makes sense if you're only using ruby – t3mujin Nov 5 '08 at 16:20
feedback

I wouldn't affirm an IDE is better than other. Everyone has its pros an cons. When I'm lazy I'd use Netbeans because it's comprehensive. An overkill in computer resources, but usefull if you are learning. I've had bad comments about Aptana... maybe some of you that recommend this may have to convince me otherwise.

GEdit + Rails plugin may be a good alternative. And VIM is awfully powerfull but the learning curve is steeper (but once you get the taste of it, productivity will increase for sure).

link|improve this answer
+1 because, to misquote WC. Fields, anyone who hates dogs and Aptana, can't be all bad. ;) – Don Branson May 23 '09 at 1:50
feedback

komodo Edit is the best choice.

link|improve this answer
feedback

I'm surprised no one has mentioned jEdit - it has a whole slew of plugins for Ruby, and unlike many other editors with Ruby support, it is very stable. There are edit modes + syntax coloration for erb, rb, javascript, haml, etc. etc. I have it set up basically to mimic TextMate, with some Eclipse-isms. It doesn't do code completion to the nines, but it does at least try to complete from the current buffer. It also has very extensible key stroke configurations and the ability to record/playback macros.

link|improve this answer
feedback

I'm assuming you be using Ruby for the web? Aptana IDE with the RADRails plugin would have to be the best choice.

link|improve this answer
feedback

I really like using Geany for ruby and rails work.

link|improve this answer
feedback

It all depends on what you want.

I personally use nano as an editor as the default ruby tools as the rest of my IDE.

If you are looking for a more "heavyweight" IDE look at Eclipse (http://rubyeclipse.sourceforge.net/) or netbeans (Google for link). There are a number of in-the-middle options which behave differently and have different features. Google is your best best when it comes to these.

Also - please see http://stackoverflow.com/questions/253982/ruby-and-linux-prefered-setup and http://stackoverflow.com/questions/59968/best-editor-for-ruby If I could close this question for being a dupe - I would.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.