vote up 4 vote down star
1

I used to develop Java on the mac and it worked out well, combo of just using the terminal and IntelliJ. What are good tools that run on the mac for doing Ruby development

flag
Wow thanks for all the great answers! Tough to pick just one. – Chumpboy Apr 13 at 20:24

11 Answers

vote up 16 vote down check

Most of the Rails people develop on Macs and use TextMate. As a result, TextMate has great support for Ruby and Rails, and is probably the best text editor to use for developing Ruby code on the Mac.

link|flag
vote up 4 vote down

I use emacs, which has a fine ruby mode.

link|flag
+1 to balance out the -1... this is a pretty subjective question, and many folks use emacs for development on the mac – Jarret Hardie Apr 13 at 18:47
-1 because it's 2009. :P – Matt Grande Apr 13 at 19:00
+1 because emacs works just fine in 2009, and has better support for a wider variety of development tasks than almost any other editor. – Brian Campbell Apr 13 at 20:08
aquamacs is a good option on the mac if you aren't already a hardcore emacs nerd. It has normal mac key bindings out of the box – jshen Apr 14 at 15:57
vote up 2 vote down

TextMate is an excellent editor, and is probably the best editor for Ruby code, as mipadi said. For an open source alternative, you could also try Smultron. It's a bit rough around the edges, but it does the job quite nicely.

link|flag
vote up 2 vote down

I love TextMate although have been flirting with NetBeans. If you like a full-featured (aka bloated) IDE, give it a try. Pretty nice: http://wiki.netbeans.org/Ruby

link|flag
vote up 8 vote down

Netbeans is a fantastic choice with lots of good features for debugging, refactoring, db browsing, source control and lots more.

link|flag
vote up 3 vote down

I'll second/third the Textmate recommendation. Calling it a text editor is doing a bit of disservice. Start off with this PDF that has some useful ruby/rails textmate shortcuts

link|flag
vote up 1 vote down

You have used IntelliJ already? You should probably take a look at the Ruby/Rails integration. It supports things like debugging, code analysis and refactorings, etc.

link|flag
vote up 2 vote down

JetBrains (the people behind IntelliJ) are working on an IDE specifically for Ruby on Rails: RubyMine.

link|flag
vote up 3 vote down

if you like vim, adding onto it with fuzzyfilefinder (http://github.com/jamis/fuzzy_file_finder/tree/master) and rails.vim (http://www.vim.org/scripts/script.php?script_id=1567) plugins provides a really nice experience.

if you don't like vim, textmate is a decent text editor.

link|flag
vote up 0 vote down

TextMate is my favorite, but if you want code completion NetBeans is the best choice (Aptana/RedRails is outdated). Nightly builds of NB has a lot nicer OSX look and feel.

link|flag
vote up 0 vote down

If you're coming from *nix and you like Vim, then MacVim.

If you're coming from any other OS and/or you don't like Vim, then TextMate.

TextMate is not free, but it's well worth the €39. Trust me on this. It will pay for itself many, many times over.

link|flag

Your Answer

Get an OpenID
or

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