How do I update a page (a row on a table) dynamically?
ActionCable works great for this. Once the background job retrieves the data, you can have it send an updated partial over to the user and replace it on the page. I do this for server and app statu...
Chris Oliver replied • Solved