I am using rails 3.1 but any time i use image tag helper to call out an image it never brings out the image. So also wen i refresh my browser my style sheet is not rendered until i refresh the browser again. Does any one know how to come about this?
for instance
<%= image_tag('pic.png')%>
I am beginning to wonder if all this is a windows problem?
In Rails 3.1 it looks like it is going to be /assets/image.png vs /images/image.png. Place your images in app/assets/images. Worked for me anyway.