Error running ruby server with load error -


i new ruby. when try run ruby application, error:

$ ruby script/server /home/user/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in      `require': cannot load such file -- script/../config/boot (loaderror)   /home/user/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in`require'      script/server:2:in `<main>' 

how can fix this?


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -