vote up 1 vote down star

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

flag

12 Answers

vote up 5 vote down check

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

link|flag
vote up 1 vote down

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|flag
+1 because, to misquote WC. Fields, anyone who hates dogs and Aptana, can't be all bad. ;) – Don Branson May 23 at 1:50
vote up 0 vote down

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|flag
vote up 0 vote down

I really like using Geany for ruby and rails work.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

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|flag
vote up 5 vote down

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

link|flag
NetBeans 6.5 is scheduled to ship on November 20, 2008. – Ed.T Nov 5 '08 at 20:58
vote up 1 vote down

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|flag
vote up 0 vote down

komodo Edit is the best choice.

link|flag
vote up 1 vote down

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|flag
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

Your Answer

Get an OpenID
or

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