Stefan Wrobel
Stefan Wrobel
I suppose upon re-reading the [docs](https://github.com/rails-api/active_model_serializers/blob/master/docs/general/serializers.md#has_one), they are clear that the block param is the serializer itself, not the object. When I try ```ruby has_many :assessments do object.assessments.where(vendor_id: instance_options[:vendor_id]) end...
How about at least showing the sound artwork in notifications?
@LimeBlast thanks for the reply. I had seen that page before, but re-reading it now, I do see how to put 2 + 2 together. I guess I would need...
> Hello. I am also interested in solving this problem. Have you already managed to do something in this direction? Best I didn't find time to work on this. Please...
I believe everything is setup properly, but you can check here: https://github.com/swrobel/invoker/commit/e744da293aaf5140959e75262b86d29fceca3092 Example well-covered file that doesn't count `require`
@allenwq to clarify, when doing the following: ```ruby user.update(email: '[email protected]') user.errors.full_messages.first => "Email is invalid" ``` But when updating the email directly, you get the following: ```ruby email.update(email: '[email protected]') email.errors.full_messages.first...
@allenwq @ArthurWD does this do anything to fix this issue? https://github.com/allenwq/devise-multi_email/pull/24
@ArthurWD that's odd, I can't seem to replicate that behavior. I still get `Email is invalid` with latest master & Rails 5.2.0 Update: I'm able to get the same behavior...
This is in-progress for [Chrome](https://bugs.chromium.org/p/chromium/issues/detail?id=889087) and implemented for [Firefox](https://bugzilla.mozilla.org/show_bug.cgi?id=1494034) 67 so it might be worth revisiting for BS5
> more sizeable support please define