Sha256: ca2628f3ee0c173e40e3ebb89858de59076addd9cd11759aaf2fcc768f77fb44

Contents?: true

Size: 529 Bytes

Versions: 33

Compression:

Stored size: 529 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
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: &test
  adapter: sqlite3
  database: db/test.sqlite3
  pool: 5
  timeout: 5000

production:
  adapter: sqlite3
  database: db/production.sqlite3
  pool: 5
  timeout: 5000

cucumber:
  <<: *test

Version data entries

33 entries across 33 versions & 6 rubygems

Version Path
stache-1.2.0 spec/dummy/config/database.yml
stache-1.1.1 spec/dummy/config/database.yml
bigbluebutton_rails-1.3.0.mweb1 spec/rails_app/config/database.yml
stache-1.1.0 spec/dummy/config/database.yml
stache-1.0.3 spec/dummy/config/database.yml
bigbluebutton_rails-1.3.0 spec/rails_app/config/database.yml
bigbluebutton_rails-1.3.0.beta1 spec/rails_app/config/database.yml
stache-1.0.2 spec/dummy/config/database.yml
stache-1.0.1 spec/dummy/config/database.yml
stache-1.0.0 spec/dummy/config/database.yml
stache-1.0.0.rc spec/dummy/config/database.yml
stache-0.9.1 spec/dummy/config/database.yml
stache-0.9.0 spec/dummy/config/database.yml
bigbluebutton_rails-1.2.0 spec/rails_app/config/database.yml
bigbluebutton_rails-1.1.0 spec/rails_app/config/database.yml
bigbluebutton_rails-1.0.0 spec/rails_app/config/database.yml
stache-0.2.2 spec/dummy/config/database.yml
bigbluebutton_rails-0.1.1 spec/rails_app/config/database.yml
stache-0.2.1 spec/dummy/config/database.yml
beta-0.0.3 spec/dummy/config/database.yml