public
Description: simple identity map for active record. eager loading associations FTL
Clone URL: git://github.com/technoweenie/active_record_context.git
Click here to lend your support to: active_record_context and make a donation at www.pledgie.com !
active_record_context / test / database.yml
100644 18 lines (18 sloc) 0.428 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sqlite:
  :adapter: sqlite
  :dbfile: active_record_context_plugin.sqlite.db
sqlite3:
  :adapter: sqlite3
  :dbfile: active_record_context_plugin.sqlite3.db
postgresql:
  :adapter: postgresql
  :username: postgres
  :password: postgres
  :database: active_record_context_plugin_test
  :min_messages: ERROR
mysql:
  :adapter: mysql
  :host: localhost
  :username: rails
  :password:
  :database: active_record_context_plugin_test