diff options
author | Xavier Noria <fxn@hashref.com> | 2012-02-24 20:59:14 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2012-02-24 21:04:38 +0100 |
commit | 004326ecea6ad267b03cf7737b489e6622301985 (patch) | |
tree | bd0b07b3883d275aad246d1432b1f6d1e09cd18a /railties/test/application/middleware_test.rb | |
parent | 5d70791ed0045daf16f773daffb6a388d02b49e7 (diff) | |
download | rails-004326ecea6ad267b03cf7737b489e6622301985.tar.gz rails-004326ecea6ad267b03cf7737b489e6622301985.tar.bz2 rails-004326ecea6ad267b03cf7737b489e6622301985.zip |
removes the reconnect key from the database.yml generated for MySQL
The reconnect flag does not play nicely with transactions and so
it is of little use in Rails applications. Thus, albeit supported
by mysql2, it does not deserve such a prominent place in the
generated database.yml, which should be a representative config
example. Note that the flag is false by default.
Advanced users know from mysql2 docs that the flag is available.
Diffstat (limited to 'railties/test/application/middleware_test.rb')
0 files changed, 0 insertions, 0 deletions