I haven't looked, but my guess is that someone removed that method from the code in Admin::ResourcesController instead of adding a deprecation warning like announce_removed http://github.com/radiant/radiant/blob/master/app/controllers/admin/resource_controller.rb#L201
You can safely remove any calls to announced_saved in chronicle. On Jun 23, 2010, at 11:28 AM, Joseph Ridgway wrote: > Same here! > > Joe > > On Jun 19, 8:33 am, alain dejoux <[email protected]> wrote: >> Hello, >> >> I have this error when running rake migrate for chronicle extension : >> >> $ rake production radiant:extensions:chronicle:migrate >> (in /ssl/radiant/project) >> rake aborted! >> undefined method `announce_saved' for class `Admin::PagesController' >> >> I am not sure if chronicle is running fine on 0.9.0. Someone can >> confirm if it's working ? >> >> If someone has a idea about my problem, i would greatly appreciate any >> help :-) >> >> Thanks >> >> Alain
