vote up 0 vote down star
1

Rails caches (file cache) per default domain-based, but is there a way to disable this? My rails app can be reached via multiple domains and the content is all the same. I just don't want to have multiple cache files.

(I know memcache is better, this is not part of the question)

flag

78% accept rate

1 Answer

vote up 1 vote down check

Configure an asset server in your environment.rb, so that all static files are loaded from the same domain.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.