On Nov 30, 11:26 pm, Jeff <[EMAIL PROTECTED]> wrote: > Just upgraded from 8.04 to 8.10, which bumped my Ruby version to > 1.8.7, and my Rails app (frozen to 2.2.2) gets a strange error on > startup. I can easily reproduce just by running script/about: > > $ script/about > /vendor/rails/actionpack/lib/action_view/template_handler.rb:11:in > `initialize': wrong number of arguments (0 for 1) (ArgumentError) > > Anyone else having trouble with Rails on Ubuntu 8.10 and/or Rails > 1.8.7? > > Jeff
This has something to do with all the eager loading of the views. After removing a few views trying to narrow down the problem, script/ about now gives this: ../activesupport/lib/active_support/dependencies.rb:275:in `load_missing_constant': uninitialized constant Rails::Info (NameError) Any ideas? Jeff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

