Open igortice opened 5 years ago
Hi,
I'm having the same problem. In addition, the existing problem seems to have never been assigned. It seems that the values have been passed to the variables in the first run.
rails version: 5.2.2 ruby version: 2.5.3 gon version: 6.2.1
Hi, I found this problem, and resolved by this way:
Change <%= Gon::Base.render_data %>
from head to body.
rails version: 5.2.2 ruby version: 2.5.3 gon version: 6.2.1
I have two actions:
in my header i put gon:
in browser colose on page index i write gon and returns this:
i navigate with turbolinks to page about and i write gon from console and return this:
so i back to index with tuborlinks and i write in console gon and the return not put the value, but an empty object