Sha256: 81ffd21be92fb59cd27fe8f06ef5d5deb99a459f7d0e579e6feaf2dff6147da1

Contents?: true

Size: 392 Bytes

Versions: 4

Compression:

Stored size: 392 Bytes

Contents

#This is an example of what database.yml *should* look like (when I wrote it)
#The real database.yml is generated automatically by the active record model lib (so it can be correct)
two: 
  adapter: sqlite3
  database: /path/to/examples/features/support/../../db/activerecord_two.db
one: 
  adapter: sqlite3
  database: /path/to/examples/features/support/../../db/activerecord_one.db

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
surgical_strike-0.7.7 examples/config/database.yml.example
surgical_strike-0.7.6 examples/config/database.yml.example
surgical_strike-0.7.5 examples/config/database.yml.example
surgical_strike-0.7.4 examples/config/database.yml.example