Memcached – `method_missing': undefined method `cache' for #<Rails::Application::Configuration:
I am having the mentioned error on a rails project, after I added the following line of code in the config/environments/development.rb config.cache.store = :dalli_store I am working on a personal project using Rails 4.2, installed on OS X 10.7.5. Also…