mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Mention encoding in config guide
This commit is contained in:
parent
549c134660
commit
b89ce3e679
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ h4. Rails General Configuration
|
||||||
|
|
||||||
* +config.eager_load_paths+ accepts an array of paths from which Rails will eager load on boot if cache classes is enabled. All elements of this array must also be in +load_paths+.
|
* +config.eager_load_paths+ accepts an array of paths from which Rails will eager load on boot if cache classes is enabled. All elements of this array must also be in +load_paths+.
|
||||||
|
|
||||||
|
* +config.encoding+ sets up the application-wide encoding. Defaults to UTF-8.
|
||||||
|
|
||||||
* +config.filter_parameters+ used for filtering out the parameters that you don't want shown in the logs, such as passwords or credit card numbers.
|
* +config.filter_parameters+ used for filtering out the parameters that you don't want shown in the logs, such as passwords or credit card numbers.
|
||||||
|
|
||||||
* +config.log_level+ defines the verbosity of the Rails logger. In production mode, this defaults to +:info+. In development mode, it defaults to +:debug+.
|
* +config.log_level+ defines the verbosity of the Rails logger. In production mode, this defaults to +:info+. In development mode, it defaults to +:debug+.
|
||||||
|
|
Loading…
Reference in a new issue