Sha256: 34f2ae0c9e4924742d97f4dd0b94a1250d2a4eb74b07f04db0fd9b2adf91a235

Contents?: true

Size: 229 Bytes

Versions: 27

Compression:

Stored size: 229 Bytes

Contents

require 'logger'
require 'ardb'

TESTDB_PATH = File.expand_path('../..', __FILE__)

Ardb.configure do |c|
  c.root_path = TESTDB_PATH
  c.logger = Logger.new($stdout)

  c.db.adapter  'postgresql'
  c.db.database 'ardbtest'

end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
ardb-0.27.3 tmp/testdb/config/db.rb
ardb-0.27.2 tmp/testdb/config/db.rb
ardb-0.27.1 tmp/testdb/config/db.rb
ardb-0.27.0 tmp/testdb/config/db.rb
ardb-0.26.0 tmp/testdb/config/db.rb
ardb-0.25.0 tmp/testdb/config/db.rb
ardb-0.24.0 tmp/testdb/config/db.rb
ardb-0.23.0 tmp/testdb/config/db.rb
ardb-0.22.1 tmp/testdb/config/db.rb
ardb-0.22.0 tmp/testdb/config/db.rb
ardb-0.21.0 tmp/testdb/config/db.rb
ardb-0.20.0 tmp/testdb/config/db.rb
ardb-0.19.0 tmp/testdb/config/db.rb
ardb-0.18.0 tmp/testdb/config/db.rb
ardb-0.17.0 tmp/testdb/config/db.rb
ardb-0.16.0 tmp/testdb/config/db.rb
ardb-0.15.0 tmp/testdb/config/db.rb
ardb-0.14.0 tmp/testdb/config/db.rb
ardb-0.13.0 tmp/testdb/config/db.rb
ardb-0.12.0 tmp/testdb/config/db.rb