Skip to content

Instantly share code, notes, and snippets.

@bhoggard
Created June 28, 2013 17:41
Show Gist options
  • Save bhoggard/5886557 to your computer and use it in GitHub Desktop.
Save bhoggard/5886557 to your computer and use it in GitHub Desktop.
prevent redis or memcached from storing our assets when controller action caching is turned on
# in application.rb
# prevent Redis from caching assets
config.action_dispatch.rack_cache = nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment