Sha256: 76a096c5711c95cec0902261266a4c047b7cbfdb130509f2c6bf4651c0ad9e6b

Contents?: true

Size: 579 Bytes

Versions: 95

Compression:

Stored size: 579 Bytes

Contents

print "Using native PostgreSQL\n"
require_dependency 'fixtures/course'
require 'logger'

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

ActiveRecord::Base.configurations = {
  'arunit' => {
    :adapter  => 'postgresql',
    :username => 'postgres',
    :database => 'activerecord_unittest',
    :min_messages => 'warning'
  },
  'arunit2' => {
    :adapter  => 'postgresql',
    :username => 'postgres',
    :database => 'activerecord_unittest2',
    :min_messages => 'warning'
  }
}

ActiveRecord::Base.establish_connection 'arunit'
Course.establish_connection 'arunit2'

Version data entries

95 entries across 95 versions & 8 rubygems

Version Path
jstorimer-deep-test-2.0.0 sample_rails_project/vendor/rails/activerecord/test/connections/native_postgresql/connection.rb
jstorimer-deep-test-1.4.0 sample_rails_project/vendor/rails/activerecord/test/connections/native_postgresql/connection.rb
jstorimer-deep-test-1.3.0 sample_rails_project/vendor/rails/activerecord/test/connections/native_postgresql/connection.rb
jstorimer-deep-test-1.2.0 sample_rails_project/vendor/rails/activerecord/test/connections/native_postgresql/connection.rb
jstorimer-deep-test-1.1.0 sample_rails_project/vendor/rails/activerecord/test/connections/native_postgresql/connection.rb
jstorimer-deep-test-1.0.0 sample_rails_project/vendor/rails/activerecord/test/connections/native_postgresql/connection.rb
jstorimer-deep-test-0.2.0 sample_rails_project/vendor/rails/activerecord/test/connections/native_postgresql/connection.rb
jstorimer-deep-test-0.1.0 sample_rails_project/vendor/rails/activerecord/test/connections/native_postgresql/connection.rb
activerecord-1.15.1 test/connections/native_postgresql/connection.rb
activerecord-1.15.2 test/connections/native_postgresql/connection.rb
activerecord-1.15.4 test/connections/native_postgresql/connection.rb
activerecord-1.15.3 test/connections/native_postgresql/connection.rb
activerecord-1.15.0 test/connections/native_postgresql/connection.rb
activerecord-1.15.5 test/connections/native_postgresql/connection.rb
activerecord-1.15.6 test/connections/native_postgresql/connection.rb
activerecord-2.0.2 test/connections/native_postgresql/connection.rb
activerecord-2.0.0 test/connections/native_postgresql/connection.rb
activerecord-2.0.1 test/connections/native_postgresql/connection.rb
activerecord-2.0.5 test/connections/native_postgresql/connection.rb
activerecord-2.0.4 test/connections/native_postgresql/connection.rb