Sha256: 626aeee713ea47519820e378289011fbac07bdb10de79b2dea8d5b3e38feac11

Contents?: true

Size: 408 Bytes

Versions: 11

Compression:

Stored size: 408 Bytes

Contents

sqlite:
  :adapter: sqlite
  :dbfile: acts_as_paranoid_plugin.sqlite.db
sqlite3:
  :adapter: sqlite3
  :dbfile: acts_as_paranoid_plugin.sqlite3.db
postgresql:
  :adapter: postgresql
  :username: postgres
  :password: postgres
  :database: acts_as_paranoid_plugin_test
  :min_messages: ERROR
mysql:
  :adapter: mysql
  :host: localhost
  :username: rails
  :password:
  :database: acts_as_paranoid_plugin_test

Version data entries

11 entries across 11 versions & 4 rubygems

Version Path
jcnetdev-acts_as_paranoid-1.0.20080706 test/database.yml
jcnetdev-acts_as_paranoid-1.1.20080706 test/database.yml
jcnetdev-acts_as_paranoid-1.2.20080706 test/database.yml
jcnetdev-acts_as_paranoid-1.3 test/database.yml
mtoros-acts_as_paranoid-0.0.1 test/database.yml
mtoros-acts_as_paranoid-0.0.2 test/database.yml
pager-acts_as_paranoid-1.0.20080505 test/database.yml
pager-acts_as_paranoid-1.0.20080506 test/database.yml
pager-acts_as_paranoid-1.0.20080507 test/database.yml
acts_as_paranoid-0.2 test/database.yml
acts_as_paranoid-0.3.1 test/database.yml