Sha256: 6c2af212a62aadb6240938c1f7c0efb3093bc74ab9fa504f992d3af88ff00e3f

Contents?: true

Size: 281 Bytes

Versions: 4

Compression:

Stored size: 281 Bytes

Contents

print "Using native DB2\n"
require 'logger'

ActiveRecord::Base.logger = Logger.new("debug.log")

db1 = 'arversioned'

ActiveRecord::Base.establish_connection(
  :adapter  => "db2",
  :host     => "localhost",
  :username => "arunit",
  :password => "arunit",
  :database => db1
)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
acts_as_versioned-0.1.3 test/connections/native_db2/connection.rb
acts_as_versioned-0.1.2 test/connections/native_db2/connection.rb
acts_as_versioned-0.2 test/connections/native_db2/connection.rb
acts_as_versioned-0.2.1 test/connections/native_db2/connection.rb