Sha256: 13700d1f922c702bb9fbd47545f0c33c6789e3376a3035b09522a477a6610f7e
Contents?: true
Size: 982 Bytes
Versions: 32
Compression:
Stored size: 982 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 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 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
32 entries across 32 versions & 1 rubygems