discourse/spec
Sam Saffron 9be70a22cd DEV: introduce new API to look up dynamic site setting
This removes all uses of both `send` and `public_send` from consumers of
SiteSetting and instead introduces a `get` helper for dynamic lookup

This leads to much cleaner and safer code long term as we are always explicit
to test that a site setting is really there before sending an arbitrary
string to the class

It also removes a couple of risky stubs from the auth provider test
2019-05-07 11:00:30 +10:00
..
components DEV: introduce new API to look up dynamic site setting 2019-05-07 11:00:30 +10:00
fabricators DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
fixtures DEV: introduce new API to look up dynamic site setting 2019-05-07 11:00:30 +10:00
helpers FEATURE: Automatically generate optimized site metadata icons (#7372) 2019-05-01 14:44:45 +01:00
import_export DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
integration DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
integrity DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
jobs DEV: introduce new API to look up dynamic site setting 2019-05-07 11:00:30 +10:00
lib DEV: introduce new API to look up dynamic site setting 2019-05-07 11:00:30 +10:00
mailers DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
models DEV: introduce new API to look up dynamic site setting 2019-05-07 11:00:30 +10:00
multisite DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
requests DEV: introduce new API to look up dynamic site setting 2019-05-07 11:00:30 +10:00
serializers FIX: Broken spec 2019-05-06 17:09:08 -04:00
services FIX: Can't remove user profile uploads. 2019-05-02 16:54:10 +08:00
support FIX: don't bump topics when hidden tags are added or removed 2019-05-06 14:52:18 -04:00
tasks DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
views/omniauth_callbacks DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
rails_helper.rb FEATURE: Automatically generate optimized site metadata icons (#7372) 2019-05-01 14:44:45 +01:00