I am porting a v2 app to v3 and hitting an issue with configuring
memcached as the cache store via:

    config.cache_store = :mem_cache_store, Memcached::Rails.new

In the new version this generates:

    /Users/neil/code/gli/config/environments/development.rb:20:in
`block in <top (required)>': uninitialized constant
Gli::Application::Memcached (NameError)

I have memcached in my Gemfile

Does anyone know how to correctly configure this?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en.

Reply via email to