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: > 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 > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- Sandip --- www.funonrails.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

