aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-06-04 23:49:54 +0100
committerJon Leighton <j@jonathanleighton.com>2011-06-04 23:49:54 +0100
commit75e56101d4412a9a669d7bbe4b85d6ee230ff9fa (patch)
treee0ea8bad97698033a10f8f4ed90526cd872bf292 /activerecord
parent253bb6b9260938ed673e2c0059d729cffff4a523 (diff)
downloadrails-75e56101d4412a9a669d7bbe4b85d6ee230ff9fa.tar.gz
rails-75e56101d4412a9a669d7bbe4b85d6ee230ff9fa.tar.bz2
rails-75e56101d4412a9a669d7bbe4b85d6ee230ff9fa.zip
Bring back oracle specific crap
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/test/connections/oracle.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/test/connections/oracle.rb b/activerecord/test/connections/oracle.rb
index 70e92b1424..dc64f7c5fc 100644
--- a/activerecord/test/connections/oracle.rb
+++ b/activerecord/test/connections/oracle.rb
@@ -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'