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