Favorite Ruby / rails ide for Linux
Possible duplicate:
What IDE / editor are you using for Ruby on Linux?
what do you think is the best idea for developing rubies and rails on Linux? thanks.
0
a source to share
4 answers
I know this is not for Linux, but I would say Textmate is good enough reason for Mac anyway :)
To be more serious, I would recommend vi , more specifically Vim . It's lighter than anything else and still does the job, so for Linux I don't think there are other options, and for Ubuntu (and probably Debian and the rest) there is even a package, vim-rails which contain many scripts to facilitate development.
0
a source to share