aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2014-01-26 20:39:16 +0000
committerAndrew White <andyw@pixeltrix.co.uk>2014-01-26 21:25:54 +0000
commite3c382e3d69e7f25593cf45a4acc1b74bb93d057 (patch)
tree5cc3260c9ee723fb91e54b71ff64633e2af2deb2 /guides
parentef17225173131541f0f5495ea31fc51ea46cb236 (diff)
downloadrails-e3c382e3d69e7f25593cf45a4acc1b74bb93d057.tar.gz
rails-e3c382e3d69e7f25593cf45a4acc1b74bb93d057.tar.bz2
rails-e3c382e3d69e7f25593cf45a4acc1b74bb93d057.zip
Rename subsecond_fraction_digits option to time_precision
Diffstat (limited to 'guides')
-rw-r--r--guides/source/configuring.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 4afd0600c4..693991304b 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -441,6 +441,8 @@ There are a few configuration options available in Active Support:
* `config.active_support.use_standard_json_time_format` enables or disables serializing dates to ISO 8601 format. Defaults to `true`.
+* `config.active_support.time_precision` sets the precision of JSON encoded time values. Defaults to `3`.
+
* `ActiveSupport::Logger.silencer` is set to `false` to disable the ability to silence logging in a block. The default is `true`.
* `ActiveSupport::Cache::Store.logger` specifies the logger to use within cache store operations.