search for: fbsession

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

Did you mean: obsession
2007 Nov 17
0
rake errors
...ml_document.root.to_s end end controller action.... def update_profiles @users=FacebookUser.find(:all) @articles = Article.find(:all, :conditions=>"created_at<now() and status>0 and section_id!=13",:limit=>5, :order=>''created_at DESC'' ) fbsession.activate_with_previous_session(''xxx'') for user in @users profile_box = render_to_string(:template => ''facebook/index'') fbsession.profile_setFBML({:markup => profile_box, :uid => user.uid}) end end RAILS_ENV=production /usr/bin/rak...