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::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?
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::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?