On Fri, Sep 08, 2006 at 03:40:25PM +0200, Jens-Christian Fischer wrote: > Hi there > > I have a rails application that has been deployed with > mongrel_cluster. My application contains a model "Cluster.rb" and now > I run into namespacing problems when accessing the Cluster class (the > Mongrel:Cluster module get's to try to resolve method calls which > leads to a embarrassing NoMethodFound errors) > > I have started renaming my model, but I wonder what the "safe" way of > handling namespace conflicts is.
referencing your model class with ::Cluster could work. Jens -- webit! Gesellschaft für neue Medien mbH www.webit.de Dipl.-Wirtschaftsingenieur Jens Krämer [EMAIL PROTECTED] Schnorrstraße 76 Tel +49 351 46766 0 D-01069 Dresden Fax +49 351 46766 66 _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
