Sha256: 4c07c3d3ce8339241801a3d91b355e37a4000cd985142116c27e8be3113d9301
Contents?: true
Size: 615 Bytes
Versions: 29
Compression:
Stored size: 615 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 encoding: utf8 pool: 5 username: root password: host: localhost development: <<: *default database: my_gems_simple_filter # 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: my_gems_simple_filter_test production: <<: *default database: my_gems_simple_filter_prod
Version data entries
29 entries across 29 versions & 1 rubygems