discourse/app
Sam Saffron 0fb497eb23 DEV: use Discourse.cache over Rails.cache
Discourse.cache is a more consistent method to use and offers clean fallback
if you are skipping redis

This is part of a larger change that both optimizes Discoruse.cache and omits
use of setex on $redis in favor of consistently using discourse cache

Bench does reveal that use of Rails.cache and Discourse.cache is 1.25x slower
than redis.setex / get so a re-implementation will follow prior to porting
2019-11-27 12:36:19 +11:00
..
assets REFACTOR: poll-pie-chart widget (#8415) 2019-11-27 00:10:43 +01:00
controllers FIX: draft not clearing when replying to new topic 2019-11-26 18:23:20 +11:00
helpers Revert "FEATURE: Normalize the service worker route (#8359)" 2019-11-20 14:10:17 -08:00
jobs DEV: Remove new_version_emails global setting reference 2019-11-20 15:54:09 +00:00
mailers FEATURE: Add support for secure media (#7888) 2019-11-18 11:25:42 +10:00
models DEV: use Discourse.cache over Rails.cache 2019-11-27 12:36:19 +11:00
serializers FIX: show updated_at for invite sent date. 2019-11-26 13:22:48 +05:30
services FEATURE: Add timezone to core user_options (#8380) 2019-11-25 10:49:27 +10:00
views FEATURE: improve email change workflow 2019-11-21 16:28:35 +11:00