rails--rails/actionpack/lib/action_dispatch/request
HParker 9a2f63acbc avoid calling custom_encoding_for when unused
if the action does not use a custom encoding, then we can skip checking if we need to fix the encoding on any of the parameters.

Instead of asking the controller about each of the parameters, we can ask the controller to tell us what params to convert once. If the controller returns nothing, we have no work to do.
2020-10-27 10:42:41 -07:00
..
session.rb Revert "*Store implements delete_session as a public method" 2020-10-12 09:16:39 +09:00
utils.rb avoid calling custom_encoding_for when unused 2020-10-27 10:42:41 -07:00