2 results found Sort:

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...
Created 2018-08-28
528 commits to master branch, last one 7 days ago
A demo drag and drop image upldate Ruby on Rails app using Stimulus.js, DropZone.js, and ActiveStorage
Created 2019-09-15
20 commits to master branch, last one 3 years ago