Getting Started with CacheMoney

Posted by Matt Grande on Stack Overflow See other posts from Stack Overflow or by Matt Grande
Published on 2009-08-13T14:38:46Z Indexed on 2010/03/11 19:04 UTC
Read the original article Hit count: 520

I recently installed cache-money. After some difficulties getting memcached and cache-money set up, I thought I had it working. It cached the one query on my login page fine. I login, and go to my message index page and get this error:

indices delegated to @cache_config.indices, but @cache_config is nil: Slug(id: integer, name: string, sluggable_id: integer, sequence: integer, sluggable_type: string, scope: string, created_at: datetime)

Searching for the first part of that error message returns 0 hits on Google, so I'm at a loss on where to even begin. Any suggestions?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about memcached