From: eden li Date: 2007-03-11T19:54:17+09:00 Subject: Re: Camping: Error when running script Hrm.. that's strange. Have you tried upgrading mongrel? Maybe that'll fix it? $ gem install mongrel --include-dependencies On Mar 11, 4:51 pm, Kristen wrote: > Hello, > > I just installed the Camping micro-framework with the command: > > gem install camping-omnibus --sourcehttp://code.whytheluckystiff.net > > Then I created a file which contained the following: > > Camping.goes :Nuts > > and called it nuts.rb > > Then I executed the the file in the terminal, but it gives me the error: > > system:~/Documents/camping kristen$ camping nuts.rb > /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:477:in > `const_missing': uninitialized constant > Mongrel::Camping::CampingHandler::Sync (NameError) > from > /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel/camping.rb:42:in > `initialize' > from > /usr/local/lib/ruby/gems/1.8/gems/camping-1.5.180/bin/camping:199:in > `cloaker_' > from > /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel/configurator.rb:138:in > `listener' > from > /usr/local/lib/ruby/gems/1.8/gems/camping-1.5.180/bin/camping:191:in > `cloaker_' > from > /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel/configurator.rb:51:in > `initialize' > from > /usr/local/lib/ruby/gems/1.8/gems/camping-1.5.180/bin/camping:190 > from /usr/local/bin/camping:18 > > Im not sure what this is or how to fix it. Does anyone have any ideas? > > Kristen > > -- > Posted viahttp://www.ruby-forum.com/.