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

How to use Base64.urlsafe_decode64 for a gon variable. #245

Open
mgtf opened this issue Mar 26, 2018 · 0 comments
Open

How to use Base64.urlsafe_decode64 for a gon variable. #245

mgtf opened this issue Mar 26, 2018 · 0 comments

Comments

@mgtf
Copy link

mgtf commented Mar 26, 2018

Hi,

I'm using something like

  protected

  def init_gon
    ...
    gon.vapid_public_key = Base64.urlsafe_decode64(Rails.application.secrets.vapid[:public_key])
  end

But the Gon::Base.render_data complains that : "\xD2" from ASCII-8BIT to UTF-8
I've tried different string conversion using force_encoding method without success.

Any hints ?
Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant