9

Possible Duplicate:
What Ruby IDE do you prefer?

What's a good and free Ruby editor for Windows? Thanks!

Community
  • 1
  • 1
shs
  • 107
  • 1
  • 1
  • 2

7 Answers7

6

Get yourself Notepad++ it's an excellent lightweight text editor which is useful for lots of languages including ruby. There's tonnes of plugins too. I recommend you get the 'explorer' plugin which gives you a dockable directory explorer.

digitalWestie
  • 2,647
  • 6
  • 28
  • 45
5

Netbeans is Free and Good

YOU
  • 120,166
  • 34
  • 186
  • 219
  • 4
    I dont like Netbeans his intellisense is the slowest i ever saw ! – Nicolas Guillaume Mar 28 '10 at 16:02
  • Oracle has bought Sun and therefore netbeans, and Oracle said that dynamic languages (Ruby, Python, PHP) are "going to be supported by the community" i.e. not by Oracle. Therefore Ruby support on netbeans may be uncertain. – blokeley Mar 28 '10 at 17:15
  • 1
    As uncertain as emacs and vi! – Ken Mar 30 '10 at 01:42
  • The Ruby plugin doesn't work in Netbeans 7.4. There was a note about a hack to shoe horn it in, alas that didn't work on my installation. – will Dec 08 '13 at 02:02
  • today, I was able to get the "Ruby and Rails" plugin to work on Netbeans 8.2 it wasn't a huge amount of fuss, see the comments for that plugin here: http://plugins.netbeans.org/plugin/38549/ruby-and-rails#comm – robert May 25 '18 at 13:53
5

don't be a wimp, use emacs.

horseyguy
  • 29,455
  • 20
  • 103
  • 145
2

RubyMine 2 is not free (88 Euros) but it's clearly the best Ruby IDE i've ever used!

Nicolas Guillaume
  • 8,160
  • 6
  • 35
  • 44
2

Aptana RADRails is eclipse tunned for ruby and rails. It's free too.

Community
  • 1
  • 1
z-index
  • 409
  • 8
  • 14
0

Emacs would be good if he asked for an OS. Now go get gvim.

kizzx2
  • 18,775
  • 14
  • 76
  • 83
  • 1
    No processes or scheduler, no filesystems, no device drivers, no security model, memory protection, paging, multitasking, ... what exactly does Emacs have in common with an OS? – Ken Mar 30 '10 at 01:39
0

SciTE isn't a bad editor. Did you get it with ruby?

Andrew Grimm
  • 78,473
  • 57
  • 200
  • 338