such as
<img alt="Auto" class="list-image" src="/images/auto.jpg?1287492558" />
the ?1287492558
and with it i cant load the thing with question marks and numbers. And i can load it as soon as i deleted the thing. So as the style sheet that i load dynamically using eRB.
I also discover that
- i would able to load the image for the first time , 3rd time , 6th time and so on.
- And load my stylesheet for the first time only. Not after refresh.
- the ?number is always the same every time i refresh
- when i request the link of image using different ?number , it can be load. But with same ?number "Internal Server Error private method `gsub!' called for # " show
So , can any rails guru please tell me what is the purpose of ?1287492558 and how to delete it or how to make rails load the image url?