Add config.active_record.identity_map to the configuration guide.

This commit is contained in:
Matt Burke
2011-11-18 14:10:17 -05:00
parent 48b580a03b
commit ed5586fa9e

View File

@@ -263,6 +263,8 @@ h4. Configuring Active Record
* +config.active_record.whitelist_attributes+ will create an empty whitelist of attributes available for mass-assignment security for all models in your app.
* +config.active_record.identity_map+ controls whether the identity map is enabled, and is false by default.
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.