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:
parent
253bb6b926
commit
75e56101d4
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue