To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 1b / 1bfd626854b349f73d46fb411da252c045cca8a7.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (474 Bytes)

1 1296:038ba2d95de8 Chris
sqlite3:
2
  adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3
3
  database: awesome_nested_set.sqlite3.db
4
sqlite3mem:
5
  adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3
6
  database: ":memory:"
7
postgresql:
8
  adapter: postgresql
9
  username: postgres
10
  password: postgres
11
  database: awesome_nested_set_plugin_test
12
  min_messages: ERROR
13
mysql:
14
  adapter: mysql2
15
  host: localhost
16
  username: root
17
  password:
18
  database: awesome_nested_set_plugin_test