Using Devise, I would like to know if there is a way to remove a particular flash message? (Signed in Successfully).
I care about other msg in the view, so It is jus
Empty string in the locale file (as suggested above) but also add the following CSS snippet to hide (instead of monkeying with your flash views)
.flash.alert:empty { display: none; }