eduardm
eduardm
Fixed Validation failed: Attachment translation missing: en.activerecord.errors.messages.inclusion and added separate error messages for size and content type.
I think it will be useful to be able to use counter_cache with acts_as_commentable, could save a lot of processing time on large sites
Running Raspbian Buster on a PI4b. `omxplayer movi_file --orientation 90 ` produce non watchable video, see attached image  I tested with hundreds of videos, all working on older Pi...
I am using paperclip gem to handle big video uploads that could take hours to finish. Everything works fine, but after_post_process is not called when processing is done (DB column...
I am running a video processing engine with Paperclip and Delayed_paperclip gems. Everything works fine, but I need to trigger some things when processing is done (sending emails, copy some...
With paperclip is possible to pass an url instead of uploading the file and use media_remote_url for this. In this case process_in_background is not working (nothing is added to queue...