NetBeansIDE -6.5

I am using netbeansIde 6.5 for ROR developmaent in that “how to install
Plugins and ruby gems?”

From the main menu:

Tools > RubyGems

From there you should be able to manage gems for the any Ruby
installation
NetBeans knows about.

For plugins, right click on any existing Rails app and select “Rails
Plugins” to manage plugins for the app.

In both cases, I personally find the command line tools to be just as
quick
and easy as the IDE (probably moreso) but choose what works best for
you.

On Tue, Apr 7, 2009 at 8:27 AM, Pradheep R.b <

Chris K. wrote:

From the main menu:

Tools > RubyGems

Thank you Chris