Sha256: cdd132599f1fdcb46b7823428ba696452070f55b594f65f0735c0b597f288541

Contents?: true

Size: 208 Bytes

Versions: 7

Compression:

Stored size: 208 Bytes

Contents

sqlite: 
  adapter: sqlite3
  database: ':memory:'
  timeout: 500

mysql:
  adapter: mysql2
  database: 'mg_test'
  username: root

postgresql:
  adapter: postgresql
  database: 'mg_test'
  username: postgres

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mighty_grid-0.6.0 spec/fake_app/config/database.yml.example
mighty_grid-0.5.0 spec/fake_app/config/database.yml.example
mighty_grid-0.4.0 spec/fake_app/config/database.yml.example
mighty_grid-0.3.3 spec/fake_app/config/database.yml.example
mighty_grid-0.3.2 spec/fake_app/config/database.yml.example
mighty_grid-0.3.1 spec/fake_app/config/database.yml.example
mighty_grid-0.3.0 spec/fake_app/config/database.yml.example