Skip to content

Fix local dev environment caching bug on homepage & advanced search.

Compare
Choose a tag to compare
@kazymovae kazymovae released this 13 Feb 20:12
· 21 commits to main since this release
1b3c0c0

Fixes TD-1417.

  • Ensures that Rails.cache.fetch is not called when caching is false; this would sometimes lead to errors in a development environment;
  • Note you can run rails dev:cache in development to temporarily turn on caching for troubleshooting.