You can configure your server to have them expire,
read here for info on apache .htaccess configs:
http://www.askapache.com/htaccess/speed-up-sites-with-htaccess-caching.html
(I have not tried this)
Make all files no cache, inside .htaccess file add:
<Files *>
Header set Cache-Control: "private, pre-check=0, post-check=0, max-
age=0"
Header set Expires: 0
Header set Pragma: no-cache
</Files>
or you can simply append a unique id to your image url
http://pastie.caboo.se/85642
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Spinoffs" group.
To post to this group, send email to
rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---