Quantcast
Channel: Recent Commits to feedjira:6fb4c37e77f5b28d15126d7804be1b1702feb45c
Browsing latest articles
Browse All 20 View Live

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

wrote the Feed.update logic and an initial test spec.

wrote the Feed.update logic and an initial test spec.

View Article

resolved conflicts with gusto

resolved conflicts with gusto

View Article

stop being clever

stop being clever

View Article


refactored FeedUtilities so that last_modified can be a part of UPDAT…

refactored FeedUtilities so that last_modified can be a part of UPDATABLE_ATTRIBUTES

View Article

resolved conflicts, fixed new_entries logic

resolved conflicts, fixed new_entries logic

View Article


Feed.parse raises NoParserAvailable exception when no parser is found…

Feed.parse raises NoParserAvailable exception when no parser is found for content

View Article

clumsy pass at a DSL for creating new parsers

clumsy pass at a DSL for creating new parsers

View Article


removed puts

removed puts

View Article

using the update_attribute method name, because these classes should …

using the update_attribute method name, because these classes should never be activerecords

View Article

Merge branch 'parser-dsl'

Merge branch 'parser-dsl'

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images