Ruby Programming/Ruby editors
From Wikibooks, the open-content textbooks collection
Although you can write Ruby programs with any text editor, some text editors have additional features to aid the Ruby programmer. The most common is syntax highlighting. The following editors have built-in support for Ruby. They are listed alphabetically in each section, not by preference.
Contents |
[edit] Operating systems
[edit] Cross-platform
- 3rdRail
- ActiveState Komodo and its stripped down cousin Komodo Edit (free) supports Ruby syntax highlighting and auto-complete [1]
- Arachno
- Eclipse with the Dynamic Languages Toolkit Plugin
- Eclipse with the RDT Plugin
- Emacs
- FreeRIDE
- IDEA with the Ruby Plugin
- jEdit with the Ruby Editor Plugin
- NetBeans
- RubyMine
- SciTE
- SlickEdit
- Vim — Learn Vim here on Wikibooks
- XEmacs
- Geany
[edit] Mac OS X
[edit] Linux/Unix
- Kate, which is part of the KDE
- Scribes
- Gedit
- red car editor written in ruby
All of the editors listed in the cross-platform section will run on Linux.
[edit] Windows
- e - A Textmate like editor for Windows
- Intype - A small, fast, and flexible code editor (Alpha 0.3.x)
- Notepad++
- TextPad with the Ruby syntax definition files.
- Tse - syntax highlighting, compile your Ruby programs while in the editor
- UltraEdit with the UltraEdit extensions
- Ruby In Steel - Ruby and Rails editing and debugging for Visual Studio 2008.
- EditPad Pro - Pro (non-free) version includes built-in syntax highlighting (w/ spellcheck) for Ruby.