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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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 <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 18 June 2010 15:38, Fernando Brito <email-7WGqr3rU1tXSv/CSzVJHWQC/G2K4zDHf@public.gmane.org> wrote:> You can find more information here: > > http://railsforum.com/viewtopic.php?id=19518I think that one is a bit confusing.> http://www.ruby-forum.com/topic/98220That one explains it well for me. Colin> > -- > Fernando Brito > > > On Fri, Jun 18, 2010 at 11:16 AM, Nicolas Vincent <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> > 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.