docbrown/app
Jeremy Friesen 663a712a10
Removing deprecation warning (#16572)
Prior to this commit, I saw the following in the Rails test log:

```
DEPRECATION WARNING: 'include Pundit' is deprecated. Please use 'include Pundit::Authorization' instead.
 (called from include at ./app/controllers/application_controller.rb:12)
 ```
2022-02-15 05:02:47 -05:00
..
assets Rework user subscription liquid tag to avoid errors (#16460) 2022-02-15 09:14:03 +00:00
controllers Removing deprecation warning (#16572) 2022-02-15 05:02:47 -05:00
decorators app/controllers & decorators i18n (#16126) 2022-02-03 13:35:56 -05:00
errors A suspended user returns 403 instead of 500 (#16408) 2022-02-04 09:42:23 -05:00
forms Using a Form Object that will persist for the Creator Settings Form (#15684) 2021-12-10 17:07:40 +02:00
helpers Adding conditional rendering of navigation links (#16362) 2022-02-01 12:23:58 -05:00
javascript Rework user subscription liquid tag to avoid errors (#16460) 2022-02-15 09:14:03 +00:00
lib Easier feature flag handling for Cypress (#16379) 2022-02-03 10:42:13 -05:00
liquid_tags Rework user subscription liquid tag to avoid errors (#16460) 2022-02-15 09:14:03 +00:00
mailers app/mailers i18n (#16191) 2022-01-20 07:33:29 -07:00
models Removing deprecated User methods (#16435) 2022-02-07 10:32:58 -05:00
policies Removing Articles::Builder making policy decision (#16536) 2022-02-14 11:39:22 -05:00
queries small non-views ruby i18n (#16004) 2022-01-11 10:05:18 +07:00
refinements Drop profile columns from user (#10707) 2020-12-03 08:14:38 +07:00
sanitizers Extracting container for allowed tags & attrs (#15338) 2021-12-16 12:24:45 -05:00
serializers Added "Tags" category to search results (#16265) 2022-01-26 20:51:15 +03:00
services Apply safe navigation to Reactions::Send (#16570) 2022-02-14 16:41:53 -05:00
uploaders small non-views ruby i18n (#16004) 2022-01-11 10:05:18 +07:00
validators Remove the "Getting Started" Section from the Config (#16033) 2022-01-20 07:31:35 -07:00
view_objects Patching ERB rendering of the data-info JSON (#16067) 2022-01-14 08:30:49 -05:00
views Rework user subscription liquid tag to avoid errors (#16460) 2022-02-15 09:14:03 +00:00
workers Use perform_bulk in Podcasts::EnqueueGetEpisodesWorker (#16325) 2022-01-28 11:32:25 +07:00