vote up 11 vote down star
2

I've heard so much about Textmate - The Missing Editor for Mac and that it is the best one for Ruby.

What is your choice?

And what is the best Ruby editor on Windows?

E?

flag

49 Answers

1 2 next
vote up 19 vote down check

For me, on the Mac it definetly has to be TextMate.

You may want to check out the TextMate clone for Windows, E-TextEditor.

link|flag
show 3 more comments
vote up 15 vote down

NetBeans from Sun, with the Ruby package. Syntax highlighting, auto complete, debugging support, unit test support. Plus it's multiplatform and free.

link|flag
show 4 more comments
vote up 12 vote down

I love Vim with rails.vim and snippetsEmu to get TextMate-like bundles.

link|flag
show 2 more comments
vote up 12 vote down

I've spent (wasted?) a lot of time in the last few years, and gone through them all (including Jedit, e-text editor, Aptana, Scite, FreeRide to name a few) looking for the perfect editor.

And I have now ended up back with the absolute basics. All I need is syntax highlighting (with a colour scheme that's easy on the eyes) and a folder view for my project inside the editor.

So I use GEdit in Linux, pimped using this guide, and Notepad++ in Windows (also sometimes in WINE in linux) Notepad++ syntax colouring is easy to modify from within the program and my syntax scheme is available here

Now instead of testing and playing with editors I actually write code :)

link|flag
show 1 more comment
vote up 11 vote down

There are several discussions on this very subject here on SO:

best-editor-for-ruby

what-ruby-ide-do-you-prefer

what-ide-to-use-for-developing-in-ruby-on-rails-on-windows

best-ide-for-ruby-on-rails

Might want to check these out.

link|flag
show 1 more comment
vote up 8 vote down

NetBeans 6.1+ is actually very good for Ruby. It has a decent syntax highlighted editor that does its best to understand your code, highlighting syntax errors and offering fixes for certain classes of problem (but you can turn those off). You can ctrl-click on identifiers to leap to the definition (most of the time) and there's decent completion.

Aside from the editor, it has decent support for running and debugging your apps.

link|flag
show 1 more comment
vote up 5 vote down

I use TextMate on my Mac. It does a pretty good job as a general purpose editor, and works well with Ruby. It does syntax highlighting, etc, and has a file explorer built in. So if I have a rails project in a directory called MyWebSite, from the command line I just type:

mate MyWebSite

TextMate opens up with its built-in file explorer showing all of my project files. I love that feature since so much of Rails takes place on the comamnd line anyway.

link|flag
vote up 4 vote down

SciTE is the one that comes with the rubyforge installer which has worked fairly well for me.

Scott Hanselman has a updated version of Notepad2 which supports ruby syntax highlighting.

And don't forget Ruby in Steel and NetBeans if you're looking for a more full fledged IDE.

link|flag
vote up 4 vote down

I use and love Textmate.

However, a colleague of mine has been jumping all over vim with a Ruby on Rails plugin that does syntax hi-liting and all manner of magic.

I think with proper training, though, the macro-system in textmate can allow for near as efficient keyboarding as vim.

On Windows, I use TextPad (www.textpad.com). It has lots of plugins that I like. It very quickly can search for text in entire directory trees and has some very nice memory management (open a 30MB file in Notepad vs. Textpad and you'll see what I mean!!)

link|flag
show 2 more comments
vote up 3 vote down

IntelliJ is good for doing Ruby and Rails development. The included subversion diffing tools are fantastic.

link|flag
vote up 2 vote down

The One True Editor, but only if you have time to futz with it. There are ruby- and snippet-modes available, but you have to configure them yourself.

link|flag
vote up 2 vote down

For me: The eclipse plugin for programming ruby (RDT).

link|flag
vote up 2 vote down

Try Aptana Studio. It's a big shot indeed as it is Eclipse based but it's full blown with features, syntax highlighting, code completion and refactoring support.

link|flag
vote up 2 vote down

Hey for running and debugging ruby scripts better use "Ruby in Steel" this is better IDE you can use with Visual Studio 2005/8 and next you can try Eclipse and Netbeans IDE.. Just see the link for your refrence

http://en.wikibooks.org/wiki/Ruby_Programming/Ruby_editors

link|flag
vote up 2 vote down

Emacs has syntax highlighting and code completion for Ruby and Rails. It is also rad.

If you want to be a programmer for the rest of your life, and you want to have an editor you can take to any platform, vi and emacs are for you. VI is easy to learn and simple to use. Emacs is difficult to learn, but incredibly powerful to use.

link|flag
vote up 2 vote down

Aptana provides all the things you're looking for. If you've already used Eclipse, you should feel right at home.

link|flag
vote up 1 vote down

I have heard good things about komodo.
Its not free, but neither is textmate.

link|flag
show 2 more comments
vote up 1 vote down

Activestate, they make Komodo which is really good, they also make a free variant that is just as powerful in all aspects, except for pro debugging and such.

It is Called Activestate Edit. Quite good.

Coda from Panic on Mac is also quite good, especially given that you can do remote edits just like it was local, even over ssh and weird ports. I wish Textmate would have that feature. But as a ruby on rails editor, there is just Textmate and E-Texteditor.

link|flag
vote up 1 vote down

For a full IDE, Netbeans is great. The debug power is awesome. Textmate is also nice for text editor only.

link|flag
vote up 0 vote down

+1 for E

It does more bugs than most other editors I've used, but taking those into account, I think it still comes out ahead of any of the other editors I've used

link|flag
vote up 0 vote down

Try Notepad++. It has a lot of usefull features along with colorer and intellisense. And its free.

link|flag
vote up 0 vote down

You gotta try vim.

link|flag
vote up 0 vote down

Textmate is nice, although it's only available on OS X and it's not open source. I find customizing it to be easy, up to a point.

However, I've been using NetBeans for a few months for Ruby and have grown to love it. Its syntax checking and navigation abilities are great. The plugin community is large, and for mixed projects (JRuby with some Java), I can't imagine using something else.

link|flag
show 1 more comment
vote up 0 vote down

Even if you pick a GUI as a primary editor(I prefer Textmate, or GEdit dressed up as Textmate) you should spend some time getting to know one of the simple command line editors like VI or Nano. You really don't want to be trying to get to know a new editor while you're debugging something over an ssh connection. Nano is readily available in most package management repositories and has onscreen hints about what commands are available.

link|flag
vote up 0 vote down

I have tried a lot of windows editor, but for the moment I settled on PSPad. It supports highlighting for ruby, rails and rhtml almost out of the box. It is reasonably lightweight, allows for ineditor file browsing, has limited autocomplete capability.

Though it is only distributed through an installer, you can actually copy the directory and have it run anywhere without installing it.

It can be found here : PSPad

link|flag
vote up 0 vote down

Coming from the java/intellij world, I needed a more full-featured ide for my development. I have found netbeans to be the ide that fits my rails development the best. It offers common things like syntax highlighting, autocomletion, ability to run rake tasks, and an integrated debugger.

link|flag
vote up 0 vote down

I've tried a ton of editors then started using TextMate since it came out. Since then, I've occasionally tried others, but have always come back to TextMate. The bundles system awesome, it's quick start-up time and non-bloated-IDE feel have me convinced it's the best, most productive editor for Ruby available.

link|flag
vote up 0 vote down

I tried all the IDE style tools, and Sun's NetBeans has the best Ruby support by far. It also has good debugger support. But, in the end I reverted to TextMate because all the IDEs are built in Java and just run slow. I never noticed it so much when doing Java work, but it really bugged me after doing Ruby for a while. The native tools are just a lot faster and my expectations for speed came to match that experience.

link|flag
vote up 0 vote down

I just love NetBeans, and because they have full support for Ruby, I would give you NetBeans as my recommendation.

link|flag
vote up 0 vote down

I used Aptana for about a year before I switched over to E Texteditor. It's like Textmate for windows.

link|flag
1 2 next

Your Answer

Get an OpenID
or

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