On Miércoles, 17 de Febrero de 2010 10:54:43 Atastor escribió: > Hi! > > I plugged in the security branch into my existing project and first > thing I do is to run my so far running cucumber scenarios. This > results in a non-running cucumber scenario with the following message: > > unknown action delete (ActionView::TemplateError) > On line #7 of vendor/plugins/active_scaffold/frontends/default/views/ > _list_actions.html.erb > [...] > > Renaming back all the authorized_for_delete back to > authorized_for_destroy didnt help. > > Regards > Michael
Do you get the same error with latest master branch? I deprecated authorized_for_destroy in master and security branches, so you should name your methods authorized_for_delete or you will get a deprecation warning. Can you post the backtrace? -- Sergio Cambra .:: entreCables S.L. ::. Mariana Pineda 23, 50.018 Zaragoza T) 902 021 404 F) 976 52 98 07 E) [email protected] -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
