Skip to content

Instantly share code, notes, and snippets.

@gusgollings
Created July 11, 2009 07:15
Show Gist options
  • Save gusgollings/145144 to your computer and use it in GitHub Desktop.
Save gusgollings/145144 to your computer and use it in GitHub Desktop.
ocean-2:example gus$ pwd
/Users/gus/dev/pancake/example
ocean-2:example gus$ rackup config.ru
Loading Development configuration
^Z
[1]+ Stopped rackup config.ru
ocean-2:example gus$ bg %1
[1]+ rackup config.ru &
ocean-2:example gus$ wget -S http://localhost:9292/foo
--17:13:48-- http://localhost:9292/foo
=> `foo'
Resolving localhost... 127.0.0.1, ::1, fe80::1
Connecting to localhost|127.0.0.1|:9292... connected.
HTTP request sent, awaiting response... NoMethodError: undefined method `call' for #<MyApp::StackMiddleware:0x27998c8>
/opt/local/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/lint.rb:47:in `_call'
/opt/local/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/lint.rb:35:in `call'
/opt/local/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/showexceptions.rb:24:in `call'
/opt/local/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/commonlogger.rb:20:in `_call'
/opt/local/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/commonlogger.rb:13:in `call'
/opt/local/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/content_length.rb:13:in `call'
/opt/local/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/chunked.rb:15:in `call'
/opt/local/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/handler/mongrel.rb:61:in `process'
/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
/opt/local/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/handler/mongrel.rb:34:in `run'
/opt/local/lib/ruby/gems/1.8/gems/rack-1.0.0/bin/rackup:176
/opt/local/bin/rackup:19:in `load'
/opt/local/bin/rackup:19
HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sat, 11 Jul 2009 07:13:48 GMT
Content-Type: text/html
Content-Length: 62179
17:13:49 ERROR 500: Internal Server Error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment