Skip to content

Commit

Permalink
Remove RecordTagHelper
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
yhirano55 committed Apr 7, 2018
1 parent 457312f commit 5c5ddd6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 58 deletions.
4 changes: 4 additions & 0 deletions actionview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 0 additions & 2 deletions actionview/lib/action_view/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module Helpers #:nodoc:
autoload :JavaScriptHelper, "action_view/helpers/javascript_helper"
autoload :NumberHelper
autoload :OutputSafetyHelper
autoload :RecordTagHelper
autoload :RenderingHelper
autoload :SanitizeHelper
autoload :TagHelper
Expand Down Expand Up @@ -57,7 +56,6 @@ def self.eager_load!
include JavaScriptHelper
include NumberHelper
include OutputSafetyHelper
include RecordTagHelper
include RenderingHelper
include SanitizeHelper
include TagHelper
Expand Down
23 changes: 0 additions & 23 deletions actionview/lib/action_view/helpers/record_tag_helper.rb

This file was deleted.

33 changes: 0 additions & 33 deletions actionview/test/template/record_tag_helper_test.rb

This file was deleted.

0 comments on commit 5c5ddd6

Please sign in to comment.