You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### `ActionView::Helpers::RecordTagHelper` moved to external gem (record_tag_helper)
280
+
281
+
`content_tag_for` and `div_for` has been removed in favor of just using `content_tag`. To continue using it, add the `record_tag_helper` gem to your Gemfile:
282
+
283
+
```ruby
284
+
gem 'record_tag_helper', '~> 1.0'
285
+
```
286
+
287
+
See [#18411](https://github.com/rails/rails/pull/18411) for more details.
288
+
279
289
### Removed Support for `protected_attributes` Gem
280
290
281
291
The `protected_attributes` gem is no longer supported in Rails 5.
0 commit comments