X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c3cd161cbcf0f2e496fdc7888a156907188b8932..2facf9c3cba1ddc270c84a713cafbe6eb7280efd:/config/environments/production.rb diff --git a/config/environments/production.rb b/config/environments/production.rb index 3192ef5..4bb1351 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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