Sha256: c2bd5d3ac0db7b5a1673684d55efab5b5abfa39f1db3ae5763026635465da0e5

Contents?: true

Size: 922 Bytes

Versions: 8

Compression:

Stored size: 922 Bytes

Contents

common: &common
  username: root
  password:
  encoding: utf8
  host:     localhost
  database: activerecord_import_test

jdbcpostgresql: &postgresql
  <<: *common
  username: postgres
  adapter: jdbcpostgresql
  min_messages: warning

jdbcmysql: &mysql2
  <<: *common
  adapter: jdbcmysql

mysql2: &mysql2
  <<: *common
  adapter: mysql2

mysql2spatial:
  <<: *mysql2

mysql2_makara:
  <<: *mysql2

oracle:
  <<: *common
  adapter: oracle
  min_messages: debug

postgresql: &postgresql
  <<: *common
  username: postgres
  adapter: postgresql
  min_messages: warning

postresql_makara:
  <<: *postgresql

postgis:
  <<: *postgresql

seamless_database_pool:
  <<: *common
  adapter: seamless_database_pool
  pool_adapter: mysql2
  prepared_statements: false
  master:
    host: localhost

sqlite:
  adapter: sqlite
  dbfile: test.db

sqlite3: &sqlite3
  adapter: sqlite3
  database: ":memory:"

spatialite:
  <<: *sqlite3

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
activerecord-import-0.16.2 test/travis/database.yml
activerecord-import-0.16.1 test/travis/database.yml
activerecord-import-0.16.0 test/travis/database.yml
activerecord-import-uuid-0.2 test/travis/database.yml
activerecord-import-uuid-0.1 test/travis/database.yml
activerecord-import-0.15.0 test/travis/database.yml
activerecord-import-0.14.1 test/travis/database.yml
activerecord-import-0.14.0 test/travis/database.yml