vote up 0 vote down star

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.

flag

1  
Can you provide a sample of one of the link_to calls that comes up wrong? – Peter Wagenet Oct 6 at 0:12
It shouldn't be coming up in a link_to of any kind. That setting is meant to affect the css/javascript/image asset helpers. Either way, here's an example: link_to 'Your Url', user_url. – Thanatos Oct 8 at 2:47

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.