Skip to content

Instantly share code, notes, and snippets.

@kbighorse
Created September 26, 2012 20:55
Show Gist options
  • Select an option

  • Save kbighorse/3790532 to your computer and use it in GitHub Desktop.

Select an option

Save kbighorse/3790532 to your computer and use it in GitHub Desktop.
$ rails s
=> Booting WEBrick
=> Rails 3.1.4 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2012-09-26 13:54:51] INFO WEBrick 1.3.1
[2012-09-26 13:54:51] INFO ruby 1.9.2 (2011-02-18) [x86_64-darwin10.7.0]
[2012-09-26 13:54:51] INFO WEBrick::HTTPServer#start: pid=52452 port=3000
Started GET "/blog" for 127.0.0.1 at 2012-09-26 13:55:05 -0700
Errno::ECONNRESET (Connection reset by peer):
Rendered /Users/kimball/.rvm/gems/ruby-1.9.2-p180@tradingpost/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
Rendered /Users/kimball/.rvm/gems/ruby-1.9.2-p180@tradingpost/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (48.5ms)
Rendered /Users/kimball/.rvm/gems/ruby-1.9.2-p180@tradingpost/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (73.5ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment