Using array_position to Sort ActiveRecord Records By Array
In Ruby on Rails, you may face the issue when you try to use .where with array but your expected result is sorted by your
In Ruby on Rails, you may face the issue when you try to use .where with array but your expected result is sorted by your
In Sidekiq Enterprise, it supports periodic jobs (aka cron or recurring jobs) to register your periodic jobs with a schedule upon startup and Sidekiq will
In this post, we are going to share a quick tips about how to restrict deleting action and showing customised flash notice in ActiveAdmin. We
In Ruby on Rails, we can use to_json to convert data or hash to JSON easily, but we need to be cautious when we convert
In this article, I will be diving into the guidelines and best practices in writing performant background jobs in your Rails application. Firstly, when should
Working with date and time logic has always been known to be some of the most complex and irritating logic in any application. When you