Am not sure whether this has been encountered by anyone else. I updated the my gems here with gems update to get the newest rails stuff. I also use mongrel_rails as my Web Server behind an Apache. The server start however while accessing any page I got this message:
/usr/bin/mongrel_rails:18
Expected /var/www/rails/shop/config/../app/controllers/shop_controller.rb to define ShopController
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.0/lib/active_support/dependencies.rb:250:in `load_missing_constant'
I can not make anything out of it. In shop_controller I have:
class ShopController < ApplicationController
So how much more could I define this?
My System is an AMD 64, with Debian unstable and Ruby:
ruby 1.8.5 (2006-08-25) [x86_64-linux]
As said I have not the slightest idea why this may not work. I just can tell that before the update this simply worked fine.
With best regards
Friedrich