Skip to content

Instantly share code, notes, and snippets.

@qrush
Forked from atduskgreg/gist:99338
Created August 11, 2009 18:24
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 qrush/166029 to your computer and use it in GitHub Desktop.
Save qrush/166029 to your computer and use it in GitHub Desktop.
---
:environment:
SERVER_NAME: localhost
PATH_INFO: /
HTTP_USER_AGENT: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.9) Gecko/2009040820 Firefox/3.0.9
HTTP_ACCEPT_ENCODING: gzip,deflate
rack.url_scheme: http
HTTP_HOST: localhost:4567
HTTP_ACCEPT_LANGUAGE: en-us,en;q=0.5
HTTP_CACHE_CONTROL: max-age=0
SERVER_PROTOCOL: HTTP/1.1
SCRIPT_NAME: ""
SERVER_SOFTWARE: thin 0.8.1 codename Rebel Porpoise
REQUEST_PATH: /
HTTP_KEEP_ALIVE: "300"
REMOTE_ADDR: 127.0.0.1
rack.version:
- 0
- 3
HTTP_VERSION: HTTP/1.1
HTTP_ACCEPT_CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_COOKIE: __kti=1223401231488,http%3A%2F%2Flocalhost%3A3333%2Fwidgets%2F8%3Foperating_table%3Dtrue,http%3A%2F%2Flocalhost%3A3333%2Fwidgets%2F8%2Fselector_nicknames%2Fnew; __ktv=477-aeaf-a8b-791c11cd865549d; vote_key=dc4e3ad67ee885a74c42e38a120749f95656437a; __utma=1.670902489362527100.1239319165.1240336362.1240338662.9; __utmz=1.1239319165.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); rack.session=BAh7CDoJdXNlcnsGOgplbWFpbCIcYXNkOGRqZGt2bmhuc3dvQGFzZC5jb206%0AC2dlbmRlciILRmVtYWxlOg1kZWxpdmVyeXsGOgh6aXAiCjEwMDEy%0A; __utmc=1
rack.request.query_hash: {}
REQUEST_URI: /
rack.request.form_vars: ""
SERVER_PORT: "4567"
GATEWAY_INTERFACE: CGI/1.2
QUERY_STRING: ""
rack.request.query_string: ""
rack.request.form_hash: {}
HTTP_ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
rack.session: {}
REQUEST_METHOD: GET
HTTP_CONNECTION: keep-alive
:session: {}
:backtrace:
- ./example_app.rb:10:in `GET /'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:591:in `call'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:591:in `route'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:388:in `instance_eval'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:388:in `invoke'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:388:in `catch'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:388:in `invoke'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/compat.rb:111:in `invoke'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:363:in `dispatch!'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:360:in `catch'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:360:in `dispatch!'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:340:in `each'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:340:in `dispatch!'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:313:in `call!'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:421:in `error_detection'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:313:in `call!'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:303:in `call'
- /opt/local/lib/ruby/gems/1.8/gems/rack-0.9.1/lib/rack/methodoverride.rb:24:in `call'
- /opt/local/lib/ruby/gems/1.8/gems/rack-0.9.1/lib/rack/commonlogger.rb:20:in `_call'
- /opt/local/lib/ruby/gems/1.8/gems/rack-0.9.1/lib/rack/commonlogger.rb:13:in `call'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:651:in `call'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:805:in `call'
- /opt/local/lib/ruby/gems/1.8/gems/thin-0.8.1/lib/thin/connection.rb:59:in `pre_process'
- /opt/local/lib/ruby/gems/1.8/gems/thin-0.8.1/lib/thin/connection.rb:50:in `process'
- /opt/local/lib/ruby/gems/1.8/gems/thin-0.8.1/lib/thin/connection.rb:35:in `receive_data'
- /opt/local/lib/ruby/gems/1.8/gems/eventmachine-0.10.0/lib/eventmachine.rb:1056:in `event_callback'
- /opt/local/lib/ruby/gems/1.8/gems/eventmachine-0.10.0/lib/eventmachine.rb:224:in `run_machine'
- /opt/local/lib/ruby/gems/1.8/gems/eventmachine-0.10.0/lib/eventmachine.rb:224:in `run'
- /opt/local/lib/ruby/gems/1.8/gems/thin-0.8.1/lib/thin/backends/base.rb:45:in `start'
- /opt/local/lib/ruby/gems/1.8/gems/thin-0.8.1/lib/thin/server.rb:146:in `start'
- /opt/local/lib/ruby/gems/1.8/gems/rack-0.9.1/lib/rack/handler/thin.rb:11:in `run'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/base.rb:638:in `run!'
- /opt/local/lib/ruby/gems/1.8/gems/sinatra-0.9.0.2/lib/sinatra/main.rb:47
- example_app.rb:9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment