Ruby Programming/Ruby editors
What is Ruby IDE ?Edit
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 EmacsEdit
Website: https://www.gnu.org/software/emacs/
ICEcoderEdit
Website: https://icecoder.net/
KomodoEdit
Notepad++Edit
Website: https://notepad-plus-plus.org/
PulsarEdit
Website: https://pulsar-edit.dev/
Ruby Packages: https://web.pulsar-edit.dev/packages/search?q=ruby
RubyMineEdit
Sublime TextEdit
Price: (One off payment and receives 3 years of continuous updates)
Website: https://www.sublimetext.com/
VimEdit
Website: https://www.vim.org/download.php#pc
ReferencesEdit
Here is a link of spreadsheet of the various options available.