Update guides/source/configuring.textile

This commit is contained in:
Egor Homakov 2012-05-11 15:40:03 +04:00
parent c9a4e65217
commit d4f4b858d3
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ There are a few configuration options available in Active Support:
* +config.active_support.escape_html_entities_in_json+ enables or disables the escaping of HTML entities in JSON serialization. Defaults to +false+.
* +config.active_support.use_standard_json_time_format+ enables or disables serializing dates to ISO 8601 format. Defaults to +false+.
* +config.active_support.use_standard_json_time_format+ enables or disables serializing dates to ISO 8601 format. Defaults to +true+.
* +ActiveSupport::BufferedLogger.silencer+ is set to +false+ to disable the ability to silence logging in a block. The default is +true+.