search for: blog_feed

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

2008 Jan 13
6
Graceful way to handle execution expired and bad URI errors?
...@page_object = getPageObject if @page_object.has_chatter_source?(0) @blog_url = "#{WEB_SERVER}/controller/rss/blog/#{@page_object.id_unique}" elsif @page_object.has_chatter_source?(1) @blog_url = ''http://reverb.feedxi.com/Warm.xml?url='' + @page_object.blog_feed else @blog_url = @page_object.blog_feed end end [/code] and here'' s the view code: [code cache({:controller => "rss", :action => "feed_widget_details", :id => @page_object.id}, {:expires => 15.minutes}) do begin blog_contents = Net::...