I am new in Ruby. I have installed Ruby on Rails on Windows 7. I visited the following to choose a suitable IDE/Editor for writing Ruby code:
http://rubyonrails.org/download
I found the following Editors for Ruby:
VIM for Rails, RadRails, RubyMine, 3rd Rail, Netbeans for Ruby
I am familiar with Eclipse as I am using Eclipse for java. Can I use Eclipse for Ruby? If so, what configuration is necessary in Eclipse for Ruby project?
To save you some legwork, in Eclipse:
You are done...
Now when you use the "New" menu, you'll have the option to make a Ruby project (among other things).