Hello,

I just took over some project and I noticed some odd behaviour : every
image_tag executed inside my views generate the needed code, but also
append some sort of non random parameter wich I never asked for !

For example :

= image_tag 'tables/first.png', :border => 0, :class => 'first'

will generate :

<img border="0" id="bottom_connexion"
src="/images/tables/first.png?1268837874" />

!!!!!

How can I get rid of this ' ?1268837874 ' ?

Thanks,

Nicolas
-- 
Posted via http://www.ruby-forum.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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to