diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2015-12-20 18:44:26 -0700 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2015-12-20 18:44:26 -0700 |
commit | 560995884128a1651d3efee99fcce67e8f88d8c5 (patch) | |
tree | a1c908f353b10cdcf0d554f7cefbaf7ce0421cfc /guides | |
parent | 249e943a0d25f0014e14e52454e01205c9537019 (diff) | |
parent | af9878d6405c43f46c0b1dd65df788a2b1194ce0 (diff) | |
download | rails-560995884128a1651d3efee99fcce67e8f88d8c5.tar.gz rails-560995884128a1651d3efee99fcce67e8f88d8c5.tar.bz2 rails-560995884128a1651d3efee99fcce67e8f88d8c5.zip |
Merge pull request #22715 from kamipo/remove_mysql_adapter
Remove legacy mysql adapter
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: |