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.