Skip to content

Instantly share code, notes, and snippets.

@austenito
Created April 28, 2013 00:16
Show Gist options
  • Save austenito/5475284 to your computer and use it in GitHub Desktop.
Save austenito/5475284 to your computer and use it in GitHub Desktop.
Started POST "/items" for 127.0.0.1 at 2013-04-27 20:15:01 -0400
Processing by ItemsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"d0cFp62oxV8FMYZzo1qYKPWmIwZSR+sYl8acWmsJPuw=", "item"=>{"heading"=>"hihihihi", "description"=>"adfadfasdf", "tag_list"=>"", "latlon"=>{"latitude"=>"1", "longitude"=>"2"}, "photo"=>#<ActionDispatch::Http::UploadedFile:0x007fc76b245e70 @original_filename="chillin.gif", @content_type="image/gif", @headers="Content-Disposition: form-data; name=\"item[photo]\"; filename=\"chillin.gif\"\r\nContent-Type: image/gif\r\n", @tempfile=#<File:/var/folders/mt/h7jz7dhj04n5k3mh_gkt7m300000gp/T/RackMultipart20130427-14568-11ng10z>>}, "commit"=>"Create Item"}
Completed 500 Internal Server Error in 0ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment