I began learning Ruby this morning, so please forgive me if my questions sound silly ;=)
I had experience programming C++ with visual studio before, so I want to ask if there are IDEs like VS for ruby. (I noticed that I can write python with VS, but not ruby...)
Also, my friend told me that Eclipse can be used for ruby, but debug is painful, because you can not watch the value of a variable in eclipse.
Since I have thousands of lines of ruby code to read and understand, it will really be helpful if someone recommend me a good IDE to debug with.
Thanks in advance.