I downloaded the RubyMine IDE to run ruby code. I wrote the following code:
puts 'hellow world'
But I get an error when I want to run this little program. The IDE shows the following error.
"No SDKs specified"
Why? What if I want to solve this problem? I am new to this language. Can you guys help me in this regard? I also want your suggestion. Is "RubyMine" the best IDE for Ruby? What IDE are you using?
source
share