aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-08-20 14:08:34 -0700
committerZachary Scott <e@zzak.io>2014-08-20 14:08:34 -0700
commit1e09a1d60edd43e03eea258e461991f147b2f7f0 (patch)
tree01ca0df4657da0cf22803d4f37a460fa3c3642b4
parentf7851c61d835733d97257892b9a8bd9f48b37d53 (diff)
parentf0772597f65fce4a69182731c1899270af7c64dd (diff)
downloadrails-1e09a1d60edd43e03eea258e461991f147b2f7f0.tar.gz
rails-1e09a1d60edd43e03eea258e461991f147b2f7f0.tar.bz2
rails-1e09a1d60edd43e03eea258e461991f147b2f7f0.zip
Merge pull request #16597 from teeparham/master
Remove cached attributes from Configuring guide [ci skip] This was removed in #15429
-rw-r--r--guides/source/configuring.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 801cef5ca6..38f9609287 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -290,8 +290,6 @@ All these configuration options are delegated to the `I18n` library.
* `config.active_record.partial_writes` is a boolean value and controls whether or not partial writes are used (i.e. whether updates only set attributes that are dirty). Note that when using partial writes, you should also use optimistic locking `config.active_record.lock_optimistically` since concurrent updates may write attributes based on a possibly stale read state. The default value is `true`.
-* `config.active_record.attribute_types_cached_by_default` sets the attribute types that `ActiveRecord::AttributeMethods` will cache by default on reads. The default is `[:datetime, :timestamp, :time, :date]`.
-
* `config.active_record.maintain_test_schema` is a boolean value which controls whether Active Record should try to keep your test database schema up-to-date with `db/schema.rb` (or `db/structure.sql`) when you run your tests. The default is true.
* `config.active_record.dump_schema_after_migration` is a flag which