require 's3_cache' ActionController::Base.fragment_cache_store = S3Cache.new("quizical", "cache") #if S3_CACHE = true # to turn s3_cache on/off more easily you can add S3_CACHE = true to your development/production.rb in your # config/environment directory and ucomment the end of line 3 above.