Skip to content

Instantly share code, notes, and snippets.

@Znow
Created January 4, 2012 12:40
Show Gist options
  • Save Znow/1559873 to your computer and use it in GitHub Desktop.
Save Znow/1559873 to your computer and use it in GitHub Desktop.
Started POST "/contact" for 192.168.233.1 at 2012-01-04 13:39:26 +0100
Processing by ContactController#create as HTML
Parameters: {"utf8"=>"â", "authenticity_token"=>"5X39Lm8sV9HScP/au35Z3TA3u62ou fBmmYtA1T0GeQI=", "message"=>{"name"=>"dsadsa", "email"=>"[email protected]", "message"=> "<p>dsadas</p>"}, "commit"=>"Send"}
Sent mail to [email protected] (12ms)
Date: Wed, 04 Jan 2012 13:39:26 +0100
From: [email protected]
To: [email protected]
Message-ID: <[email protected]>
Subject: [Contact AC]
Mime-Version: 1.0
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
Completed 500 Internal Server Error in 36ms
Errno::ECONNREFUSED (Connection refused - connect(2)):
app/controllers/contact_controller.rb:10:in `create'
Rendered /home/dg/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispa tch/middleware/templates/rescues/_trace.erb (1.5ms)
Rendered /home/dg/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispa tch/middleware/templates/rescues/_request_and_response.erb (2.2ms)
Rendered /home/dg/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispa tch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.8ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment