active_storage_validations
https://github.com/igorkasyanchuk/active_storage_validations
Ruby
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 }
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
1 Subscribers
Add a CodeTriage badge to active_storage_validations
Help out
- Issues
- Add support for multiple aspect ratios
- ActiveRecord::Base subclass requirement
- Processable image validation seems not working in all cases
- Dimensions validations on saved attachment
- poc to check if video works
- Dimension of videos are not validated
- NoMethodError: undefined method `attached?' for <#Attachment> with nested records
- Known Issue
- ActiveAdmin and active_storage_validations
- There's a way to save a record with no attachment even with an attachment presence validation (using Trestle)
- Docs
- Subscribe to help with docs for this repo and come back later