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