Sha256: 4b19aaaa79f0657f8e792534294aeb82af6468f9a92001d2bd507557f4b0142a

Contents?: true

Size: 301 Bytes

Versions: 25

Compression:

Stored size: 301 Bytes

Contents

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

25 entries across 25 versions & 7 rubygems

Version Path
cmoran92-activerecord-jdbc-adapter-1.2.1.2 test/db/db2.rb
tgbyte-activerecord-jdbc-adapter-1.2.2.5 test/db/db2.rb
tgbyte-activerecord-jdbc-adapter-1.2.2.4 test/db/db2.rb
tgbyte-activerecord-jdbc-adapter-1.2.2.3 test/db/db2.rb
tgbyte-activerecord-jdbc-adapter-1.2.2.2 test/db/db2.rb
activerecord-jdbc-adapter-1.2.2.1 test/db/db2.rb
activerecord-jdbc-adapter-onsite-1.2.2 test/db/db2.rb
cmoran92-activerecord-jdbc-adapter-1.2.1.1 test/db/db2.rb
intentmedia-activerecord-jdbc-adapter-1.1.1.1 test/db/db2.rb
activerecord-jdbc-adapter-1.2.2 test/db/db2.rb
cmoran92-activerecord-jdbc-adapter-1.2.1 test/db/db2.rb
activerecord-jdbc-adapter-1.2.1 test/db/db2.rb
c3-activerecord-jdbc-adapter-1.1.3.1 test/db/db2.rb
activerecord-jdbc-adapter-1.2.0 test/db/db2.rb
c3-activerecord-jdbc-adapter-1.1.3 test/db/db2.rb
jashmenn-activerecord-jdbc-adapter-1.2.0.0 test/db/db2.rb
jashmenn-activerecord-jdbc-adapter-1.2.0 test/db/db2.rb
activerecord-jdbc-adapter-1.1.3 test/db/db2.rb
activerecord-jdbc-adapter-1.1.2 test/db/db2.rb
activerecord-jdbc-adapter-1.1.1 test/db/db2.rb