jasherai / acts-as-rated

git svn clone of acts-as-rated

This URL has Read+Write access

rsturim (author)
Thu Jan 08 06:09:27 -0800 2009
jasherai (committer)
Thu Jan 08 09:57:45 -0800 2009
acts-as-rated / test / database.yml
100644 16 lines (15 sloc) 0.335 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sqlite:
  adapter: sqlite
  dbfile: acts_as_rated_plugin.sqlite.db
sqlite3:
  adapter: sqlite3
  dbfile: acts_as_rated_plugin.sqlite3.db
mysql:
  adapter: mysql
  database: acts_as_rated_plugin_test
postgresql:
  adapter: postgresql
  username: postgres
  password: postgres
  database: acts_as_rated_plugin_test
  min_messages: error