blob: dc64f7c5fc748370ec9e218ef72530f7977f569a (
plain) (
blame)
1
2
3
4
5
6
7
|
ENV['ARCONN'] = 'oracle'
# uses oracle_enhanced adapter in ENV['ORACLE_ENHANCED_PATH'] or from github.com/rsim/oracle-enhanced.git
require 'active_record/connection_adapters/oracle_enhanced_adapter'
# otherwise failed with silence_warnings method missing exception
require 'active_support/core_ext/kernel/reporting'
|