active-storage topic

List active-storage repositories

active_storage_validations

976
Stars
126
Forks
Watchers

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, dimens...

drag_and_drop_active_storage

59
Stars
19
Forks
Watchers

A demo drag and drop image upldate Ruby on Rails app using Stimulus.js, DropZone.js, and ActiveStorage