Jonathan Bennett
Jonathan Bennett
PR #509 would help with this by just using a basic `ilike` search. Let me know if this would work for you.
This isn't using `Rails.fire` any more (11f7338). Agree with @hcurotta that it should be switched to `.requestSubmit` though
This just came up in a conversation on Noticed because I'm setting up an engine for push notifications + noticed. I have a working version here: http://github.com/jbennett/noticed-web_push. Takes about 30...
With the current PWA files solution you are serving up a service_worker.js template. This pulls it out of the normal JS ecosystem used in the rest of the app. Have...
I created a video walking through setting this up with full support for iOS clients even. Was wondering if there would be interest in getting this pulled in as a...
I added a PR to automated most of the WebPush setup: #297