I've got Rails configured to use assets0-3 as described here: AssetTagHelper
So, in the production environment we have this bit of code:
config.action_controller.asset_host = "http://assets%d.example.com"
Now, assets0-3 is showing up at random in all sorts of URLs created using only the link_to helpers.

link_tocalls that comes up wrong? – Peter Wagenet Oct 6 at 0:12link_to 'Your Url', user_url. – Thanatos Oct 8 at 2:47