Skip to content

Instantly share code, notes, and snippets.

@rwilliams
Last active August 21, 2016 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwilliams/9e1a08d09fde686bb9a510204a0b79a4 to your computer and use it in GitHub Desktop.
Save rwilliams/9e1a08d09fde686bb9a510204a0b79a4 to your computer and use it in GitHub Desktop.
Force polling on for the evented file update checker
module ActiveSupport
class EventedFileUpdateChecker
private
def boot!
Listen.to(*@dtw, force_polling: true,&method(:changed)).start
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment