Displaying 1 result from an estimated 1 matches for "profile_box".
2007 Nov 17
0
rake errors
...okUser.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/rake actions:update_profiles --trace
(in /rails/chitown)
rake aborted!
undefined method `camelize...