discourse/spec
Blake Erickson 1fbe078ae0 FIX: Undefined method when serializing a user
Apparently is is possible to have a user without a user_profile. This
fix will return nil for any user_profile fields during serialization
(like the after delete web hook) instead of blowing up.
2019-05-23 19:44:55 -06:00
..
components FIX: Don't convert :) into Emoji when emojis or emoji shurtcuts are disabled 2019-05-22 11:44:39 +02:00
fabricators Fix the build. 2019-05-23 16:11:50 +08:00
fixtures FIX: Don't create staged users when processing forwarded email fails 2019-05-09 23:47:47 +02:00
helpers DEV: Prefabrication (test optimization) (#7414) 2019-05-07 13:12:20 +10:00
import_export DEV: Prefabrication (test optimization) (#7414) 2019-05-07 13:12:20 +10:00
integration FIX: Blocked watched words should apply to staff (#7547) 2019-05-16 15:19:41 +01:00
integrity DEV: Always use %{count} in pluralized strings 2019-05-20 23:26:22 +02:00
jobs REFACTOR: Replace score bonuses with low/med/high priorities 2019-05-23 11:54:45 -04:00
lib FEATURE: English locale with international date formats 2019-05-20 13:47:20 +02:00
mailers FEATURE: English locale with international date formats 2019-05-20 13:47:20 +02:00
models REFACTOR: Replace score bonuses with low/med/high priorities 2019-05-23 11:54:45 -04:00
multisite FEATURE: English locale with international date formats 2019-05-20 13:47:20 +02:00
requests REFACTOR: Replace score bonuses with low/med/high priorities 2019-05-23 11:54:45 -04:00
serializers FIX: Undefined method when serializing a user 2019-05-23 19:44:55 -06:00
services FEATURE: English locale with international date formats 2019-05-20 13:47:20 +02:00
support FIX: don't bump topics when hidden tags are added or removed 2019-05-06 14:52:18 -04:00
tasks FEATURE: option to skip posts with ignored missing uploads 2019-05-09 05:11:15 +05:30
views/omniauth_callbacks DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
rails_helper.rb DEV: Update test-prof (#7572) 2019-05-21 22:07:40 +10:00