gazay/gon

include_gon with stream: true doesn't work

gouravtiwari opened this issue · 2 comments

I am using Gon gem for a while now and I am using rails 4.2.6. Currently exploring rails' streaming option.
I found that include_gon(namespace: 'APP_NAME') in view doesn't work as soon as I add render stream: true in action. Is it supported by Gon? Are there any work arounds?

Linking related issue #90

include_gon init: true works, but doesn't record any variables that have been set. It appears that this is a bug in the request_store gem: steveklabnik/request_store#52