What IDE / Editor do you use for Ruby on Windows? - Stack Overflow most recent 30 from stackoverflow.com2009-12-10T08:14:54Zhttp://stackoverflow.com/feeds/question/256365http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/256365/what-ide-editor-do-you-use-for-ruby-on-windows3What IDE / Editor do you use for Ruby on Windows?Chris Pietschmann2008-11-02T01:24:58Z2009-05-20T19:58:46Z
<p>The SciTE editor comes with the Ruby installer, and it's just a generic code editor. I installed FreeRIDE but it seems a little buggy; it actually just crashed on me for no reason. :(</p>
<p>So my question is...</p>
<p>What IDE / Editor do you use for Ruby on Windows? What are the best editors out there?</p>
http://stackoverflow.com/questions/256365/what-ide-editor-do-you-use-for-ruby-on-windows/256368#2563681Answer by codemeit for What IDE / Editor do you use for Ruby on Windows?codemeit2008-11-02T01:26:31Z2008-11-02T01:26:31Z<p>Eclipse with RDT plugin.</p>
http://stackoverflow.com/questions/256365/what-ide-editor-do-you-use-for-ruby-on-windows/256376#2563764Answer by Noah Goodrich for What IDE / Editor do you use for Ruby on Windows?Noah Goodrich2008-11-02T01:36:06Z2008-11-02T01:36:06Z<p>You can use either Eclipse with the Aptana Plugin and then install the Aptana RadRails plugin or you can use Aptana as a stand-alone application. </p>
<p>I like to use Eclipse with the Aptana plugins because Aptana seems to provide the best support for HTML, Javascript, and CSS that I've seen in an Eclipse plugin, and you still get the full benefit of using the core Eclipse application.</p>
http://stackoverflow.com/questions/256365/what-ide-editor-do-you-use-for-ruby-on-windows/256388#2563887Answer by CMS for What IDE / Editor do you use for Ruby on Windows?CMS2008-11-02T01:54:16Z2008-11-02T01:54:16Z<p>Check this question: <a href="http://stackoverflow.com/questions/59968/best-editor-for-ruby">Best Editor for Ruby?</a></p>
http://stackoverflow.com/questions/256365/what-ide-editor-do-you-use-for-ruby-on-windows/256398#2563981Answer by daniel for What IDE / Editor do you use for Ruby on Windows?daniel2008-11-02T02:07:01Z2008-11-02T02:07:01Z<p>I've been using Aptana Studio, it's quite good, with lots of features (even in the free version, you probably don't need Pro).</p>
<p>If you want something more minimalistic, there is E Text Editor, which supports TextMate bundles (not free, though).</p>
http://stackoverflow.com/questions/256365/what-ide-editor-do-you-use-for-ruby-on-windows/256484#25648410Answer by Alexander Kojevnikov for What IDE / Editor do you use for Ruby on Windows?Alexander Kojevnikov2008-11-02T03:48:36Z2008-11-02T03:48:36Z<p><a href="http://www.netbeans.org/" rel="nofollow">Netbeans IDE</a> is quite good.</p>
http://stackoverflow.com/questions/256365/what-ide-editor-do-you-use-for-ruby-on-windows/256486#256486-2Answer by askgelal for What IDE / Editor do you use for Ruby on Windows?askgelal2008-11-02T03:51:22Z2008-11-02T03:51:22Z<p>Go for Eclipse for everything. I tried Netbeans but it sucks! It doesn't even have a word-wrap feature! Can you believe that?</p>
http://stackoverflow.com/questions/256365/what-ide-editor-do-you-use-for-ruby-on-windows/256528#2565283Answer by Orion Edwards for What IDE / Editor do you use for Ruby on Windows?Orion Edwards2008-11-02T04:50:28Z2008-11-02T04:50:28Z<p>E-Texteditor is great. </p>
http://stackoverflow.com/questions/256365/what-ide-editor-do-you-use-for-ruby-on-windows/256595#2565951Answer by Zsolt Botykai for What IDE / Editor do you use for Ruby on Windows?Zsolt Botykai2008-11-02T06:21:31Z2008-11-02T06:21:31Z<p><a href="http://www.vim.org" rel="nofollow">Vim</a>, what else?</p>
http://stackoverflow.com/questions/256365/what-ide-editor-do-you-use-for-ruby-on-windows/256626#2566260Answer by danimajo for What IDE / Editor do you use for Ruby on Windows?danimajo2008-11-02T07:32:20Z2008-11-02T07:32:20Z<p><a href="http://www.sapphiresteel.com/" rel="nofollow">Ruby in Steel</a>, is integrated in visual studio, but not free of charge ($199)</p>
http://stackoverflow.com/questions/256365/what-ide-editor-do-you-use-for-ruby-on-windows/256650#2566500Answer by Trausti Thor Johannsson for What IDE / Editor do you use for Ruby on Windows?Trausti Thor Johannsson2008-11-02T08:03:23Z2009-03-01T15:47:34Z<p>Textmate from Macromates has a clone call e-texteditor</p>
<p>I totally recommend it, it is actually made by a friend of the textmate author</p>
http://stackoverflow.com/questions/256365/what-ide-editor-do-you-use-for-ruby-on-windows/257426#2574261Answer by David Mullet for What IDE / Editor do you use for Ruby on Windows?David Mullet2008-11-02T21:40:34Z2008-11-02T21:40:34Z<p>Your individual needs should dictate whether/when you use a full-featured IDE or a lighter weight code editor.</p>
<p>For lightweight tasks, I still prefer SciTE, tweaking the settings and functions to meet my own needs.</p>
<p>For larger projects I use the NetBeans Ruby IDE. I tried NetBeans a couple years ago and wasn't impressed. But they've come a long way since, especially with regards to Ruby and Rails. Nothing against Eclipse/Aptana; NetBeans just seems to fit me better.</p>
<p>Textmate is very popular on Mac OS, and E (not free, but inexpensive) is the closest thing to it on Windows, and supports TextMate bundles. It seems to have gained many fans.</p>
http://stackoverflow.com/questions/256365/what-ide-editor-do-you-use-for-ruby-on-windows/259207#2592071Answer by JHiller for What IDE / Editor do you use for Ruby on Windows?JHiller2008-11-03T16:37:25Z2008-11-03T16:37:25Z<p>After seeing alot of screenshots from Mac-guys writing ruby-code in TextMate I went for the <a href="http://www.e-texteditor.com/" rel="nofollow">E-TextEditor</a> and I'm very pleased with it.</p>
<p>At first I didn't find any option in the GUI for changing the default tab-size from 4 to 2 but today I found it down on the statusbar :)</p>
http://stackoverflow.com/questions/256365/what-ide-editor-do-you-use-for-ruby-on-windows/261417#2614170Answer by for What IDE / Editor do you use for Ruby on Windows?2008-11-04T10:14:58Z2008-11-04T10:14:58Z<p>Another vote for E from <a href="http://www.e-texteditor.com" rel="nofollow">http://www.e-texteditor.com</a></p>
http://stackoverflow.com/questions/256365/what-ide-editor-do-you-use-for-ruby-on-windows/263569#2635690Answer by fuzzymonk for What IDE / Editor do you use for Ruby on Windows?fuzzymonk2008-11-04T21:44:19Z2008-11-04T21:44:19Z<p>Vim with the help of a few plugins (<a href="http://www.vim.org/scripts/script.php?script_id=1567" rel="nofollow">Rails.vim</a>, <a href="http://www.vim.org/scripts/script.php?script_id=69" rel="nofollow">Project</a> and <a href="http://github.com/jamis/fuzzyfinder_textmate/tree/master" rel="nofollow">Fuzzy File Finder Textmate</a>) Really makes for a good--and cross platform--editor. </p>
<p>If you like the plugins but can't take the keybindings there is always <a href="http://cream.sourceforge.net/" rel="nofollow">Cream</a>.</p>
http://stackoverflow.com/questions/256365/what-ide-editor-do-you-use-for-ruby-on-windows/889932#8899320Answer by rogerdpack for What IDE / Editor do you use for Ruby on Windows?rogerdpack2009-05-20T19:58:46Z2009-05-20T19:58:46Z<p>rored is really nice for rails apps on windows</p>