clumsy 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 Articleonly loading the bits of activesupport that we need, pulled Date exte…
only loading the bits of activesupport that we need, pulled Date extensions into their very own file in lib/core_ext
View Articlefinshed the Feed.update specs and implementation.
finshed the Feed.update specs and implementation.
View Articlefixed bug that would throw error when last_modified was called and on…
fixed bug that would throw error when last_modified was called and one of the entries had a nil value for published
View ArticleMerge branch 'master' of git://github.com/nakajima/feedzirra
Merge branch 'master' of git://github.com/nakajima/feedzirra
View Articlefixed bug in setting If-Last-Modified header on Feed.update
fixed bug in setting If-Last-Modified header on Feed.update
View Articleadded pure fetching benchmark using the feedzirra curb method and reg…
added pure fetching benchmark using the feedzirra curb method and regular open-uri. added an update benchmark to test out the speed increase of using etag and last-modified headers. updated feed to...
View Article