Sha256: e9b7a575fcc7de260d8c16b8d592c840ffbbcdaa3d822b3976fd6a1da3a8d1c6

Contents?: true

Size: 264 Bytes

Versions: 45

Compression:

Stored size: 264 Bytes

Contents

config = {
  :username   => 'blog',
  :password   => 'blog',
  :adapter    => 'informix',
  :servername => 'ol_weblog',
  :database   => 'weblog_development',
  :host       => 'localhost',
  :port       => '9088'
}

ActiveRecord::Base.establish_connection(config)

Version data entries

45 entries across 45 versions & 10 rubygems

Version Path
jpzwarte-activerecord-jdbc-adapter-0.9.2.1 test/db/informix.rb
activerecord-jdbc-adapter-0.9.0.1 test/db/informix.rb
activerecord-jdbc-adapter-0.9.2 test/db/informix.rb
activerecord-jdbc-adapter-0.9 test/db/informix.rb
activerecord-jdbc-adapter-0.9.1 test/db/informix.rb