Sha256: a54a3c7298b99cbee3c02dbb58f4e0a22cd10fc7410043ada0f9a1650f9a144c
Contents?: true
Size: 324 Bytes
Versions: 1
Compression:
Stored size: 324 Bytes
Contents
require 'jdbc_common' config = { # DB2 uses $USER if running locally, just add # yourself to your db2 groups in /etc/group # :username => "blog", # :password => "", :adapter => "jdbc", :driver => "com.ibm.db2.jcc.DB2Driver", :url => "jdbc:db2:weblog_development" } ActiveRecord::Base.establish_connection(config)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activerecord-jdbc-adapter-1.2.5 | test/db/db2.rb |