Which IDE should I use for Ruby? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Which IDE should I use for Ruby?

24th Feb 2017, 5:48 AM
Chirag Bhansali
Chirag Bhansali - avatar
6 Answers
+ 8
VisualStudio.
24th Feb 2017, 6:05 AM
Mr.Robot
Mr.Robot - avatar
+ 4
I have Windows
24th Feb 2017, 7:53 AM
Chirag Bhansali
Chirag Bhansali - avatar
+ 1
Use Atom.
24th Feb 2017, 7:16 AM
Shreyas Chavan
Shreyas Chavan - avatar
+ 1
depents on wich Operating System you have and what do you expect of it ?
24th Feb 2017, 7:18 AM
Michel Robert Tempel
Michel Robert Tempel - avatar
+ 1
If on windows, save yourself the trouble and use a cloud base one like c9.io
29th Apr 2017, 8:22 PM
Fensus
Fensus - avatar
0
For Rails your development environment depends on your operating system. In linux based systems you only need text editor with syntax highlight (for instance Sublime), terminal and optionally file manager (because Rails project distributed by many folders). For windows imo best solution VirtualBox with Ubuntu server + Vagrant + text editor inside windows (for instance Sublime). Full institutions: https://putshello.wordpress.com/2015/03/03/easy-rails-with-vagrant-virtualbox-on-windows/ Never worked with Rails on MacOS, so I couldn't suggest you anything.
25th Feb 2017, 8:00 AM
Kilrog
Kilrog - avatar