plugin path

I am a newbie of rails. Recently I stuck in using plugins. I guess I have problem to set the path to call the plugins under ../vendor/ plugins.

I downloaded and install a grid plugin under ..\vendor\plugins. It has some stylesheets, js and css files. When my application code trying to use those styelsheets, js, it can't find it.

ActionController::RoutingError (No route matches "/javascripts/jqgrid/ jquery.con textmenu.js" with {:method=>:get}):   c:/ruby/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'   c:/ruby/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'   c:/ruby/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'   c:/ruby/lib/ruby/1.8/webrick/server.rb:162:in `start'   c:/ruby/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'   c:/ruby/lib/ruby/1.8/webrick/server.rb:95:in `start'   c:/ruby/lib/ruby/1.8/webrick/server.rb:92:in `each'   c:/ruby/lib/ruby/1.8/webrick/server.rb:92:in `start'   c:/ruby/lib/ruby/1.8/webrick/server.rb:23:in `start'   c:/ruby/lib/ruby/1.8/webrick/server.rb:82:in `start'

Rendering rescues/layout (not_found)

Can someone help me about this issue?

Thanks

Tommy

I guess you missed out installing plugin. Go to vendor/plugins directory. find install.rb if it is then

run “ruby install.rb” command.