Memcached disable on test environment? -


for example have on dedicated server live site , in sub folder test site?

is there way disable memcached on test site because don't want thing make on test site affect memory cache on live site.

in environments/test.rb, add line config.cache_store = :null_store in order disable caching.


Comments

Popular posts from this blog

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

mysql - How to insert just year and month into date field? -