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 174321 - Show oracle_enanced adapter in the list of adapters
Summary: Show oracle_enanced adapter in the list of adapters
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-12 00:23 UTC by arungupta
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 arungupta 2009-10-12 00:23:10 UTC
If activerecord-oracle_enhanced-adapter gem is installed then show "oracle_enhanced" as one of the adapters during Rails
app creation. This is the recommended adapter when using Rails with Oracle.

More details at:

http://blog.arungupta.me/2009/10/totd-110-jruby-on-rails-application-using-oracle-on-glassfish/
Comment 1 arungupta 2009-10-16 20:33:10 UTC
Talked to Chris Jones from Oracle and he mentioned that "oracle_enhanced" should replace "oracle" adapter if it is
installed.