discourse/spec
Guo Xiang Tan 24347ace10 FIX: Properly associate user_profiles background urls via upload id.
`Upload#url` is more likely and can change from time to time. When it
does changes, we don't want to have to look through multiple tables to
ensure that the URLs are all up to date. Instead, we simply associate
uploads properly to `UserProfile` so that it does not have to replicate
the URLs in the table.
2019-05-02 14:58:24 +08:00
..
components DEV: Add support for Rails 6 2019-05-02 16:23:25 +10:00
db/migrate FIX: Properly associate user_profiles background urls via upload id. 2019-05-02 14:58:24 +08:00
fabricators DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
fixtures FEATURE: Automatically generate optimized site metadata icons (#7372) 2019-05-01 14:44:45 +01: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 FIX: Properly associate user_profiles background urls via upload id. 2019-05-02 14:58:24 +08:00
lib FIX: Properly associate user_profiles background urls via upload id. 2019-05-02 14:58:24 +08:00
mailers DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
models FIX: Properly associate user_profiles background urls via upload id. 2019-05-02 14:58:24 +08:00
multisite DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
requests FIX: Properly associate user_profiles background urls via upload id. 2019-05-02 14:58:24 +08:00
serializers FIX: Properly associate user_profiles background urls via upload id. 2019-05-02 14:58:24 +08:00
services FIX: Properly associate user_profiles background urls via upload id. 2019-05-02 14:58:24 +08:00
support DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10: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