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 - Rails project wizard should update the gems
Summary: Rails project wizard should update the gems
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P2 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-28 18:17 UTC by Vince Kraemer
Modified: 2011-01-28 20:13 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.