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
- 292 validate content type of failing since 131
- Allow multiple aspect ratios
- [Validator] Add a media_type validator
- Check if it's possible to add Ruby LSP integration for this gem
- Rewrite the readme to make it shine
- Improve CI
- Random failure on CI
- Refactor the `metadata.rb` from `ActiveStorage::Analyzer::ImageAnalyzer::ImageMagick/Vips.new(blob).metadata`
- Add validators for audio & video
- Not working with not-yet-persisted blobs
- Docs
- Subscribe to help with docs for this repo and come back later