Chris@1295: sqlite3: Chris@1295: adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3 Chris@1295: database: awesome_nested_set.sqlite3.db Chris@1295: sqlite3mem: Chris@1295: adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3 Chris@1295: database: ":memory:" Chris@1295: postgresql: Chris@1295: adapter: postgresql Chris@1295: username: postgres Chris@1295: password: postgres Chris@1295: database: awesome_nested_set_plugin_test Chris@1295: min_messages: ERROR Chris@1295: mysql: Chris@1295: adapter: mysql2 Chris@1295: host: localhost Chris@1295: username: root Chris@1295: password: Chris@1295: database: awesome_nested_set_plugin_test