rails--rails/activestorage/test
Guilherme Mansur 6133dad869 Don't fail ImageAnalyzer on unsupported types
Fix: #36065

The IamgeAnalyzer passes a image to ImageMagick without checking if the
image is supported by ImageMagick. This patch checks that image is
supported and if not logs an error and returns an empty hash instead of
raising an error. This is the same error handling we do when we
encounter a LoadError when mini_magick is not installed.
2019-04-24 07:59:12 -04:00
..
analyzer Don't fail ImageAnalyzer on unsupported types 2019-04-24 07:59:12 -04:00
controllers Fix ArgumentError: Unsafe redirect 2019-01-21 14:15:34 +09:00
database Refactor migration to move migrations paths to connection 2018-01-18 08:55:03 -05:00
dummy Merge pull request #34132 from ConfusedVorlon/enable_fragment_cache_log_in_dev 2019-01-08 14:15:16 -05:00
fixtures/files Allow ActiveStorage to generate variants of BMP images 2019-04-21 19:07:22 +02:00
jobs Remove superfluous test 2018-08-19 01:10:50 -04:00
models Merge pull request #36045 from yfxie/fix-normalize-the-hash-of-transformations 2019-04-21 16:07:54 -04:00
previewer Change video preview format from PNG to JPG 2018-05-23 14:32:34 -04:00
service url -> URL where apt except inside actionpack/ 2019-04-01 22:56:35 +05:30
template url -> URL where apt except inside actionpack/ 2019-04-01 22:56:35 +05:30
test_helper.rb Output junit format test report 2019-04-04 14:34:46 +09:00