[Rails] Re: production and cache

2009-07-22 Thread James Englert
What kind of cache are you using? Could you copy your environment file here? On Wed, Jul 22, 2009 at 4:32 AM, Alessandro Scolavino rails-mailing-l...@andreas-s.net wrote: I have read a lot this few days about caching in ruby... I see that the only solution for me is to use cache action and

[Rails] Re: production and cache

2009-07-22 Thread Alessandro Scolavino
James Englert wrote: What kind of cache are you using? Could you copy your environment file here? On Wed, Jul 22, 2009 at 4:32 AM, Alessandro Scolavino It's the dafault file, i have made no change # Settings specified here will take precedence over those in config/environment.rb #

[Rails] Re: production and cache

2009-07-21 Thread James Englert
Somehow I thought that was how it worked by default. For example, my site caches files as: ~/thepeoplesfeed/tmp/cache/views/www.thepeoplesfeed.com/... What cache are you using? I'm not sure the memory cache splits things by domain. On Tue, Jul 21, 2009 at 11:52 AM, Alessandro Scolavino