[Nitro] uninitialized constant Module::Dispatcher

Arne Brasseur arne at arnebrasseur.net
Mon May 28 05:22:31 EDT 2007


Hello nitro folks,

I've been looking at Nitro lately and I must say I like what I've seen 
so far. I downloaded the latest darcs version of both nitro and facets, 
and when I try to start my app it says:

/home/plexus/work/nitro_og/nitro/lib/nitro.rb:72:in `start': 
uninitialized constant Module::Dispatcher (NameError)
        from ./run.rb:31

Looking at nitro.rb the outline is along the lines of

module Nitro
    include Raw #this contains Dispatcher
   
    class <<self
       def start(controller)
          ...
          @application.dispatcher = Dispatcher.new(controller) #looks 
for Module::Dispatcher in stead of Raw::Dispatcher
          ...
       end
    end
end

I'm running ruby 1.8.4.

Any help on how to resolve this would be very appreciated.

Arne

-- 
Arne Brasseur @ your service
arne at arnebrasseur.net
+32/496/94.55.63



More information about the Nitro-general mailing list