seamusabshere/cache_method

Simple in-memory case doesn't work: "Don't know how to GET …"

Closed this issue · 2 comments

niko commented

https://gist.github.com/3181318

I'm getting "RuntimeError: Don't know how to GET with <#ActiveSupport::Cache::MemoryStore entries=0, size=0, options={}>"

Am I doing something wrong?

Thanks, Niko.

(hey @niko - so strange, I could have sworn I replied to this before the weekend)

  • what version of cache?
  • what version of cache_method?
  • what version of ruby?
niko commented

Just realized: I did "gem install active_support" instead of "gem install activesupport". So I got AS 3.0.0 instead of 3.2.7. Using the latest AS solved the issue. Thanks.