You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
I'm migrating an app from rail 2 to rails 3 and hitting several instances of strings that need to be code html_safe to prevent the default processing from breaking the html. Are there tools or techniques to easily identify all such instances in the source code or is the only option to discover each instance one at a time? Thanks