The SciTE editor comes with the Ruby installer, and it's just a generic code editor. I installed FreeRIDE but it seems a little buggy; it actually just crashed on me for no reason. :(

So my question is...

What IDE / Editor do you use for Ruby on Windows? What are the best editors out there?

link|improve this question
I'm not sure why a person would vote this question down. They must dislike Windows or Ruby just that much. It sure is nice when people post a comment stating why they are down voting. I'm always interested to know the reason why. – Chris Pietschmann Nov 6 '08 at 21:32
possible duplicate of Best editor or IDE for Ruby? – Pablo Fernandez Jul 22 '11 at 2:45
feedback

20 Answers

up vote 13 down vote accepted

Netbeans IDE is quite good.

link|improve this answer
Unfortunately in Netbeans 7.0 there's no longer ruby support, nor could I find where the community theoretically is building it: wiki.netbeans.org/RubySupport – BeepDog Oct 31 '11 at 15:42
feedback

Check this question: Best Editor for Ruby?

link|improve this answer
you should vote to close as a dup! :) – Pablo Fernandez Jul 22 '11 at 2:46
feedback

Vim, what else?

link|improve this answer
feedback

You can use either Eclipse with the Aptana Plugin and then install the Aptana RadRails plugin or you can use Aptana as a stand-alone application.

I like to use Eclipse with the Aptana plugins because Aptana seems to provide the best support for HTML, Javascript, and CSS that I've seen in an Eclipse plugin, and you still get the full benefit of using the core Eclipse application.

link|improve this answer
feedback

E-Texteditor is great.

link|improve this answer
feedback

Farawla code editor.

Disclaimer: I built it.

link|improve this answer
feedback

Eclipse with RDT plugin.

link|improve this answer
feedback

I've been using Aptana Studio, it's quite good, with lots of features (even in the free version, you probably don't need Pro).

If you want something more minimalistic, there is E Text Editor, which supports TextMate bundles (not free, though).

link|improve this answer
feedback

Your individual needs should dictate whether/when you use a full-featured IDE or a lighter weight code editor.

For lightweight tasks, I still prefer SciTE, tweaking the settings and functions to meet my own needs.

For larger projects I use the NetBeans Ruby IDE. I tried NetBeans a couple years ago and wasn't impressed. But they've come a long way since, especially with regards to Ruby and Rails. Nothing against Eclipse/Aptana; NetBeans just seems to fit me better.

Textmate is very popular on Mac OS, and E (not free, but inexpensive) is the closest thing to it on Windows, and supports TextMate bundles. It seems to have gained many fans.

link|improve this answer
feedback

After seeing alot of screenshots from Mac-guys writing ruby-code in TextMate I went for the E-TextEditor and I'm very pleased with it.

At first I didn't find any option in the GUI for changing the default tab-size from 4 to 2 but today I found it down on the statusbar :)

link|improve this answer
I cudn't find that either. Got it thanks to you :-) – Sanjay Dec 1 '09 at 12:07
feedback

Ruby in Steel, is integrated in visual studio, but not free of charge ($199)

link|improve this answer
They now offer a free "Personal Edition" of Ruby in Steel. – Thedric Walker Feb 13 '09 at 19:29
feedback

Another vote for E from http://www.e-texteditor.com

link|improve this answer
feedback

Vim with the help of a few plugins (Rails.vim, Project and Fuzzy File Finder Textmate) Really makes for a good--and cross platform--editor.

If you like the plugins but can't take the keybindings there is always Cream.

link|improve this answer
feedback

Textmate from Macromates has a clone call e-texteditor

I totally recommend it, it is actually made by a friend of the textmate author

link|improve this answer
Textmate is for Mac only! – danimajo Nov 2 '08 at 12:12
I forgot to add e-texteditor to my answer, but I have fixed it – Trausti Thor Mar 1 '09 at 15:48
feedback

rored is really nice for rails apps on windows

link|improve this answer
feedback

I use NetBeans most of time, but occasionally Intype fit my needs for some quick code editing.

Intype has a simple project manager, also support bundles and snippets.

link|improve this answer
feedback

RubyMine is really great, even though it's $99 for commercial purposes (there are free flavors available) I think it's well worth the money.

It has great support for HAML/SASS, the most common revision control systems, console tools, templates, keyboard shortcuts, etc...

link|improve this answer
feedback

You can find many IDE's for rails in windows such as

. For me NetBeans is the best IDE for rails developments but it may depend on your familiar IDE because earlier I have many experience with java developments in NetBeans. So if u have experience in NetBeans it could be the best but if you have experience with Visual Studio then Ruby in Steel would be good choice.

link|improve this answer
feedback

RedCar. It's a Ruby editor. And it's free.

link|improve this answer
feedback

Go for Eclipse for everything. I tried Netbeans but it sucks! It doesn't even have a word-wrap feature! Can you believe that?

link|improve this answer
2  
What is this obsession with word-wrap? I've seen several posts from people dumping an editor using lack of word-wrap as the primary reason. If you need to wrap your code, your lines are too long. – JesperE Nov 2 '08 at 6:43
I can believe it. Word wrap is trashy. – Joel May 21 '09 at 3:00
feedback

protected by Bo Persson Apr 26 at 21:34

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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