Probably the best way is to use before_save block in model where u can
add

attribute_with_html.strip

http://ruby-doc.org/core-1.9.3/String.html#method-i-strip

On 7 июн, 13:28, Erwin <yves_duf...@mac.com> wrote:
> using the CKEditor  to enter post content, I get a string as output ,
> with some escape sequences \r\n\t ...
> is there anyway to clean it before saving the post record to the db?
> any kind of html.clean method  like the html_safe , or should I
> perform a gsub ?
>
> thanks for feedback

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to