Skip to content

Instantly share code, notes, and snippets.

@kineticac
Created May 12, 2010 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kineticac/399156 to your computer and use it in GitHub Desktop.
Save kineticac/399156 to your computer and use it in GitHub Desktop.
# Development Caching
# to turn on: uncomment below, and set the values to true
# comment out the false variables below.
#
# require 'memcache'
# CACHE = Memcached::Rails.new '127.0.0.1:11211'
# config.cache_store = :mem_cache_store, Memcached::Rails.new
# CACHE_DEVELOPMENT = true
# config.action_controller.perform_caching = true
# config.cache_classes = true
CACHE_DEVELOPMENT = false
config.action_controller.perform_caching = false
config.cache_classes = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment