We have Rails 4.2
application running on production with the following configurations (cache related). And we have not implemented any caching technique so far (default setup).
config.action_controller.perform_caching = true
# Use a different cache store in production.
# config.cache_store = :mem_cache_store
I am having an issue with particular view which is not showing updated data accordingly.
Is there a way that I can disable fragment caching for particular view not in entire application?