Monthly Archives: September 2006

FeedTools and FeedUpdater fun

Playing around with FeedTools and FeedUpdater.
Fun stuff.
Had a few lessons learned I wanted to share:
1) load the rails app feed config file
To get FeedUpdater to find my ‘feed_updater.yml’ file, I had to make a small change to some of the file loading logic. It kept loading the example/default comfig – so I changed the [...]