Sha256: 7ba1207dd1854ec82e3fc40e685bbae1646c7a04fbc86d3a7cd2fc5a42103968

Contents?: true

Size: 407 Bytes

Versions: 4

Compression:

Stored size: 407 Bytes

Contents

in_memory:
  adapter: sqlite3
  database: ":memory:"
  verbosity: quiet
sqlite:
  adapter: sqlite
  dbfile: plugin_test.sqlite.db
sqlite3:
  adapter: sqlite3
  dbfile: plugin_test.sqlite3.db
postgresql:
  adapter: postgresql
  username: postgres
  password: postgres
  database: plugin_test
  min_messages: ERROR
mysql:
  adapter: mysql
  host: localhost
  username: root
  password:
  database: plugin_test

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plugin_test_helper-0.0.1 generators/plugin_test_structure/templates/app_root/config/database.yml
plugin_test_helper-0.0.2 generators/plugin_test_structure/templates/app_root/config/database.yml
plugin_test_helper-0.1.1 generators/plugin_test_structure/templates/app_root/config/database.yml
plugin_test_helper-0.1.2 generators/plugin_test_structure/templates/app_root/config/database.yml