Endikos wrote:> How do I tell rails not to put an epoch timestamp on the javascript
> and css files it links in for me, as well as any images whose tags
> I''ve used the image helper to generate?
Why would you want to remove the timestamps? When updating assets you
would want the client to pick up changes asap, by having those timestamps
they will be reloaded on first request.
Also whilst the assets are left unchanged, the browser will not query them
again as the URL looks the same. Check your browser logs.
Zsombor
--
Company - http://primalgrasp.com
Thoughts - http://deezsombor.blogspot.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---