Sha256: 631eabc13f63eb2f6c5beb1dcd98b57172c2a65eca03cb30ca8bd18c37000c6c

Contents?: true

Size: 424 Bytes

Versions: 30

Compression:

Stored size: 424 Bytes

Contents

sqlite3mem: &SQLITE3MEM
  adapter: sqlite3
  database: ":memory:"

sqlite3: &SQLITE
  adapter: sqlite3
  database: audited_test.sqlite3.db

postgresql: &POSTGRES
  adapter: postgresql
  username: postgres
  password: postgres
  database: audited_test
  min_messages: ERROR

mysql: &MYSQL
  adapter: mysql
  host: localhost
  username: root
  password:
  database: audited_test

test:
  <<: *<%= ENV['DB'] || 'SQLITE3MEM' %>

Version data entries

30 entries across 30 versions & 3 rubygems

Version Path
notifiably_audited-0.0.3 spec/rails_app/config/database.yml
notifiably_audited-0.0.2 spec/rails_app/config/database.yml
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/audited-3.0.0/spec/rails_app/config/database.yml
audited-3.0.0 spec/rails_app/config/database.yml
audited-3.0.0.rc2 spec/rails_app/config/database.yml
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/gems/audited-3.0.0.rc1/spec/rails_app/config/database.yml
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/gems/audited-3.0.0.rc1/spec/rails_app/config/database.yml
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/gems/audited-3.0.0.rc1/spec/rails_app/config/database.yml
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/gems/audited-3.0.0.rc1/spec/rails_app/config/database.yml
audited-3.0.0.rc1 spec/rails_app/config/database.yml