Skip to content

Commit

Permalink
Change coloriz_logging description to follow the standard for this guide
Browse files Browse the repository at this point in the history
  • Loading branch information
radar authored and fxn committed Dec 5, 2010
1 parent 08f6b4e commit cbea902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion railties/guides/source/configuring.textile
Expand Up @@ -59,7 +59,8 @@ h4. Rails General Configuration

* +config.cache_store+ configures which cache store to use for Rails caching. Options include +:memory_store+, +:file_store+, +:mem_cache_store+ or the name of your own custom class.

* +config.colorize_logging+ (true by default) specifies whether or not to use ANSI color codes when logging information.
* +config.colorize_logging+ specifies whether or not to use ANSI color codes when logging information. Defaults to _true_.


* +config.dependency_loading+ enables or disables dependency loading during the request cycle. Setting dependency_loading to _true_ will allow new classes to be loaded during a request and setting it to _false_ will disable this behavior. Can also be enabled with +threadsafe!+.

Expand Down

0 comments on commit cbea902

Please sign in to comment.