>
> Life is much easier if you just store what they typed and deal with it
> when you use it...
And again going through the plugin doc I found an example like
class Message < ActiveRecord::Base
xss_terminate :except => [ :body ]
end
Means we can exempt some fields from sanitization. So isn't
that sufficient? Any other thoughts?
Tom
--
Posted via http://www.ruby-forum.com/.
--
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.