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
1065ef8fd3
commit
c9a4e65217
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ There are a few configuration options available in Active Support:
|
|||
|
||||
* +config.active_support.bare+ enables or disables the loading of +active_support/all+ when booting Rails. Defaults to +nil+, which means +active_support/all+ is loaded.
|
||||
|
||||
* +config.active_support.escape_html_entities_in_json+ enables or disables the escaping of HTML entities in JSON serialization. Defaults to +true+.
|
||||
* +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+.
|
||||
|
||||
|
|
Loading…
Reference in a new issue