gon
gon copied to clipboard
Support for ActionController::Live
Rails 4 introduced ActionController::Live, and it would be perfect for gon.watch, since it uses another thread and does not overheads the main process.
Cool, thanks for idea! I'll look into it
Great! :grinning:
@gazay If you have some time available for a related issue: I presume gon
is breaking the functionality for ActionController::Live, described here https://github.com/rails/rails/issues/31200#issuecomment-373538396
And I've put up a stripped down demo project for this issue alone: https://github.com/rcugut/xlsxtream_playground
Whenever the gon
gem is present in Gemfile, things stop working. I'm still digging to find out why. You can see the exact versions in the Gemfile.lock