diff options
author | Rajarshi Das <rajarshi2576@gmail.com> | 2015-12-20 12:02:17 +0530 |
---|---|---|
committer | Rajarshi Das <rajarshi2576@gmail.com> | 2015-12-20 22:29:33 +0530 |
commit | d88cc3454e90ef7d60b160f5294a996877e182e8 (patch) | |
tree | b8039977bef65d2ec6579a843a74a2b4e2a78e2f /guides/source | |
parent | cf8621a3e9676f0c62d84dc42797e75bc6ab1a1d (diff) | |
download | rails-d88cc3454e90ef7d60b160f5294a996877e182e8.tar.gz rails-d88cc3454e90ef7d60b160f5294a996877e182e8.tar.bz2 rails-d88cc3454e90ef7d60b160f5294a996877e182e8.zip |
mysql2 adapter instead of mysql [ci skip]
Diffstat (limited to 'guides/source')
-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: |