Displaying 1 result from an estimated 1 matches for "textile_editor".
2011 Mar 27
0
replacement for functionality from acts_as_textiled
...tained, 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'' %>
</div>
The model for the job_post.rb has the following line also:
acts_as_textiled :details
So, what gem or method can I use in Rails 3.0.x to have bolding,
italic, etc... markup in this field. I hope my question makes...