开发者

rebranding rails application

开发者 https://www.devze.com 2023-02-12 08:07 出处:网络
I would like to rebrand my Rails app so that each user will have their own configuration like CSS, logos etc. We are storing the logos and fav icons in Amazon S3. Please let me know what is the best w

I would like to rebrand my Rails app so that each user will have their own configuration like CSS, logos etc. We are storing the logos and fav icons in Amazon S3. Please let me know what is the best way to retrieve as if i retrieve from their for every request that will cost me lot of bandwidth because every page will have logo and the fav i开发者_如何学Ccon. I am looking for a most economic way of storing those images.


You could download the logos running wget within RoR, telling the application to store it on a special folder.

But, the best way to save bandwidth would be directly linking the logos and favicons that are in Amazon S3.

0

精彩评论

暂无评论...
验证码 换一张
取 消