This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 173201

Summary: Rails project wizard should update the gems
Product: ruby Reporter: Vince Kraemer <vkraemer>
Component: RailsAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Vince Kraemer 2009-09-28 18:17:10 UTC
If I select the javadb connections that are available on page two of the wizard, I get an error when I attempt to run
the app.

The message is...

SEVERE: Please install the derby adapter: `gem install activerecord-derby-adapter` (Could not find RubyGem jdbc-derby (>= 0)

The wizard should update the jRuby runtime to prevent this problem.