Sha256: f70602ca40d0cf00b8c732f9ad986a281a41d2a6051bcc2235905c7490ddf0f0
Contents?: true
Size: 287 Bytes
Versions: 2
Compression:
Stored size: 287 Bytes
Contents
require 'test_helper' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activerecord-jdbc-adapter-1.3.0.beta2 | test/db/informix.rb |
activerecord-jdbc-adapter-1.3.0.beta1 | test/db/informix.rb |