Ruby Programming/Ruby editors
What is Ruby IDE ?
[edit | edit source]Integrated development environment or IDE is a software tool generally contains at least a debugger, a source code editor, and build automation tools.
There are a few of text editor/IDE that can be used for Ruby Programming language (arranged alphabetically) as shown below :
Although you can write Ruby programs with any plain text editor, some text editors have additional features to aid the Ruby programmer. The most common is syntax highlighting.
P.S 1: For the ease of readers, the book will be dealing with Notepad++ as the more popular Ruby IDE, ATOMS will be sun-setted by GitHub in 15 Dec 2022.
P.S 2: Pulsar is fork from ATOM IDE. Listed below for conveniences.
Arcadia
Website: https://www.arcadia-ide.org/
GNU Emacs
[edit | edit source]Website: https://www.gnu.org/software/emacs/
ICEcoder
[edit | edit source]Website: https://icecoder.net/
Komodo
[edit | edit source]Website: https://www.activestate.com/products/komodo-ide/
Notepad++
[edit | edit source]Website: https://notepad-plus-plus.org/
Pulsar
[edit | edit source]Website: https://pulsar-edit.dev/
Ruby Packages: https://web.pulsar-edit.dev/packages/search?q=ruby
RubyMine
[edit | edit source]Price: (Annual subscription fee)
Website: https://www.jetbrains.com/ruby/whatsnew/
Sublime Text
[edit | edit source]Price: (One off payment and receives 3 years of continuous updates)
Website: https://www.sublimetext.com/
Vim
[edit | edit source]Website: https://www.vim.org/download.php#pc
References
[edit | edit source]Here is a link of spreadsheet of the various options available.