(I've snipped some of the path off the backtrace lines for readability) On 6/30/06, Lanny Rosicky <lanny / canczech.com> wrote: > rs6000:/huge/typo-2.6.0_with-rails>script/server > .../gems/.../action_controller/components.rb:53:in > `alias_method': undefined method `process_cleanup' for class > `ActionController::Base' (NameError) > from .../gems/.../action_controller/components.rb:53:in `included' > from .../gems/.../action_controller/components.rb:52:in `included' > from vendor/rails/.../action_controller.rb:73 > from vendor/rails/.../action_controller.rb:61 > from .../rubygems/custom_require.rb:21:in `require' > from .../gems/.../active_support/dependencies.rb:147:in `require' > from config/environment.rb:49 > from script/server:42 Hmm. That's a really odd trace. Basically, since you're using the 2.6.0_with-rails version of Typo, it should be using the version of Rails frozen in vendor/rails/ exclusively. But your trace jumps back and forth between the rails libs in the gem installed version of rails and the libs in vendor/rails/. Looks like a bug to me, not sure whether it's typo or rails, though. Or it might be something about your environment, but I'm not sure. Best approach would probably be to go ask on the typo and/or rails lists. Sorry :/ Jacob Fugal