Hi everybody, I'm fighting with iis and fastcgi for deployment on a
windows 2003 server!

I'm running rails 2.1 and everithing untill now seems to work fine
except the src attribute of image tags gereated by image_tag helper

when the "?1234565" query string is appended to the image url also a "."
is appended just before the "?" and after the image file extension.

For example

image_tag("header.png")

generates

<img src="/images/header.png.?1234565" alt="Header"/>

This happens only on iis, not if I run webrick on the server....

Does anybody know how can I fix it??

Thanks!
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to