FaqRailsInstallPlugin
How do I install a Rails plugin
From the IDE
- Right click on project node.
- Choose Rails Plugins
- Click Repositories tab
- Click Add URL
- Type the URL for the plugin. For example, http://svn.techno-weenie.net/projects/plugins/
- Click OK, click Close
- Click New Plugins
- Select the entry for the desired plugin (can use search box to locate entry)
- Click Install
From the Command Line
ruby script/plugin install <url>
jruby script/plugin install <url>
Applies to: NetBeans 6.1
Platforms: All

