vote up 0 vote down star

Possible Duplicate:
What Ruby IDE do you prefer?

I am purposing to use it for web development using Ruby on Rails. Any suggestions?

And this is a CW ;)

flag
1  
Dupe of stackoverflow.com/questions/16991/… among many others. – Neil Butterworth Jul 25 at 13:59

closed as exact duplicate by Neil Butterworth, John Topley, Pesto, Chuck, Jimmy Jul 25 at 17:46

1 Answer

vote up 0 vote down

NetBeans is the best. You can download the "ruby" version - so you have rails support out of the box. It has all the important features for me: debugging support, syntax highlighting, auto-formating, rake task runner, ./script/generate runner. In last three versions I used it - startup and running speed increased and number of critical bugs decreased.

I have tried Aptana, Radrails, vim with ruby scripts, jEdit with ruby support etc .. and I have settled for NetBeans. It's very easy to "pick up" for new developers ...

link|flag

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