I came here all like, "Hey, what's this 'Noticed' thing about?" Then I hung out for the whole video! Love your teaching style, Chris! So easy to follow.
@GabrielMartinez-ez9ue11 ай бұрын
Oh Chris that white theme almost made me blind 😛
@myanch20011 ай бұрын
Same 😂
@samuelcouillard42299 ай бұрын
Very nice ! Thank you Chris. Will be trying Noticed I think.
@GorailsTV9 ай бұрын
Let me know how it goes!
@gezu_bonga10 ай бұрын
Great ! can we use id: :uuid ? also how do we add notification counter on the bell icon and also on the notification page only those unread should be displayed?
@anamariaarbelaezlopez47836 ай бұрын
This is great, thank you Chris!
@robinwright53110 ай бұрын
Ooh this looks so good!
@GorailsTV10 ай бұрын
Give it a try and let us know how it goes!
@aniketpatidar11 ай бұрын
Really enjoyed it ✨
@ricardomordaunt110111 ай бұрын
Thank you Chris
@nidhityagi20763 ай бұрын
How to recieve email, it is showing in notice_events only enqueued
@BorisBarroso6 күн бұрын
deliver_by :email do |config| config.mailer = "CommentMailer" config.method = :new_comment config.params = ->{ params } end the most important *config.params = -> { params }*
@yannickmulikuza636411 ай бұрын
First comment, excited to discover this 🥰
@d2clon4 күн бұрын
Looks like in the new version config.params = -> () Doesn't receive any argument. Still `recipient` and `record` are available in the block `config.params = ->{ { user: recipient, comment: record } }`
@GorailsTV4 күн бұрын
We've made some updates to how those get evaluated.
@manmeetsingh17129 ай бұрын
Params, should be deliver_by :email do |config| config.mailer = "CommentMailer" config.method = :new_comment config.params = ->{ params } end