Skip to content

Instantly share code, notes, and snippets.

@Dysp
Created May 6, 2016 11:30
Show Gist options
  • Save Dysp/b3785ae83d4e7ede0fa77e079cacf5f6 to your computer and use it in GitHub Desktop.
Save Dysp/b3785ae83d4e7ede0fa77e079cacf5f6 to your computer and use it in GitHub Desktop.
Started POST "/subjects" for ::1 at 2016-05-06 13:30:00 +0200
Processing by SubjectsController#create as HTML
Parameters: {"utf8"=>"V", "authenticity_token"=>"NxFf40TMU9j3Yj6/0a0kQlvpGREHgckCo2XYCfpMmx3gQc9Pzcy9IUMcOIUBDw/Lwfix3oX+BqhY8DrSa/NC4w==", "subject"=>{"name"=>"dasda", "sex"=>"dsa", "i
nitial"=>"asda", "email"=>"aasd@dasdsada.dk", "phone"=>"124141241", "born_on"=>"1988-06-01", "scale_weight"=>"252.0", "scale_height"=>"146.0", "medicine"=>"", "known_disease"=>"", "family
_disposition"=>"", "other"=>""}, "commit"=>"Save Subject"}
(0.0ms) begin transaction
Subject Exists (0.0ms) SELECT 1 AS one FROM "subjects" WHERE "subjects"."initial" = 'asda' LIMIT 1
Subject Exists (0.0ms) SELECT 1 AS one FROM "subjects" WHERE "subjects"."email" = 'aasd@dasdsada.dk' LIMIT 1
Subject Exists (0.0ms) SELECT 1 AS one FROM "subjects" WHERE "subjects"."phone" = '124141241' LIMIT 1
(0.0ms) rollback transaction
Rendered subjects/new.html.erb within layouts/application (9.0ms)
Completed 200 OK in 51ms (Views: 39.8ms | ActiveRecord: 0.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment