What Ruby IDE do you prefer? [closed]

2019-01-03 07:14发布

I've been using Eclipse with RDT (not RadRails) a lot lately, and I'm quite happy with it, but I'm wondering if you guys know any decent alternatives. I know NetBeans also supports Ruby these days, but I'm not sure what it has to offer over Eclipse.

Please, list any features you think are brilliant or useful when suggesting an IDE, makes it easier to compare.

Also, I said Ruby, not Rails. While Rails support is a plus, I prefer things to be none Rails-centric. It should also be available on Linux and optionally Solaris.

标签: ruby ide editor
25条回答
虎瘦雄心在
2楼-- · 2019-01-03 08:04

NetBeans is good because you can use it on Windows and Mac OS X.

查看更多
再贱就再见
3楼-- · 2019-01-03 08:05

Have you tried Aptana? It's based on Eclipse and they have a sweet Rails plugin.

查看更多
姐就是有狂的资本
4楼-- · 2019-01-03 08:07

emacs with ruby-mode, rdebug and a ruby interactive inferior shell.

查看更多
冷血范
5楼-- · 2019-01-03 08:08

I started out with RadRails then moved to Aptana when they took it over, wasn't too bad. Got a macbook and have been using Textmate, never going back.

查看更多
我命由我不由天
6楼-- · 2019-01-03 08:11

E Text Editor is great (TextMate compatible sort-of-clone for Windows).

查看更多
贪生不怕死
7楼-- · 2019-01-03 08:12

Once I found Geany (Ubuntu), I switched from TextMate (OSX) and never looked back. Geany is a lean, clean, speedy IDE that can be used either as a text editor or a light-weight IDE. It supports not only text editing features (syntax highlighting, code folding, auto-completion, auto-closing, symbol lists, code navigation, directory tree, multi-tabbed open files etc.) but also normal IDE features such as simple project management, compile-build-run within the main window. Unlike TextMate, it has a Terminal screen within its own window; you do not have to go back and force between your editor window and terminal window. Unlike TextMate, it supports international languages. Unlike TextMate, it supports multi-platforms, Unlike TextMate, it is open-source and free. Geany is now my favorite C/Ruby/XML development tool.

查看更多
登录 后发表回答