↧
What kind of entries Feedjira has?
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:...
View ArticleHow do I place instances on a page without access to params in my create method?
I have three models, Subscription, Show, and Episode. Subscription's role is to parse the feed in its :url column and instantiate Show and Episode, filling their columns with Feedjira properties. I'm...
View Article