Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In no particular order:

Please add more and I will update periodically.

share|improve this question

22 Answers

up vote 13 down vote accepted

Aptana RadRails

share|improve this answer
my favorite, for AIR, Ruby, and Java :) – balexandre May 5 '09 at 19:08
Aptana Studio also comes with great editors for other Rails project files, such as HTML, CSS, and YAML. – Schrockwell May 8 '09 at 2:06
2  
My only gripe with Aptana is that it isn't more lightweight. It (and other Java based IDE's) can be very slow to start up. – pauliephonic Jul 7 '09 at 15:43
+1 for the wedding cake! :) – epatel Dec 6 '09 at 11:47

RubyMine

share|improve this answer
I second RubyMine – Nazar May 6 '09 at 7:52

Netbeans

share|improve this answer
NOTE: As of NetBeans IDE 7.0, support for Ruby and Ruby on Rails is no longer available in the standard NetBeans IDE build. Please see the Ruby Support Wiki page for more information. – tivo Oct 3 '11 at 20:11

Vim with rails.vim plugin

share|improve this answer
I tried Vim, but the best I can describe it as is "clunky". :/ – Robert K Jun 4 '09 at 17:22
Trying vim is not enough to experience what it can do. With vim, there's a long learning tunnel, a steep slope, but there's light at the end of it. – jskulski Jun 4 '09 at 17:55
Isn't Vim quite inconvenient when you use it to manage large project? – Jakub Arnold Aug 13 '09 at 23:35

Try Redcar . I have used it a bit and have liked it so far. It is in active development

share|improve this answer

If on a Mac, Textmate. Otherwise, Vim.

share|improve this answer

gedit with snapopen plugin

share|improve this answer

Emacs with Rinari minor mode

share|improve this answer

Eclipse 3.4 with the RadRails plugin. I think it works better then the standalone RadRails 1.2 right now. I'm guessing when 1.3 comes out I will need to look at the standalone application again.

How to get it to work: http://forums.aptana.com/viewtopic.php?p=21964#p21857

  1. Add http://update.aptana.com/update/studio/3.2/ to the list of plugin repositories and install "Aptana Web Development Tools".

  2. "Reboot" Eclipse.

  3. After some time, the Aptana Start Page will show up (or you can start it from the Help menue). From this page you can add and install Aptana RadRails 1.0.2.

share|improve this answer

I like Textmate in Mac, and E in Windows ( textmate clone ). Aptana is a really good IDE also, but I find that it's heavy and can become sluggish after a while.

share|improve this answer

On the list: Komodo

Best: +1 for vim with rails.vim plugin

share|improve this answer
Komodo IDE is pretty good, but the opensource Edit will do just fine for most. – SeanJA May 13 '09 at 1:51

Sublime Text 2, with ruby plugins (package control).

share|improve this answer
Can Sublime Text 2 be categorized as an IDE? – Marius Butuc Oct 30 '12 at 23:26
If you consider all the plugins you can get with Package Control, I would say yes. This is really all I use when working with rails. Sublime text 2 and the terminal. It is actually the best solution I have found. – Cort3z Oct 31 '12 at 7:30

RDT

share|improve this answer
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Jon Aug 29 '12 at 23:41

Textmate (Mac osx) E-Texteditor(Windows/Linux)

share|improve this answer

Surprisingly I like using a few Windows Command Prompts, Explorer, and many Scite instances (with a custom configuration). Not really an IDE but I've found it more flexible and useful than any other IDE that I've tried.

share|improve this answer

Scribes (linux)

share|improve this answer

Ruby In Steel For IronRuby I haven't used it myself... (A plugin for Visual Studio I believe)

share|improve this answer

I like Komodo for PHP and Python development but its support for Ruby is pretty thin. I've only recently started working with Rails and Komodo has been disappointing. I'm giving Aptana a try based on the accepted answer.

share|improve this answer

Geany (linux, windows)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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