In Rails, how can I allow some html in a text area?

Posted by Norm on Stack Overflow See other posts from Stack Overflow or by Norm
Published on 2010-05-14T00:06:16Z Indexed on 2010/05/14 0:14 UTC
Read the original article Hit count: 236

Filed under:
|
|
|

I have a Rails app (blog) that I am creating. Very basic stuff. In my content area I have a text area for the content of the post. I am needing to include some html in the text area (links, formating, etc).

<%= f.text_area :content %>

Is there another tag that I can use instead of text_area, that will allow me to do this?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about html