Sha256: 927e51421e653f0293822d55e605bbd08721c42833f33a94b4620843b12086f5

Contents?: true

Size: 248 Bytes

Versions: 5

Compression:

Stored size: 248 Bytes

Contents

puts "Using native PostgreSQL"
require "active_record"
require 'logger'

ENV['ADAPTER'] = 'postgresql'

ActiveRecord::Base.configurations = {
  'unit' => {
    :adapter  => 'postgresql',
    :encoding => 'utf8',
    :database => 'arel_unit',
  }
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
arel-1.0.1 spec/support/connections/postgresql_connection.rb
arel-1.0.0 spec/support/connections/postgresql_connection.rb
arel-1.0.0.rc1 spec/support/connections/postgresql_connection.rb
arel-compat-0.4.0 spec/support/connections/postgresql_connection.rb
arel-0.4.0 spec/support/connections/postgresql_connection.rb