[OSM-dev] how to change the delimiter in rails asset urls?
Mikel Maron
mikel_maron at yahoo.com
Tue Aug 5 23:26:11 BST 2008
Hi
Does anyone have an idea why the rails app appends "/" + timestamp, rather than "?" + timestamp, on asset urls?
<%= javascript_include_tag 'prototype' %>
results in
<script src="/javascripts/prototype.js/1199623342" type="text/javascript"></script>
but I want it to be (as normally)
<script src="/javascripts/prototype.js?1199623342" type="text/javascript"></script>
Hints how I can change the delimiter?
Thanks
Mikel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/dev/attachments/20080805/01cf0c2f/attachment.html>
More information about the dev
mailing list