Hi,
I'm trying to install and use activewebservice on Rails 2.0.2(using instantrails) the gem install activewebservice finished succesfully.
walked through the steps listed at:
when I try to start mongrel I get the following trace
** Starting Mongrel listening at 0.0.0.0:3000 ** Starting Rails with development environment... E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ active_suppo rt/dependencies.rb:478:in `const_missing': uninitialized constant ActionWebServi ce::Base::Reloadable (NameError) from E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/ action_web_service/base .rb:36 from E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/ custom_require .rb:27:in `gem_original_require' from E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/ custom_require .rb:27:in `require' from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/ activesupport-2.0.2/lib /active_support/dependencies.rb:496:in `require' from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/ activesupport-2.0.2/lib /active_support/dependencies.rb:342:in `new_constants_in' from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/ activesupport-2.0.2/lib /active_support/dependencies.rb:496:in `require' from E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/ action_web_service.rb:3 9 from E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/ custom_require .rb:27:in `gem_original_require' ... 22 levels... from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.2- x86-mswin 32/bin/../lib/mongrel/command.rb:212:in `run' from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.2- x86-mswin 32/bin/mongrel_rails:281 from E:/InstantRails/ruby/bin/mongrel_rails:19:in `load' from E:/InstantRails/ruby/bin/mongrel_rails:19
does anyone have an idea why this happens?
Thanks.