Error message: uninitialized constant Rails::Initializer::MemCache

Posted by tomeara on Stack Overflow See other posts from Stack Overflow or by tomeara
Published on 2010-05-05T02:20:29Z Indexed on 2010/05/05 2:28 UTC
Read the original article Hit count: 283

Filed under:
|
|

I've installed just about every library/gem that I could find for memcached/memcache, but everytime I attempt to run my application I get this error:

Error message:
uninitialized constant Rails::Initializer::MemCache

Exception class:
NameError

I have tried $ telnet localhost 11211 and memcached is definitely running. Any ideas?

(I'm running Apache2/Passenger)

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about memcache