Mercurial > zeropaste
diff config/application.rb @ 368:7b58d38c9b6a
Completely remove memcache.
author | edogawaconan <me@myconan.net> |
---|---|
date | Mon, 23 Mar 2015 19:12:14 +0900 |
parents | 56382cb104dd |
children | 851432f21603 |
line wrap: on
line diff
--- a/config/application.rb Mon Mar 23 19:07:16 2015 +0900 +++ b/config/application.rb Mon Mar 23 19:12:14 2015 +0900 @@ -68,11 +68,5 @@ # No need to initialize application when precompiling assets config.assets.initialize_on_precompile = false - - if ENV["ZP_MEMCACHE"] - config.cache_store = :dalli_store, ENV["ZP_MEMCACHE"].split(","), { :namespace => "zeropaste" } - else - config.cache_store = :null_store - end end end