Suggest an alternative to

active_storage_validations

Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes }, limit: { min: 1, max: 3 }, aspect_ratio: :landscape, dimension: { width: { in: 800..1600 }

Why do you think that https://github.com/sidekiq/sidekiq is a good alternative to active_storage_validations

A URL to the alternative repo (e.g. GitHub, GitLab)

Here you can share your experience with the project you are suggesting or its comparison with active_storage_validations. Optional.

A valid email to send you a verification link when necessary or log in.