On Jueves, 3 de Diciembre de 2009 09:15:06 adc escribió: > Hi, > > i set config.plugins in environment.rb but any times there is a error. > I have this plugin: > - activescaffold > - activescaffold-ext > - activescaffold-sortable > - activecalendar > - attachment_fu > - fckeditor > - recordselect > - restful_authentication > - render_component > - role_requirement > - prawnto > - for 1.2 > > If i config in environment config.plugin [:active_scaffold, :all] the > error is same always, > /lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/ > core_ext/module/aliasing.rb:33:in `alias_method': undefined method > `do_new' for module `ActiveScaffold::Actions::Create' (NameError) > > The error is always "alias_method". > ADC
Where is alias_method called? In ActiveScaffold or other plugin? Can you try removing activescaffold-ext and activescaffold-sortable? Do you get the same error? -- 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.
