public
Description: Rails Plugin - soft-delete your ActiveRecord records with a deleted_at timestamp. This is a much more explicit version of ActsAsParanoid
Homepage: http://6brand.com
Clone URL: git://github.com/JackDanger/permanent_records.git
permanent_records / test / database.yml
100644 18 lines (18 sloc) 0.333 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sqlite:
  :adapter: sqlite
  :dbfile: plugin.sqlite.db
sqlite3:
  :adapter: sqlite3
  :dbfile: ":memory:"
postgresql:
  :adapter: postgresql
  :username: postgres
  :password: postgres
  :database: plugin_test
  :min_messages: ERROR
mysql:
  :adapter: mysql
  :host: localhost
  :username: rails
  :password:
  :database: plugin_test