nkokkos.hashnode.devUse a moving average calculation to predict estimated time remaining while updating progress bar with turbo stream.Introduction Oh, well that was a mouthful of statement for a cover title! Anyway, let me break it down in simpler terms. In a nutshell, what I want to show you, is a way to show the end users when a process is about to finish using a live update with...Feb 4, 2025·4 min read
nkokkos.hashnode.devHow to use tomselect javascript library to create and edit a"belongs_to :many relation" with Ruby on RailsImagine that you have a classic has_many :through relation where you need to select several records out of thousands. Your form should be using an html select tag which would prove problematic if you had to select, say 5 records, out of 50.000 or mor...Jun 27, 2023·4 min read