Sha256: da4cfcfcafaee3790f230c335e5f9ccfdbde57c89a0cda85ee00ee6a0ea8366b

Contents?: true

Size: 446 Bytes

Versions: 142

Compression:

Stored size: 446 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
  adapter: sqlite3
  database: db/development.sqlite3
  pool: 5
  timeout: 5000

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
  adapter: sqlite3
  database: db/test.sqlite3
  pool: 5
  timeout: 5000

Version data entries

142 entries across 142 versions & 9 rubygems

Version Path
active_scaffold-3.2.1 test/mock_app/config/database.yml
active_scaffold-sequel-0.4.0 test/mock_app/config/database.yml
active_scaffold_vho-3.0.25 test/mock_app/config/database.yml
comfy_gallery-0.1.3 config/database.yml
comfy_gallery-0.1.2 config/database.yml
active_scaffold-sequel-0.3.0 test/mock_app/config/database.yml
active_scaffold-3.2.0 test/mock_app/config/database.yml
active_scaffold_vho-3.1.3 test/mock_app/config/database.yml
active_scaffold_vho-3.1.2 test/mock_app/config/database.yml
comfy_gallery-0.1.1 config/database.yml
active_scaffold-3.1.20 test/mock_app/config/database.yml
active_scaffold-3.1.19 test/mock_app/config/database.yml
active_scaffold-3.1.18 test/mock_app/config/database.yml
active_scaffold-3.1.17 test/mock_app/config/database.yml
comfy_gallery-0.1.0 config/database.yml
active_scaffold-3.1.15 test/mock_app/config/database.yml
active_scaffold-3.1.14 test/mock_app/config/database.yml
active_scaffold-3.0.26 test/mock_app/config/database.yml
active_scaffold_vho-3.1.1 test/mock_app/config/database.yml
active_scaffold-3.1.13 test/mock_app/config/database.yml