Quantcast
Channel: Active questions tagged feedjira+feedzirra+ruby-on-rails - Stack Overflow
Viewing all articles
Browse latest Browse all 2

What kind of entries Feedjira has?

$
0
0

I started to use feedjira. I'm getting entries from url:

feed = Feedjira::Feed.fetch_and_parse(self.url)

puts "Fetching from #{self.url}"

feed.entries.each do |entry|
  unless Feed.exists? guid: entry.id
    newFeed = Feed.create(name: entry.title,
                          summary: entry.summary,
                          url: entry.url,
                          published_at: entry.published,
                          guid: entry.id)

    self.feeds << newFeed
  end
end

I found these entries from tutorials. I haven't found entries from documentation. Are there any other entries that I can get from url like categories?


Viewing all articles
Browse latest Browse all 2

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>