trouble booting Webrick after unpgrading Rails

I recently upgrade from Rails 2.1.0 to 2.3.2 and now get this message when I try the app and start Webrick:

=> Booting WEBrick => Rails 2.3.2 application starting on http://0.0.0.0:3000 E:/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 _pick_template’ for class ActionView::Base' (NameError) from E:/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 E:/MediaCatalogApplication/vendor/plugins/active_scaffold/lib/extensions/generic_view_paths.rb:46 from E:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' from E:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in require’ from E:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:156:in require' from E:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:521:in new_constants_in’ from E:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:156:in require' from E:/MediaCatalogApplication/vendor/plugins/active_scaffold/environment.rb:4 ... 25 levels... from E:/ruby/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/server.rb:84 from E:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require’ from E:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require’ from script/server:3

Has anyone seen this problem or understand what’s happening here? I’m using Netbeans 2.7 beta

thanks for help

Groucho Marx - “I was married by a judge. I should have asked for a jury.”

Seems like you should upgrade active_scaffold as well.

Lawrence

Geoff,

This is the core mailing list for discussions of rails core, such as tickets or feature requests. For help, please ask this on the rubyonrails-talk mailing list.

It looks from the stack trace like ActiveScaffold is trying to alias_method_chain a method that no longer exists, you are probably using an old version of ActiveScaffold, try upgrading.

/Jonas

P.S.: The Ruby on Rails Talk list at http://groups.google.com/group/rubyonrails-talk is the more appropriate forum for this.