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:inrun’
c:/ruby/lib/ruby/1.8/webrick/server.rb:173:in start_thread' c:/ruby/lib/ruby/1.8/webrick/server.rb:162:instart’
c:/ruby/lib/ruby/1.8/webrick/server.rb:162:in start_thread' c:/ruby/lib/ruby/1.8/webrick/server.rb:95:instart’
c:/ruby/lib/ruby/1.8/webrick/server.rb:92:in each' c:/ruby/lib/ruby/1.8/webrick/server.rb:92:instart’
c:/ruby/lib/ruby/1.8/webrick/server.rb:23:in start' c:/ruby/lib/ruby/1.8/webrick/server.rb:82:instart’

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.

On Fri, Mar 12, 2010 at 11:26 PM, tommy [email protected] wrote:

c:/ruby/lib/ruby/1.8/webrick/server.rb:92:in `start’
Tommy


Sandip