MissingSourceFile/no such file to load -- scrubyt

Hi,

I am rails beginner. i have installed srubyt successfully. But the problem is when i run the code it gives an error.

MissingSourceFile in TestController#index

no such file to load -- scrubyt

RAILS_ROOT: ./script/../config/.. Application Trace | Framework Trace | Full Trace

C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require' C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require' #{RAILS_ROOT}/vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in `require' #{RAILS_ROOT}/vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in' #{RAILS_ROOT}/vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in `require' #{RAILS_ROOT}/app/controllers/test_controller.rb:4 . . . . C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' script/server:3

This error occurred while loading the following files:    scrubyt

I think the problem is with--- require 'scrubyt' in my code

gem list --shows scrubyt <0.3.4> is installed

and forum of this scrubyt (www.agora.scrubyt.org) also not working.

can anyone knows how to solve this. I am already wasted lots of time on this.