mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Config guide: Add config.active_support.bare
This commit is contained in:
@@ -316,6 +316,8 @@ h4. Configuring Active Support
|
||||
|
||||
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.use_standard_json_time_format+ enables or disables serializing dates to ISO 8601 format. Defaults to +false+.
|
||||
|
||||
Reference in New Issue
Block a user