Rails asset query string changes randomly -


this more explained example:

when go http://www.learnmoreaboutthis.org/.

i different urls logo:

http://www.learnmoreaboutthis.org/images/maximum_logo_height_500.jpeg?1380996549 

that number in last part changes.

how debug this? starting point appreaciated.

i using rails 3.0.9. application has not asset pipeline.

update

try reloading www.learnmoreaboutthis.org several times see mean.

not sure if best way this, anyway should work.

i'm assuming using image_tag helper, instead of that:

<img src="/images/maximum_logo_height_500.jpeg" alt="maximum logo" /> 

hope helps!


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -