disabled mem cache
author<mako@atdot.cc> <>
Mon, 11 Feb 2008 15:48:29 +0000 (10:48 -0500)
committer<mako@atdot.cc> <>
Mon, 11 Feb 2008 15:48:29 +0000 (10:48 -0500)
config/environments/production.rb

index d1b8f88479fbf2597c18ed3baaae3c5a2f248909..20ded00559a49d05e95a180342e910687db7bcfd 100644 (file)
@@ -3,6 +3,7 @@
 #Enable memcache
 #require('memcache')
 #Cache=MemCache.new('localhost', :compression => true)
+Cache=nil
 # The production environment is meant for finished, "live" apps.
 # Code is not reloaded between requests
 config.cache_classes = true

Benjamin Mako Hill || Want to submit a patch?