From 5c5ddd69b1e06fb6b2bcbb021e9b8dae17e7cb31 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Hirano Date: Sat, 7 Apr 2018 02:50:57 +0900 Subject: Remove RecordTagHelper * Since #18411, we started to inform about extracted gem (record_tag_helper) to developers who use `ActionView::Helpers::RecordTagHelper` 's methods. * Currently, it seems no problem that we don't have to support no longer. --- actionview/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'actionview/CHANGELOG.md') diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index 918ae48bed..7e25d4cc98 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -1,3 +1,7 @@ +* Remove RecordTagHelper + + *Yoshiyuki Hirano* + * Disable `ActionView::Template` finalizers in test environment Template finalization can be expensive in large view test suites. -- cgit v1.2.3