vote up 3 vote down star
1

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?

flag
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

15 Answers

vote up 0 vote down

rored is really nice for rails apps on windows

link|flag
vote up 0 vote down

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

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

link|flag
vote up 1 vote down

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

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

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|flag
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 Johannsson Mar 1 at 15:48
vote up 0 vote down

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

link|flag
They now offer a free "Personal Edition" of Ruby in Steel. – Thedric Walker Feb 13 at 19:29
vote up 1 vote down

Vim, what else?

link|flag
vote up 3 vote down

E-Texteditor is great.

link|flag
vote up -2 vote down

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|flag
1  
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 at 3:00
vote up 9 vote down

Netbeans IDE is quite good.

link|flag
vote up 1 vote down

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

Check this question: Best Editor for Ruby?

link|flag
vote up 4 vote down

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

Eclipse with RDT plugin.

link|flag

Your Answer

Get an OpenID
or

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