Skip to content

Instantly share code, notes, and snippets.

@thomasdavis
Created November 27, 2014 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasdavis/074743397d2382895b53 to your computer and use it in GitHub Desktop.
Save thomasdavis/074743397d2382895b53 to your computer and use it in GitHub Desktop.
Started POST "/api/v1/users" for 127.0.0.1 at 2014-11-27 12:28:56 +1000
ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
Processing by Api::V1::UsersController#create as JSON
Parameters: {"email"=>"asssssstffffffddffssffhoddsdmsaafddfsdaggf@fgmasail.com", "user"=>{"email"=>"asssssstffffffddffssffhoddsdmsaafddfsdaggf@fgmasail.com"}}
(0.2ms) begin transaction
User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."email") = LOWER('asssssstffffffddffssffhoddsdmsaafddfsdaggf@fgmasail.com') LIMIT 1
Binary data inserted for `string` type on column `ip_address`
SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "ip_address", "lat", "lon", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-11-27 02:28:57.008474"], ["email", "asssssstffffffddffssffhoddsdmsaafddfsdaggf@fgmasail.com"], ["ip_address", "127.0.0.1"], ["lat", 0.0], ["lon", 0.0], ["updated_at", "2014-11-27 02:28:57.008474"]]
(4.3ms) commit transaction
Rendered user_mailer/tagged_message.text.erb (1.6ms)
UserMailer#tagged_message: processed outbound mail in 24.2ms
Sent mail to yotam@earbits.com (1117.3ms)
Date: Thu, 27 Nov 2014 12:28:57 +1000
From: admin@thinkingremote.com
To: yotam@earbits.com
Message-ID: <54768c69cd88_381b36734fc1636f@samot.mail>
Subject: hello
Mime-Version: 1.0
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
tag: my-tag
track-opens: true
testing 1 2 3
Completed 200 OK in 1359ms (Views: 1.2ms | ActiveRecord: 6.1ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment