Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Having moved from Java to Ruby, I am struggling to find a good IDE for Ruby. I used Eclipse on Java, so I tried Aptana Studio (previously Radrails), but it's not even half as good. Currently I am trying out NetBeans for Ruby. Please suggest me the best Ruby on Rails IDE out there.

I believe TextMate is universally accepted as the best editor on Mac OS X. I am looking for Windows. So far it seems NetBeans and E Text Editor are worth a try.

share|improve this question
5  
possible duplicate of What Ruby IDE do you prefer? – Peter Mortensen Feb 6 '11 at 16:09
17  
hate it when these types of questions are closed – bbqchickenrobot Mar 14 '12 at 2:11
1  
People obviously find questions like this helpful. If the "community guidelines" excessively restrict questions like this, perhaps it's the "community guidelines" that need to be changed, not the question. – Ken Smith Apr 1 at 16:47
show 1 more comment

closed as not constructive by casperOne Dec 22 '11 at 3:43

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

35 Answers

1 2
up vote 93 down vote accepted

Netbeans! Especially the 6.5beta or development version.

I've been learning Ruby using it for a week (or 2) now. Since I wasn't able to either make rspec tests using Eclipse/Aptana and Netbeans did it from scratch - that's one of things that made my choice.

Also "Netbeans TV" has lots of screencasts that can help you understand features. Great code completion and full support for TextMate templates.

EDIT Marcin Gil: my answer is no longer 100% valid unfortunately. Oracle just decided that starting Netbeans 7.0 there will be no longer Ruby support. Netbeans 6.9.1 is however still usable.

EDIT from comments: It's back! The JRuby guys have picked up support for NetBeans - see Ruby on NetBeans lives! for a good explanation. – Cincinnati Joe

share|improve this answer
1  
I'm using netbeans for 8 months, now using the 7.0 beta version and it's great! It can be a bit slow sometimes but it helps a lot managing a project. – Victor Martins Nov 18 '10 at 19:27
31  
Oracle just officially killed Ruby support in Netbeans. "As of January 27, the Ruby on Rails module will be gone from development builds of NetBeans IDE 7.0." netbeans.org/community/news/show/1507.html – jemminger Jan 27 '11 at 15:26
6  
I would propose that my answer is 'unmarked' since for newer version Netbeans is no longer supporting Ruby.. – Marcin Gil Mar 8 '11 at 6:24
9  
It's back! The JRuby guys have picked up support for NetBeans - see Ruby on NetBeans lives! for a good explanation. – Cincinnati Joe Mar 17 '11 at 0:36
2  
@VyacheslavLoginov: Netbeans is free – Bragaadeesh Jul 26 '12 at 13:36
show 13 more comments

I can't believe redcar hasn't been mentioned here. redcar is a text mate clone written IN ruby and uses JRuby to access SWT. Its easily installed as a gem:

First install the gem... sudo gem install redcar

Then this command pulls down the java libs needed to run. sudo redcar install

then change directory to your web app and open the project! redcar .

share|improve this answer
8  
redcar = TextMate for linux/windows users... simply awesome! – sajal Feb 27 '11 at 19:01
2  
The nice thing is everything is a plugin making it easy for new features to be added. And it's very customizable using Ruby. – Cincinnati Joe Mar 17 '11 at 0:38
7  
@u2ix Currently, the redcar readme suggests that redcar install is the correct command to use. Additionally, Rsense is a plugin that offers code completion. You can find a list of plugins on their github repo – Rupert May 14 '11 at 21:31
5  
I loved the editor overall, however, it's excessive memory consumption and frequent crashes are annoying sometimes. – Chirantan Oct 17 '11 at 8:20
show 4 more comments

After using Vim for about six months and TextMate before that, I've switched to RubyMine and I wish I'd done it earlier.

A few highlights:

  • Excellent, fast, beautifully implemented code completion. Much more powerful than Vim or TextMate in that the tool understands a Rails project structure and finds appropriate completions throughout your project. (What the Microsoft development world calls "intellisense.")

  • Can open up multiple editor panels in one screen, like Vim.

  • Column mode editing, like Vim.

  • Fast intra-file navigation via find like Vim.

  • Solid, reliable, full-featured debugger.

  • Error highlighting.

  • Something I wished Vim had -- open a file by a keystroke follow by partial file name and return. In TextMate it's command-T. Saves a lot of time and mental energy.

  • A project tree that stays open at the side. Vim plugin NERD_tree is OK but not as functional and it means messing around with yet another plugin. In RubyMine I actually keep the project tree closed most of the time because there's usually a faster way to get to a file, but sometimes you need to see the whole project layout at once.

The only significant downside of RubyMine that I've noticed is that it's a big, heavy tool, so it takes a while to launch. That's the general nature of all IDEs, unfortunately. You don't just pop open a file from the command line in half a second.

However, there's no reason you can't keep Vim or TextMate on hand for quick edits and fire up RubyMine for major coding sessions.

UPDATE

I just discovered another thing I love about RubyMine. I've been having problems getting ZenTest/autotest working. I've posted on here about it and spent hours upgrading and downgrading various gems trying to find the magical combination that will work and I still haven't found it. Every time I think I've got it fixed, it breaks again.

Yesterday I decided to investigate RubyMine's test runner and found that it has continuous automatic test running built in. It takes two minutes to configure and it works flawlessly.

share|improve this answer
1  
You can still use the power of vim if RubyMine uses the same plugin infrastructure as Idea. Just look for the IdeaVim plugin and use the power of both worlds! – Leonardo Constantino May 14 '11 at 10:12
16  
RubyMine is not a free editor though.. – Vicer Aug 26 '11 at 1:42
3  
@vicer can be for open source projects... – Justin D. Apr 12 '12 at 21:35
show 1 more comment

What? No-one has suggested vim yet?

It's got great Ruby on Rails support - the rails + project + taglist plugins give you much all the standard IDE behaviour that you need.

It's fast, light on the memory, and pretty much completely consistent across all platforms...

(Note for anyone else wanting to edit this comment - 'rails' is the name of a vim plugin. Please dont change this to 'Ruby on Rails' as it is not referring to 'Ruby on Rails')

share|improve this answer
5  
NERDTree is key for jumping around rails projects as well. – John Hinnegan Jan 16 '11 at 20:21
5  
vim is excellent for everything, including getting unicorns. have tried many text editors but vim remains on top. – butterywombat Oct 19 '11 at 6:56
2  
I sure am. I keep looking for a replacement, but whatever I try seems so limited in comparison that I keep reverting to vim. I gave emacs a good shot last year, and I think it's good, but just not for me. Most recently, (after buying a macbook), I tried TextMate. This was nice for a few weeks, but it still felt like more of a toy editor rather than something for getting serious work done. So I am still using Vim, however the only plugin listed above that I still use is rails.vim (I also use amongst other plugins surround, easy-motion and bufexplorer). – Dave Smylie Sep 10 '12 at 1:15
show 2 more comments

How about IntelliJ Idea and RubyMine? I am giving these a try.

share|improve this answer
show 1 more comment

Try Sublime Text 2. It's commercial but there's a free trial download available.

share|improve this answer
1  
TS didn't ask for an open source IDE. He even suggested TextMate for mac. You want the textmate experience, but better? Go with Sublime Text 2. – Pelle ten Cate Oct 19 '12 at 12:47
1  
Ctrl-D - best feature of sublime text 2...ever! – ARun32 Mar 29 at 21:43
show 4 more comments

I don't know if it will convince me to stop using TextMate but I came across RubyMine from JetBrains today and am going to give it a shot.

share|improve this answer

Take a look at Aptana Studio. It is a pretty nice ide and has a free community version. I use it for all my PHP and HTML needs.

EDIT: I have since moved on to Netbeans. It is twice the editor that Aptana is, and I would totally recommend it to anyone.

share|improve this answer
7  
-1, Aptana is such a second class IDE compared to NetBeans. – Jas Dec 25 '10 at 0:23
4  
You will note that this answer is over 2 years old - an eternity in tech years. I am going to edit it, because I have moved on to Netbeans myself. Aptana served me well for a while. – Buggabill Dec 27 '10 at 15:42
show 5 more comments

The first question that you need to ask yourself is are you wanting to use JRuby or native interpretor? Because it's a huge difference when choosing the IDE.

For JRuby, you have several fully fledged IDEs as posted here, mostly written in Java. For native interpretation, you are better off with a text editor that supports and understands Ruby and Rails, rather than expect a properly integrated IDE experience. I have tried all the IDEs that I could get my hands on and none of them are a proper IDE in native interpretation mode because the interpretor, unlike JRuby, isn't integrated into the platform.

With a really good text editor that understands RoR (e.g. textmate), it helps with the coding side, the actual code entry, and you run and debug as a separate task. With an IDE you expect coding, code completion, debugging, object inspection, etc to be integrated.

The blunt answer is that if you are looking for an IDE experience in Ruby that matches C, Java or VB, you will be disappointed. None of them, in my experience, come close to this. But one is usably close: Netbeans.

The IDE with the most promise was 3rdRail. Back when Borland launched it, nothing came close to 3rdRail and it was a typically brilliant, developer-centric Borland experience. 3rdRail understood Ruby as well as Rails. It wasn't perfect, but it was better than anything else out there by a mile. Like all Borland products, it worked, its debugging was exceptionally good and it was a completely integrated project experience, from code entry to code deployment.

Then Embarcadero bought out the Borland development tools and it all went West rapidly. Neither JBuilder nor 3rdRail were able to run on my Linux platform (I only use Linux). The problem was the licensing system. Worse than this, both 3rdRail and JBuilder were very tightly tied to specific JDKs and its own environment. This may seem okay to start with, but when you have software that has a long life, projects that are large and have a long life and you need to have proper maintenance, update your software to later versions of libraries, runtimes, etc, then this starts to break what the licensing system hadn't already broken.

Having tried several very expensive upgrades in both JBuilder and 3rdRail, we concluded that we needed to simply write off the licenses that we had purchased and ditch both platforms as being unstable, unusable and unmaintainable. Which is a pity because if it worked, 3rdRail would be the leader by far.

Also, it was very clear that the support for 3rdRail was almost non-existent by Embarcadero. Despite having expensive software licenses, our real world experience of support was that it was fellow frustrated users trying to help one another on the rather poor forums that Embarcadero operate with few real support resources available from the company itself.

So, having conducted tests of other platforms, the winner emerged as Netbeans for Rails development. It's not brilliant in that it has limited understanding of Ruby the language, limited support for features such as code completion and its debugging isn't anywhere near what it should be, but it is a working, integrated IDE stack that does take you from code development through to WAR deployment and it is project aware. More importantly it is multi-JDK capable, has a flexible environment configuration allowing you to use 3rd party libraries freely and its GEM system works well, with good GEM management and repository integration.

Netbeans for Ruby and Rails proved to be the most comprehensive, integrated, functional and complete development stack that works across multiple platforms but in particular, it is stable, reliable and complete on Linux.

We use Rails with Google's GWT (SmartGWT). For this mix I strongly recommend Eclipse for the GWT (client) side and Netbeans for the Rails back end.

Netbeans can't compete with the tightness of integration with Eclipse that GWT has. Eclipse is simply the better product for the client-side development. However, the various Eclipse for Rails solutions don't have a patch on Netbeans in terms of the complete IDE experience.

So if you are using WEB2 technologies with Ruby on Rails, then I would recommend using both Eclipse and Netbeans. Play to the strengths of both IDEs and you won't regret it.

share|improve this answer

If you are LEARNING RoR then use a free IDE, otherwise if you earn money by programming in Ruby, then use a solid commercial product like JetBrains RubyMine http://www.jetbrains.com/ruby/

share|improve this answer

Java IDE: Aptana Studio

Mac: Panic's Coda (my personal favorite) and Macromate's TextMate

Windows: E Text Editor (my personal favorite when on Windows)

share|improve this answer
show 1 more comment

Embarcadero have a Ruby IDE called 3rdRail, buy I haven't used it personally.

share|improve this answer

Windows

E Editor

Linux

vi(m) (recommend using the rails.vim package here) emacs

Mac OS X

TextMate, great bundle support for not only Rails, but HAML, RSpec and a whole slew of other things too.

share|improve this answer

IntelliJ's Ruby/Rails support is very good.

share|improve this answer

Which OS? TextMate is the standard on Mac OS X. I've tried RadRails and others, but in the end I prefer the lean editors for Ruby. I'd probably use Vim on Linux.

share|improve this answer
1  
Vim and Rails.vim suits me right: rails.vim.tpope.net – Leonid Shevtsov Sep 18 '09 at 8:56

If you want a full featured IDE:

Aptana Studio or NetBeans

If you want something lean, and you are on Windows try Notepad++.

share|improve this answer
show 1 more comment

I try to stay away from full IDEs and lean more towards text editors. IDEs just tend to be very bloated and do more than I want them to do. When I first learned to program (in Java) I used several IDEs - mostly Eclipse. Later when I tried writing programs without it I realized what a huge crutch it had been, I couldn't even write code without it - I couldn't compile, my code was riddled with errors because I didn't have the syntax checker, etc.

In my (perhaps limited) experience I've found that with any language/platform just a text editor really helps me get down nitty gritty with it. I feel like my learning rate has increased 10 fold and I feel much more in control. Ruby on Rails is no exception.

Windows - Notepad++ (free, open source). Just an awesome text editor. I use this at work.

Mac - I am a poor student and I never regret the 50 dollars I dropped on TextMate. I use it for all my classes - and I use it for developing in Ruby on Rails, of course. :) Nothing quite like it. Pretty much everyone compares other text editors to it as a standard.

Everything - vi/Vim. What more can you say?

share|improve this answer

I like Netbeans 6.5 but I have to admit it is pig slow even on a fast machine.

share|improve this answer

Intype it's an awesome editor, fast and pretty ... try it and see !

share|improve this answer

NetBeans is by far the best for free, and it performs well on my 2.6 core 2 duo, 2 GB RAM machine. TextMate looks interesting, but I refuse to buy an overpriced computer to simply get a text editor.

share|improve this answer

I've tried all of the mentioned solutions, and the clear winner for me was RubyMine. It's the only Ruby and Rails tool for which I will pay money. All of my developers have a copy (though some still stick with TextMate, which I understand since once you develop the muscle memory for the keystrokes, it's tough to switch).

share|improve this answer

I found the NetBeans Ruby package quite good. Though it is quite big and more memory expensive than the others.

Usually it comes down to personal oppinion so try out and decide what is best for you.

EDIT: A good TextMate clone for windows is E Text Editor.

share|improve this answer

If you're willing to shell out for Visual Studio this may be worth considering. I tried it a couple of years ago(ish). Was quite good.

http://www.sapphiresteel.com/

share|improve this answer

Emacs with emacs-rails package. TextMate has less steep learning-curve if you run OS X, and is really popular among Ruby/Rails developers. Maybe you should try NetBeans as well, it's probably the closest to your earlier experience with Eclipse.

share|improve this answer

I think DHH was a very early adopter of and code contributor to TextMate, and he still uses it. But I prefer to use Emacs.

share|improve this answer

I don't see a reason that Vim is recommended only on Linux; it looks and performs equally well on any modern platform, uses native controls, fonts, etc.

If I were on Windows I'd check out Cream - a "modern configuration of vim", as it's labeled.

share|improve this answer

It may not have the most extensive feature list, but I love the simplicity of Komodo Edit (if you can't use TextMate, that is).

share|improve this answer

I would recommend to use NetBeans for Ruby on Rails projects as it has many features available in the IDE already which has been working great for many years for Java developers also. We are using NetBeans for about 1.5 years for our Ruby on Rails projects and it's working great for us.

share|improve this answer

Having used only text editors (Emacs, Vim) for ten years, I think RubyMine is so far above the others when developing Ruby/Rails code. I mean, I still use Vim for any other tasks, and am looking forward to Sublime Text editor, which I've tried for coding Haskell. But really, if you ever refactor code and have tried RubyMine, you know that the others don't even know what they miss. Worth every buck.

share|improve this answer

If you are stuck on Windows, then I've found Aptana to be pretty much the best of a bad bunch so far. If you can get a Windows TextMate clone you are happy with then that can substitute as a RoR IDE as well.

If you are (or want to start) using a Mac, then TextMate is your best bet :)

share|improve this answer
1 2

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