winston / rails_utils

Rails helpers based on opinionated project practices. Currently useful for structuring CSS and JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regression: flash message is not html safe anymore after version 3.2.1

JuanitoFatas opened this issue · comments

On redirect, the flash message is no longer html safe and anchor link will not display correctly (it shows raw html instead). This regression is introduced after 3.2.1, compare view: v3.2.1...v3.3.3.