public
Fork of mislav/will_paginate
Description: Most awesome pagination solution for Rails
Homepage: http://github.com/mislav/will_paginate/wikis
Clone URL: git://github.com/technoweenie/will_paginate.git
Search Repo:
will_paginate / test / database.yml
100644 23 lines (19 sloc) 0.362 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
sqlite3:
  database: ":memory:"
  adapter: sqlite3
  timeout: 500
 
sqlite2:
  database: ":memory:"
  adapter: sqlite2
 
mysql:
  adapter: mysql
  username: rails
  password: mislav
  encoding: utf8
  database: will_paginate_unittest
 
postgres:
  adapter: postgresql
  username: mislav
  password: mislav
  database: will_paginate_unittest
  min_messages: warning