Tom Lee

Joined

370 Experience
3 Lessons Completed
0 Questions Solved

Activity

Posted in What is Hotwire Strada?

Based on these two repos: https://github.com/hotwired/turbo-ios, https://github.com/hotwired/turbo-android, I think Strada is going to be some hybrid app framework.

Posted in Disable service worker?

Thanks Martin in the GoRails Slack group for helping me out:
https://love2dev.com/blog/how-to-uninstall-a-service-worker/

Posted in Disable service worker?

Hi I have a brand new Rails app and it's making request to /service-worker.js/, resulting in some annoying ActionController::RoutingError (No route matches [GET] "/service-worker.js"):, while I think I can make an service-worker endpoint that does nothing to silence it, what is the Rails way to disable that for now?

Also, I can't find resource on Rails guide for this matter, do you mind suggesting some reading? Thanks!