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 142537

Summary: [65cat] [tools] Mysql removed from Rails as of Rails 2.2
Product: ruby Reporter: esmithbss <esmithbss>
Component: RailsAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description esmithbss 2008-08-01 08:45:03 UTC
[ BUILD # : 200807311401 ]
[ JDK VERSION : 1.6.0_07 ]

As of version 2.2 of Rails, the mysql.rb adapter has been removed. 
For anyone doing a rake rails:freeze:edge, they will experience
problems with the built-in jruby since the mysql ruby adapter
requires native code.

Further, if the user is using Rails 2.2 locally, any attempt to
create a project which uses mysql for the adapter should have a
warning in the project creation dialog if the mysql gem isn't
installed.
Comment 1 Erno Mononen 2008-10-17 13:34:56 UTC
Makes sense, thanks for filing this.