diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2015-12-20 11:56:33 -0700 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2015-12-20 11:56:33 -0700 |
commit | 0207464f9b7a00d4916dbd9bc864515524097b7d (patch) | |
tree | 10edd1bac70634ef9d1d166e4e48743bce4c0667 /guides/source/configuring.md | |
parent | fb44e217ef67498cf8e5422454b1bc72bfd77417 (diff) | |
parent | d88cc3454e90ef7d60b160f5294a996877e182e8 (diff) | |
download | rails-0207464f9b7a00d4916dbd9bc864515524097b7d.tar.gz rails-0207464f9b7a00d4916dbd9bc864515524097b7d.tar.bz2 rails-0207464f9b7a00d4916dbd9bc864515524097b7d.zip |
Merge pull request #22704 from rajcybage/mysql_fix
mysql2 adapter instead of mysql [ci skip]
Diffstat (limited to 'guides/source/configuring.md')
-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 5f4fd0f31b..756cb5bba0 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::MysqlAdapter.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::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. The schema dumper adds one additional configuration option: |