rails--rails/actionview/lib/action_view
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
..
helpers Allow both `current_page?(url_hash)` and `current_page?(**url_hash)` on Ruby 2.7 2021-03-22 10:57:45 +09:00
locale
renderer
tasks
template
testing
base.rb
buffers.rb
cache_expiry.rb
context.rb
dependency_tracker.rb
digestor.rb
flows.rb
gem_version.rb
helpers.rb
layouts.rb
log_subscriber.rb
lookup_context.rb
model_naming.rb
path_set.rb
railtie.rb
record_identifier.rb
rendering.rb
routing_url_for.rb
template.rb
test_case.rb
unbound_template.rb
version.rb
view_paths.rb