Sha256: f75d382f12fe9a631342fe657e8b5703edd813c39eee6777bc691f0036bb76a9
Contents?: true
Size: 384 Bytes
Versions: 60
Compression:
Stored size: 384 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
60 entries across 54 versions & 7 rubygems