docbrown/app
Jeremy Friesen a1b17200c0
✂✂✂ Removing Spam::ArticleHandler (#17860)
This is uncalled code.  We instead use
`Spam::Handler.handle_article!` (see
[Article#create_conditional_autovomits][1]) for usage.

```shell
❯ rg ArticleHandler; echo $?
1
```

The above command shows for the "after this commit" state that there are
no mentions of the `ArticleHandler`.  The `1` is the exit status of the
`rg` (e.g. `ripgrep`).  A 1 exit status means no matches found.

[1]:bea711310e/app/models/article.rb (L915-L917)

Relates to forem/forem#15412
2022-06-08 16:34:29 -04:00
..
assets BETA version of the Storybook Multi Input (#17828) 2022-06-07 12:22:33 +02:00
controllers Routine Rubopcop lint fixes (#17844) 2022-06-07 10:17:16 -04:00
decorators Profile attribute names should be unique and non-empty (#16396) 2022-04-04 12:14:02 -05:00
errors Favoring re-use of authorization error (#16992) 2022-03-24 08:16:28 -04:00
forms Using a Form Object that will persist for the Creator Settings Form (#15684) 2021-12-10 17:07:40 +02:00
helpers create helper for roles and add FF for moderator role (#17737) 2022-05-24 10:46:30 -04:00
javascript Add quick select ranges to date range picker (#17850) 2022-06-08 15:48:06 +01:00
lib Routine Rubopcop lint fixes (#17844) 2022-06-07 10:17:16 -04:00
liquid_tags Ensuring that embed fallback renders URL (#17680) 2022-05-17 07:43:17 -04:00
mailers "Reply to" and "From" Email addresses for SMTP Configurations (#16499) 2022-02-16 16:14:54 +02:00
models Routine Rubopcop lint fixes (#17844) 2022-06-07 10:17:16 -04:00
policies Allow Moderator Role to Unpublish Single Post (#17795) 2022-06-03 12:48:20 -04:00
queries Searchable GDPR Delete Requests Table (#17633) 2022-05-31 16:22:25 -06:00
refinements Drop profile columns from user (#10707) 2020-12-03 08:14:38 +07:00
sanitizers Don't sanitize anchor elements with no href (#16667) 2022-02-22 11:27:38 -06:00
serializers Remove unused methods from User (#16616) 2022-02-18 09:02:17 +07:00
services ✂✂✂ Removing Spam::ArticleHandler (#17860) 2022-06-08 16:34:29 -04: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 Fixes sort_link specs warning (#17845) 2022-06-08 12:18:43 +03:00
workers Routine Rubopcop lint fixes (#17844) 2022-06-07 10:17:16 -04:00