search for: rebuild_category_rss_data

Displaying 1 result from an estimated 1 matches for "rebuild_category_rss_data".

2010 Feb 11
1
Model not found in custom script...
...===== require ''rss'' require ''rubyful_soup'' require ''tmail'' require ''rufus/scheduler'' scheduler = Rufus::Scheduler.start_new scheduler.every("1m") do @categories = Category.find(:all) for category in @categories rebuild_category_rss_data(category.id) end end ================ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send e...