diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2015-12-21 08:46:55 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2015-12-21 08:46:55 +0900 |
commit | af9878d6405c43f46c0b1dd65df788a2b1194ce0 (patch) | |
tree | a1c908f353b10cdcf0d554f7cefbaf7ce0421cfc /guides | |
parent | 249e943a0d25f0014e14e52454e01205c9537019 (diff) | |
download | rails-af9878d6405c43f46c0b1dd65df788a2b1194ce0.tar.gz rails-af9878d6405c43f46c0b1dd65df788a2b1194ce0.tar.bz2 rails-af9878d6405c43f46c0b1dd65df788a2b1194ce0.zip |
Remove legacy mysql adapter
Follow up to #22642.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/configuring.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 756cb5bba0..54a05842bf 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -319,7 +319,7 @@ All these configuration options are delegated to the `I18n` library. The MySQL adapter adds one additional configuration option: -* `ActiveRecord::ConnectionAdapters::Mysql[2]Adapter.emulate_booleans` controls whether Active Record will consider all `tinyint(1)` columns in a MySQL database to be booleans and is true by default. +* `ActiveRecord::ConnectionAdapters::Mysql2Adapter.emulate_booleans` controls whether Active Record will consider all `tinyint(1)` columns in a MySQL database to be booleans and is true by default. The schema dumper adds one additional configuration option: |