Backports fixes from Rails PR: rails/rails#43280
- Add
autocomplete="off"
to hidden inputs generated by checkboxes - Add
autocomplete="off"
toActionView::Helpers::Tags::Base#select_content_tag
- Add
autocomplete="off"
toutf8_enforcer_tag
- Switch from
Rails.application.reloader.to_prepare
toActiveSupport.on_load(:action_view)
- Add
gem-release
as dev dependency
- Update dummy app and add tests
- Fixed
hidden_field
override - Locked supported Rails versions to 6.1.x
- Initial release