Is there an offline IDE for ruby on rails ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there an offline IDE for ruby on rails ?

Ruby on rails offline IDE

21st Feb 2020, 9:26 PM
Kouekam Telewou Yann Cedrick
Kouekam Telewou Yann Cedrick - avatar
1 Answer
0
On which OS? Probably the most used is JB's RubyMine. You can also use text editor (Vim, Atom...) and run the code in terminal (on Linux/UNIX/WSL just install 'ruby'). Make yourself a directory with .rb files with code. In terminal just enter that directory and run the code (let's say you have your code in a file called "demo.rb", so you just have to write 'ruby demo.rb' in the terminal). You can also use interactive Ruby console by entering 'irb' in the terminal.
22nd Feb 2020, 2:14 AM
Hrvoje
Hrvoje - avatar