views:

3039

answers:

17

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?

+1  A: 

Eclipse with RDT plugin.

codemeit
+4  A: 

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.

Noah Goodrich
+7  A: 

Check this question: Best Editor for Ruby?

CMS
+1  A: 

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).

daniel
+9  A: 

Netbeans IDE is quite good.

Alexander Kojevnikov
A: 

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

askgelal
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
I can believe it. Word wrap is trashy.
Joel
+3  A: 

E-Texteditor is great.

Orion Edwards
+2  A: 

Vim, what else?

Zsolt Botykai
A: 

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

danimajo
They now offer a free "Personal Edition" of Ruby in Steel.
Thedric Walker
A: 

Textmate from Macromates has a clone call e-texteditor

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

Trausti Thor Johannsson
Textmate is for Mac only!
danimajo
I forgot to add e-texteditor to my answer, but I have fixed it
Trausti Thor Johannsson
+1  A: 

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.

David Mullet
+1  A: 

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 :)

JHiller
I cudn't find that either. Got it thanks to you :-)
Sanjay
A: 

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

A: 

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.

csexton
A: 

rored is really nice for rails apps on windows

rogerdpack
A: 

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.

William Notowidagdo
A: 

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

revgum