search for: sanitize_html

Displaying 2 results from an estimated 2 matches for "sanitize_html".

2011 Apr 14
2
what is the h for in <td><%=h s.name %></td>?
<% songs.each do |s| %> <td><%=h s.name %></td> <% end %> If i will remove the h..the output is still the same.. thank you for your replies -- 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
2006 Jul 10
10
Problem using Feedtools on my Rails project!
...-0.2.25/lib/feed_tools/vendor/htree/fstr.rb:11:in `with_frozen_string_hash'' /usr/local/lib/ruby/gems/1.8/gems/feedtools-0.2.25/lib/feed_tools/vendor/htree/parse.rb:50:in `parse_xml'' /usr/local/lib/ruby/gems/1.8/gems/feedtools-0.2.25/lib/feed_tools/helpers/html_helper.rb:300:in `sanitize_html'' /usr/local/lib/ruby/gems/1.8/gems/feedtools-0.2.25/lib/feed_tools/helpers/html_helper.rb:564:in `process_text_construct'' /usr/local/lib/ruby/gems/1.8/gems/feedtools-0.2.25/lib/feed_tools/feed_item.rb:328:in `description'' #{RAILS_ROOT}/app/controllers/test_controller.rb...