gazay / gon

Your Rails variables in your JS
MIT License
3.05k stars 184 forks source link

uninitialized constant ActionView::CompiledTemplates::Gon #231

Closed amorimlucas closed 7 years ago

amorimlucas commented 7 years ago

I followed the instructions in the wiki, but I keep getting this error when I try to go to a page of my rails app:

uninitialized constant ActionView::CompiledTemplates::Gon

And this is the line in my layout file that triggers the error:

<%= Gon::Base.render_data({}) %>

amorimlucas commented 7 years ago

I just needed to restart my server.