Quantcast
Channel: Rails Parsing RSS Feed Feedzirra / Feedjira with simple_format - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Florent Ferry for Rails Parsing RSS Feed Feedzirra / Feedjira with...

Rails has a built-in helper for strip HTML tags: strip_tags.strip_tags(feed_items_url.title)

View Article



Answer by Raj for Rails Parsing RSS Feed Feedzirra / Feedjira with simple_format

Use nokogiri and the method text which will strip the HTML tags from your content.@doc.title().text

View Article

Rails Parsing RSS Feed Feedzirra / Feedjira with simple_format

I'm using Feedjira (Feedzirra) https://github.com/feedjira/feedjira to parse rss feeds in rails.I need a way to remove html tags from the title of the rss feed items before I save to database.in my...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images