gon icon indicating copy to clipboard operation
gon copied to clipboard

Support for ActionController::Live

Open fermuch opened this issue 11 years ago • 3 comments

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.

fermuch avatar Sep 15 '13 17:09 fermuch

Cool, thanks for idea! I'll look into it

gazay avatar Sep 18 '13 02:09 gazay

Great! :grinning:

fermuch avatar Sep 18 '13 02:09 fermuch

@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

rcugut avatar Mar 16 '18 02:03 rcugut