When I do , or image_tag( … ) it does not load the image, and Firebug says it was not found. But when I do it in a simple .html file out of a rails app. it loads the image correctly.
When I do , or image_tag( … ) it does not load the image, and Firebug says it was not found. But when I do it in a simple .html file out of a rails app. it loads the image correctly.
Have you tried viewing the page source and copying the out and into your simple html page just to check there is not some subtle difference in the url string?