Displaying 1 result from an estimated 1 matches for "profile_setfbml".
2007 Nov 17
0
rake errors
...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'' for "top":String
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/...