aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorTee Parham <tee@neighborland.com>2014-08-20 14:56:30 -0600
committerTee Parham <tee@neighborland.com>2014-08-20 14:56:30 -0600
commitf0772597f65fce4a69182731c1899270af7c64dd (patch)
tree01ca0df4657da0cf22803d4f37a460fa3c3642b4 /guides/source
parentf7851c61d835733d97257892b9a8bd9f48b37d53 (diff)
downloadrails-f0772597f65fce4a69182731c1899270af7c64dd.tar.gz
rails-f0772597f65fce4a69182731c1899270af7c64dd.tar.bz2
rails-f0772597f65fce4a69182731c1899270af7c64dd.zip
Update configuring.md [ci skip]
Remove ActiveRecord config instructions for active_record.attribute_types_cached_by_default, which was removed in https://github.com/rails/rails/commit/66736c8e50585
Diffstat (limited to 'guides/source')
-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