Sha256: 62c9910002560b98a36768b791e008d225bede4ee423a6a9f743462662847c8a
Contents?: true
Size: 1.07 KB
Versions: 5
Compression:
Stored size: 1.07 KB
Contents
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # # SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' development: adapter: mysql2 database: chasky_dev username: root password: host: 127.0.0.1 pool: 22 # 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: mysql2 database: chasky_test username: root password: host: 127.0.0.1 pool: 5 # #default: &default # adapter: sqlite3 # pool: 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
5 entries across 5 versions & 1 rubygems