We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This has caused errors on the macedonian site:
An Encoding::CompatibilityError occurred in user#signin:
incompatible character encodings: ASCII-8BIT and UTF-8 lib/i18n_fixes.rb:34:in `gsub'
When interpolating post_redirect.reason_params[:web] which has been serialised via YAML.
Seems like the issue described as "Deep deep YAML oddness" in https://www.zendesk.com/blog/upgrade-the-road-to-1-9/. Looking at the code, I see we port the problematic method in question to ruby 1.9. Not sure if that's still needed.
The text was updated successfully, but these errors were encountered:
Fixed in f75b1de
Sorry, something went wrong.
No branches or pull requests
This has caused errors on the macedonian site:
An Encoding::CompatibilityError occurred in user#signin:
incompatible character encodings: ASCII-8BIT and UTF-8
lib/i18n_fixes.rb:34:in `gsub'
When interpolating post_redirect.reason_params[:web] which has been serialised via YAML.
Seems like the issue described as "Deep deep YAML oddness" in https://www.zendesk.com/blog/upgrade-the-road-to-1-9/.
Looking at the code, I see we port the problematic method in question to ruby 1.9. Not sure if that's still needed.
The text was updated successfully, but these errors were encountered: