Sha256: 83cb96456cd46c851b885aea900d306965e4b002e7d38668568582cf29f0b7af
Contents?: true
Size: 582 Bytes
Versions: 1
Compression:
Stored size: 582 Bytes
Contents
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # default: &default adapter: mysql2 pool: 5 username: root password: development: <<: *default database: acts_as_interval-development # 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: acts_as_interval-test production: <<: *default database: acts_as_interval-production
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
acts_as_interval-0.0.4 | spec/dummy/config/database.yml |