annotate .svn/pristine/1b/1bfd626854b349f73d46fb411da252c045cca8a7.svn-base @ 1524:82fac3dcf466 redmine-2.5-integration

Fix failure to interpret Javascript when autocompleting members for project
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 11 Sep 2014 10:24:38 +0100
parents 038ba2d95de8
children
rev   line source
Chris@1296 1 sqlite3:
Chris@1296 2 adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3
Chris@1296 3 database: awesome_nested_set.sqlite3.db
Chris@1296 4 sqlite3mem:
Chris@1296 5 adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3
Chris@1296 6 database: ":memory:"
Chris@1296 7 postgresql:
Chris@1296 8 adapter: postgresql
Chris@1296 9 username: postgres
Chris@1296 10 password: postgres
Chris@1296 11 database: awesome_nested_set_plugin_test
Chris@1296 12 min_messages: ERROR
Chris@1296 13 mysql:
Chris@1296 14 adapter: mysql2
Chris@1296 15 host: localhost
Chris@1296 16 username: root
Chris@1296 17 password:
Chris@1296 18 database: awesome_nested_set_plugin_test