Show More
Commit Description:
added pagination to user_admin, using will_paginate plugin
Commit Description:
added pagination to user_admin, using will_paginate plugin
References:
File last commit:
Show/Diff file:
Action:
vendor/plugins/will_paginate/test/database.yml
| 22 lines
| 349 B
| text/x-yaml
| YamlLexer
|
|
r299 | sqlite3: | ||
database: ":memory:" | ||||
adapter: sqlite3 | ||||
timeout: 500 | ||||
sqlite2: | ||||
database: ":memory:" | ||||
adapter: sqlite2 | ||||
mysql: | ||||
adapter: mysql | ||||
username: root | ||||
password: | ||||
encoding: utf8 | ||||
database: will_paginate_unittest | ||||
postgres: | ||||
adapter: postgresql | ||||
username: mislav | ||||
password: | ||||
database: will_paginate_unittest | ||||
min_messages: warning | ||||