fixed and re-enabled support for memcache in the production site
[selectricity] / config / environments / production.rb
index 3192ef53fe394680cdc5785a3605c9ccfc1656ca..4bb13510ef6ff610417fb7dd61803e5795e8eee1 100644 (file)
@@ -3,6 +3,7 @@
 #Enable memcache
 require('memcache')
 Cache=MemCache.new('localhost', :compression => true)
+
 # 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?