Created
January 4, 2012 12:40
-
-
Save Znow/1559873 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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