mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #3191 from yahonda/activerecord_unittest_db2
To support ActiveRecord unit tests for IBM DB2
This commit is contained in:
3
Gemfile
3
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']
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user