Sunwoo Yang

Results 5 comments of Sunwoo Yang

@nikriek I tried forking the gem with the changes you mentioned, but I'm still getting an error on Heroku production. `Sprockets::Rails::Helper::AssetNotFound (The asset "firebase-messaging-sw.js" is not present in the asset...

@athix thanks! Did the tutorial work in production as well? I can get everything working locally using serviceworker-rails but it fails in heroku production.

I'm also wondering how this is done. Tried stream_template, stream_with_context, and my server only sends the response once it is done loading and not while it is streaming. I also...

Btw, what would be the best way to attach the .modal click event on the articles soon after it is created? Right now, I'm guessing the event is only firing...

@davestephens Does this workaround still work for heroku? I tried it but rails automatically puts the public folder under gitignore since the changes to the asset pipeline. Is it wise...