diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-09-13 15:22:03 -0700 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-09-13 15:22:03 -0700 |
commit | 84c7896c8468fe4d1b985594cacd0f5b0676915a (patch) | |
tree | 9bb837971a232bc365cc18adcfeac675553b359d /activerecord/test/config.example.yml | |
parent | f568280ba49e95c05bfa5e27fa75f0cf6029cd09 (diff) | |
parent | f48bb016a7930eb3279f64d896ef2a401d301263 (diff) | |
download | rails-84c7896c8468fe4d1b985594cacd0f5b0676915a.tar.gz rails-84c7896c8468fe4d1b985594cacd0f5b0676915a.tar.bz2 rails-84c7896c8468fe4d1b985594cacd0f5b0676915a.zip |
Merge pull request #7632 from stevecj/3-2-stable
3 2 stable
Diffstat (limited to 'activerecord/test/config.example.yml')
-rw-r--r-- | activerecord/test/config.example.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/config.example.yml b/activerecord/test/config.example.yml index f450efd839..479b8c050d 100644 --- a/activerecord/test/config.example.yml +++ b/activerecord/test/config.example.yml @@ -1,5 +1,7 @@ default_connection: <%= defined?(JRUBY_VERSION) ? 'jdbcsqlite3' : 'sqlite3' %> +with_manual_interventions: false + connections: jdbcderby: arunit: activerecord_unittest |