有谁知道是否有可能以某种方式为使用asset_path 或asset_url 辅助方法寻址的资产设置不同的asset_host?
像这样的东西:
asset_path 'path/to/asset.html', :host => nil #this will same sure the asset is on the same domain
asset_path 'path/to/asset.jpg', :host => 'http://staticserver.com' #static server