Sha256: 4d9d29631801c57354cef30881712b1239d45c64c2f7c6ef27f6aaefc85dd942
Contents?: true
Size: 1.05 KB
Versions: 3
Compression:
Stored size: 1.05 KB
Contents
common: &common username: root password: root encoding: utf8 collation: utf8_general_ci host: localhost database: activerecord_import_test jdbcpostgresql: &postgresql <<: *common username: postgres adapter: jdbcpostgresql min_messages: warning jdbcmysql: &mysql2 <<: *common adapter: jdbcmysql jdbcsqlite3: &sqlite3 <<: *common adapter: jdbcsqlite3 mysql2: &mysql2 <<: *common adapter: mysql2 mysql2spatial: <<: *mysql2 mysql2_makara: <<: *mysql2 oracle: <<: *common adapter: oracle min_messages: debug postgresql: &postgresql <<: *common username: postgres password: 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 trilogy: <<: *common adapter: trilogy
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
activerecord-import-1.8.1 | test/github/database.yml |
activerecord-import-1.8.0 | test/github/database.yml |
activerecord-import-1.6.0 | test/github/database.yml |