aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2019-01-23 15:50:48 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2019-02-06 16:57:04 -0800
commit7d0ce785d4d0d3c8f31eb63b653d1c5d2a2bdad7 (patch)
treeec918feab4a273805f1a3e0a92443d8155a7b77d /guides
parent5b4df9d0eb295d402489465f3600576038f5762d (diff)
downloadrails-7d0ce785d4d0d3c8f31eb63b653d1c5d2a2bdad7.tar.gz
rails-7d0ce785d4d0d3c8f31eb63b653d1c5d2a2bdad7.tar.bz2
rails-7d0ce785d4d0d3c8f31eb63b653d1c5d2a2bdad7.zip
Remove finalizer and configuration
Diffstat (limited to 'guides')
-rw-r--r--guides/source/configuring.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 2911b1f7c3..e7129dd274 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -590,13 +590,6 @@ Defaults to `'signed cookie'`.
* `config.action_view.default_enforce_utf8` determines whether forms are generated with a hidden tag that forces older versions of Internet Explorer to submit forms encoded in UTF-8. This defaults to `false`.
-* `config.action_view.finalize_compiled_template_methods` determines
- whether the methods on `ActionView::CompiledTemplates` that templates
- compile themselves to are removed when template instances are
- destroyed by the garbage collector. This helps prevent memory leaks in
- development mode, but for large test suites, disabling this option in
- the test environment can improve performance. This defaults to `true`.
-
### Configuring Action Mailbox