You can find more information here: http://railsforum.com/viewtopic.php?id=19518 http://www.ruby-forum.com/topic/98220
-- Fernando Brito On Fri, Jun 18, 2010 at 11:16 AM, Nicolas Vincent <[email protected]>wrote: > 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]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- 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.

