How to disable default asset timestamps for some assets in rails? -


There are some image assets on my site that will always remain constant, and therefore do not require a timestamp, which is the image. Do not add timestamps to some assets?

Why not just use regular HTML & lt; Img & gt; Elements for those pictures? It will also be a little faster by going through the rail assistant.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -