Skip to content

Instantly share code, notes, and snippets.

@raa0121
Created August 24, 2013 17:45
Show Gist options
  • Save raa0121/6329421 to your computer and use it in GitHub Desktop.
Save raa0121/6329421 to your computer and use it in GitHub Desktop.
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:785:in `block (2 levels) in route!'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:1212:in `block in compile!'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:785:in `[]'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:801:in `route_eval'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:785:in `block (3 levels) in route!'
nicothumb.rb:43:in `block (2 levels) in <top (required)>'
2013-08-24T17:41:46.970690+00:00 app[web.1]: NoMethodError - undefined method `empty?' for nil:NilClass:
nicothumb.rb:28:in `map'
nicothumb.rb:28:in `block in <top (required)>'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:1212:in `call'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:719:in `block in call!'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:820:in `process_route'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:784:in `block in route!'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:822:in `block in process_route'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:820:in `catch'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:783:in `each'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:783:in `route!'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:886:in `dispatch!'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in `block in invoke'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in `invoke'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:719:in `call!'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in `catch'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:705:in `call'
/app/vendor/bundle/ruby/2.0.0/gems/rack-protection-1.2.0/lib/rack/protection/xss_header.rb:22:in `call'
/app/vendor/bundle/ruby/2.0.0/gems/rack-protection-1.2.0/lib/rack/protection/json_csrf.rb:17:in `call'
/app/vendor/bundle/ruby/2.0.0/gems/rack-protection-1.2.0/lib/rack/protection/path_traversal.rb:16:in `call'
/app/vendor/bundle/ruby/2.0.0/gems/rack-1.4.0/lib/rack/logger.rb:15:in `call'
/app/vendor/bundle/ruby/2.0.0/gems/rack-1.4.0/lib/rack/commonlogger.rb:20:in `call'
/app/vendor/bundle/ruby/2.0.0/gems/rack-1.4.0/lib/rack/head.rb:9:in `call'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:1416:in `synchronize'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:1334:in `call'
/app/vendor/bundle/ruby/2.0.0/gems/rack-1.4.0/lib/rack/methodoverride.rb:21:in `call'
/app/vendor/bundle/ruby/2.0.0/gems/sinatra-1.3.2/lib/sinatra/base.rb:1334:in `block in call'
/app/vendor/bundle/ruby/2.0.0/gems/rack-protection-1.2.0/lib/rack/protection/base.rb:47:in `call'
/app/vendor/bundle/ruby/2.0.0/gems/rack-protection-1.2.0/lib/rack/protection/xss_header.rb:22:in `call'
/app/vendor/bundle/ruby/2.0.0/gems/thin-1.3.1/lib/thin/connection.rb:80:in `block in pre_process'
/app/vendor/bundle/ruby/2.0.0/gems/thin-1.3.1/lib/thin/connection.rb:78:in `catch'
/app/vendor/bundle/ruby/2.0.0/gems/thin-1.3.1/lib/thin/connection.rb:78:in `pre_process'
/app/vendor/bundle/ruby/2.0.0/gems/eventmachine-0.12.10/lib/eventmachine.rb:1060:in `call'
/app/vendor/bundle/ruby/2.0.0/gems/eventmachine-0.12.10/lib/eventmachine.rb:1060:in `block in spawn_threadpool'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment