Quantcast
Channel: Using FeedJira to create RSS aggregator/reader - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Matt for Using FeedJira to create RSS aggregator/reader

Here's one way:Create a model such as this:class Entry < ActiveRecord::Base attr_accessible :guid, :source_site_id, :url, :title, :summary, :description, :published_at def...

View Article



Answer by Julien Genestoux for Using FeedJira to create RSS aggregator/reader

Scheduling the fetching and parsing of al these feeds can be incredibly hard and time consuming, which means you shoud absolutely not do it from inside the Rails app itself. At best, you should do it...

View Article

Using FeedJira to create RSS aggregator/reader

I am trying to create my own rss reader app in ruby on rails. I want to be able to store various news stories in my database that I can pull from later to display each story with its headline, image,...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images