aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/configuring.textile
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2010-12-02 17:28:48 +1100
committerRyan Bigg <radarlistener@gmail.com>2010-12-02 17:28:48 +1100
commite8ee2ba6cbbbc892a9db53420b8f0451a00388b0 (patch)
treedf53d0d321ef6aa95cea3d763826ac4243cc08e9 /railties/guides/source/configuring.textile
parent3dfcbe8d2c20e3a44805c1294459babfa8ede0db (diff)
downloadrails-e8ee2ba6cbbbc892a9db53420b8f0451a00388b0.tar.gz
rails-e8ee2ba6cbbbc892a9db53420b8f0451a00388b0.tar.bz2
rails-e8ee2ba6cbbbc892a9db53420b8f0451a00388b0.zip
Config guide: Add config.active_support.bare
Diffstat (limited to 'railties/guides/source/configuring.textile')
-rw-r--r--railties/guides/source/configuring.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile
index 4f7ac60b87..7e40cad040 100644
--- a/railties/guides/source/configuring.textile
+++ b/railties/guides/source/configuring.textile
@@ -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+.