Sha256: db7b8d26fe55b8597d1cee7637456568f6451471c2bfa25cb34dfce4ca96966f
Contents?: true
Size: 518 Bytes
Versions: 14
Compression:
Stored size: 518 Bytes
Contents
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem '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: adapter: sqlite3 database: ":memory:" timeout: 500 # development and production environments are intentionally omitted # this gem does not manage its own database and uses one for testing only
Version data entries
14 entries across 14 versions & 1 rubygems