I've used it for (J)Ruby GUI development. The built-in WYSYWYG editor is pretty sweet, so Netbeans works very well as as an all-in-one dev tool for building JRuby + Swing + Monkeybars apps.
I've never used it for any Rails development, and found the coupling of the Ruby packages with Rails gems, and the presumption in the add-ons that any Ruby project was a Rails project, a bit dopey. There seems to be no way to install the Ruby stuff without the Rail stuff, though.
I much prefer using vim for development, and while there's a vim plugin for Netbeans I typically did serious editing in an external vim instance while using Netbeans for GUI stuff, or for some refactoring, which it does quite well.
For people who like IDEs, Netbeans is a really good Ruby/JRuby editor.
I've also used for several sinatra apps. Their refactoring, autocomplete, debugging and unit test/rpec is superb. Not to mention it supports Mercurial and is free, what Intellij's Ruby IDE doesn't (the core is open and free, and supports mercurial, but their ruby thing is not a plugin, and it is not compatible with the good stuff). Yeah, its a loss, but they've been neglecting it for a while, so it is sad.
Just a quick "me too" here. It's a great combination for knocking together a quick GUI around whatever random hack the business needs today. I don't know of a Swing editor that's as good.
I've never used it for any Rails development, and found the coupling of the Ruby packages with Rails gems, and the presumption in the add-ons that any Ruby project was a Rails project, a bit dopey. There seems to be no way to install the Ruby stuff without the Rail stuff, though.
I much prefer using vim for development, and while there's a vim plugin for Netbeans I typically did serious editing in an external vim instance while using Netbeans for GUI stuff, or for some refactoring, which it does quite well.
For people who like IDEs, Netbeans is a really good Ruby/JRuby editor.