Advanced Flash Messages with Buttons & Actions in Rails Discussion
Hey Chris!
Killer video. Could you point to somewhere that has some more information on Rails cookie serialization? I've been a bit confused about this for a while, and I'd love to learn more.
Great! I love it that you did a episode on something that is so commonly used and we apply it in practice easily as and when needed.
Hi Chris, great video! One suggestion: I think the canonical way of accessing helpers in controllers is now helpers.<helper>
, instead of view_context.x
, because the latter instantiates a new view context on every call, so it's less performant.