aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-11-19 22:24:38 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-12-02 20:02:35 -0200
commita6dfe5f0249a4825a79407fb15ae42eac0647d4f (patch)
treebb1613650c49fca0b5ececc8213052fd3ba4c651 /guides/source/configuring.md
parent016eb65d7e335b82de49f55f1de679e06855d89c (diff)
downloadrails-a6dfe5f0249a4825a79407fb15ae42eac0647d4f.tar.gz
rails-a6dfe5f0249a4825a79407fb15ae42eac0647d4f.tar.bz2
rails-a6dfe5f0249a4825a79407fb15ae42eac0647d4f.zip
Use alphabetic order
[ci skip]
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 70f521bf51..5377b971b9 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -66,6 +66,8 @@ These configuration methods are to be called on a `Rails::Railtie` object, such
* `config.action_view.cache_template_loading` controls whether or not templates should be reloaded on each request. Defaults to whatever is set for `config.cache_classes`.
+* `config.beginning_of_week` sets the default beginning of week for the application. Accepts a valid week day symbol (e.g. `:monday`).
+
* `config.cache_store` configures which cache store to use for Rails caching. Options include one of the symbols `:memory_store`, `:file_store`, `:mem_cache_store`, `:null_store`, or an object that implements the cache API. Defaults to `:file_store` if the directory `tmp/cache` exists, and to `:memory_store` otherwise.
* `config.colorize_logging` specifies whether or not to use ANSI color codes when logging information. Defaults to true.
@@ -129,8 +131,6 @@ numbers. New applications filter out passwords by adding the following `config.f
* `config.time_zone` sets the default time zone for the application and enables time zone awareness for Active Record.
-* `config.beginning_of_week` sets the default beginning of week for the application. Accepts a valid week day symbol (e.g. `:monday`).
-
### Configuring Assets
* `config.assets.enabled` a flag that controls whether the asset