public
Description: git mirror of acts_as_state_machine
Homepage: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/
Clone URL: git://github.com/freels/acts_as_state_machine.git
acts_as_state_machine / test / database.yml
100644 18 lines (18 sloc) 0.368 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sqlite:
  :adapter: sqlite
  :dbfile: state_machine.sqlite.db
sqlite3:
  :adapter: sqlite3
  :dbfile: state_machine.sqlite3.db
postgresql:
  :adapter: postgresql
  :username: postgres
  :password: postgres
  :database: state_machine_test
  :min_messages: ERROR
mysql:
  :adapter: mysql
  :host: localhost
  :username: rails
  :password:
  :database: state_machine_test