Ruby IDE for MacOS-X

What’s the best one to use with beginners ?
Something with integrated syntax editor, browser of doc…
Thanks,

JG

Jean Guillaume Pyraksos wrote:

What’s the best one to use with beginners ?
Something with integrated syntax editor, browser of doc…

In most cases, I’d say that Ruby doesn’t really benefit from an IDE.
Use a good editor such as KomodoEdit.

Thanks,

JG

Best,
–Â
Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Jean Guillaume Pyraksos schrieb:

What’s the best one to use with beginners ?
Something with integrated syntax editor, browser of doc…
Thanks,

JG

XCode (include in OSX Developer Tools) features a Ruby mode;
I did not check whether Apple activated the class diagram editor and
ERP feature for Ruby --would be nice to learn if it works.

-roger

Jean Guillaume Pyraksos wrote:

What’s the best one to use with beginners ?
Something with integrated syntax editor, browser of doc…

This might help:

http://wiki.github.com/rdp/ruby_talk_faq/#best_editor

-r