From b564ffcad4df58c8364bafb850774539b161b26a Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Sun, 2 Oct 2011 22:51:01 -0400 Subject: [PATCH] To support ActiveRecord unit tests for IBM DB2 --- Gemfile | 3 +++ activerecord/test/config.example.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index a1585e279c..1d9685412f 100644 --- a/Gemfile +++ b/Gemfile @@ -99,3 +99,6 @@ if ENV['ORACLE_ENHANCED_PATH'] || ENV['ORACLE_ENHANCED'] gem "activerecord-oracle_enhanced-adapter", :git => "git://github.com/rsim/oracle-enhanced.git" end end + +# A gem necessary for ActiveRecord tests with Oracle database +gem "ibm_db" if ENV['IBM_DB'] diff --git a/activerecord/test/config.example.yml b/activerecord/test/config.example.yml index 8c1a45430e..f450efd839 100644 --- a/activerecord/test/config.example.yml +++ b/activerecord/test/config.example.yml @@ -37,11 +37,13 @@ connections: db2: arunit: + adapter: ibm_db host: localhost username: arunit password: arunit database: arunit arunit2: + adapter: ibm_db host: localhost username: arunit password: arunit