Skip to content

Instantly share code, notes, and snippets.

@thomasrussellmurphy
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasrussellmurphy/fa49a5d22d1cbad49ba2 to your computer and use it in GitHub Desktop.
Save thomasrussellmurphy/fa49a5d22d1cbad49ba2 to your computer and use it in GitHub Desktop.
Error result from https://github.com/thomasrussellmurphy/acm.case.edu/commit/9fa30a83f24f93ec231a2ad7d1dc956000f6e5b0 => Caused by Rails extension gem in a Padrino app
Boot Error
Something went wrong while loading config.ru
NameError: uninitialized constant ActionView
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/metamagic-2.0.5/lib/metamagic.rb:2:in `<top (required)>'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/bundler-1.10.5/lib/bundler/runtime.rb:76:in `require'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/bundler-1.10.5/lib/bundler/runtime.rb:76:in `block (2 levels) in require'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/bundler-1.10.5/lib/bundler/runtime.rb:72:in `each'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/bundler-1.10.5/lib/bundler/runtime.rb:72:in `block in require'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/bundler-1.10.5/lib/bundler/runtime.rb:61:in `each'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/bundler-1.10.5/lib/bundler/runtime.rb:61:in `require'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/bundler-1.10.5/lib/bundler.rb:134:in `require'
/Users/thomasrussellmurphy/Documents/Repositories/acm.case.edu/config/boot.rb:8:in `<top (required)>'
config.ru:7:in `require'
config.ru:7:in `block in inner_app'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
config.ru:1:in `new'
config.ru:1:in `inner_app'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/shotgun-0.9.1/lib/shotgun/loader.rb:113:in `eval'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/shotgun-0.9.1/lib/shotgun/loader.rb:113:in `inner_app'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/shotgun-0.9.1/lib/shotgun/loader.rb:103:in `assemble_app'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/shotgun-0.9.1/lib/shotgun/loader.rb:86:in `proceed_as_child'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/shotgun-0.9.1/lib/shotgun/loader.rb:31:in `call!'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/shotgun-0.9.1/lib/shotgun/loader.rb:18:in `call'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/shotgun-0.9.1/lib/shotgun/favicon.rb:12:in `call'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/shotgun-0.9.1/lib/shotgun/static.rb:14:in `call'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/rack-1.6.4/lib/rack/urlmap.rb:66:in `block in call'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/rack-1.6.4/lib/rack/urlmap.rb:50:in `each'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/rack-1.6.4/lib/rack/urlmap.rb:50:in `call'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/rack-1.6.4/lib/rack/builder.rb:153:in `call'
/Users/thomasrussellmurphy/.rvm/gems/ruby-2.2.1/gems/rack-1.6.4/lib/rack/handler/webrick.rb:88:in `service'
/Users/thomasrussellmurphy/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/thomasrussellmurphy/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/thomasrussellmurphy/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment