up vote 43 down vote favorite
17
share [g+] share [fb]

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 Text Editor?

link|improve this question
show 2 more comments
feedback

closed as not constructive by Tim Post Jul 28 '11 at 17:14

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

58 Answers

1 2

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|improve this answer
feedback

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|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

I'm a Textmate guy, but also recommend JEdit and VIM Ruby/Rails bundles.

link|improve this answer
feedback

Zeus does syntax highlighting and code folding for the Ruby language.

link|improve this answer
feedback

Preface: all these are my personal opinions

On Mac

  • TextMate is probably the best in terms of pure editing for Ruby. I like the command and the inteface.
  • I love to use Panic's Coda, however, when I'm working remotely on our dev/staging servers. It's simply an amazing product for managing several different projects/servers at a time.

On Windows

  • Notepad++ has everything you will ever need for anything ever. Great syntax highlighting control, tabbed windows, split panes, great selection of plugins covering everything from generic text transformations to a hex editor and diff-style document comparisons. If I could marry it I would.

CLI

  • vi. 'Nuff said.
link|improve this answer
show 1 more comment
feedback

Emacs with ruby-mode is my favorite. It's available for Linux, Mac & Windows and is my personal IDE for all programming languages I've worked in for the last 6+ years. Emacs can be intimidating at first (goofy keyboard combos for all the commands), but once you've passed the "beginner" stage via tutorials, you wont go back.

link|improve this answer
feedback

This will depend on your style of coding.

If you like Java style with full IDE and in-editor debugging, Aptana with Radrails works pretty well on Mac/Windows. It also has the added bonus of having lots of helpers built in, so it makes it easier to get started.

Personally though, I love Textmate (for mac; I used E before that on Windows). It loads super fast, and can run tests easily with great syntax coloring and useful code completion. If you want to do the whole debugging thing you can still use "debugger" rather than just checking off a line like with Aptana. If you're using something like Autotest for testing though, this makes a lot more sense than a full IDE.

link|improve this answer
feedback

I currently use NetBeans on a MAC and haven't had any issues at all. Speed hasn't been a problem for me. If you don't like NetBeans, JetBrains has just released RubyMine (see: http://www.jetbrains.com/ruby/index.html). RubyMine is a pretty cool IDE, but I don't see any reason to switch from NetBeans, as someone wrote, RoR is IDE-Agnostic, so pick what you like best and keep it movin'...

link|improve this answer
feedback

On Windows : E

On Linux : Vim

On Mac : TextMate

link|improve this answer
feedback

I toggle between the Ruby-Enhanced version of Notepad2 and Sapphire Steel depending on what project I work on.

link|improve this answer
feedback

I use NetBeans at work and e at home. I've considered switching to RubyMine, has anyone tried it?

link|improve this answer
1  
I've used both, and while I was very comfortable using Netbeans as a time, it didn't work so well when using non-out-of-the-box Rails functionalities. I switched to Gedit, until I tried Rubymine. The support for these things (rvm, haml, cucumber, etc...) is great, or at least you can count on people working more actively on it. – Chubas Jun 25 '10 at 3:29
feedback

We are using Netbeans 6.5 or later for our Scrumpad project and its working great for us. I would definitely recommend Netbeans for ruby or rails projects.

link|improve this answer
feedback

Textmate 2, if it ever comes out... ;P

link|improve this answer
feedback

I use Aptana's RadRails bundle. It's free, fast, and easy.

I also use Notepad++ and SciTE.

link|improve this answer
feedback

3rdRail by CodeGear looks pretty nice. http://www.codegear.com/products/3rdrail

link|improve this answer
feedback

Emacs. It runs fast from Eclipse and Eclipse based IDE's. My experience has been huge memory leaks in the JVM when using them.

link|improve this answer
feedback

I have recently started working with Ruby on Rails. One thing I like about Ruby on Rails is that you don't have to be tied to any specific IDE to be productive. You can start working with any text editor which you have experience with.

As I have been developing on Windows platforms for long time, I have explored all different text editors from Notepad2, Notepad++, PSPad, programmer's editor, TextPad, EditPad, EditPlus, E Text Editor. My favorite text editor so far for any programming and text tasks is Notepad++.

In recent months, I am starting to use Vim. The initial learning curve is steep (if you are Windows person). but as you learn and configure Vim the way you like it, it will become the center piece of your development.

Specifically for Ruby, get Vim with the Ruby on Rails plugin. Don't forget to download NERDTree for better file explorer in Vim.

The Aptana Studio community edition is best if you require IDE.

I hope this helps.

link|improve this answer
feedback

On Windows I use Aptana with the RadRails plugin, but the best way to go is to get a Mac and TextMate.

link|improve this answer
feedback

For what it's worth, I am developing on Windows Vista at home, and Windows XP at work.

I was using Notepad++, but I have recently changed to SciTE, and I find it great for Ruby.

I've also begun using Emacs. It is difficult to begin with, but useful too.

link|improve this answer
feedback

+1 for E Text Editor.

It has 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|improve this answer
feedback

You have got to try Vim.

link|improve this answer
feedback

TextMate is nice, although it's only available on Mac 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|improve this answer
show 1 more comment
feedback

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|improve this answer
feedback

I have tried a lot of Windows editors, but for the moment I settled on PSPad. It supports highlighting for Ruby, Ruby on Rails and RHTML almost out of the box. It is reasonably lightweight, allows for ineditor file browsing, and 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|improve this answer
feedback

Coming from the Java/IntelliJ IDEA world, I needed a more full-featured IDE for my development. I have found NetBeans to be the IDE that fits my Ruby on Rails development the best. It offers common things like syntax highlighting, autocompletion, ability to run Rake tasks, and an integrated debugger.

link|improve this answer
feedback
1 2

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