David Taylor
c9dab6fd08
DEV: Automatically require 'rails_helper' in all specs ( #16077 )
...
It's very easy to forget to add `require 'rails_helper'` at the top of every core/plugin spec file, and omissions can cause some very confusing/sporadic errors.
By setting this flag in `.rspec`, we can remove the need for `require 'rails_helper'` entirely.
2022-03-01 17:50:50 +00:00
Bianca Nenciu
ed52577e1c
FIX: Group#flair_url must be a real URL ( #11400 )
...
It used to be a short URL, but that did not work with the lightbox
in {{image-uploader}}.
2020-12-07 13:35:41 +02:00
Vinoth Kannan
0f20a6f0aa
FIX: use `short_path` of flair upload to get signed url for secure media.
...
If we use `upload.url` for secure urls then the images won't render.
2020-06-05 07:43:15 +05:30
Vinoth Kannan
5fb9271878
DEV: ignore `flair_url` column in group model. ( #9873 )
2020-05-26 00:43:50 +05:30
Vinoth Kannan
505122bb45
FIX: skip onceoff job for groups with invalid flair URL.
2020-05-25 13:11:00 +05:30
Vinoth Kannan
8e56197728
UX: use "icon-picker" & "image-uploader" fields to set group flair. ( #9779 )
2020-05-25 11:08:47 +05:30