I rather have a blank alt attribute if an image is missing instead of the filename of the image (who ever wants this default behavior anyway?)
Is there a way to make
You can monkey-patch ActionView::Helper#image_alt with:
def image_alt(src) '' end