From: Robert Ahlberg Date: 2012-06-20T06:15:10+09:00 Subject: Sinatra and Shotgun error Hi while running Sinatra I do get output from the webrick server running for every request. When I start with shotgun no output is given, and while I tried with the -d option for debug in shotgun I can't get my fingers on. Exception `LoadError' at /Users/robertahlberg/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36 - cannot load such file -- thin Exception `LoadError' at /Users/robertahlberg/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:63 - cannot load such file -- thin Exception `LoadError' at /Users/robertahlberg/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler.rb:41 - cannot load such file -- thin Other than that it works, and shows pages without errors. I tried installing thin, then it runs thin instead but still gives the first of the 3 errors listed above. ruby -v ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.4.0] -- Posted via http://www.ruby-forum.com/.