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
- invalid attachment is not preventing file changes save for nested models
- Where does it load the whole file?
- [Validator] Add new aspects ratios like `aX`
- [Validator] Add ability to perform dimensions / aspect_ratio validators on single page pdf (#370)
- [Matcher] Ensure `aspect_ratio_matcher` is working fine with several aspect_ratios
- Dimension validator fails on PDF
- Docs
- Subscribe to help with docs for this repo and come back later