Displaying 1 result from an estimated 1 matches for "acts_as_sanitil".
Did you mean:
acts_as_sanitiled
2011 Mar 27
0
replacement for functionality from acts_as_textiled
...for bold, italic,
underline, etc... From what I understand this is provided by RedCloth
and acts_as_textiled. I have been investigating and find
acts_as_textiled (https://github.com/defunkt/acts_as_textiled) is no
longer maintained, and although forked into another gem (https://
github.com/dasil003/acts_as_sanitiled) the developer no longer
sanctions the use of either.
Here is a section of code for a textiled box on our site.
<label>Post details</label>
<div style="width: 600px">
<%= textile_editor :job_post, :details, :class=>''text_field'' %>
</...