#RSS Reader for Ruby on Rails
The application I share here is the implementation of a RSS reader and aggregator. This allows the user to add feed sources, retrieve the feed entries, and also add some filters for the feeds (e.g. Full text RSS filter). The functionality is based in FeedZirra and the user interface is based on the sample application explained in the excellent Rails tutorial by Michael Hartl.
Add RSS subscriptions Manage subscriptions Tagging subscriptions Ajax powered interface Star/Unstar entries (mark as favourite) Folding/Unfolding when reading Bottomless pagination (infinite scrolling) Retrieving new entries Sorting entries Filtering entries Ordering entries Mark read / unread Efficient use of database at storing feed entries Also Tests included for most of the functionalities
I also would like to give the corresponding credit to Michael Hartl and his terrific tutorial.
This is the sample application for Ruby on Rails Tutorial: Learn Rails by Example by Michael Hartl.