Merge 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 Articleupdated readme with a bunch of usage and installation information
updated readme with a bunch of usage and installation information
View Articlemoved the links in the first part of readme
moved the links in the first part of readme
View Articleudpated the readme with a request for feedback. updated the todo list.
udpated the readme with a request for feedback. updated the todo list.
View Articlefixed a typo in the usage. added a few sentences in description menti…
fixed a typo in the usage. added a few sentences in description mentioning callbacks
View Articleupdated todos in readme with a few features I need
updated todos in readme with a few features I need
View Articleupdated TODOs with a few more things I thought of
updated TODOs with a few more things I thought of
View Articleupdated installation notes to include a warning about mac ports
updated installation notes to include a warning about mac ports
View Article