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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -