Hi, could you please set config.plugins in environment to load plugins in a specific order. Important would be to load activescaffold before activescaffold-ext
I suspect that active_scaffold_ext is loaded before activescaffold plugin and for whatever reason rails autoloading is nt working. -- Volker On 1 Dez., 12:22, adc <[email protected]> wrote: > This is the error when i start WEBrick > > => Booting WEBrick > > => Rails 2.3.2 application starting onhttp://0.0.0.0:3000 > > c:/ruby/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_create' for module `ActiveScaffold::Actions::Create' (NameError) > > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ > active_support/core_ext/module/aliasing.rb:33:in `alias_method_chain' > > from C:/Progetti Rails/RNetPortalSS2.3.2/vendor/plugins/activescaffold- > ext/lib/batch_create.rb:141 > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require' > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `require' > > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ > active_support/dependencies.rb:156:in `require' > > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ > active_support/dependencies.rb:521:in `new_constants_in' > > from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ > active_support/dependencies.rb:156:in `require' > > from C:/Progetti Rails/RNetPortalSS2.3.2/vendor/plugins/activescaffold- > ext/init.rb:2:in `evaluate_init_rb' > > ... 19 levels... > > from c:/ruby/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/server.rb: > 84 > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require' > > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > 31:in `require' > > from script/server:3 > > On 1 Dic, 11:17, "[email protected]" <[email protected]> > wrote: > > > Could you please paste the complete error stack? > > > -- > > volker > > > On 30 Nov., 09:18, adc <[email protected]> wrote: > > > > No, i override only template!!! > > > > Thanks > > > > On 28 Nov, 19:00, "[email protected]" > > > > <[email protected]> wrote: > > > > Hi, > > > > > do you extend/override ActiveScaffold::Actions::Create in your > > > > application ? > > > > > -- > > > > Volker > > > > > On Nov 28, 10:00 am, adc <[email protected]> wrote: > > > > > > I update my application with rails 2.3.2 and the last version of > > > > > active scaffold and i installed render_component plugin. > > > > > > But, when i run my application this is a follow error: > > > > > > c:/ruby/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) > > > > > > What is the problem? > > > > > > Thanks for all > > > > > > ADC -- 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.
