Sha256: cc7b1570a807cbba7a5841fab04e57a569f3217f74e4bbff159aed98da4ad0c1

Contents?: true

Size: 620 Bytes

Versions: 173

Compression:

Stored size: 620 Bytes

Contents

# SQLite. Versions 3.8.0 and up are supported.
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem "sqlite3"
#
default: &default
  adapter: sqlite3
  pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
  timeout: 5000

development:
  <<: *default
  database: db/development.sqlite3

# 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:
  <<: *default
  database: db/test.sqlite3

production:
  <<: *default
  database: db/production.sqlite3

Version data entries

173 entries across 155 versions & 28 rubygems

Version Path
ui_bibz-4.0.0.beta18 test/dummy/config/database.yml
ui_bibz-4.0.0.beta17 test/dummy/config/database.yml
bard-file_field-0.1.6 dummy/config/database.yml
logtail-rails-0.2.10 example-project/config/database.yml
logtail-rails-0.2.9 example-project/config/database.yml
ui_bibz-4.0.0.beta16 test/dummy/config/database.yml
ui_bibz-4.0.0.beta15 test/dummy/config/database.yml
bard-file_field-0.1.5 dummy/config/database.yml
ui_bibz-4.0.0.beta14 test/dummy/config/database.yml
active_element-0.0.31 example_app/config/database.yml
ui_bibz-4.0.0.beta13 test/dummy/config/database.yml
active_element-0.0.30 example_app/config/database.yml
active_element-0.0.29 example_app/config/database.yml
active_element-0.0.28 example_app/config/database.yml
logtail-rails-0.2.8 example-project/config/database.yml
my_api_client-1.2.0 rails_app/rails_7.0/config/database.yml
bard-file_field-0.1.4 dummy/config/database.yml
bard-file_field-0.1.3 dummy/config/database.yml
active_element-0.0.27 example_app/config/database.yml
munster-0.4.2 example/config/database.yml