Sha256: 24f3facd740a0cfcb11312f2f5c9060da1a2f8ade3999f09ab968ddcdeab2a86

Contents?: true

Size: 242 Bytes

Versions: 18

Compression:

Stored size: 242 Bytes

Contents

common: &common
  adapter:    mysql2
  encoding:   utf8
  reconnect:  false
  pool:       5
  username:   rails
  password:   rails

development:
  database:   edgar_dummy_dev
  <<: *common

test:
  database:   edgar_dummy_test
  <<: *common

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
edgarj-0.02.00 test/dummy/config/database.yml
edgarj-0.01.30 test/dummy/config/database.yml
edgarj-0.01.29 test/dummy/config/database.yml
edgarj-0.01.28 test/dummy/config/database.yml
edgarj-0.01.27 test/dummy/config/database.yml
edgarj-0.01.26 test/dummy/config/database.yml
edgarj-0.01.25 test/dummy/config/database.yml
edgarj-0.01.24 test/dummy/config/database.yml
edgarj-0.01.22 test/dummy/config/database.yml
edgarj-0.01.21 test/dummy/config/database.yml
edgarj-0.01.20 test/dummy/config/database.yml
edgarj-0.01.19 test/dummy/config/database.yml
edgarj-0.01.18 test/dummy/config/database.yml
edgarj-0.01.17 test/dummy/config/database.yml
edgarj-0.01.16 test/dummy/config/database.yml
edgarj-0.01.15 test/dummy/config/database.yml
edgarj-0.01.13 test/dummy/config/database.yml
edgarj-0.01.12 test/dummy/config/database.yml