Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force request encodings to be UTF-8 instead of ASCII-8BIT after a reflex #320

Merged
merged 2 commits into from
Oct 31, 2020

Commits on Oct 5, 2020

  1. force request encodings to be UTF-8 instead of ASCII-8BIT

    Calling `Rack::MockRequest.env_for()` returns for some reason a Hash with some ASCII-8BIT strings. This commit converts the `params[:action]` and `params[:controller]` back to UTF-8 strings since those are the only params converted to ASCII-8BIT
    marcoroth committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    9ad89ea View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Configuration menu
    Copy the full SHA
    8ea71f9 View commit details
    Browse the repository at this point in the history