mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update guides/source/configuring.textile
This commit is contained in:
parent
c9a4e65217
commit
d4f4b858d3
1 changed files with 1 additions and 1 deletions
|
@ -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+.
|
||||
|
||||
|
|
Loading…
Reference in a new issue