Sha256: 68e9ff1e1182511b817dfdf9ec273aac10ef0b46d049a33382bc13f80cd12117

Contents?: true

Size: 537 Bytes

Versions: 102

Compression:

Stored size: 537 Bytes

Contents

# SQLite version 3.x
#   gem 'activerecord-jdbcsqlite3-adapter'
#
# Configure Using Gemfile
# gem 'activerecord-jdbcsqlite3-adapter'
#
development:
  adapter: sqlite3
  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: &test
  adapter: sqlite3
  database: db/test.sqlite3

cucumber: *test

production: 
  adapter: sqlite3
  database: db/production.sqlite3

Version data entries

102 entries across 102 versions & 2 rubygems

Version Path
decko-0.7.0.pre lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.6.8 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.6.7 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.6.6 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.6.5 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.6.4 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.6.3 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.6.2 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.6.1 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.6.0 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.5.3 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.5.2 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.5.1 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.5.0 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.4.1 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.4.0 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.3.13 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.3.12 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.3.11 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml
decko-0.3.10 lib/decko/generators/decko/templates/config/databases/jdbcsqlite3.yml