Using Service Worker on Rails
So far there hasn’t been a good story for using the new JavaScript API, Service Worker, in Rails applications – until now! Service workers come with some unique requirements for deployment that don’t play nice with the default behavior of the Rails asset pipeline. My latest post shows how I approached this problem and packaged my solution into a new Ruby gem. https://rossta.net/blog/service-worker-on-rails.html
Post a comment