↧
Answer by user2126478 for Parse Images With Feedjira
Use sanitize. In your DB, the image-field is like , and when you try to "display" it in your view, rails still give you the url. What you can do is to use sanitize Ex. <% @entry.each do |t|%>...
View ArticleParse Images With Feedjira
I am using the Feedjira gem, trying to render img_src. //My Controller def index Feedjira::Feed.add_common_feed_entry_element("image") feed =...
View Article