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

Summary: Show oracle_enanced adapter in the list of adapters
Product: ruby Reporter: arungupta <arungupta>
Component: RailsAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.