wrote the Feed.update logic and an initial test spec.
wrote the Feed.update logic and an initial test spec.
View Articlerefactored 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 Articleresolved conflicts, fixed new_entries logic
resolved conflicts, fixed new_entries logic
View ArticleFeed.parse raises NoParserAvailable exception when no parser is found…
Feed.parse raises NoParserAvailable exception when no parser is found for content
View Articleclumsy pass at a DSL for creating new parsers
clumsy pass at a DSL for creating new parsers
View Articleusing the update_attribute method name, because these classes should …
using the update_attribute method name, because these classes should never be activerecords
View ArticleMerge branch 'parser-dsl' of git@github.com:nakajima/feedzirra
Merge branch 'parser-dsl' of git@github.com:nakajima/feedzirra
View ArticleWrote a benchmark to run against 180 sample feeds. Fixed a bunch of b…
Wrote a benchmark to run against 180 sample feeds. Fixed a bunch of bugs in determining which parser to use based on those 180 feeds. Need to change the logic for what happens when it doesn't know how...
View ArticleMerge branch 'master' of git://github.com/pauldix/feedzirra
Merge branch 'master' of git://github.com/pauldix/feedzirra
View Articlefinshed the Feed.update specs and implementation.
finshed the Feed.update specs and implementation.
View Article