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 - [65cat] [tools] Mysql removed from Rails as of Rails 2.2
Summary: [65cat] [tools] Mysql removed from Rails as of Rails 2.2
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-01 08:45 UTC by esmithbss
Modified: 2011-01-28 20:12 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 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.