Asynchronous Data Fetch – Gem – Ruby on Rails
Asynchronous fetch has always been so tedious. I have been working on a website written in Ruby on Rails for a while (It is not done yet but I will publish an update as soon as it is finished) and I felt the need to fetch data from the database asynchronously to have more responsiveness in the UI. It … Read more