diff --git a/Gemfile b/Gemfile index a1585e279c916ba96d82ce60027192ab44c67474..f63260a26073146b14253c1ace2c18a91287bdb8 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 IBM DB +gem "ibm_db" if ENV['IBM_DB'] diff --git a/activerecord/test/config.example.yml b/activerecord/test/config.example.yml index 8c1a45430e856bec4a7942076349e178d4fdb57f..f450efd8390fc3ebcfdcd6fe97c715241271b960 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