updated feedzirra to use loofah instead of dryopteris
updated feedzirra to use loofah instead of dryopteris
View Articlebumped gemspec for new version with new dependencies
bumped gemspec for new version with new dependencies
View ArticleFixing a couple bugs related to updating feeds.
Fixing a couple bugs related to updating feeds.
View ArticleOops. Forgot the second part of that last commit.
Oops. Forgot the second part of that last commit.
View Articleremoved 'description' from the list of updatable attributes. not sure…
removed 'description' from the list of updatable attributes. not sure why that was in carson's commit
View ArticleShortcutting of ||= was preventing update of attrs
Shortcutting of ||= was preventing update of attrs Only one attribute of a feed would get updated before the ||= shortcuts in FeedUtilities#update_from_feed. This meant, for example, that I wasn't...
View ArticleFixed issue with feed_entry_utilities where @id instance variable was…
Fixed issue with feed_entry_utilities where @id instance variable was being returned for feed entries rather than the id method being called in ruby 1.9.1
View Articlefixed active_support require to be compatible with rails 3
fixed active_support require to be compatible with rails 3
View ArticleMerge branch 'master' of git://github.com/pauldix/feedzirra
Merge branch 'master' of git://github.com/pauldix/feedzirra
View Articlebumped verson for build to include bananastalktome's fix
bumped verson for build to include bananastalktome's fix
View Articleupdated readme with a pointer to a gist on updates
updated readme with a pointer to a gist on updates
View Articleadded spacing between text and pre blocks to fix formating
added spacing between text and pre blocks to fix formating
View Articleactivesupport mods broke our includes from there
activesupport mods broke our includes from there Had to add core_ext mods for kernel and object to get it working again
View Articleupdated activesupport to 2.3.8. added dev dependencies.
updated activesupport to 2.3.8. added dev dependencies.
View Article