Sha256: 310aa5f9ed0d9b06fd50ce2b69dcee0fc23fc738159a211d87666401e8c5fdb8
Contents?: true
Size: 751 Bytes
Versions: 8
Compression:
Stored size: 751 Bytes
Contents
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' #development: # adapter: sqlite3 # database: files/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 file to the same as development or production. #test: # adapter: sqlite3 # database: files/test.sqlite3 # #production: # adapter: sqlite3 # database: files/production.sqlite3 production: encoding: utf8 database: dummy adapter: mysql2 username: root password: '' host: localhost development: encoding: utf8 database: dummy adapter: mysql2 username: root password: '' host: localhost
Version data entries
8 entries across 8 versions & 1 rubygems