Does any one know good editor available in RoR for windows?
Asked
Active
Viewed 166 times
1
-
Check this previous question http://stackoverflow.com/questions/16991/what-ruby-ide-do-you-prefer – Jey Geethan Dec 29 '09 at 06:51
2 Answers
2
If you fancy an IDE, there is Netbeans, Eclipse (Through the RadRails plugin I believe), Aptana, RubyMine*. If you want a more Textmate-ish kind, there is E-Texteditor *, Notepad ++. There is also VIM or EMACS, I think. I don't have a windows machine, so I can't verify that, but how could there not be.
I've hand some experience, on the mac side, with the IDEs available. But, I find them very "heavy". This could be because I'm on a Mac, so you might get a better experience with those since your on Windows. I'm think it has do with the way each OS supports JVM.
*Must pay for these, at least last time I checked.

nowk
- 32,822
- 2
- 35
- 40
1

YOU
- 120,166
- 34
- 186
- 219
-
I have used NetBeans for several years now, and I think that it does an outstanding job on both Windows and Linux. – Adam Crossland Dec 29 '09 at 13:55