You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @Mange , thanks for your reply. I have discovered the reason just now. I am a beginner with Rails, so the code above was printed out by a helper. This helper had a lot of nested content_tag. A friend of mine looked at this and said to me: "Awful!". Extract this code into a partial. Doing so, the problem got solved. It apparently was caused for several nested content_tag. Using a partial it had not occurred anymore.
Hey @Mangehttps://github.com/Mange , thanks for your reply. I have
discovered the reason just now. I am a beginner with Rails, so the code
above was printed out by a helper. This helper had a lot of nested
content_tag. A friend of mine looked at this and said to me: "Awful!".
Extract this code into a partial. Doing so, the problem got solved. It
apparently was caused for several nested content_tag. Using a partial it
had not occurred anymore.
—
You are receiving this because you were mentioned.
Hello folks!
Roadie Rails is an amazing tool, but I am facing this problem right now:
In the final HTML for my transactional email, it sometimes occurs and I am not able to find the reason for now... Any idea?
The text was updated successfully, but these errors were encountered: