1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Bring back oracle specific crap

This commit is contained in:
Jon Leighton 2011-06-04 23:49:54 +01:00
parent 253bb6b926
commit 75e56101d4

View file

@ -1 +1,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'