Our app is on Rails 2.1.0 and has a couple of fields used for job descriptions. These fields use textile codes 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'' %> </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 sense. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.