Quantcast
Channel: Recent Commits to feedzirra:ed67abda54c41b564f47d80f24116010970bf153
Browsing all 20 articles
Browse latest View live

fixed the rakefile to load feedzirra. started specs and implementatio…

fixed the rakefile to load feedzirra. started specs and implementation for RSS class

View Article



added a spec for feed to return the RSS class those types of feeds

added a spec for feed to return the RSS class those types of feeds

View Article

Implemented the basic Atom parse so it now pulls out the url, feed_ur…

Implemented the basic Atom parse so it now pulls out the url, feed_url, and title of a feed. Spec'd the AtomEntry class for parsing the entires.

View Article

added general feed_utilities module that will provide shared function…

added general feed_utilities module that will provide shared functionality across most of the Feed parsing classes. implemented Atom parsing.

View Article

implemented the feedburner atom parser

implemented the feedburner atom parser

View Article


implemented the RDF and RDFEntry parser and specs. Updated the gemspe…

implemented the RDF and RDFEntry parser and specs. Updated the gemspec with new files. Updated a few style things in atom stuff.

View Article

implemented RSS parsing. updated gemspec with new files. updated rdf …

implemented RSS parsing. updated gemspec with new files. updated rdf to provide an accessor for feed_url.

View Article

implemented specs and parse method on generic Feed class. It's a wrap…

implemented specs and parse method on generic Feed class. It's a wrapper for parsing any kind of feed

View Article


refactored will_parse? methods to able_to_parse?. refactored how Feed…

refactored will_parse? methods to able_to_parse?. refactored how Feed class considers different feed classes for parsing

View Article


Started the fetching logic and specs for Feed. Put some benchmark cod…

Started the fetching logic and specs for Feed. Put some benchmark code in (without benchmarks) to test out curb for fetching.

View Article

added some benchmarking code to test http client libraries

added some benchmarking code to test http client libraries

View Article

finished initial version of the fetching API. Need to mock out feed g…

finished initial version of the fetching API. Need to mock out feed getting (since it's actually hitting the net right now) and need to refactor since the code is currently ugly.

View Article

Added support for the If-Modified-Since header. Added activesupport t…

Added support for the If-Modified-Since header. Added activesupport to gem dependencies for the Time.httpdate method. Had to adjust the Time and Date extensions in feed_utilties to avoid conflict with...

View Article


moved feed_utilties to feed_entry_utilities. wrote new feed_utilties …

moved feed_utilties to feed_entry_utilities. wrote new feed_utilties to provide shared functionality across feed objects

View Article

implemented the update_from_feed logic to update feed attributes. add…

implemented the update_from_feed logic to update feed attributes. added include FeedUtilities to feed classes for the shared update functionality

View Article


wrote specs and implementation for the update_from_feed method. will …

wrote specs and implementation for the update_from_feed method. will be used later when fetching a feed again and updating the object

View Article

updated the logic for adding new feed types

updated the logic for adding new feed types

View Article


updated fetch_and_parse method to set a Feed's last_modified and etag…

updated fetch_and_parse method to set a Feed's last_modified and etag attributes from the response header

View Article

refactored update_from_feed

refactored update_from_feed

View Article

resolved conflicts with gusto

resolved conflicts with gusto

View Article
Browsing all 20 articles
Browse latest View live




Latest Images