aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2017-03-04 12:19:28 +0530
committerGitHub <noreply@github.com>2017-03-04 12:19:28 +0530
commitfd3c6eadbbc1fbd4782138a28a87cb96df3ca450 (patch)
tree6e66db0440e85abe740ece7c98d94716b8ff1858 /guides/source/configuring.md
parent49d61aed4cc52b8c649f74d23781b3d3f6e01f41 (diff)
downloadrails-fd3c6eadbbc1fbd4782138a28a87cb96df3ca450.tar.gz
rails-fd3c6eadbbc1fbd4782138a28a87cb96df3ca450.tar.bz2
rails-fd3c6eadbbc1fbd4782138a28a87cb96df3ca450.zip
Escapes and edits to configuring guide [ci skip] (#28280)
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index de921e2705..a4f3882124 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -350,9 +350,9 @@ All these configuration options are delegated to the `I18n` library.
`config/environments/production.rb` which is generated by Rails. The
default value is `true` if this configuration is not set.
-* `config.active_record.dump_schemas` controls which database schemas will be dumped when calling db:structure:dump.
- The options are `:schema_search_path` (the default) which dumps any schemas listed in schema_search_path,
- `:all` which always dumps all schemas regardless of the schema_search_path,
+* `config.active_record.dump_schemas` controls which database schemas will be dumped when calling `db:structure:dump`.
+ The options are `:schema_search_path` (the default) which dumps any schemas listed in `schema_search_path`,
+ `:all` which always dumps all schemas regardless of the `schema_search_path`,
or a string of comma separated schemas.
* `config.active_record.belongs_to_required_by_default` is a boolean value and
@@ -362,10 +362,10 @@ All these configuration options are delegated to the `I18n` library.
* `config.active_record.warn_on_records_fetched_greater_than` allows setting a
warning threshold for query result size. If the number of records returned
by a query exceeds the threshold, a warning is logged. This can be used to
- identify queries which might be causing memory bloat.
+ identify queries which might be causing a memory bloat.
* `config.active_record.index_nested_attribute_errors` allows errors for nested
- has_many relationships to be displayed with an index as well as the error.
+ `has_many` relationships to be displayed with an index as well as the error.
Defaults to `false`.
* `config.active_record.use_schema_cache_dump` enables users to get schema cache information