That's an absolute path, so it's probably storing it in /tmp/cache (not
under the rails app folder).
Try this: config.cache_store = :file_store, "#{RAILS_ROOT}/tmp/cache"Bruno On Thu, Aug 13, 2009 at 12:13 PM, cbeck <[email protected]> wrote: > > Despite this setting: > config.cache_store = :file_store, "/tmp/cache" > in my config, I can't for the life of me find where the app is storing > its cache. On production, /tmp has no 'cache' child folder. WTF is > wrong with me? where should I be looking? > > TIA > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
