mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Add mention of helper_paths to config guide
This commit is contained in:
@@ -79,6 +79,8 @@ h4. Rails General Configuration
|
||||
|
||||
* +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.helper_paths+ configures where Rails can find helpers for this application.
|
||||
|
||||
* +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_path+ overrides the path to the log file to use. Defaults to +log/#{environment}.log+ (e.g. log/development.log or log/production.log).
|
||||
|
||||
Reference in New Issue
Block a user