Closed Sohair63 closed 7 years ago
I can't reproduce so I have some follow questions:
<%= display_flash_messages %>
in your layout file?<div class="flash callout success" data-closable="">
tag after redirecting.Yes
I will check with 6.2.
render is working fine with notice/alerts and form Abide Validation, not redirect.
Is the html for the flash notice in the source after a redirect? If so, it sounds like this gem is doing it's job. It may be a css issue then. Am I misunderstanding something?
The reason I ask about 6.2/6.3 is because I haven't upgraded any apps to Foundation 6.3, so I'm not sure if there is an issue with that, but I doubt it.
Going to close this since the lack of response. If this is still an issue, please provide an example project that I can reproduce the problem on.
This is the problem that I start facing of HTML request Format. After
redirect_to some_path, notice: 'some message'
UI does not show any alert or notice.NOTE THAT: I have tried
flash.now
flash.keep
andflash[:notice]
, nothing helped me.I am Using: