Mathieu EUSTACHY
Mathieu EUSTACHY
I think the gem readme could use a little of rewriting to make it clearer and highlight what is feasible with the gem.
We could add a few validators for audio & video files. We would need something to analyse such files and ... tada! There is already one built-in Rails around FFMPEG:...
This feature add the ability to have a rails-nested controller inside a rails-nested controller template. Basically it allows to nest inside another nesting. I was not able to fix the...
Thanks to our video metadata extraction, we are able to validate if a video has audio or not: ```bash ActiveStorageValidations::Analyzer::VideoAnalyzer.new(attachable).metadata # => { width: 640.0, height: 480.0, duration: 5.0, angle:...
New validation option has been added: https://github.com/rails/rails/commit/87be3c33cfc43888fb9aa3c9e41e3ce4ff722439
AX (a1, a2, ...) ratio are approximatively 1:1.4142. Would be a great idea to have some new aspect_ratios, like: - AX, AX_portrait, AX_landscape AX being AX_portrait and AX_landscape allowed. Since...
Using MiniTest like Rspec feels a bit ... not fine. Better using Rspec
We could add a shorthand for msword, msexcel, msppt documents in our `content_type` validator. This shorthand could also be made available to the views to alleviate the effort of writing...