Changing the file name of an image will result in the image not being output.
Seems to have stopped working since 3.0.6. It worked in 3.0.5.
# Images of this version are not output.
version :thumb do
def full_filename(for_file)
"image.jpg"
end
end
I could not find the cause of the problem for me as I checked the code and it seemed to pass the test. I would appreciate it if you could confirm this.
Rails 7.1.3.4 Ruby 3.3.4
Changing the file name of an image will result in the image not being output. Seems to have stopped working since 3.0.6. It worked in 3.0.5.
I could not find the cause of the problem for me as I checked the code and it seemed to pass the test. I would appreciate it if you could confirm this.