Is there any known problem with using models in subdirectories of models/ ? I have models/foo.rb and models/subdir/bar.rb Bar < Foo And it all works under FastCGI but SCGI and Webrick both complain that Foo is a uninitialized constant. I think I will submit a bug report unless I am doing something not permitted. -Paul