I know that questions about this topic exist, but i would like to know if anyone knows a solution for rails 🙂
I’m using a text_area_tag helper, and the contents that i want to display contain HTML tags.. any idea?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s an “escape” option in the
text_area_tagmethod.By default it’s set to true. If you don’t wish to escape the content, you can define it to false.