Skip to content

Instantly share code, notes, and snippets.

@mineiro
Created June 28, 2010 05:21
Show Gist options
  • Save mineiro/455481 to your computer and use it in GitHub Desktop.
Save mineiro/455481 to your computer and use it in GitHub Desktop.
Boot Error
Something went wrong while loading app.rb
LoadError: no such file to load -- app.rb
/Users/jtibu/.rvm/gems/ruby-1.9.2-preview3/gems/shotgun-0.8/lib/shotgun/loader.rb:114:in `require'
/Users/jtibu/.rvm/gems/ruby-1.9.2-preview3/gems/shotgun-0.8/lib/shotgun/loader.rb:114:in `inner_app'
/Users/jtibu/.rvm/gems/ruby-1.9.2-preview3/gems/shotgun-0.8/lib/shotgun/loader.rb:102:in `assemble_app'
/Users/jtibu/.rvm/gems/ruby-1.9.2-preview3/gems/shotgun-0.8/lib/shotgun/loader.rb:86:in `proceed_as_child'
/Users/jtibu/.rvm/gems/ruby-1.9.2-preview3/gems/shotgun-0.8/lib/shotgun/loader.rb:31:in `call!'
/Users/jtibu/.rvm/gems/ruby-1.9.2-preview3/gems/shotgun-0.8/lib/shotgun/loader.rb:18:in `call'
/Users/jtibu/.rvm/gems/ruby-1.9.2-preview3/gems/shotgun-0.8/lib/shotgun/favicon.rb:12:in `call'
/Users/jtibu/.rvm/gems/ruby-1.9.2-preview3/gems/shotgun-0.8/lib/shotgun/static.rb:14:in `call'
/Users/jtibu/.rvm/gems/ruby-1.9.2-preview3/gems/rack-1.2.1/lib/rack/builder.rb:77:in `call'
/Users/jtibu/.rvm/gems/ruby-1.9.2-preview3/gems/rack-1.2.1/lib/rack/content_length.rb:13:in `call'
/Users/jtibu/.rvm/gems/ruby-1.9.2-preview3/gems/rack-1.2.1/lib/rack/handler/webrick.rb:52:in `service'
/Users/jtibu/.rvm/rubies/ruby-1.9.2-preview3/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/Users/jtibu/.rvm/rubies/ruby-1.9.2-preview3/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/Users/jtibu/.rvm/rubies/ruby-1.9.2-preview3/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
@kristoferjoseph
Copy link

I am seeing this same error. Anyone know what the deal is?

@mineiro
Copy link
Author

mineiro commented Sep 29, 2010

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment