rails--rails/actionview/lib/action_view/helpers
Ryuta Kamizono 81d90d81d0 Allow both `current_page?(url_hash)` and `current_page?(**url_hash)` on Ruby 2.7
Keyword argument warnings are caused by #41206 to allow both
`current_page?(url_hash)` and `current_page?(**url_hash)` on Ruby 3.0.

Unfortunately it is super hard to support that for both Ruby 2.7 and 3.0
with the same method signature.

Closes #41710.
2021-03-22 10:57:45 +09:00
..
tags feat(rubocop): Add Style/RedundantRegexpEscape 2020-12-08 18:57:09 +00:00
active_model_helper.rb Enable `Layout/EmptyLinesAroundAccessModifier` cop 2019-06-13 12:00:45 +09:00
asset_tag_helper.rb Ensure modules are preloaded correctly using rel=modulepreload. 2021-03-19 13:22:22 -04:00
asset_url_helper.rb Fix inline code markup [ci-skip] 2021-02-14 11:20:35 -06:00
atom_feed_helper.rb Remove `require "active_support/core_ext/symbol/starts_ends_with"` 2021-02-09 22:31:09 +09:00
cache_helper.rb Ensure cache fragment digests include all templates 2020-05-26 15:52:05 -04:00
capture_helper.rb
controller_helper.rb
csp_helper.rb Allow to pass options to `csp_meta_tag` 2019-02-16 09:36:37 +09:00
csrf_helper.rb
date_helper.rb feat(rubocop): Add Style/RedundantRegexpEscape 2020-12-08 18:57:09 +00:00
debug_helper.rb Missing requires 2020-11-26 23:27:22 +09:00
form_helper.rb Clarify when `enctype="multipart/form-data"` gets added to forms [docs] 2021-03-10 13:09:46 -06:00
form_options_helper.rb Missing requires 2020-11-26 23:27:22 +09:00
form_tag_helper.rb Remove `require "active_support/core_ext/symbol/starts_ends_with"` 2021-02-09 22:31:09 +09:00
javascript_helper.rb These helpers do not use anything in tag_helper.rb 2020-11-26 23:27:22 +09:00
number_helper.rb Enable HashTransformKeys and HashTransformValues cops 2020-02-20 22:37:32 +00:00
output_safety_helper.rb Updated links from http to https in guides, docs, etc 2019-03-09 16:43:47 +05:30
rendering_helper.rb Fix inline code markup [ci-skip] 2021-02-14 11:20:35 -06:00
sanitize_helper.rb Call class method since sanitizer's instance method is private and add tests 2020-12-08 22:32:49 +00:00
tag_helper.rb feat(rubocop): Add Style/RedundantRegexpEscape 2020-12-08 18:57:09 +00:00
tags.rb
text_helper.rb Fix formatting in highlight docs 2021-02-11 16:48:45 -05:00
translation_helper.rb Remove `require "active_support/core_ext/symbol/starts_ends_with"` 2021-02-09 22:31:09 +09:00
url_helper.rb Allow both `current_page?(url_hash)` and `current_page?(**url_hash)` on Ruby 2.7 2021-03-22 10:57:45 +09:00