(120.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (109.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateActiveAdminComments (20141016225515)  (0.3ms) begin transaction  (0.7ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "namespace" varchar(255), "body" text, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.2ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.2ms) CREATE INDEX "index_active_admin_comments_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id") SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141016225515"]]  (102.2ms) commit transaction Migrating to CreatePeopleUsers (20141016225555)  (0.3ms) begin transaction  (1.8ms) CREATE TABLE "people_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_people_users_on_username" ON "people_users" ("username")  (0.2ms) CREATE UNIQUE INDEX "index_people_users_on_email" ON "people_users" ("email") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141016225555"]]  (100.3ms) commit transaction Migrating to CreateArcadexTokens (20141016225556)  (0.2ms) begin transaction  (1.7ms) CREATE TABLE "arcadex_tokens" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "imageable_id" integer, "imageable_type" varchar(255), "auth_token" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141016225556"]]  (124.9ms) commit transaction Migrating to AddIndexToToken (20141016225557)  (0.1ms) begin transaction  (0.8ms) CREATE UNIQUE INDEX "index_arcadex_tokens_on_auth_token" ON "arcadex_tokens" ("auth_token") SQL (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141016225557"]]  (127.2ms) commit transaction Migrating to AddFirstIpAddressToArcadexTokens (20141016225558)  (0.2ms) begin transaction  (1.0ms) ALTER TABLE "arcadex_tokens" ADD "first_ip_address" varchar(255) SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141016225558"]]  (127.1ms) commit transaction Migrating to AddCurrentIpAddressToArcadexTokens (20141016225559)  (0.2ms) begin transaction  (1.0ms) ALTER TABLE "arcadex_tokens" ADD "current_ip_address" varchar(255) SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141016225559"]]  (105.6ms) commit transaction Migrating to AddTimesUsedToArcadexTokens (20141016225560)  (0.1ms) begin transaction  (1.1ms) ALTER TABLE "arcadex_tokens" ADD "times_used" integer SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141016225560"]]  (128.7ms) commit transaction Migrating to AddExpirationMinutesToArcadexTokens (20141016225561)  (0.3ms) begin transaction  (1.1ms) ALTER TABLE "arcadex_tokens" ADD "expiration_minutes" integer SQL (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141016225561"]]  (215.7ms) commit transaction Migrating to CreateDefconAdminUsers (20141016225562)  (0.2ms) begin transaction  (1.6ms) CREATE TABLE "defcon_admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "password_digest" varchar(255), "read_only" boolean, "attempts" integer, "max_attempts" integer, "master" boolean, "priority" integer, "created_at" datetime, "updated_at" datetime) SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141016225562"]]  (114.8ms) commit transaction Migrating to AddIndexToDefconAdminUsers (20141016225563)  (0.2ms) begin transaction  (1.3ms) CREATE UNIQUE INDEX "index_defcon_admin_users_on_username" ON "defcon_admin_users" ("username") SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141016225563"]]  (115.6ms) commit transaction Migrating to AddEmailToDefconAdminUsers (20141016225564)  (0.2ms) begin transaction  (1.2ms) ALTER TABLE "defcon_admin_users" ADD "email" varchar(255)  (0.5ms) CREATE UNIQUE INDEX "index_defcon_admin_users_on_email" ON "defcon_admin_users" ("email") SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141016225564"]]  (425.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 32ms (Views: 31.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.6ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$hyeKFbS/tD.I0Ualr0cV/ePfyoJIelfpKf6BP7TcQN2ju3dsYLAXO"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Wb3gsYvUNL3dsnt1ED4T' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Wb3gsYvUNL3dsnt1ED4T"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$x4kChUSyskx2uWGFx4EL3uawE8Cnrlrc/D5aTXSxkBKi3WSv2T/Ru"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ctv3BsYpYXtg9bjnvQCw' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ctv3BsYpYXtg9bjnvQCw"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.5ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$sxMr6EWkNs1GNF7tWk33deNBt2yM.lG4ZBWFELR9RBYuuh2DjEOPa"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'viETkwBYTkKxgdKD_axz' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "viETkwBYTkKxgdKD_axz"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$XVtFXSUEsqYZwfoO0B8du.gNIJ12rMZyp7v1Bl4gsBU1.kkdttfrW"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xEmrr4hcs1AEWjQvxLNs' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xEmrr4hcs1AEWjQvxLNs"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$xkqV3AKCMarBOU1SzE7x2eo3YTzWuiP4Nggp5.9.U.HshyUwZ5W/S"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Txv67k61AnQxfD1QjdCV' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Txv67k61AnQxfD1QjdCV"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$T8DoR0PrED9CxlAWstk7s.6m95XqgzpjjdhfKy7zuK5aI6AGDNiJG"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'B2BFzpHWdZNaNySKxaMK' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "B2BFzpHWdZNaNySKxaMK"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$sb9th2fEaO8bSE/5HlZBfuyfX5FuqRj/OtL94i9XFXdH06TDEFEhq"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'v5VBqy7JTZhU1L1jxFsZ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "v5VBqy7JTZhU1L1jxFsZ"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$iOsy8GulKnmlJOr6gmizrOYmY3HZXeVqih34M6yoKk72IaKw6ESBK"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'pAsXG3yMy9-Ux2TMNVbJ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "pAsXG3yMy9-Ux2TMNVbJ"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$TXvLMDISNWb49DKvJpeFOuKd0YifIRpOT1SOaTxdZJAWf8ByxhCzi"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'FKmBUqtDQxsaz8dENiCt' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "FKmBUqtDQxsaz8dENiCt"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$hotvjuzJ3l6J5StkUAQbhOYsfCfdR3.YYo/fR/o1Xujeo5DmeuwSm"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'XJKmDx15eqyxNM8xo7rC' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "XJKmDx15eqyxNM8xo7rC"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$1IH02QynGhpbWj84gFMSr.dts7qZZMbzpeUseHVTivGKJT8CZQ.qe"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'rCRzfDTsW9XbZt-V2YNA' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "rCRzfDTsW9XbZt-V2YNA"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$pqIojEuFwJLVLQd3kBCX6ecXenjPGP/Mzsp4nWxkZ8XjckUUruog."], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 6 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 97 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '97DsJW3WwdEFEUh7YTCM' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "97DsJW3WwdEFEUh7YTCM"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$rF1X5rKq1VK0kF9FnDUQWuKsVEaqkiqNZUjTHOxjUHIgRUiw8wikS"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '_X-y-qNiT7gekm-XMb26' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "_X-y-qNiT7gekm-XMb26"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$f2NqLCmy/hUWeMW3KFb6V.FdgAF4QSmte5MDjMnUxfkx/hC54ha.m"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-GDsnimNCgMgyLwz9BY7' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-GDsnimNCgMgyLwz9BY7"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$bAnwOKJcgoMxJC8Uv/gtt.pS5ejou1gSa66DCrPc/3HqIrb4eAUXu"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xmzRmieZ73DdrzXZPNhP' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xmzRmieZ73DdrzXZPNhP"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-16 22:31:05 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Txv67k61AnQxfD1QjdCV' LIMIT 1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'Txv67k61AnQxfD1QjdCV' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 31ms (Views: 6.5ms | ActiveRecord: 1.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$bcKb5UwrFlv17DHFqMfMVunabLAOovDNQUrSn/ZALWIloD5hRoKna"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'EqNGn84irZszwgAWUods' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "EqNGn84irZszwgAWUods"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-16 22:31:05 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'EqNGn84irZszwgAWUods' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'EqNGn84irZszwgAWUods' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.9ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$.MW3IBqBjUQiLLlD2ZMMWOF2KcJ889uuwD1tow652j2BgtUghhzWi"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Gu3GBVfRPR8mo4JsB5Lr' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Gu3GBVfRPR8mo4JsB5Lr"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-16 22:31:05 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Gu3GBVfRPR8mo4JsB5Lr' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'Gu3GBVfRPR8mo4JsB5Lr' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username22') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('Cole@LaunchU.com') AND "people_users"."id" != 1) LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) UPDATE "people_users" SET "username" = ?, "email" = ?, "password_digest" = ?, "updated_at" = ? WHERE "people_users"."id" = 1 [["username", "username22"], ["email", "cole@launchu.com"], ["password_digest", "$2a$04$KiUvo7g5Y.dZQTAdqMfCTOdYBHzcB0fdzRsfYOkVhU82rogf3y.Yu"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 18ms (Views: 0.7ms | ActiveRecord: 1.9ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$93oSnBujU/L6APJTiOw4Du13VaE5p.AnJR9QvpYEwGnZnrC0prWIS"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MBy-94hUGDVgVPTwhgyK' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "MBy-94hUGDVgVPTwhgyK"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$XnY1FpPvaNXF0IJpqi4xnO5KhAA/7N/lvbBz//MnHDLPX/.ORiLqW"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ihAmyKVLgGQi_czxcYXt' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ihAmyKVLgGQi_czxcYXt"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-16 22:31:05 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MBy-94hUGDVgVPTwhgyK' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'MBy-94hUGDVgVPTwhgyK' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 2 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 6ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$zvAA91Le0zxJyBT2fEO.QeKcVVY99wmgILVo8zy8e/P.ji6M6QFom"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tuGbZ5EWftJ8HgvyMS8r' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "tuGbZ5EWftJ8HgvyMS8r"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-16 22:31:05 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tuGbZ5EWftJ8HgvyMS8r' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'tuGbZ5EWftJ8HgvyMS8r' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username27') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('') AND "people_users"."id" != 1) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 16ms (Views: 0.2ms | ActiveRecord: 1.5ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-16 22:31:05 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$/mOeNvUUlV.c.ZJ0vD5lceeCpiiECBx/A9isdF7MlkkQ/0qm9ToiO"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HNi2cqjzuheykBDpMoqU' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HNi2cqjzuheykBDpMoqU"], ["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'HNi2cqjzuheykBDpMoqU' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["updated_at", Fri, 17 Oct 2014 02:31:05 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 15ms (Views: 0.3ms | ActiveRecord: 2.8ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-16 22:31:05 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 6ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$EmevpGHkH5Afg65zvI1waOMqXCrpm.xY/A/JG22emOU3r7LFJqEB2"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'guDRp2mxap61ekUTF7Jg' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "guDRp2mxap61ekUTF7Jg"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-16 22:31:06 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.3ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'RWYwSPyR2TxfpchBdx1C' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "RWYwSPyR2TxfpchBdx1C"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'RWYwSPyR2TxfpchBdx1C' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 1.5ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$Ikfuc1hRN8tnC1su1SSvT.hhiEHG9DUlFFeQw2EUtQHKiqO1FJofC"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 42 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '42R_N4zS7QiWEwV2sHix' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "42R_N4zS7QiWEwV2sHix"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-16 22:31:06 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 4ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$c3HehoSjvXitfQwusDqZiutKKZPQlG41vvpexAO5dyYEeyOfZvgkS"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vGfmKZqeBp3tjnL3ayZ1' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "vGfmKZqeBp3tjnL3ayZ1"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-16 22:31:06 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vGfmKZqeBp3tjnL3ayZ1' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'vGfmKZqeBp3tjnL3ayZ1' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$T9Qwqd6qvjf./8LXjvqYmOjijFmDbv/21.QCc79vkXxhJjDJmTyyK"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.3ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yDqH2iy-uvWqVvk7P5Wn' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yDqH2iy-uvWqVvk7P5Wn"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-16 22:31:06 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yDqH2iy-uvWqVvk7P5Wn' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'yDqH2iy-uvWqVvk7P5Wn' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 8ms (Views: 0.1ms | ActiveRecord: 1.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$HHOzfDrNOfOtptQsSMEH6.4vZtNsXsLmoxtaqikxXCNeQI/J25T1q"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 3 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '3S3hgRNsSRJYwkhLuf8F' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "3S3hgRNsSRJYwkhLuf8F"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-16 22:31:06 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '3S3hgRNsSRJYwkhLuf8F' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '3S3hgRNsSRJYwkhLuf8F' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 7ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.7ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$9q9TJePk1heKcEY..3hJ7.HhGGxxiDxJx2tutqn5oDl8LstqW41Ne"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'htfnQaz2MHn75f2XEh4B' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "htfnQaz2MHn75f2XEh4B"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-16 22:31:06 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'htfnQaz2MHn75f2XEh4B' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'htfnQaz2MHn75f2XEh4B' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.7ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$neldykYk4m9ZlyFv3QkQ0eZJLPol2Uxvjfn8FWkhYKN0.1drrZsUS"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yhy6bAgGftro7GCRntwZ' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yhy6bAgGftro7GCRntwZ"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-16 22:31:06 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yhy6bAgGftro7GCRntwZnot_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$MIJoBimH8pRI/t5rjMO.h.0O86Tod5WGro4mNZYOM0E5pR5XUwUL6"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'EcK3hEWsGbBSJyVmg_WR' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "EcK3hEWsGbBSJyVmg_WR"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-16 22:31:06 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" IS NULL LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 3ms (Views: 0.4ms | ActiveRecord: 0.3ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$MBXzuvG/DH6/hktMa46a7OM.GzVItcSvzY4kg3ZVOwzARDYyoPBgW"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'RykU3fQjfLmjq557-2zR' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "RykU3fQjfLmjq557-2zR"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$2J7wBn9Re9l/GkvjRhXsOOiBgz6ArxZIpXUv6ZmIfcx21pqbpc5TK"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'cBohkaVyDsC_D1LpFfFV' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "cBohkaVyDsC_D1LpFfFV"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$SpIvToEDOwZSbKegMaTM1OuAM/c194mI4oqMESoOzxPyfsQgH5tt2"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.3ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'bwZ-RX6s6YBkzKXh4sJ_' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "bwZ-RX6s6YBkzKXh4sJ_"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$otvzdooFruA/lqHcbYX.ruzfn9t23dnRTKjYA7wh7VUg/459CqeEu"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zMm_oBnxs7S4zLydBsNQ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zMm_oBnxs7S4zLydBsNQ"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$/PfC7kmb0.xL8OgXL4/mQOMXKVGb5Nqk4XiRaO/5P.p04wUdjHsJm"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sM7mGhZovZ3yeCvK-wu8' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "sM7mGhZovZ3yeCvK-wu8"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$mVXYqCYxfE.yy7S/XUjhPOFDtp79KSCKwjDISJunBHk0xtZXGjtVa"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DuxTy6UpZ849inzTmi4P' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DuxTy6UpZ849inzTmi4P"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$hGxHuHGHIxFAQwfORqmLpOrrGQNsMAOj6OFf.nuSygrLK9GMIhXoG"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'EaiWDeXjGUkaAyxp5zu8' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "EaiWDeXjGUkaAyxp5zu8"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$hQ0CGH8cnOmhrL6EYFik3uBEx3fDqBktf7PxFlH2FiTryzgIUdBAS"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'bJsfNz_XWSpjRhFa5byz' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "bJsfNz_XWSpjRhFa5byz"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$WfCx0/G2ZdqH2ux6FFwZrO2CpuqXp7Lo.7ZUC8k6zBI9iYN7hxRiu"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 4 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'AU1v5vbCxZED3hu37HR5' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "AU1v5vbCxZED3hu37HR5"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$Fbg.nZ8HiQVFZr/Z8hQl1e/2pXAk089/dZFWukRvAHgfq3A5bSIKC"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'fsKAQBgmaKYkSSV4mEX5' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "fsKAQBgmaKYkSSV4mEX5"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$w9kcXI3bVpKI..k1C71cpOGyBI/2ujyPoIbj7rWlE7Ww4kANH4KKm"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'wCgmhsorDsoyszTYhCT7' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "wCgmhsorDsoyszTYhCT7"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-16 22:31:06 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'RykU3fQjfLmjq557-2zR' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'RykU3fQjfLmjq557-2zR' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 76ms (Views: 69.7ms | ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.5ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$xglTozg5zDdCWCgT3myJcOpQVQi1.dOdzDVoPm9DlbivXsq4rgk0G"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'F4tbCwBxM1NyrRbmfauP' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "F4tbCwBxM1NyrRbmfauP"], ["created_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-16 22:31:06 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'F4tbCwBxM1NyrRbmfauP' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'F4tbCwBxM1NyrRbmfauP' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Fri, 17 Oct 2014 02:31:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 20 LIMIT 1 Filter chain halted as :set_user rendered or redirected Completed 404 Not Found in 6ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 35ms (Views: 34.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (36.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$LV0qVoxDLUQ.Mvje4Rxl1e.WuNp34zUew63/5jX3uhDv0Gbz8iw8u"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ohbqJZp6fNnsdH5QJq2R' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ohbqJZp6fNnsdH5QJq2R"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$PZeyOy8D7Jm5qY/1s8npVO/ZJ6q30r7HVUoWQFUfe6vis1WgQMhWW"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'wDMZJ_6Lxaqaa7SLUx_c' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "wDMZJ_6Lxaqaa7SLUx_c"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$WUOhnyWF/yBO9U3rdEk/NelVKd51sk5J4wRYBkdO6W9OV03GWT/y6"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 882 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '882nzCJdtt8-VwCPP1rt' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "882nzCJdtt8-VwCPP1rt"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$TVPx1fg3yUUVKFbhM7CzQOcAIc/0y0dVjzc36nTH0uqUd3I/KJWDO"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 6 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '6zRyLq8divsdcWTMN6Ps' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "6zRyLq8divsdcWTMN6Ps"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$1jg8iq2SHZMqduteLxc.FObeQIPfZCbC7kvBZwFWaw1paugSJKuYW"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'or-sAJUf5dzStMSsUSSs' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "or-sAJUf5dzStMSsUSSs"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$wcnJgTNDWOJxTWIoFhanw.FlablZIl2M1lgSi//WM8V0lVsHV2ha2"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'r1y1hzyUP22i6cmsyCVG' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "r1y1hzyUP22i6cmsyCVG"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$UHDhchbbpCmZ0BYrr655a.8.BGW9IlewO8pQ..721U3UIzIJAOym6"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HszjtLCy9tztBG76654B' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HszjtLCy9tztBG76654B"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$Cp5WQpxNySdxT0.7dD0LYOPHl/OWegmUw8DGeL4VO8yWybBMLNywy"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'PLmmogVkhLystdJ5EN1D' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "PLmmogVkhLystdJ5EN1D"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$/s3mXQacW2WdDHHLhfNs1O9qt.SV/HC1enzT3LKPOjAyX7ND/sN9S"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'GsqNyygsUSzUM1v6fxr3' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "GsqNyygsUSzUM1v6fxr3"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$kOEBCPaatNvQCOpUSRMud.0vasAjKj6.v.5eaccLGf9ox05qMrZIi"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'AcdfKqf9S2E-oR4ySRzz' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "AcdfKqf9S2E-oR4ySRzz"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$vqntloertooYdsN0OetBhepO0MO8wmXmWs7OzRXS1Zchp2X11Sc5u"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'kUjX6NnN7Ua6qzbMubYk' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "kUjX6NnN7Ua6qzbMubYk"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$qFInL2rYKbjMY/3tuyaxeuuUqGAid6YV8TH0OhQdzmbyXH2uIZ13u"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zzjkdxxUeg9ye5z8Kb5J' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zzjkdxxUeg9ye5z8Kb5J"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$4PveyLIYizbcGiEJU3jnSen06re.Ih25mVHS49sRSYKqOyPQ3KFWu"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'D3iC9uF-J4dyitsifALs' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "D3iC9uF-J4dyitsifALs"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$MnsGBr9soMjrUI6N3nNvRu/V.7596F4RHFVpUmUsK9rLcseTrOLWy"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'wZZSD6i8Hf5yzndYSceX' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "wZZSD6i8Hf5yzndYSceX"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$EyxWILW.f/QLyWzFB1OYYuyQOcmNf.Awu8NlQQmqTqcfzYvKqlPH."], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'hcfozdkJDiexLBakjBbQ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "hcfozdkJDiexLBakjBbQ"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 11:59:36 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (1.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'or-sAJUf5dzStMSsUSSs' LIMIT 1 People::V1::User Load (0.5ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'or-sAJUf5dzStMSsUSSs' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 42ms (Views: 5.5ms | ActiveRecord: 2.7ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$8U9MoVzmFalmYqhRXDKQJOkoE.DxKDjKp8zw3sp4c/qhX6olW.BCu"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jLCB9BSjLFWRKdZKLxeb' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "jLCB9BSjLFWRKdZKLxeb"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 11:59:36 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jLCB9BSjLFWRKdZKLxeb' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'jLCB9BSjLFWRKdZKLxeb' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.6ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.3ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$U7qOk7kS6xAEnAdJFRebf.MJQRGQqgTy/sDvPbGvDf8SSq5xVwcia"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'oaxi61RjfbvmLLsNvTmC' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "oaxi61RjfbvmLLsNvTmC"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 11:59:36 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'oaxi61RjfbvmLLsNvTmC' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'oaxi61RjfbvmLLsNvTmC' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username22') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('Cole@LaunchU.com') AND "people_users"."id" != 1) LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) UPDATE "people_users" SET "username" = ?, "email" = ?, "password_digest" = ?, "updated_at" = ? WHERE "people_users"."id" = 1 [["username", "username22"], ["email", "cole@launchu.com"], ["password_digest", "$2a$04$77C9.YoSxdROfLQyZ9GPKuK1BGEVP/qP1RN4jxoQKXT4.qouEcqcu"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 17ms (Views: 0.6ms | ActiveRecord: 1.6ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$sIFj08ZGoyIJorTgqwjPNupaUUq9OTxziTMrbmY/RojYeB89N/3hy"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'aqvoUszgZBDFdXz1U8w-' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "aqvoUszgZBDFdXz1U8w-"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$U0PA8UVaYUyKvRxvIjv7Q.9tVLlVewf.PgJy93IH90n.3fAHMUr82"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Y4cWhLysfATsyoHyhCqk' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Y4cWhLysfATsyoHyhCqk"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 11:59:36 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'aqvoUszgZBDFdXz1U8w-' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'aqvoUszgZBDFdXz1U8w-' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 2 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 6ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$OwIJRavgJtXdkJDe3bk8AuYEpB/D2APITE1SVV7.hthi9LDfToFBS"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DxR4tTDA_zZjctQwcqns' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DxR4tTDA_zZjctQwcqns"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 11:59:36 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DxR4tTDA_zZjctQwcqns' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'DxR4tTDA_zZjctQwcqns' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username27') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('') AND "people_users"."id" != 1) LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 14ms (Views: 0.2ms | ActiveRecord: 1.2ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 11:59:36 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.4ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$cn60i.bkS9l.3ujM.WNgsOABRkLkiau1.LV2E/4BvDf7CPFpXuTBu"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'uthcLeC5QFAzW3PV5_Xx' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "uthcLeC5QFAzW3PV5_Xx"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'uthcLeC5QFAzW3PV5_Xx' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 22ms (Views: 0.4ms | ActiveRecord: 3.4ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 11:59:36 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 8ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$OtsFNGlf9m0w67vRSeW2DOIFpwFMdjwMRsnfxXKKyDsnulZeg4Lau"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'VZNP6qwf5dFbZdfUnQJ4' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "VZNP6qwf5dFbZdfUnQJ4"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 11:59:36 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'z_c8MGyyayuxPyPDaEAP' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "z_c8MGyyayuxPyPDaEAP"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'z_c8MGyyayuxPyPDaEAP' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 1.4ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$qaiN3UOKFdsCJZ0uzhMUZORSrTzbOZ1CJC/fjTgS2AL7nZ2gnzwe."], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'im-WNd31d2WUYpexvL-V' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "im-WNd31d2WUYpexvL-V"], ["created_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 11:59:36 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$sfsV6miSH3qNovWfGFQxDO3ENxav6yDUrRWhWTcV9iAKRe29MFSSe"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'az_-M9anK1Y7EtQjhDms' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "az_-M9anK1Y7EtQjhDms"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 11:59:37 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'az_-M9anK1Y7EtQjhDms' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'az_-M9anK1Y7EtQjhDms' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$AUUqAwrIIUaDKnHTr8ir6u4NbL8hl9Lnp2a6OAq28hIYhf0bWomCe"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'CGD8BZk_pZHdoGNPpszM' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "CGD8BZk_pZHdoGNPpszM"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 11:59:37 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'CGD8BZk_pZHdoGNPpszM' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'CGD8BZk_pZHdoGNPpszM' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$v/.0vEAGKjRcJ2uv4R00c.V9KP8Er392KMfNltJSgyYKjOrp1yHSa"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Y8TGjxcckMBvjQ5S5M5K' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Y8TGjxcckMBvjQ5S5M5K"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 11:59:37 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Y8TGjxcckMBvjQ5S5M5K' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'Y8TGjxcckMBvjQ5S5M5K' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 9ms (Views: 0.3ms | ActiveRecord: 1.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$y0qqzlYtho68zS0OvTgvmeuxQ63n3CTlBoq9QlY.7gkgBEMx30GE2"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'BsvthKhdDAX9nzEmmjyU' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "BsvthKhdDAX9nzEmmjyU"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 11:59:37 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'BsvthKhdDAX9nzEmmjyU' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'BsvthKhdDAX9nzEmmjyU' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$Q66oCjT5qT49tGdMEFkADe9HJ41sD5BLp4cjOPgMOpgMkm73W8JEK"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'XEkEXJ1z8FWTaxf1P1xg' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "XEkEXJ1z8FWTaxf1P1xg"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 11:59:37 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'XEkEXJ1z8FWTaxf1P1xgnot_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$i.GY4kaaQOk0dmoyrMRfYOQLDwNcfijTdye/AH4QWdI/z2z3J/Fb2"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HgThT1g2rGTuWnrBH5AV' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HgThT1g2rGTuWnrBH5AV"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 11:59:37 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" IS NULL LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 2ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$DkxzZYE42aWRpxgUEg75Vu1FwK.MXCpWoaGmsUwjw9po6HD8V5fb6"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 3 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '3sxxZ7EgoXrCeyhjX_Kx' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "3sxxZ7EgoXrCeyhjX_Kx"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$i57IjvIDQUPXzhI5RBpbDe4O3crns3TgUx4OQY8pE0vkVmE/KPAmK"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vcT_zRxsP3iPsYCFoEVf' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "vcT_zRxsP3iPsYCFoEVf"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$XRRyC2BRYx7/hS3LAz6U2OippN/cChAEe3r00a90RuWGhFo4v9M/W"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'BnRzxJTT73eYj5AGq9Mo' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "BnRzxJTT73eYj5AGq9Mo"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$8TmgGzks8DLom5tK7VR/HuBa6zL34D.ztTjyaWWxxGYvDbNZJhisq"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'p4z2sJT9f-SyVyzTDG-J' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "p4z2sJT9f-SyVyzTDG-J"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$c3KZNRCfE25tTeRBiXtx7.hKYhut2W2f7QATAbHUlNg4buT9wf1MW"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'BKzhjy7bwcBuBUWhLEys' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "BKzhjy7bwcBuBUWhLEys"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$fD4MhL1xi8eZ/v7l...dIueTUdZkgyGg1sqVUXvU8uvcKOHaxEdfu"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.3ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'CvRVksByLNj2DTvysZcx' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "CvRVksByLNj2DTvysZcx"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.8ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$eqqdT2YkcCNyIkM.grNPOuG5CaAbH20spW0OsKIVJBz3CUIhfnZy2"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'qg6tKa7jgGnghQyYTfXQ' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "qg6tKa7jgGnghQyYTfXQ"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$VTtsq5BVTQzJxLnfwWETUuvrqjJsHHKQGdnHZW4xNwrEIG2kQCDbe"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'H3GPpwYbjvH_rrVczHpD' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "H3GPpwYbjvH_rrVczHpD"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$3kFbJBLdswe/eY5r2aj2.OpvJOd8tp1YZ62EC4WTjDXHbOj8LwRaq"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HzcoFq49_KsxfxMBPQyi' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HzcoFq49_KsxfxMBPQyi"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$mgO6O5Z63SzpB4TP7GiKQeMDWzmwzJg0.mqGs2S4FW7bBKOglJo4W"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.3ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'FXxQiafzN-iEFAzn-Yr2' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "FXxQiafzN-iEFAzn-Yr2"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$TwaAQCmkyIfIvlkFgJGPvuvoR1Lurh5M0M3U2k2v.F0ZFxBvs8sma"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'bvM12vqDRsE5HAFiAWRL' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "bvM12vqDRsE5HAFiAWRL"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 11:59:37 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '3sxxZ7EgoXrCeyhjX_Kx' LIMIT 1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '3sxxZ7EgoXrCeyhjX_Kx' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.3ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 102ms (Views: 92.7ms | ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.7ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.6ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$i3e8D2uuw2ZgY.8YwVi6B.EEOmn3USF2Fkdf.EBGQ2XMZOkzoxqOi"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'of8bJ3ySWstDxjdWWRZq' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "of8bJ3ySWstDxjdWWRZq"], ["created_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 11:59:37 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'of8bJ3ySWstDxjdWWRZq' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'of8bJ3ySWstDxjdWWRZq' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 15:59:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 20 LIMIT 1 Filter chain halted as :set_user rendered or redirected Completed 404 Not Found in 5ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$yC2rB/og8m7t6XueVItPleaoBPhAYyGqWNdd9kX9fN8SIueF4n6Pq"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'JKZ9xcPwCy5GcgAbi_xV' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "JKZ9xcPwCy5GcgAbi_xV"], ["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$OyxHjGaaMIB6mUd8tAoKj.rAMMSElWhF5VI9/QdciVfAawZulvQBi"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'fuGh-CyM-BVL3TxwgN6g' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "fuGh-CyM-BVL3TxwgN6g"], ["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$v.jvMpeIT2bHePu7JCWca.T4qGAniMW.63Wcoj7h5yvmyPZ2Cripi"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.3ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'x8EZm3yWB7bZSCHtLCYe' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "x8EZm3yWB7bZSCHtLCYe"], ["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$aX7GtMQhTmVnTlaybmoOwu4W8xMLSN1t1SW7gY98I82Veb6EZ4UYa"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'bzd8Z7k4x22N2zsK_5mC' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "bzd8Z7k4x22N2zsK_5mC"], ["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$h8HVtsWZoem/0sU6NvGGBusucUYSIhGa8fSp9.xI.KH53tzRAnuQm"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'BsMb_sXBxupNESFz6Dh2' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "BsMb_sXBxupNESFz6Dh2"], ["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$KUJDurE2qUCGS0HGOyy5E.W49vOvyte3Fte6NMfptinH6iT6kGpTe"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'QWxxaAHe_EZxQTt_jF7S' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "QWxxaAHe_EZxQTt_jF7S"], ["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$7chmzXvOso04F5FuIiuEr.6v.QNR5QYWhSeabFnjGWOifSzoJt1Im"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'D7MmoskP4q89ukP7a1Ce' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "D7MmoskP4q89ukP7a1Ce"], ["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$HWX4uFrptiFdFVlvMkczt.jIyNE2L2MlxM/BWmKEy4A/zZQlOdbHK"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ppDFJL3dKmKSgGpubRDJ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ppDFJL3dKmKSgGpubRDJ"], ["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$wjOfMFeLvV4y4AtaRdPbK.CbDEY7ZPdA8hK5SSOtrVzskQCEg7VO6"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zk1cDxMeJkFXDMsHEs9i' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zk1cDxMeJkFXDMsHEs9i"], ["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$78cPsdLsxb06ZKp7xua7B.SINMuk8GoaYS01vUpTbUTSc4ewtENnq"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'bZwwJy4XCqxqNHRJzUrp' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "bZwwJy4XCqxqNHRJzUrp"], ["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$cf1oCAAGBSKwNAhRAxJrDuqDPxgWrioA2mObXhelHQMzsC40DLZe2"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'am1pK8xwVtHG8qxsoLke' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "am1pK8xwVtHG8qxsoLke"], ["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$gNCtg46nZ2RbyGSJtRnD2.15J/pe9TctLoEtdZeMSBuKg9d/VxtYu"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'dTBLNVHC11YxfjM4mzk6' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "dTBLNVHC11YxfjM4mzk6"], ["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$rccjR0f.78fhrPhXzvJ6z.2jZzIzZQLk9MQCqGz/wS2UCikkT.y9a"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 6 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jonvsVt7xcuyxaUDLUin' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "jonvsVt7xcuyxaUDLUin"], ["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$dOlMYSLUDODQHMxSqtDLCOiKM0sSIoHZSO4IE0FqJyjCnO4BYN42S"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'taVyxDMaj_r4LqXYHqBS' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "taVyxDMaj_r4LqXYHqBS"], ["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$m6bIor18NxwxgMXP/grqsOKnlRgaBdVs9E92iyj/MgWfON5eYaqK6"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'nfwPr46atXFtAasuAC5q' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "nfwPr46atXFtAasuAC5q"], ["created_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:04:11 -0400 Processing by People::Api::V1::UsersController#index as HTML Completed 500 Internal Server Error in 1ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$izs9HvUCW.JUi7pepqQSeuEQrUsSU5PNydlnxiba66y5ERAFT2De6"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 5 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '5nz_vLs9V-r488AuwWfm' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "5nz_vLs9V-r488AuwWfm"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:04:12 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$z81F6ydbwNz5cUAFenXKauWd42pTIKAfrNEzKHzp3PbAggSZDbIJC"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HnDM6Qd_WmB5hGEsapqM' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HnDM6Qd_WmB5hGEsapqM"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:04:12 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$t5Q58knbiqocGnhjOnD8ROROEwOqdPPgR9y6xC75IBys9Iu6NOi16"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Hadit6hzNafsSrJUT3aD' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Hadit6hzNafsSrJUT3aD"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$s/Ddrjsdp6m1JSASdX..mOuAiplSHtZh/8.AlOywBAuMHqMGsadOO"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'y4RzBL9saTb-fBozqmYa' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "y4RzBL9saTb-fBozqmYa"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 12:04:12 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$TxhAio2qGLlybcxN/PRcp.UP/rqOqLijsGXfwyF0kXLJ2S8VDyBYK"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 51 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '51xGvM4x-d56AxYqssEE' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "51xGvM4x-d56AxYqssEE"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:04:12 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:04:12 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$TGfSZKl8u3nNHDEBDjFhn.3pvFeV5qkDREADZNq5iXcPxOLLbESKm"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'wmU7ibyuQdFAaiWMuHCy' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "wmU7ibyuQdFAaiWMuHCy"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'wmU7ibyuQdFAaiWMuHCy' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 23ms (Views: 0.3ms | ActiveRecord: 3.2ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:04:12 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 8ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$t.10ZgIuI57OGyXd9TKmKOrBgMXmfdCRacXhNi/iorxsa4kueIvou"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'raPsfe8xgxwf56EUtvsV' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "raPsfe8xgxwf56EUtvsV"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:04:12 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xr6aHVyygs213RpTQmsy' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xr6aHVyygs213RpTQmsy"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'xr6aHVyygs213RpTQmsy' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 13ms (Views: 0.3ms | ActiveRecord: 1.6ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$UvO1qN8jBcSyKERmG07oQuxA2tM.pBAEJ5/7WcEYL3PNkzCHP0t0y"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 4 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '4rANLs8Gm3vsFS9z9vDY' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "4rANLs8Gm3vsFS9z9vDY"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:04:12 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$QPm3B3NChPiXWigK0pitcuBJswGGfgqQZ5SmcfQp2LKB48psXImLi"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'T1z_8ksdcRRKXxsn1ZHq' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "T1z_8ksdcRRKXxsn1ZHq"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 12:04:12 -0400 Processing by People::Api::V1::UsersController#logout as HTML Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$/4mZvueY8f7qUb0rMboX0OrpvY1UlbL1QSoWlbp51A6bcjVYpOmia"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Wgorwu2UX1dfocBys_tw' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Wgorwu2UX1dfocBys_tw"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:04:12 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$1InjD2lM4Zszc1adgKxx7O.QuGzhJ9s0yDcu1WnGTf0JtMS/bAogu"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'awppFZAmQdFmV2QcSGjy' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "awppFZAmQdFmV2QcSGjy"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:04:12 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$gWwTcmSdopEbZzi25xsJGuVLsZnyGjiIHpEkD1agZLHuJjFUKEc7."], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'uSq8oj-jH81kgcHWay9u' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "uSq8oj-jH81kgcHWay9u"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:04:12 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$tMHVEqRGnVp4FUL2j8GohexUSUzvFUvBVRpXdEb6eWJrhJr57a5pa"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'kJqMuXkT_LBF1isVUDaL' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "kJqMuXkT_LBF1isVUDaL"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:04:12 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$6eN53byyLuEIemYrY5xwPOPaKJfDT5qsnYhwWJKi/zzqKj.ML8Ez."], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MTWcu9zojcyASYV-ZMo8' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "MTWcu9zojcyASYV-ZMo8"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:04:12 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Completed 500 Internal Server Error in 0ms  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$62iU1pKFG5iKwcKsTNLIBOIMxjmevSSqQ6r.zkE2R0Pnwl.6FVWlq"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yDJDF8nKmx3nZ96Wv-yU' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yDJDF8nKmx3nZ96Wv-yU"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$O7HL9sGi4ZqsPbtAsNp0muk2pBgYxx7fvWqIqvzaTuoysYImCfjFe"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'enZW9swtn-cqmH45-ojz' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "enZW9swtn-cqmH45-ojz"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$NXbJ9UzPLSbs9.djgk5jzu0eScdEe3JNfsrrR2dkH2vxtP/AWBTje"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ub-vDeLX2Hnvoyk_G1tX' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ub-vDeLX2Hnvoyk_G1tX"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$yq8AqtDQAS/Q3vZ5eEqhJ.67mlDqloW6nWoMGORZkhtFTupKDqcD2"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'K-x_dksKspTxaMcRuE9c' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "K-x_dksKspTxaMcRuE9c"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$jhkk.sacmbZ3auqd.y8wBOVEfms5LcPzAUU/0vssg3aRkjmT/nogK"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'r8n5pg_XwbVCy59dPiBt' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "r8n5pg_XwbVCy59dPiBt"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$SoT74Vl91Bf2BEwSmuXBKO5KKg72l66jZVqc5LVtZicKjkSqj9Si2"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'neGfTeZ6aCGGBPybLLuD' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "neGfTeZ6aCGGBPybLLuD"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$LtCUehPXOJR8b6pCm86qFOKT8bsWYa47BsEcEXyOCgPSmGSiBuZym"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'kcWDUw7tmAT6xza4vxZR' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "kcWDUw7tmAT6xza4vxZR"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$Xn9Zu9L9nYwUs3t7ZHfKae2u41GDoIHss0dXPqFlEdZKdrM8kswmW"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Xsk4GSz_CdCBD73CDNey' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Xsk4GSz_CdCBD73CDNey"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$zyEb9/rFmYpFa7qHTRhjDuvxwzjlJVNnk7Z3er.l/aUJm0oh52Fpy"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yV6n7d339KKAy1FeodZr' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yV6n7d339KKAy1FeodZr"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$wr.CCANm2zKV5MWVRTUxRO3wh.Tuz91Q6ljihkPVfeHgY/fwC0BO2"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'V4GcS3vPEs4ab8jpds5q' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "V4GcS3vPEs4ab8jpds5q"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$aKnFQY0ZscA69XsyhlPWDeUi2wxe.9PPngW/EkvvtP1Rdxl01Q1T."], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'SFHksEcFE4whkEXNgReW' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "SFHksEcFE4whkEXNgReW"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:04:12 -0400 Processing by People::Api::V1::UsersController#index as HTML Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$F/rcoovuHt0lC3edwethJ.9nd3FFDyhmChHHQoScJ21By7QzqR7ga"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'XzAKPp1x6oHNtUJTpwxQ' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "XzAKPp1x6oHNtUJTpwxQ"], ["created_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 12:04:12 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (3.4ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$tunDQIHpxAPA/HtIdp60ReQW0WDwS1xgbym1CE7q90EdjTAicSC1C"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'KSNYM2yDY8_z11hts1C2' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "KSNYM2yDY8_z11hts1C2"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$6kAcBtovbK5ddDPpdi8PG.uBeXYSFK6y/BbBiK7TH.dlIAimyP9BG"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'S6NPQVKU1NmPtf_xRaDX' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "S6NPQVKU1NmPtf_xRaDX"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$02AhL2XVmTJBflVa8YX.iulr/Voxvk8yJIORmOOUXHskmRvntTJK6"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-Ttxyyy4ZNtFzxi8sfuz' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-Ttxyyy4ZNtFzxi8sfuz"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$h4slV8gWl0QfT7gVoSr/HOzHuVlgswlBd3Dbb2pz3Y/MK9PwY7Npy"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Bpjpz_c339iXS64MNuJx' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Bpjpz_c339iXS64MNuJx"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$NBB8ThqdlLzL/oisp/69Juien5tfBB803vhceGLvI5BjuVUBGJCre"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'A1FBjo_4cvsz66zcRMKE' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "A1FBjo_4cvsz66zcRMKE"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$vA9SvHpbmqDf1OY8NUITiOvVJKcJqu3tEjt7gpJ4HqgI9kEIlskDK"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 3 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '3dvPzt5mQ7Lixw6U-MxP' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "3dvPzt5mQ7Lixw6U-MxP"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$qwAl4yhDXRhMY8NFsYp.YuflNk8.IYX.dS7ZJo4LfrgKzmVUsPwXK"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zyGxHr11m15PV9tGG_mf' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zyGxHr11m15PV9tGG_mf"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$RwxISot8euzmq9D51tp54OJBhL4BEaGzqesWGvVvMEde8bO3zOZo2"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'C16YBzD8hxhKiTsf3fqF' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "C16YBzD8hxhKiTsf3fqF"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$I9Ms8aWt/IufFakWxXm5Mej4/vPdyi4tn5cmeB4/87pFCtt0Cu9m6"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HNRc_CsfogdMH-nmo45j' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HNRc_CsfogdMH-nmo45j"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$Lu5vysVRYIAaD9dKs5Nv3O13jtJrxzff17oRZBRArG9fK7RmG1lbS"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xJF9L6baPFr2mntRoeMW' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xJF9L6baPFr2mntRoeMW"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$2s9ARBqHA9y4J5aVRQGcy.I3WoJSSovJ.W0vYpCuWNzFeyAP/uU62"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'bTko1jjevkeVy9LkKHzN' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "bTko1jjevkeVy9LkKHzN"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$ApLVWVQ/cf26q/aVmi6jLeMpMs.85Dwva/hJKWQteVmXjjAcflVTS"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'srQbbsQZndsEfogJVjks' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "srQbbsQZndsEfogJVjks"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$K3Z9d4Jfa8iiqC1pETA1KOlXQgulK1qW5Gt6.UlyC.10FqN3iUFlG"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'nGxy2LWVd4BrnxaFGhBN' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "nGxy2LWVd4BrnxaFGhBN"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$Bvphk0svG9scOjh.hqkw7./yNS.MIgtNC3a5KSMn05349h7XKL1Pm"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'rn4gg3_yE4Ky3joDMfKF' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "rn4gg3_yE4Ky3joDMfKF"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$ewbIupJfDrUsrakiq478..qJxMhHuftyYE3CN048U3c2YGTEMQreW"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DGeVaEjLn6stQCSHaBxs' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DGeVaEjLn6stQCSHaBxs"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:04:52 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'A1FBjo_4cvsz66zcRMKE' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'A1FBjo_4cvsz66zcRMKE' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 17ms (Views: 5.5ms | ActiveRecord: 1.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$HrWpi8mckTZFCA9z1j/WVOuzVt6ZZC5Dk1yBsd47ypxV2AzA5lNpe"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xfmTZanK9zKP8zo329xB' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xfmTZanK9zKP8zo329xB"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:04:52 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xfmTZanK9zKP8zo329xB' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'xfmTZanK9zKP8zo329xB' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.9ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$ULh8iW9HRzN27XqFDlnMMOc0LA/wldWuPpiOjFU0/FlLCsu.oG2D6"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'JbsuZKvyaXzRxKshXcST' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "JbsuZKvyaXzRxKshXcST"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:04:52 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'JbsuZKvyaXzRxKshXcST' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'JbsuZKvyaXzRxKshXcST' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username22') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('Cole@LaunchU.com') AND "people_users"."id" != 1) LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) UPDATE "people_users" SET "username" = ?, "email" = ?, "password_digest" = ?, "updated_at" = ? WHERE "people_users"."id" = 1 [["username", "username22"], ["email", "cole@launchu.com"], ["password_digest", "$2a$04$fHTKtU1TDCOsl2u50pCUaezOfaov.RAZL0ZloM3pTZZFPYNcS8gMe"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 16ms (Views: 0.7ms | ActiveRecord: 1.8ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$t0.xowWLBJEHekrvGeez4.xjAk5SkIKbcqOW.Ho/f8eSVg0AlMYzW"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'aCXmzQ_PrgFNHB4-hNps' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "aCXmzQ_PrgFNHB4-hNps"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$uZ1MVOGrned89xMQUWSJsekQYmjfCEs5us87D44PLaq9uiAAt4pUG"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 5 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '5KkUxzhNmBKzgPvDv9dh' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "5KkUxzhNmBKzgPvDv9dh"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 12:04:52 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'aCXmzQ_PrgFNHB4-hNps' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'aCXmzQ_PrgFNHB4-hNps' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 2 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 6ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$efqfxENT8YVO.nyynWWtZOqH/YdnqJItgyHl7hsfYzx7HVdf6QZMO"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tEmEX-jrRtnQYc_Y4Bym' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "tEmEX-jrRtnQYc_Y4Bym"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:04:52 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tEmEX-jrRtnQYc_Y4Bym' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'tEmEX-jrRtnQYc_Y4Bym' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username27') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('') AND "people_users"."id" != 1) LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 13ms (Views: 0.2ms | ActiveRecord: 1.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:04:52 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$NOk/HSgRy27SVtVmbt2pNO7F2FnBVYKPL7KbM04/Ra2myzlL0w.CK"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 9 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9MF3rQdcdtnYETGdqs4-' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "9MF3rQdcdtnYETGdqs4-"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '9MF3rQdcdtnYETGdqs4-' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 14ms (Views: 0.3ms | ActiveRecord: 2.5ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:04:52 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$i3MkHYzsRBqjT.RM4uMqQutnf6oianY.QO1tlgNxq8m6tzhwMY9CS"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'oZkMnxKprPH-A6sp6U1i' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "oZkMnxKprPH-A6sp6U1i"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:04:52 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Kdsct-2z8wRU_maGwD8q' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Kdsct-2z8wRU_maGwD8q"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'Kdsct-2z8wRU_maGwD8q' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 0.3ms | ActiveRecord: 1.3ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$lhjzGchvhsbTDJ0Yd.OY6ePk6Zn3pJ8CqeZaTa5W2GuBK14cT3gvG"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'GypynuPw442qeX61U2CF' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "GypynuPw442qeX61U2CF"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:04:52 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$5roKMWmykbSvDhDjXa4DpOoz3OlUJ7psSc6TWe7RqtoGa0bd.ShB."], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'i8_Csdvs8kb59yKX2inG' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "i8_Csdvs8kb59yKX2inG"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 12:04:52 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'i8_Csdvs8kb59yKX2inG' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'i8_Csdvs8kb59yKX2inG' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$tgeg6UFe2T6VtCGy4pZATuN3QfnTLoZcPRNCuO2YURsgEX/Vl3HdK"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 35 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '35ssyCByLej5MpQsuDXy' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "35ssyCByLej5MpQsuDXy"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:04:52 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '35ssyCByLej5MpQsuDXy' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '35ssyCByLej5MpQsuDXy' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 7ms (Views: 0.1ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$UXvnhC0tgx4bm9klCUKoF.hduQbNyZIVLn6IG8ONx37E521lOmUN6"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'AwsPDA4rqFpyBYfhexht' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "AwsPDA4rqFpyBYfhexht"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:04:52 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'AwsPDA4rqFpyBYfhexht' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'AwsPDA4rqFpyBYfhexht' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 8ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$M12ojdvtcFF/89hD33ne7.mZUNQi4BTcrssFAVZxVG9nKXeh2Innm"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'V6gWRa41qbQ_qjwgRp5A' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "V6gWRa41qbQ_qjwgRp5A"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:04:52 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'V6gWRa41qbQ_qjwgRp5A' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'V6gWRa41qbQ_qjwgRp5A' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$wrXwi.dElAvYB0mRfy5UzO8byt80ONCbyeEt/jNdMj/gTKyJcnOvW"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'LqfDT9weFsMViGnDMGtv' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "LqfDT9weFsMViGnDMGtv"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:04:52 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'LqfDT9weFsMViGnDMGtvnot_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$V7OngknE903WdfjtYLHOseebhXCWVRL7LgFJ4ltuPMqmWErOuLrvK"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'aVkiXdmjuVWGmEs5vLby' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "aVkiXdmjuVWGmEs5vLby"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:04:52 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" IS NULL LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$rcr3a2PZFYPxVkT8Jt4fJu07RMhj3fCa0UIH1vGptyRC9ebSSaeL."], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'u3G6cs_txxRNUEgtEsnP' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "u3G6cs_txxRNUEgtEsnP"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$wuOnEiuQAoW6GJoESnDd.eezMp/bGZY2FumFUmWn7BTpd8HWmUc3m"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 4 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '4u76Xv8xyrsKHt2igPnr' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "4u76Xv8xyrsKHt2igPnr"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$qxJ/bvNrNzEXas/RtaEIU.7sHF/DnDPIRbghdq9vbUEUmj2YBFLRK"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Vh45iP8izAVkQMVz3fUg' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Vh45iP8izAVkQMVz3fUg"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$YwvuwxEpjrn96q6PmXfQqOZQGo0pnDanK5EFSWgGdkSRbC9FkXm52"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'RPgis4beRibMexqqAg1R' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "RPgis4beRibMexqqAg1R"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$m8qfNGHulnUKNw5YoGE4TOmSF.8Quhq5hukKP6tEaEaeNZFfn8y8y"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zR2Cx1xpsR5t-WkWnDRp' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zR2Cx1xpsR5t-WkWnDRp"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$pZh.vfETCvX2PGPqFTWTeuUTQjxRyHc5FyMhBwOLxIjxxZUh42fpe"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MsU_CAQnvVFVYZH-LmrB' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "MsU_CAQnvVFVYZH-LmrB"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$75qlUVcZG7rZW3gSHT/LguIJsnPolkS8WDzTskEBl7BPs9SnOg5WO"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yZDsf3AC6z6MtV65axxg' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yZDsf3AC6z6MtV65axxg"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$.jUgsP/zOfWn/9/s830Veu34IuC1KE8SV7x4VNi0yj9X99wkdgjh6"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'JoZ64Jgq9nPNnYF99gR8' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "JoZ64Jgq9nPNnYF99gR8"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$EuukD3GDE30SyorYunV2IeSjm6Rgm76XeXUyf1i8wJohLMxhMkz6W"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 3 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yU5YTqiJ22TNyvRPgG8x' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yU5YTqiJ22TNyvRPgG8x"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$rTpx10l3TSpcW4e7kxlSv.F0mKM/TvGVkvV9BehWQraFl4qCc3YVO"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DJNRfmy_273AWw6X8pdL' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DJNRfmy_273AWw6X8pdL"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$LwkJxRuZl4gRFldfVULGaevv7/iKtnbp6qvzvdvcU/XkOLNm3KvSe"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'eEbFboyR__vRinsE3yqU' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "eEbFboyR__vRinsE3yqU"], ["created_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:04:52 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'u3G6cs_txxRNUEgtEsnP' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'u3G6cs_txxRNUEgtEsnP' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:04:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 73ms (Views: 68.7ms | ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:04:53 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$AoKedbI/TvcrdNnPAYO2fOxoetpurgebPLA6wrt1Erx0/Bl8FPchG"], ["updated_at", Mon, 20 Oct 2014 16:04:53 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 9 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9MC81AvLxyViSNiZhghs' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "9MC81AvLxyViSNiZhghs"], ["created_at", Mon, 20 Oct 2014 16:04:53 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:04:53 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 12:04:53 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9MC81AvLxyViSNiZhghs' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '9MC81AvLxyViSNiZhghs' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:04:53 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 20 LIMIT 1 Filter chain halted as :set_user rendered or redirected Completed 404 Not Found in 5ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.4ms) Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$tpSFjCyTVvlWMKWQz2Z3EumYkKEsTj57TbERSwxtXFY2QwsUwMRFe"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'PFkqUiRgjPDFwXMNNHVh' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "PFkqUiRgjPDFwXMNNHVh"], ["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$/t59tnYGtiKPey0S6xq2fOHW0S/JZXTvz9Ib/pvGpzoUtZC9uTiW2"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'NkzMxgPUyUNBezp2zP1p' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "NkzMxgPUyUNBezp2zP1p"], ["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$24.0hsPUkXTeH8cpoyxaV.WCvSbZW1GMkFz9SQEjJ5NWWKMwAkrUW"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'dCJqF8uukieuoNCj56YU' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "dCJqF8uukieuoNCj56YU"], ["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$2zoW2dSo.WBqH8kPw2qrfuLm63xu1cmOIso9gzT3qmWMc5/daz6cW"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 6 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '6ZeaXZARncKh_dbLzMJw' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "6ZeaXZARncKh_dbLzMJw"], ["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$j9E2haEn315B9IagjLtzG.cXj34lb7LXa764nkitaXxb3XV6oPGdS"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 's4kesxKfcg6yWkMhwEJo' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "s4kesxKfcg6yWkMhwEJo"], ["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$kYfLcbQe7sJvGZwDP7I3a.Ow2MdNMXHKVJe0cBOqnoZM4HUs.ZG3a"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'SEUZvxmF4sSEhyQBhELA' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "SEUZvxmF4sSEhyQBhELA"], ["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$AuDLZd2zSVeIklxzvZhr1OuMmxJ7yEDYzep6puvuQMUU4TIQ7K1Be"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 6 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '6-nszvG7Jh26y7znzymc' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "6-nszvG7Jh26y7znzymc"], ["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$CLKdMOkOKFmRiMj.HQamx.7tJD3q4OGe5bFZi5akuJl50l68NBn0e"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Krsx5BrdUCjPusyfRGmT' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Krsx5BrdUCjPusyfRGmT"], ["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$bjbAZ51QHuZg.1TJ1AUK7.iMc3oOxI.Oeupm.gQFis0TMJTi4KGnW"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 2 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 4 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 3 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'JyRy1Y-12dfbwQyFsApL' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "JyRy1Y-12dfbwQyFsApL"], ["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$vnxxfGGqPe.eic3F2lN13.p9R21Sqm7OT6fBU/DYtiN9tihojvCZG"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'iQqzEyGCuK62uXMmEZ7g' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "iQqzEyGCuK62uXMmEZ7g"], ["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$VZHLJ4xyjJ8648n6D8Wit.PfylnaByxQhB9P9esVc1QgD5M2cKdv6"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Pvo5FxspWCrBmN1Fy-Sb' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Pvo5FxspWCrBmN1Fy-Sb"], ["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$fGCpkkscCIOqDEwS4n7ipeh9uws7nkBwdsbnAdV.Kh7g4dtBmeoFK"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zrSP32D6vqGFzfSSqYHf' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zrSP32D6vqGFzfSSqYHf"], ["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$/bAEzyalOgKDmO8YxiY8euNoU71Zh0qejpxIfPaGAxXpgx/Z65N.m"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zueV5JWHfxsYZ1-UmpJ5' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zueV5JWHfxsYZ1-UmpJ5"], ["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$pSXpm6DNScigcaE25QNKouqzr9hXqCstZQHg6Y1Tin2gVi3OOJLHW"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'oKYwaKgftMnx_XsZ-KpC' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "oKYwaKgftMnx_XsZ-KpC"], ["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$2xBzgKXcj86aljMpUXEhsuytGtsvieo1u0bYZwE4bqJUga7HojC3e"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'U9-85iBsDZJbQVRQj2oK' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "U9-85iBsDZJbQVRQj2oK"], ["created_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:10:24 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 's4kesxKfcg6yWkMhwEJo' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 's4kesxKfcg6yWkMhwEJo' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 18ms (Views: 5.4ms | ActiveRecord: 1.3ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$lbj25G/fbDU64EToitPx7eMLWOEcqvZpWF/eu/NesDk/BYiY2Fw0O"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jPXW1A-SCyFRtfQb4Q1c' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "jPXW1A-SCyFRtfQb4Q1c"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:10:25 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jPXW1A-SCyFRtfQb4Q1c' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'jPXW1A-SCyFRtfQb4Q1c' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.7ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.2ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.4ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 12ms (Views: 1.0ms | ActiveRecord: 1.8ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$q3kN6zjxDqIHXL7PegeN3uvzbtKWuaOJLYMn9jvtAHGjgHhQy9BEG"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'anGH-si971Xrn5it-JA7' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "anGH-si971Xrn5it-JA7"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:10:25 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'anGH-si971Xrn5it-JA7' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'anGH-si971Xrn5it-JA7' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username22') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('Cole@LaunchU.com') AND "people_users"."id" != 1) LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) UPDATE "people_users" SET "username" = ?, "email" = ?, "password_digest" = ?, "updated_at" = ? WHERE "people_users"."id" = 1 [["username", "username22"], ["email", "cole@launchu.com"], ["password_digest", "$2a$04$6TWdx7FJrPJslzbHvw2pIu493SzhIUQRSk.i2zrlz.9CyBCdexKEm"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 18ms (Views: 0.8ms | ActiveRecord: 2.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$.X1QHfdZ4NmQLBVdZznXxeV3vKrFeTDdT5S/Q8TsWXUjcIqyVKzkS"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '1S3Fgo7VNPhLyirCyasc' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "1S3Fgo7VNPhLyirCyasc"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$x4QbBuJoNzJjGOarUOY1DeQvFtqPSf2l67ThS9hczNMQIFqTkJf7u"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'bnqxVwXP8TKkY-nVkhwd' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "bnqxVwXP8TKkY-nVkhwd"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 12:10:25 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '1S3Fgo7VNPhLyirCyasc' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '1S3Fgo7VNPhLyirCyasc' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 2 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 6ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$EKkzMmK0QkVLFKjenBzqxO/HwrkiFSO76mzd099rVgoYUSP/rit1."], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'YGzC9htzZXje3S4FSjuS' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "YGzC9htzZXje3S4FSjuS"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:10:25 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'YGzC9htzZXje3S4FSjuS' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'YGzC9htzZXje3S4FSjuS' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username27') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('') AND "people_users"."id" != 1) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 14ms (Views: 0.2ms | ActiveRecord: 1.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:10:25 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$dlEK6KfFp5qVOlADWbc1SurjvfeGu6pR5PMLZGRT0v/uPnp9eVuoa"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'CmNVg68L_67gB5zMxcQt' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "CmNVg68L_67gB5zMxcQt"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'CmNVg68L_67gB5zMxcQt' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 14ms (Views: 0.3ms | ActiveRecord: 2.6ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:10:25 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$.9iBgD30POK4bujonU5UZuSDIe6nR/sWNL1uifV5gqw3ck61SqhuS"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'TBgfhgd6hEicWy18H-cm' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "TBgfhgd6hEicWy18H-cm"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:10:25 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 2 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '2mUYAxx4peQ8VQDj8iqV' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "2mUYAxx4peQ8VQDj8iqV"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '2mUYAxx4peQ8VQDj8iqV' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 1.2ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$6V8kuVekmMUu.kYzdSGXLuHNT7aYRQNiY1OC7cI.1UdR9XU74z2Jy"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DTwbYmLyMRq3coNNHisn' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DTwbYmLyMRq3coNNHisn"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:10:25 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.3ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 4ms (Views: 0.4ms | ActiveRecord: 0.3ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$EPysY2t9gyJgMKB7rYCSTeAlKUNZ9VeePAniyIG7UsOM8EN7STPtS"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'j6LxayxMJLWSQ_bX6x2q' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "j6LxayxMJLWSQ_bX6x2q"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 12:10:25 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'j6LxayxMJLWSQ_bX6x2q' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'j6LxayxMJLWSQ_bX6x2q' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$w2qEE.Uo7Iul4N8FbN7TZez1ASYUIbXzQsNSYXrCCz3qmVaHxP/I2"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vyzVyfMse5xn22wws156' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "vyzVyfMse5xn22wws156"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:10:25 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vyzVyfMse5xn22wws156' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'vyzVyfMse5xn22wws156' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 8ms (Views: 0.1ms | ActiveRecord: 1.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$LUE63CwIlRfMYF5e6IF0rutdBc8f4DtWqSATGHsEIkVcb44NUOsBy"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'QUnAgUzM9gxxfaMdk33d' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "QUnAgUzM9gxxfaMdk33d"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:10:25 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'QUnAgUzM9gxxfaMdk33d' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'QUnAgUzM9gxxfaMdk33d' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 8ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$xCe6eguaV/C/lbsH1.DeNOZldNkH5VR1wwIzFEU/ZyF41B2OKTlsO"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 5 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '5uWNrsLcAo_ZMaxNqdey' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "5uWNrsLcAo_ZMaxNqdey"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:10:25 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '5uWNrsLcAo_ZMaxNqdey' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '5uWNrsLcAo_ZMaxNqdey' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$mrFxBX8UUEQhJ263hHWdCO5iJDqe/Zc9L2cvkWGgmkknnYzVSuf.a"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 93 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '93wh9-z74jy5LkCGAh9S' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "93wh9-z74jy5LkCGAh9S"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:10:25 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '93wh9-z74jy5LkCGAh9Snot_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$pWyf4YzHzweEk6eSQzhbgedJNItfnri9Kq/mgGsjIXO5AGrZrFtwq"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vWsSCdsoyaFN7yG6bTes' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "vWsSCdsoyaFN7yG6bTes"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:10:25 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" IS NULL LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$uWxam3QufZNcUtjKiqZYYuw.SvJa6t9jZRwKM20RVxR36WK8TwMl6"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tJyVY7Z4mB_x1ZMmLsGa' LIMIT 1 SQL (1.0ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "tJyVY7Z4mB_x1ZMmLsGa"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.6ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$DhVp6qtzu/E/AoGIvcaEousL3pU8AoIm/UttrmVtsLmzpWIQoDCu2"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'aMeFqxDJoCHLDZ67S_tk' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "aMeFqxDJoCHLDZ67S_tk"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$aBANl9uhHU0Zht6/0L.hUOS19YUACt8U/QumtOUU27XnrjMRRdaIy"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'toapsFekyi5CSxfbbUqa' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "toapsFekyi5CSxfbbUqa"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$F0wjTX5rDyj98ycV3bdDKey.nho.QZyEL2qdYmvkVYZBere95VRaq"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zxk6XrRpLCE6GRFXUpij' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zxk6XrRpLCE6GRFXUpij"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$mp6lrSknCW/C6MtLVx7MT.sMfZn53weuvGa2HvhbMQMVuRaMTwXUq"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 56 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '56nJ_H1ZMxvVoA86eiKu' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "56nJ_H1ZMxvVoA86eiKu"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.8ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$B/7.kAFWGMOLGqT1Nq1DXOd3opWQvA6fOOq9NymSFSZbmwRknXzqi"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.3ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ZsrieJyN18yee4YM1ot1' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ZsrieJyN18yee4YM1ot1"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$CikweJ6RBhV3wbhb.g91VuQ7O9XTTokiyXV9Y6Vj6Fwd8TLBdTQ12"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '_t1aLHFDSyRP6YVuCfgJ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "_t1aLHFDSyRP6YVuCfgJ"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$jiknb0zv5il7qhMd/OC6xO5L5ZVWg06RDPrQIjUsGhZQzIPlNKfyq"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ie9-wA8NrVMAqfELH3mh' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ie9-wA8NrVMAqfELH3mh"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$P/Ev3aIqIvVWiAmr4H7eZeJSfylFgdcBCni97e4t0wOgwDUp.NggK"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'XmMDTjsxEyj3ZU51uWVQ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "XmMDTjsxEyj3ZU51uWVQ"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$I2nydwSiLlb4/xskyPdAsupZ.p8.oF.pCcoOac0nUhri3xJ3qyXBi"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'fBJozq4qgF1X63te1zjm' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "fBJozq4qgF1X63te1zjm"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$gV3uL11vR8EmKVPCV2MtN.l5YMF6YxVOashI5aizA07YrRaKkGp2G"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'BTVc3z1VzsH_9d8ahZ7b' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "BTVc3z1VzsH_9d8ahZ7b"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:10:25 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tJyVY7Z4mB_x1ZMmLsGa' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'tJyVY7Z4mB_x1ZMmLsGa' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 74ms (Views: 69.1ms | ActiveRecord: 0.8ms)  (0.2ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$NUevLJ98r/FHA0lef4c2CueH1oJs2wvmiqpzWyyp6yZb4I2VfniJm"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'AS657AKxkdYqSRTUVZ-Y' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "AS657AKxkdYqSRTUVZ-Y"], ["created_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 12:10:25 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'AS657AKxkdYqSRTUVZ-Y' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'AS657AKxkdYqSRTUVZ-Y' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:10:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 20 LIMIT 1 Filter chain halted as :set_user rendered or redirected Completed 404 Not Found in 7ms (Views: 0.2ms | ActiveRecord: 1.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.7ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:49 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$m2KdpYG6/.X1sp7HI86fBud/gTJKC1JW0sh5f6E/qlecWnG/O0OPy"], ["updated_at", Mon, 20 Oct 2014 16:23:49 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'n4yxPj9aVyVf4azMqxuJ' LIMIT 1 SQL (0.9ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "n4yxPj9aVyVf4azMqxuJ"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$cw3ODjsjOwkNr9WdgV5KuuBgWXWUBz58jD0VVKSyKnQOOzUIjM80a"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '1EiWi-xsRnGTNikE2KsW' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "1EiWi-xsRnGTNikE2KsW"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$SJ8VO/wqbdAGRVYwvDQ5ouBUjB1PT9SU/gZ7MdKCYb9nYAWwGywcu"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'VS2b71CwTJLob6exxdxp' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "VS2b71CwTJLob6exxdxp"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$XhWyF1Pg7SSeiVIpnW8PUOufOYDEeE8REESMUYTEwLwycgGrjB8Mm"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'UaodZPA2e4rxMsSHV9xd' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "UaodZPA2e4rxMsSHV9xd"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$BlcXT/ZrD8xtnKzWadxpu./OgQCxIKcbWbZzbYfCBWwakyqO/2CLq"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Udq48Cge8CTAkzDtbt4r' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Udq48Cge8CTAkzDtbt4r"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$fYgg1r.IhJoV/2hvuKJ7AuL7WORnkqeqRkhKESPSrDzT3gMam97Um"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'FKcNo8-sVyvs17a-T3ki' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "FKcNo8-sVyvs17a-T3ki"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$ESId91GyOCR3Pc0bi95Dx.vjXqigzIP8PeaahBTmDS/atQS7JMbuS"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Qo5pNZWTCxex5V-ZCPv6' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Qo5pNZWTCxex5V-ZCPv6"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$Jfx8f.PKvuPDOY2mIALIcu/AJEHm2vySAog84NHq4Nqi7la.IEFUi"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'oYCkdazAXdCqCMDAuXtK' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "oYCkdazAXdCqCMDAuXtK"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$p/x81fJ3N1EFxSyrQXG7oOYx4laHv0CGdPIpsceERKzjrgUFjXIhC"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ss_a8B8kn3PDzwTid33H' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ss_a8B8kn3PDzwTid33H"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$hj4XKNJ75QjPKLKOWyjo1OU7liNVYshOXz03i6HBvasx5P1nlphIe"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yiCWZVd4ZVz2duYUWaEs' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yiCWZVd4ZVz2duYUWaEs"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$FI.JAgwElPIu6rmCsZRSOOV5GrS7TltFetA.N9JODAA20equt.FHy"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'NwgexqLNLqzGh-NE1t2y' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "NwgexqLNLqzGh-NE1t2y"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$b1BlAHd./k2eVrjzQsCh8.3ZuuMClZOtm6ba4v7A5oSJinIppQxIm"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'XfYETmHYcHSNDNdCFF9u' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "XfYETmHYcHSNDNdCFF9u"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$tR2mrpBqsnYcTItsfn.Jk.xZfxoJM7no0QhpRQSLJPMoK8M8SRpci"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'o36AXKmvn81PbxHXPyza' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "o36AXKmvn81PbxHXPyza"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$gDqizNT22QS4nkmBt4cMH.KdaLrwCxKlyyBCzEY6H.VHrj2vyUB2G"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'fDbyeHn1VJbBpCA4gBWZ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "fDbyeHn1VJbBpCA4gBWZ"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$.y0M2U.NSK9eHdQ9v6vZV.zhuADiX6Rv57m27xy6ppEiqveDijQEy"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'rxtYbcoT6WRgjpPwQrxH' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "rxtYbcoT6WRgjpPwQrxH"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Udq48Cge8CTAkzDtbt4r' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'Udq48Cge8CTAkzDtbt4r' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 17ms (Views: 5.3ms | ActiveRecord: 1.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$zE.hg7W8aY/Js2mDD0pltedSFi94LImnMAGzf92hjKhVRWCFcnK8G"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MBTi5SUz6Xuc7Fx8Sezs' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "MBTi5SUz6Xuc7Fx8Sezs"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MBTi5SUz6Xuc7Fx8Sezs' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'MBTi5SUz6Xuc7Fx8Sezs' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 1.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$c8jOAEntdvSrLzJcDwv3aemONTOKB2A/iPFnVQ4UH9bCmjAJQ5l6q"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'v5GneUBfai5w9tzBp1sq' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "v5GneUBfai5w9tzBp1sq"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'v5GneUBfai5w9tzBp1sq' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'v5GneUBfai5w9tzBp1sq' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username22') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('Cole@LaunchU.com') AND "people_users"."id" != 1) LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) UPDATE "people_users" SET "username" = ?, "email" = ?, "password_digest" = ?, "updated_at" = ? WHERE "people_users"."id" = 1 [["username", "username22"], ["email", "cole@launchu.com"], ["password_digest", "$2a$04$xsyc4mqBaNPa8EaKq1p32uOTkBI0FxjnTj.u56v0XcYg2xI26pddW"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 17ms (Views: 0.7ms | ActiveRecord: 1.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$ASssqywJpgxjNm2U00rlUOmQKnMqB.vEHbWEL70CAqLrc73f4bTw."], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ZcyYSXEWEv7Utvobxxzh' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ZcyYSXEWEv7Utvobxxzh"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$31D2NOqrw4CRn77LqfQnp.C09yzSlUXeGT1UFLsTYhL8qWnIEhl5u"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'srsYMVAs6M-jxyKjF7vg' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "srsYMVAs6M-jxyKjF7vg"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ZcyYSXEWEv7Utvobxxzh' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'ZcyYSXEWEv7Utvobxxzh' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 2 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 7ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$bFhVh7Bdnm5DDvJQnAOY5eGne.iNGNDUJ4mIn40629IBZ/TBgxIza"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-uTYhnTDyzAyZcJw3sFF' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-uTYhnTDyzAyZcJw3sFF"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-uTYhnTDyzAyZcJw3sFF' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '-uTYhnTDyzAyZcJw3sFF' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username27') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('') AND "people_users"."id" != 1) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 14ms (Views: 0.2ms | ActiveRecord: 1.3ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$iEM4/WSjAiv.deokKvsZMeU25ygAe2o3vWCMQBytg0Do4kl7w2Fnu"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'kqgRa7Vz1K4Se37iLk72' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "kqgRa7Vz1K4Se37iLk72"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'kqgRa7Vz1K4Se37iLk72' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 15ms (Views: 0.3ms | ActiveRecord: 2.6ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 8ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$yOXygXijMdEy0frcqGiZjuVpeuv1WUT3hJwKxzZeaykQrxCzAEiZG"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'C2LbvBqBEZpf4yroVQY_' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "C2LbvBqBEZpf4yroVQY_"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 2 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '2hz5dia_sTeo3nC5RfPe' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "2hz5dia_sTeo3nC5RfPe"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '2hz5dia_sTeo3nC5RfPe' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 0.3ms | ActiveRecord: 1.3ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$s3phMABt9tLyQnhq4XCxoOBOhEni0K1fa5qIUZZ7WO0OmvVEV.K9O"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'nqS4NR_UfGQ7os9BzCTZ' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "nqS4NR_UfGQ7os9BzCTZ"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$PysMW3IPy57xUvcKonSCneV1JWYjw21nZ4a/o9xgQXwx0PdnHePK."], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HV8xpYqBLJ2hZJSpAPUR' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HV8xpYqBLJ2hZJSpAPUR"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HV8xpYqBLJ2hZJSpAPUR' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'HV8xpYqBLJ2hZJSpAPUR' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$5nLKO/7TRXaoF/QeF3d6ZOAL2FBGbZodcazlD0RxwVgGOEolFKVkG"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vbQsaL71H3dpB_dPs3Qt' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "vbQsaL71H3dpB_dPs3Qt"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vbQsaL71H3dpB_dPs3Qt' LIMIT 1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'vbQsaL71H3dpB_dPs3Qt' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$/mnFezld4v5ULSq9IrNCa.rYnUX3ZdyDugc3z.V1YarJEFLI0TVmO"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'G6ikCkRcLSVPMDjXrT33' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "G6ikCkRcLSVPMDjXrT33"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'G6ikCkRcLSVPMDjXrT33' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'G6ikCkRcLSVPMDjXrT33' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 8ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$0X1TTd1lQPVyZD9vnkF8IO/eTS8dJQarLycVeK/BHgBXTXdrNeGb2"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'boF3qRqEDm-aa-mJ_cu6' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "boF3qRqEDm-aa-mJ_cu6"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'boF3qRqEDm-aa-mJ_cu6' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'boF3qRqEDm-aa-mJ_cu6' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$FP.gMFJkds7RariSIX25wurtim0IiYTYTUM5UlnjITm5j92rvlPdW"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jAQMuwxLkHAkxonadQBT' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "jAQMuwxLkHAkxonadQBT"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jAQMuwxLkHAkxonadQBTnot_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$o4egb6MbYAZPKdJJN0y8R.0a7BBNwbIvuw8PDdIOlU9pm6fXCVpUO"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ypSqy7auRuAeTuNUDBXL' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ypSqy7auRuAeTuNUDBXL"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" IS NULL LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$qrVQGmVP6TZhRWxJOcg4FeLu/wHNWr7W6ngmUNvkjqkkgGK5XBEJe"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-Px5Q4S9iosj4nwiRhpF' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-Px5Q4S9iosj4nwiRhpF"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$4zU/sdj3aTXllDIjH5TM8.ZlTU.woU5/e8S5uLIJ2ouCIgg4cYaES"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'LmZBmJRUWSZMnPDir4S6' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "LmZBmJRUWSZMnPDir4S6"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$M8WGthDxxVQPk2gf6J/BGu/LVqLkhAIwwF7T9pTBfJWqzGOyDDzbO"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'pkm4qsnmhszuiswWs1-Q' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "pkm4qsnmhszuiswWs1-Q"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$Pjhq5M11jSSEm2wqNsITCuK9sFfKEX9bFhVLjykDrObK0gYhCPjfa"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vWa9yHxyJ6gzkE4NWRxW' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "vWa9yHxyJ6gzkE4NWRxW"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$ERhhi1DbCSH7BksyT.ojku1nGORjX.Tog0ZS/wT.pfrniixIseS3m"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xu91t3guyY1dNNkhDCso' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xu91t3guyY1dNNkhDCso"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$vZscJTqx4fk11fR5W5US1enUuZiA7eTdyxs4mVeoLvRE3wG5UHFNy"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 9 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9Y5gcUG6c1iKeXH-Jf2Z' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "9Y5gcUG6c1iKeXH-Jf2Z"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$6B/1BbnG3eG4tn2MbUJRXe3tFfj/93zCLmAevYI3vL.XAoIKHdJOO"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'XPZzQ3Ep_KgYDQKy9D9H' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "XPZzQ3Ep_KgYDQKy9D9H"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$dv0LlR7.HtwNSwS4aWSPUeIM1mnkGvNjwgqGxs.H/Crpq81sigFo6"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xyfWpvshxg9D46Bog-Zy' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xyfWpvshxg9D46Bog-Zy"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$3gJBfLkvcvWBasl6Gg/lpOe0W1Z9OfoPU2rGj9zenIchIHyFMTObi"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-Uy9VhMLxCe75scqRcpv' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-Uy9VhMLxCe75scqRcpv"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$yw2xe9YJepTF0WPm5UnJPutheewekxvb/HcdYqGuzCMOcU0yFkqaS"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'g-kcLVoMzk2Nexeggv_v' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "g-kcLVoMzk2Nexeggv_v"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (3.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$igDK5rIy.DXP76BzPV9rS.tzqQ9.ccAmmZNjtZZwHz5cYCDvernuS"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'TyoxNwdSEDo72gUy9xxA' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "TyoxNwdSEDo72gUy9xxA"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-Px5Q4S9iosj4nwiRhpF' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '-Px5Q4S9iosj4nwiRhpF' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 10ms (Views: 3.6ms | ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$FgZG4CVy6dOcN8zxo1q2IeSzbWT6m09uXCTnQCZObPnzkeS7abxAO"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'w22xFzMJe7wSejqn4Riz' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "w22xFzMJe7wSejqn4Riz"], ["created_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 12:23:50 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'w22xFzMJe7wSejqn4Riz' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'w22xFzMJe7wSejqn4Riz' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:23:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 20 LIMIT 1 Filter chain halted as :set_user rendered or redirected Completed 404 Not Found in 5ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$37Xa7Wt9.G2f4YADJANFnu80XQ34fSyku7/jxFzio9kA23GqsCpbC"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 2 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '2EuJkr7uxzzzKvacpMPz' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "2EuJkr7uxzzzKvacpMPz"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$liTzx/kdX7Kqp41Q4tehaO6zED09cvZrlsEdCfF785g5Z6Zp.iKqa"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'FuJoLdKxYXBame2sCi8h' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "FuJoLdKxYXBame2sCi8h"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$qG1Z8rbu9JeoGiC5kH4WLOk1YVDlYz9NXbfx2NDGBgcqkYwPxaYGS"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xNczP2qdex62sQcJdDMC' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xNczP2qdex62sQcJdDMC"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$QpmOGqQLKZ5A80GU05sSmebxSzgAusIOKxYI4eL.EBIRYTytO64XW"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'LsFza7yMewxHuxxuGh9K' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "LsFza7yMewxHuxxuGh9K"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$wJ0XTQ4lkwv4MUlFB89PkOCGeL30fjSFpcpbhemwUxs9LBntoFdcO"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'qfbRq48fqTmFzu9-HXd2' LIMIT 1 SQL (0.8ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "qfbRq48fqTmFzu9-HXd2"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$xW8qOalwqdk2cjkO.q0Dl./ZOUmNoC6.EZ7kG7QnSeAB8uOUI8GQ6"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xrD5BBT2d1DFsABMLTaV' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xrD5BBT2d1DFsABMLTaV"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.7ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$uJt6k610X1RDn1T0z4vLguBQYIUsQx9.uuEhrZCIg4OWdGMQuiKGe"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'H7WR-QQSJom4bK2tY7ax' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "H7WR-QQSJom4bK2tY7ax"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$OziR6/7b1LDAdwzGM4v5EuV0Nl8EbbVfvepLdPlZtQqfcEyqPlsRS"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'YJXG63UYHn-Yz_TMbwXr' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "YJXG63UYHn-Yz_TMbwXr"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$hYGCoU4Oe5TbTmS/mNxWueeH0wD7bUdFOWfKiCSQwb5nbQ5z2H0Ve"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'cPrSL73yi4nXzZtt95Fo' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "cPrSL73yi4nXzZtt95Fo"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$NdyF75JSMMwzQe0ybJx6CelAREc6nMSPwQNq2w7JvchsUmH258sB6"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jpXHUxgjCPyk_hcf8Pyf' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "jpXHUxgjCPyk_hcf8Pyf"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$UToT0Ifa58tYzIzAPk8uKOZqhbO977FU5hQYCGl3uI6tJOQ.GBIJe"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'CTGJzz8miFMYZJAsmvYD' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "CTGJzz8miFMYZJAsmvYD"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$h9j0j0l3VWR7fB./hQbEc.kbW8SvF2OTisJ./L4jjdbaahv/gozFy"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'C595pEeLzF3yVYesjkwW' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "C595pEeLzF3yVYesjkwW"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$dvgKjRA0AgpRDIYWqcX4QugTE6zGOIL17L5ZKNaJ7NjDVXFWxt2nS"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 8 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'gXpqNn1URnL_zGsZFTj5' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "gXpqNn1URnL_zGsZFTj5"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$guw/75ifo3UQzmSrzpK.TuL1sNtP2ixgvdlEFoEf54/qoCECYajwa"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'BZ6pqCjys8x_5-moWTac' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "BZ6pqCjys8x_5-moWTac"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$7FSbz73956i/kWc6jbeWz.KGpoyBkylItXha8aLCFQXRAxceOfIzm"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sM7GzBi2C_VKjVrB3_Uw' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "sM7GzBi2C_VKjVrB3_Uw"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:29:29 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'qfbRq48fqTmFzu9-HXd2' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'qfbRq48fqTmFzu9-HXd2' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 17ms (Views: 5.5ms | ActiveRecord: 1.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$ohYg8BjJVwOb5fB0.6pnPO2cHIR/CEMrzQps9pTgd6A4XFG.lEstq"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ezGCUN5Mftx1Z-_uA3Jv' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ezGCUN5Mftx1Z-_uA3Jv"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:29:29 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ezGCUN5Mftx1Z-_uA3Jv' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'ezGCUN5Mftx1Z-_uA3Jv' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.3ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 1.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$HnxsKLsaT5tjvoqVWtWs/O1zNfNPpszQyZGHeJv2ScM08LdLXIc5y"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'F3_z_DxNxydpY6QvBpov' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "F3_z_DxNxydpY6QvBpov"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:29:29 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.4ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'F3_z_DxNxydpY6QvBpov' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'F3_z_DxNxydpY6QvBpov' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username22') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('Cole@LaunchU.com') AND "people_users"."id" != 1) LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) UPDATE "people_users" SET "username" = ?, "email" = ?, "password_digest" = ?, "updated_at" = ? WHERE "people_users"."id" = 1 [["username", "username22"], ["email", "cole@launchu.com"], ["password_digest", "$2a$04$v9PnOb3HU99gzLHi268VHOWQsrYdTA0i4Q/jeTLYF7G077lPAlqT6"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 18ms (Views: 0.8ms | ActiveRecord: 2.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$kTgFo7QYX1vlLz2HF1E5WuVVCyrin/A0s9dvfuPmvqWBjoZhrbF92"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zDnNkNS4kA5B3QMHKdss' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zDnNkNS4kA5B3QMHKdss"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$CtDIYtKKkArYeuxtjj5EdOLAsNNGrcpWJFktu4WEnxSXRORw8.2FK"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HYMMm2_nJ3CL8ansRcGk' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HYMMm2_nJ3CL8ansRcGk"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 12:29:29 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zDnNkNS4kA5B3QMHKdss' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'zDnNkNS4kA5B3QMHKdss' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 2 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 6ms (Views: 0.3ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$ctizZqsoZevDdXXdv7QjXu80H7A/wNNv4bowFrfg5AWdorFCNRyaa"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '1BR5cgdHnta2mcxgxkcq' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "1BR5cgdHnta2mcxgxkcq"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:29:29 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '1BR5cgdHnta2mcxgxkcq' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '1BR5cgdHnta2mcxgxkcq' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username27') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('') AND "people_users"."id" != 1) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 14ms (Views: 0.2ms | ActiveRecord: 1.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:29:29 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$rKIGTB6u/NSiWd3YOv2qneUGiNxv3227j0NfkI6BrMEeIThP5GnSa"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sRHzRHsN9JLQ2gyUigpk' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "sRHzRHsN9JLQ2gyUigpk"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'sRHzRHsN9JLQ2gyUigpk' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 15ms (Views: 0.3ms | ActiveRecord: 2.7ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:29:29 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$sAZtvp5dvIWxnoDe20cxCuI.1c8a35MSNIsJYtjQzk1iKHsgXfGM."], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'SrsFajyxTssB496Z8qC9' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "SrsFajyxTssB496Z8qC9"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:29:29 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'mu9UjVdSmgm-QpZR4KLA' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "mu9UjVdSmgm-QpZR4KLA"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'mu9UjVdSmgm-QpZR4KLA' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 1.2ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$LBd00khqPiFB/.SB1gCMOeX1ihzUK3smXVNulfm/HW49efGnLLLGW"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'dsVmJsxH75TRr9DTKnEA' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "dsVmJsxH75TRr9DTKnEA"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:29:29 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 4ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$yIgGT4DzZqDqQP/qKKaikeulxbA22bNvdtp19KEHk0UaxTm.rb1.i"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'M3KrbiMKsyhN_2Exo6mo' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "M3KrbiMKsyhN_2Exo6mo"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 12:29:29 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'M3KrbiMKsyhN_2Exo6mo' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'M3KrbiMKsyhN_2Exo6mo' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$4ood7MQL.vOKS/FnLcTdyOG5gTCWLhgGOHyxEhbdc3m0etI8stcfq"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.5ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 7 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '7oYeMAvkJKN_cx17vfJZ' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "7oYeMAvkJKN_cx17vfJZ"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:29:29 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '7oYeMAvkJKN_cx17vfJZ' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '7oYeMAvkJKN_cx17vfJZ' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$0wQUrmHgUMHp6AHk/XXLCu.K6uyKy29tm9VhraO6iQiNMOZmZywGm"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'rxXCYz-nz-vWou4jV99X' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "rxXCYz-nz-vWou4jV99X"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:29:29 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'rxXCYz-nz-vWou4jV99X' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'rxXCYz-nz-vWou4jV99X' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 8ms (Views: 0.8ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$pPw6cQCaLcfvhVXAGMuc.u6NP2APF9uyMZFuLPMlolVz5czy0LeFC"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yYqNRfbh3xHELijLnhWr' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yYqNRfbh3xHELijLnhWr"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:29:29 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yYqNRfbh3xHELijLnhWr' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'yYqNRfbh3xHELijLnhWr' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$Z5ca5.2Rkgpa.FrdnFi2OO7WSN1ZWt3.gMUWd9Dyic7GcE3UFtD2O"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 3 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '3HxJuXg-yzdWyhyZmHgn' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "3HxJuXg-yzdWyhyZmHgn"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:29:29 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '3HxJuXg-yzdWyhyZmHgnnot_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$do.6Dr2S4J1.BRmuJ94aUe7e4URlJfhUk1Vbr8qJvLHkLmoBWKTzm"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'qwnRAp6HG21hqZymC8sy' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "qwnRAp6HG21hqZymC8sy"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:29:29 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" IS NULL LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$898FmpUKrQiy1PaLSpiu4edug4Vk//fa/raE.J42.JiWhn0/UaSoS"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yYVVUsDhnSzySS2F4qM-' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yYVVUsDhnSzySS2F4qM-"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$FdY4CM1Zv7ci5O55ROGPie3dlyNvMmMGxELNlN6DDm7f..XzgJjxy"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.3ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'bH9ssHsSBcu_j-2mp_sQ' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "bH9ssHsSBcu_j-2mp_sQ"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$HUkIdUctc6yE/emGnhAq1eAZQNvoXgm/qs8KL.oyAbNWUAsJ4X2Aq"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zYbbodDD15rx3SxhC45i' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zYbbodDD15rx3SxhC45i"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$zccOJTarVAfniJzHNRgiFOracHnVEq.mq6NPal/YMEMeyhG69qwxu"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'y8x9GNsSg2AYvtpSsw9r' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "y8x9GNsSg2AYvtpSsw9r"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$1.IrRUsa1DTDI6ynPI9m/uNqddLcoE52aHSgVseLoNpqMUzUzRraC"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'gxx1RwKPqpxY8yuz21Tj' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "gxx1RwKPqpxY8yuz21Tj"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$WYSYCg9yRH0Kn75951F0OuSdfMtPN3JNLW8L5R6YJMBQKlf3qMZp."], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'YsHWxLSrMEsUkchE-tNh' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "YsHWxLSrMEsUkchE-tNh"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$iE6wG39Gq0mjCFOhvPhn8ec4EUS79RFqFSi8dMgcrGmS8Jm7LYQda"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xjgyTsHuxdqXTd52p2fN' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xjgyTsHuxdqXTd52p2fN"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$FaHXAeb1JWBA533zldMzfOSxl6nzK4AXC0jFufw1tsCoFnv.8CGgy"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xTjMwfzHQvxjPs3ocwh2' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xTjMwfzHQvxjPs3ocwh2"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$7ZvZAW2tQkn4hyUYXYau1.KlpYF1tzxbAy/7Z2biiFqva2dTV9IUK"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Yxd7AhUN9XZJMcQX_L8u' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Yxd7AhUN9XZJMcQX_L8u"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$7Cvw7OfHg4bJECX6/FtR5ulrvw56ylgaP0EIKiAYj765w8AgRO1Fm"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'dVLYhHszMisGEyjHyG_r' LIMIT 1 SQL (3.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "dVLYhHszMisGEyjHyG_r"], ["created_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:29 UTC +00:00]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:30 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$w1dxPBH3l/4HLYKmr0Val.4nRpBUdOoZTlNSZ1yuBfcX0PAsmkRtO"], ["updated_at", Mon, 20 Oct 2014 16:29:30 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'AEzLV4KX_F3y2_L8q11Z' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "AEzLV4KX_F3y2_L8q11Z"], ["created_at", Mon, 20 Oct 2014 16:29:30 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:30 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:29:30 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yYVVUsDhnSzySS2F4qM-' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'yYVVUsDhnSzySS2F4qM-' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:29:30 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 8ms (Views: 3.6ms | ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:29:30 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$MvYhVHqVabYeYk3GIzsQ2.MC2hymSeZN8UyicRlYgnfeQlbQw4HWG"], ["updated_at", Mon, 20 Oct 2014 16:29:30 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'X1Gkzus8brXeyPj59v2d' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "X1Gkzus8brXeyPj59v2d"], ["created_at", Mon, 20 Oct 2014 16:29:30 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:29:30 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 12:29:30 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'X1Gkzus8brXeyPj59v2d' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'X1Gkzus8brXeyPj59v2d' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:29:30 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.3ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 20 LIMIT 1 Filter chain halted as :set_user rendered or redirected Completed 404 Not Found in 7ms (Views: 0.3ms | ActiveRecord: 1.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$vOEtlpjumXNEsNfwo7XpTOstYOJ4x/N8u8M2FRGiEVhHK4SXL5L7O"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (1.0ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.4ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'AgDrPW1AJb4eYdfPyiXE' LIMIT 1 SQL (0.8ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "AgDrPW1AJb4eYdfPyiXE"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$U8fK7egl3YVEufEZzRVyjuXUOD8YaNLWXkcA69y0r9yoEPTyQlNCW"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 43 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '43vPhjZxksJRAzX4pfMg' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "43vPhjZxksJRAzX4pfMg"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$Rz1b1OyDIHc7CoBsod.s1.P3CMJNmzlhlD/NRg5GReWtq3EmMknF6"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Fze9xv-ck8wpisxkKsaE' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Fze9xv-ck8wpisxkKsaE"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$f.cNllSTFu8WMN4S3rMZO.0bYEJyiez0NvlCQxu0bq.PpGvHS9nia"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 4 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '4txR1-GXs2tKg1zz9iHV' LIMIT 1 SQL (1.0ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "4txR1-GXs2tKg1zz9iHV"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$lU9ewBezXf/ibSVs0VeAveCdl6uHK8hQk5p/xtjbmhmFR4KkhzbWu"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sG6zCySUbHBgVz8s5sJB' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "sG6zCySUbHBgVz8s5sJB"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$qTM2dhSftJxoU.db4wWcCePocdij.c2lUlqR4nqmXxkZCQOYyK75C"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'VYCCrtLC4cZ9oq4sRY1z' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "VYCCrtLC4cZ9oq4sRY1z"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$zhTbEomZF/9C5wYZzSVlM.5P3wxKqtkAoITuv5bTKsLFq1GBftHsK"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.3ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.3ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'TjzLPv1z-XcKNurUawLM' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "TjzLPv1z-XcKNurUawLM"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$67kDILLvYYFmkNK8s3BJQu0hrrFxgkeEUVl673ZEGC88tShrHnrsi"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HEZz7_WuxwiksqkMeR6q' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HEZz7_WuxwiksqkMeR6q"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$sKOmj0rawf5IiWb1Wa/Lo.MVrHjJ3zuv.e7gzDdd/1w6rh5Bjs5Qe"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zW6qnm_GjaC9ssEe-2Gg' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zW6qnm_GjaC9ssEe-2Gg"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$AiLcI04Ivp36Ht5boPyH/uvI7N.KKY1B72dHfFsWnOxOE.Dn2Az2K"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'M8AUrycRzx3Qk1M46e6J' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "M8AUrycRzx3Qk1M46e6J"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$09kHat8CdqYaUCFgCWweW.oHZYSeU/FDqWqi6J3vDwxV7PXjubBn."], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yafGCKkwVkj3vG6kH8WT' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yafGCKkwVkj3vG6kH8WT"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$9EXyj1qHut8MnqrkHzyTRu6d2a5OvDLc3lixvkPm/8md.zYnZ2i8a"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'k-1JkxeXoqsK1zbPkzzt' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "k-1JkxeXoqsK1zbPkzzt"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$9Bopg339uWx6vbbi6IODWuEBi.6yggzd8zRqNa8k8s7k5LhCvok6S"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 2 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'FDTH3QsgswdjxvokY7yi' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "FDTH3QsgswdjxvokY7yi"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$EM1bfj2LoYC.PJE.VuryR.1JfD8722.RxQQ0LDB7mn2W5wa4uEGkC"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tFymefU4jWa4nXMmXVgv' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "tFymefU4jWa4nXMmXVgv"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$Beph6bj9BsM8fUW9A/BlE.Rt3T/xm/sr9BP.IdcUjS4UTbqWuZdcC"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'd28m9in-EXKma6vwjrJz' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "d28m9in-EXKma6vwjrJz"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:32:43 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sG6zCySUbHBgVz8s5sJB' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 5ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$ZggRuHotTJ31pSDVN69kJeOIzYTPX3A8hELAwrwtNZPUOsRmbzhAa"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'qXZ8Vw575uxX7ZKjs5xy' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "qXZ8Vw575uxX7ZKjs5xy"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:32:43 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'qXZ8Vw575uxX7ZKjs5xy' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 2ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$Ytjur1A3iriSVv8E0ZvrQ.TxyclunmixRATT5z6uineivqa7aukfK"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'nY23_sR8bemiykv9XCnG' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "nY23_sR8bemiykv9XCnG"], ["created_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:32:43 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'nY23_sR8bemiykv9XCnG' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 2ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$e7cPd.QtD.T7iV.ZU11cDuk0JB2OvtUteKTGW11uU/KmoTNgEebSG"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ikTvWJxpWiHNALzuTw3u' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ikTvWJxpWiHNALzuTw3u"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$lB8kN2VD0.mPic/mJk6ZauDe7yepyLulWwM4WGBi0NtQpqLRpvjsy"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yrUex-2uibGkuaGzjzZk' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yrUex-2uibGkuaGzjzZk"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 12:32:44 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ikTvWJxpWiHNALzuTw3u' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 2ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$f94oTxlFeiDIGDNz4LcoleKaPHEO94TM6mrodDaThgeE8sfhbdBFS"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'f23eQejykmiYGph2ahys' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "f23eQejykmiYGph2ahys"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:32:44 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'f23eQejykmiYGph2ahys' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 2ms  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:32:44 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$r9NWf5OH/HwFyHP/CZuHouiyHxcFFqO2d3MijAQBO1fQ2avYbCCQ6"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'akEoyU267hv5xBcdctns' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "akEoyU267hv5xBcdctns"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'akEoyU267hv5xBcdctns' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 22ms (Views: 0.3ms | ActiveRecord: 3.1ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:32:44 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$89Iby7njGs5BPwWsz5I9be9qJ88fZUXXDKGtWexfMzfmNwk19T9De"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zHy-7aCMHfnwT9c5_Myq' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zHy-7aCMHfnwT9c5_Myq"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:32:44 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'g-am6nCeN4LK_V3nvx-b' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "g-am6nCeN4LK_V3nvx-b"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'g-am6nCeN4LK_V3nvx-b' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 0.4ms | ActiveRecord: 1.6ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$SD9ZEb6fOl6kU5to7Vnq/esR4u/OPUtE3aboeQRziL34F7BzD0U1y"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Yi667dX6apU_sZCSN-Ph' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Yi667dX6apU_sZCSN-Ph"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:32:44 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$kXY.l0ht8g1.01JHxf3wreSY9gSvakxb/of1PBcStmCsaZ2ODk3Ze"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yTJEXwGMDzo27ap5DR39' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yTJEXwGMDzo27ap5DR39"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 12:32:44 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yTJEXwGMDzo27ap5DR39' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 2ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$xvLO4bKxmQh0P/9ItETzi..eoYUjCgAE/u7X7OgMEdlhcXRxtfsgG"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xAyn5TZZPasPP3x6ptKd' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xAyn5TZZPasPP3x6ptKd"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:32:44 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xAyn5TZZPasPP3x6ptKd' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 2ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$m0kcjxtAWy4VsP4wgy4RP.TmJ9p8AxeXOxUsnYZgxXRppvzOrSke2"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '_6ATA1he8TLVNyd-mneE' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "_6ATA1he8TLVNyd-mneE"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:32:44 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '_6ATA1he8TLVNyd-mneE' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 2ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$Dr2aGJ85V8HdzeJwdMPGcuTpbGzbgExRBkCdCzZbVIZPprlzvNiNe"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'eMzev7sKjw9EzAD6gPup' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "eMzev7sKjw9EzAD6gPup"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:32:44 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'eMzev7sKjw9EzAD6gPup' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 3ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$45UiIRylj4kIKLgrDHxkDektXYMJAgbrMFHPpHW2kbMy4tsZRfSoa"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ts_feLjqZrRim7wmSQFY' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ts_feLjqZrRim7wmSQFY"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:32:44 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ts_feLjqZrRim7wmSQFYnot_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$Se0rw.Nv.y3k0yjejVGJXeafNKjyg2sS9ZHOaprYqcovZKBWw/lU6"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MXzmDGs3iPwSzEQ7smkU' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "MXzmDGs3iPwSzEQ7smkU"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:32:44 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" IS NULL LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$J8asnaylUhoDd3uuzs7kiuuBb8a/zARJgj55LxJuplKt1dRWG.lhC"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 4 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '4rxN4zx6sXVTjU7hcXXW' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "4rxN4zx6sXVTjU7hcXXW"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$3hDnc7nYOjV7d2GIGXSJKe0MTliwiRJfLDP9Ir73fpfQJSrXXCyVW"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'kvcjM_7s8z__n_eJeNut' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "kvcjM_7s8z__n_eJeNut"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$JVx.F25IVzlyPeFemzlzhO7Y18jR371ZLwqgJiL/Ui7EL0/PFg0IC"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xfWwoMRoQ6YXbNsLqL3x' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xfWwoMRoQ6YXbNsLqL3x"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$Ag93zyedNKT91FCLRIxcE.SsxfOg1GkfESmKURyWSBN68Mea2TwwG"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'CbPy_1taZnN1ngGiTcUb' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "CbPy_1taZnN1ngGiTcUb"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$7lH9tnrTvPVFYRpCsf2Pg.IMePzQBKps78N.p46lf7U2GkBhAGicy"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'FxeRBb3mAHFm6QTZKx1S' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "FxeRBb3mAHFm6QTZKx1S"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$qpZ/jt0wECRCLQMKnWtVgOyHkUrKi6Ofvm0MF1c73llOHZcOQ7G6a"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 5 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ydJVbCnrFbA-gDGS3d5d' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ydJVbCnrFbA-gDGS3d5d"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$kpqnaU.iH..qWhWwf59Eheth8fEyXjXs5sHLpPZ.aGrKmzY/NX/nS"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'uvJ8QB7K8FdXbgzqCkFL' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "uvJ8QB7K8FdXbgzqCkFL"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$WKqCv6GxdgfGlAtzza6JXekr9s.OvL0Ugok.w9HAC1i4nxhTv7czK"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 8 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '8HprX9P_pU9rAn5je-FV' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "8HprX9P_pU9rAn5je-FV"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$ysZ5SZPoZwF9P3Omrzjg8uE1ihoexTMrMSL3bJNUJPhf8jp..mB1K"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'R2wRHpRhhf2K5MmxYc5Z' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "R2wRHpRhhf2K5MmxYc5Z"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$gGBEU7NDhhAfAN0Niw7Ie..8sF6NzjlQb/0axsKStUVe7tv2J8hfW"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'R4SQ3YzWY3giFsEwDskX' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "R4SQ3YzWY3giFsEwDskX"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$wC7u6Se.dBrHJVdoa90hbumuC/VkfFxH1.b/PzGfDRFSGGTjEp2A."], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'bsZGtuM3xrJzePWcN-cy' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "bsZGtuM3xrJzePWcN-cy"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:32:44 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '4rxN4zx6sXVTjU7hcXXW' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 2ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (3.5ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$lb8.9XMvj9lpSnIsiqw6A.uCl8nMZD08aUtXvwv8Jzxs7F2el3je."], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'by7ZZxuPsPTVGvf_1QDH' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "by7ZZxuPsPTVGvf_1QDH"], ["created_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 12:32:44 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'by7ZZxuPsPTVGvf_1QDH' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 2ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$K0G0PeZ8qMuZNeGmMbsXcezNmcdFKYwVRmP/.wlfEviKO.d2geF/y"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'd9s7zthsMhSsMmC5vPf2' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "d9s7zthsMhSsMmC5vPf2"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$LyOavHbtgN2SjNaCZPP/ruz2GXoBbQZoE4bHt9NzLGFg4XOoH82HW"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DQN-7bpTzVsq4pLyxsHk' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DQN-7bpTzVsq4pLyxsHk"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$Q7ooSGpPBiaj7WExS82XkOAAJ6ZDj/P4okHwoJ7CLDQMnvnnyUFIC"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'okPKXBV6Wzx_3DPBNmQ1' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "okPKXBV6Wzx_3DPBNmQ1"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.4ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$SA7HbojdOt9MVFzwp.RvV.j/X3nuJT0gwjCfbIp9X1.w4EZv1y4YK"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'KYEgsSxmkhjbte-rHwHK' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "KYEgsSxmkhjbte-rHwHK"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$aRI9HIjHRp5H9XKI2pQ68eawq1xIXnHb.whSur6XXHJERkz6AOAra"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'TLCT2shGDANcntoZinW6' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "TLCT2shGDANcntoZinW6"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$IAfg17D1XmZH6zkupxD46u6BenBctHbALXEEGH2BeflWGHOXwh2Hi"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 6 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '6N3gPzquBeRtxhPJkRAs' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "6N3gPzquBeRtxhPJkRAs"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$lz6Fy23ICP4zu9PWgdMS0.MfFT0fULXDgFIc1j0td.FgqL6aJnfoW"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 42 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '42Ga9k2zC75JzMxCxZsf' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "42Ga9k2zC75JzMxCxZsf"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$mDhoff4xmlJmo4G71mXc3.VqZDjwKH4OgnuGsZlUshx29F/MuVv4K"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'FG4QkKMBTAp6tx4xStkx' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "FG4QkKMBTAp6tx4xStkx"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$mv0y1hWrTSn8tbqsGhmHtu2vQXCIeLTTxDhMuSRBBqRUI1DwcLfdy"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ho7MssB5of_uy1AR2Ph5' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ho7MssB5of_uy1AR2Ph5"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$DyUoJhCrQpNThJqMD5Jl4uDXtTAA/NetbYA8Ehw1stz1iqffmZRVC"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HGvMnV6yrzRVz3QRQKez' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HGvMnV6yrzRVz3QRQKez"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$Mb/TqITkVZQGVhmZT1il6.T9WQffulHOIfgb.W.a9ifGYl/LaHV1K"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 3 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'oYa5-Yt2C5zxoYsj6MmE' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "oYa5-Yt2C5zxoYsj6MmE"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$cE0ZeprdHU8IcbrFaJilaOn2PURaJ6qsCPMB3kMzX8xCaxZ/8daOa"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'cApmvsg89wtcbZuoryge' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "cApmvsg89wtcbZuoryge"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$dW/m8m6EliV/60qjAUrw0OosuMqGBa/aHC6vBikOI.IjwK9sKee1."], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Tx42qfBcDv4Fh_z76fvP' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Tx42qfBcDv4Fh_z76fvP"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$rgBsVwIafRUpwIibGiqILuMBASlIXEG8BLIttc8A4q63zVyZh7NcW"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'efd5wnPyDkYPe-sdB1ty' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "efd5wnPyDkYPe-sdB1ty"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$dpUQ3tEtv.Z.s9K/7JaGB.ILiBvJO.qSPkWhq79he2chM1QuxOVLi"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'wDAFi3mNtJjpfBb-jY6T' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "wDAFi3mNtJjpfBb-jY6T"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:33:13 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'TLCT2shGDANcntoZinW6' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'TLCT2shGDANcntoZinW6' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 18ms (Views: 6.0ms | ActiveRecord: 1.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$07Opy.nQq9/WS/x01HphH.YpIpswsStLpIkIqvidwf375AsIRGuNK"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vQSeJzH6FrkG6E-DXQY9' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "vQSeJzH6FrkG6E-DXQY9"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:33:13 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vQSeJzH6FrkG6E-DXQY9' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'vQSeJzH6FrkG6E-DXQY9' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$uAhj9vwNU6cQBQWE3PrjSevoP8gJ.AtNk.WKHy8v/pSWkSfXI5zK6"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 4 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '4_Qb7d7faAwjAazFwvUy' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "4_Qb7d7faAwjAazFwvUy"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:33:13 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '4_Qb7d7faAwjAazFwvUy' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '4_Qb7d7faAwjAazFwvUy' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username22') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('Cole@LaunchU.com') AND "people_users"."id" != 1) LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) UPDATE "people_users" SET "username" = ?, "email" = ?, "password_digest" = ?, "updated_at" = ? WHERE "people_users"."id" = 1 [["username", "username22"], ["email", "cole@launchu.com"], ["password_digest", "$2a$04$YALiRrIPt19nVh1f6wxvDeqwa95kYltaBQp.d5O2SEBzPxITr61VC"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 17ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$s7TowB/50O4KHfnXoguG..wQSpiIvMPN3jasINfk5aErXR1t1C.8G"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 6 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '6ceXXJJhA3kS_GQzJzsR' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "6ceXXJJhA3kS_GQzJzsR"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$QduJd2CBo8GdvT1tdcBBtuI33Bh5d8Rk2EoBz4461Vp0hAOJf3KTy"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'CscAsmKR8JPjT288h7zE' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "CscAsmKR8JPjT288h7zE"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 12:33:13 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '6ceXXJJhA3kS_GQzJzsR' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '6ceXXJJhA3kS_GQzJzsR' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 2 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 6ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$MKxOFz4vmU1yyMkV66HG.uWMuhqNfp6aBzPc7gl6jlxiLtJKd8uXa"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'u5q_LzRgxgfeMTvtstA8' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "u5q_LzRgxgfeMTvtstA8"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:33:13 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'u5q_LzRgxgfeMTvtstA8' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'u5q_LzRgxgfeMTvtstA8' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username27') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('') AND "people_users"."id" != 1) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 14ms (Views: 0.2ms | ActiveRecord: 1.3ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:33:13 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$PXHwukJp/UgwDtS2Sxaxsu45YP9cPRagnBUONoWxEeRrltci0jbNq"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'eRaBwiXzjexCf7V8GQbr' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "eRaBwiXzjexCf7V8GQbr"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'eRaBwiXzjexCf7V8GQbr' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 15ms (Views: 0.3ms | ActiveRecord: 2.8ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:33:13 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 8ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$9SfaKNWjZIEw4/QZEHqA5O8cirwWDZSwL4DjC9MV0HKloHchaCbOq"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'cy4zYstBGTbKscD1nyPs' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "cy4zYstBGTbKscD1nyPs"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:33:13 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'TXqtga1iPkxwzXgBsxkN' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "TXqtga1iPkxwzXgBsxkN"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'TXqtga1iPkxwzXgBsxkN' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 0.3ms | ActiveRecord: 1.4ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$Hl15kg03UlweNBhgh6LyO.JC1ZEq1CsQPUdUiwUw.AMGoIyKvZRvm"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 3 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '3X4hYqxqvJq_gw4p-gDx' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "3X4hYqxqvJq_gw4p-gDx"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:33:13 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$Qmv4ERHB2rBZHOD6k2HIZ.Gw8CTqXgrdhFnHaDKSq7s.Mwfthvn4S"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'FMdvU4CfwMCxe_fh7Gz4' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "FMdvU4CfwMCxe_fh7Gz4"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 12:33:13 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'FMdvU4CfwMCxe_fh7Gz4' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'FMdvU4CfwMCxe_fh7Gz4' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$mSEyqUmlNvAQZTzEYyIptOSLSeiXooznNl5aCGTcJmspjPRznItS."], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zszUm8RkqxqcthBQzw5b' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zszUm8RkqxqcthBQzw5b"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:33:13 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zszUm8RkqxqcthBQzw5b' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'zszUm8RkqxqcthBQzw5b' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$Orc8Xkrzr3/DDhMTiovC7.z4YL9LWrOSOLo.bPahmdkwtTiNMF5dO"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xXxyXmdH1Jsu8bumyHsu' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xXxyXmdH1Jsu8bumyHsu"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:33:13 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xXxyXmdH1Jsu8bumyHsu' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'xXxyXmdH1Jsu8bumyHsu' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 8ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$w3Ek/9/.G8JARZ6gh0gOWuLYJ5O69JAgd8fLVTbjo.k3my2QX2dV2"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'NA6DXHReDy9qZXFg6eNu' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "NA6DXHReDy9qZXFg6eNu"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:33:13 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'NA6DXHReDy9qZXFg6eNu' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'NA6DXHReDy9qZXFg6eNu' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$PnPrzzRpAfqy/pD2BwBnuOxxiK3m4s.mV/D3FPO/eJWQSspcySuBK"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'RjgLnC1pM3v9GULNXWFM' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "RjgLnC1pM3v9GULNXWFM"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:33:13 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'RjgLnC1pM3v9GULNXWFMnot_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$7L9MGo1Z5Z3YFToPLgtrOO8Q0N1/VcVGo.OP6ZBlKulZG1JNBngNq"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xeoCzY4t2PCCUYosvHEA' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xeoCzY4t2PCCUYosvHEA"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:33:13 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" IS NULL LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$zvrT869fVY.hdoP0jR1CKu31GaepTWH9v3oXqOKu7AAAs5BQ3Yp4."], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ifPT8KFmtXxMDcF9nPDq' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ifPT8KFmtXxMDcF9nPDq"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$9YT.HaJEPm/blel/JTXABObNLuCqMTKLUCtb2KPTsVVl9QKjPQAF6"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'P1E_z2YGkgCcvJm6eAvE' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "P1E_z2YGkgCcvJm6eAvE"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$rO2yPLv65O3S7N109saGMuW2sD.bg41zFXlTy8GcWIt1pRdxlk6.C"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'BD4uNKGWjDuPuP6VqnZL' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "BD4uNKGWjDuPuP6VqnZL"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$2ZkF/KUJhfLNaCjCtF14gOHd6uWcLBtG4ekv.x7rUSiSiYAtxKdrG"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'GbTsDheaFaJP7Fybsdsp' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "GbTsDheaFaJP7Fybsdsp"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$hSfVoLfrIqgoOHUHuk9Vz.ZVzF.jn0iiJht4p28oi7B8Re8m/WUbO"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'fBdrNZFcxiv9QA9BZVR4' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "fBdrNZFcxiv9QA9BZVR4"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$B4o7wbd3trmZP7uyzSLKrOYspgOfFLeR2K44Pg0gPfbrcXC/PEfUO"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'TZdc51Cj5AkNMz9g4b4R' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "TZdc51Cj5AkNMz9g4b4R"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$pUhKEHh2PvrBr4bE0bJ2ZuVk7F4yFf7Iqiv7/hal1ukNk6BelAEga"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'fN7UzzDUBkSMz3jYc7Tx' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "fN7UzzDUBkSMz3jYc7Tx"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$kUkTSOPikfYggTVvMAqsyeZQd0ll5rA2H3lOYYpLjXRr0Ud6cc8VS"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'uf1vy3Cbs8shpVhowfFF' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "uf1vy3Cbs8shpVhowfFF"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$V8aCyoLSkVpC6/bJlZrXkOVbP3/oVuMBPqME9Mi/SZvovCrUA2yWW"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'o1bY3-tWUY5zXrGy_uxs' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "o1bY3-tWUY5zXrGy_uxs"], ["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$VJI4QdBv8uYmgEmm4AelVOuTl6zYxnDER771TAW1lqKCDa5yEOZZu"], ["updated_at", Mon, 20 Oct 2014 16:33:13 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (3.6ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.4ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'SoLyPN3VpyrsSHDNgb4f' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "SoLyPN3VpyrsSHDNgb4f"], ["created_at", Mon, 20 Oct 2014 16:33:14 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:14 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:14 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$zgUSXwvge.1lU0k1aJTpuOazsVRVEMoLcO9xjcJiylD.EQFSJ.ONe"], ["updated_at", Mon, 20 Oct 2014 16:33:14 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'E5-3XGKpK4RzaLkfc8X8' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "E5-3XGKpK4RzaLkfc8X8"], ["created_at", Mon, 20 Oct 2014 16:33:14 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:14 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:33:14 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ifPT8KFmtXxMDcF9nPDq' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'ifPT8KFmtXxMDcF9nPDq' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:33:14 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 8ms (Views: 3.7ms | ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:33:14 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$Zh1dfwRsRRqS0VmtMn.FnuUQaVV2zCCFntfM7jMil2EhivKGYzzve"], ["updated_at", Mon, 20 Oct 2014 16:33:14 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tv8veEYZGNPdVmMBxY6x' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "tv8veEYZGNPdVmMBxY6x"], ["created_at", Mon, 20 Oct 2014 16:33:14 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:33:14 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 12:33:14 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tv8veEYZGNPdVmMBxY6x' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'tv8veEYZGNPdVmMBxY6x' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:33:14 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 20 LIMIT 1 Filter chain halted as :set_user rendered or redirected Completed 404 Not Found in 6ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.2ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (17.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$Zy3SqFiHgCkzdbngmrNrN.x3MmfnSf5vI3ew6rVkVwY7cXsDcLqDa"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'kYsf3Pv63bsjQrWWosef' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "kYsf3Pv63bsjQrWWosef"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$f0.GT8bRINpFNyP3TkRB/eDnUvUIzyT/Xxr4Oa/Vbbv.DuhFjZQ9y"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'hv94Qn4JYsZekpf32h7x' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "hv94Qn4JYsZekpf32h7x"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$dbDV7v7VY.XYelktffPSIebhDmAMQDxNycFxdO8Cxn37ViT6Ju.ei"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Wj6FKV3nZyoNvHyyfyst' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Wj6FKV3nZyoNvHyyfyst"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$HeOrawQXCo0n0Sa0UdbaleYj9VCkkfYqSi04EYnziuhHO5wKz19iG"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'emhtqzGxuyyndpcFNBKo' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "emhtqzGxuyyndpcFNBKo"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$uFjO1dIMtQfAnDSdFUzxEuraNnk4Vbq0ZWpqFQbJx8Bu14aTkhqHa"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'aAJdcVjJSAhyakjWxzAn' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "aAJdcVjJSAhyakjWxzAn"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$xG0ULVt1fajARw.RGOfdsuUMY0ncagXQ9rNQ6cEvkqSUaXRETn88y"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Cuj9bdW6CzQHrUE_sMxm' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Cuj9bdW6CzQHrUE_sMxm"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$89.JhWM.QIouCmZJLzU89eYAq276HjdHV64tbRkxblpmwPR95FFV2"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tLijn-vr4Z6KcJ4wVF6P' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "tLijn-vr4Z6KcJ4wVF6P"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$b0SOW2Rw9Uo.33YQqiwoz.HSjDq3SPI5/3lmYKfREk1pF7LQFsCUO"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 9 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9EpAYtYZBYj4samBmNLy' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "9EpAYtYZBYj4samBmNLy"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$S34bKnGlGYE0nMLYJgaVe.DgwhcguUe35NrU/qXUfQG0p7Te9XF1O"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Cf1VwjfUsNjAzcodsinz' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Cf1VwjfUsNjAzcodsinz"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$u4lcMtUFi2NzEkS8Q2mlLO1jfU2hBkYBTJwZNhSUYkBWQG0fsviOu"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 2 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-uy4NpdSNy8mo-YZxe2o' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-uy4NpdSNy8mo-YZxe2o"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$ZHqGY.F.s15e3s4.p8sh4eFWsSPcUJDuugdz06bIhgEoGWYWh.uIC"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'WiqkkWtPrAsvktz1DXu_' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "WiqkkWtPrAsvktz1DXu_"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$rwf8ObZwf5fPjblX3FHNmu42/BY8Wr1bioueRM9/8y0fRZsRebAtq"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jGpno86vE7HMMj4yWoz4' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "jGpno86vE7HMMj4yWoz4"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$xN/KedxCobg2kkCit5MwleC4HdbYZZMJeWd3ox7pty/hVL9hJPHAO"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'o_t9RD3tuqoB_TZg16sz' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "o_t9RD3tuqoB_TZg16sz"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$2Rb1rnM4AeIlnOwJcZ4jveRwna9tu/0HqdxJsYjP99M/dCbIx.HZ."], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DF-GEy4_vw1zeZKfj4vt' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DF-GEy4_vw1zeZKfj4vt"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$11X19e5vPtofIFXt3WiflOy7hR7YmQn1X2u5NFuOGi88jFmN1LyAe"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'WQ4KuyYbypk3UAgwyJjQ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "WQ4KuyYbypk3UAgwyJjQ"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:47:37 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'aAJdcVjJSAhyakjWxzAn' LIMIT 1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username9@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'aAJdcVjJSAhyakjWxzAn' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 19ms (Views: 5.4ms | ActiveRecord: 1.4ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$1Wl5x6mIZDB8ZIZETRd7b..NxdRA1YV8dcmw/GQe/HvI51sohtbn."], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xCYHfBqskfTw6ZCrY6Gz' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xCYHfBqskfTw6ZCrY6Gz"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:47:37 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xCYHfBqskfTw6ZCrY6Gz' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username20@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'xCYHfBqskfTw6ZCrY6Gz' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 1.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$AwPlFuR2sBNx/tTRmj2y3.2ifP9uF72.brN0sJhmzrwLfOpfd6f3K"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HYz12uozEkGE9xkJE7bD' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HYz12uozEkGE9xkJE7bD"], ["created_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:47:37 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HYz12uozEkGE9xkJE7bD' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username21@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'HYz12uozEkGE9xkJE7bD' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:47:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username22') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('Cole@LaunchU.com') AND "people_users"."id" != 1) LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) UPDATE "people_users" SET "username" = ?, "email" = ?, "password_digest" = ?, "updated_at" = ? WHERE "people_users"."id" = 1 [["username", "username22"], ["email", "cole@launchu.com"], ["password_digest", "$2a$04$hY.ixL8LE7qe5miIi2Z.X.lSb5nFij6JVFgeg6FhlIh.y7Rg7iCF."], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 17ms (Views: 0.7ms | ActiveRecord: 1.7ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$hBAQfcMz4tk19knQ/hf4GOcKvRsDa92mmGRJeOCiFyBqUwXGcaC.W"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 3 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '3erxxuXsV8pFbFM1AuNR' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "3erxxuXsV8pFbFM1AuNR"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$mpxDDOPkoKglkEJKBI7d7.7NO3fZmXViFh6.FtwpCZkLyDwofHuu2"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '_ExEnQas1eq6xkM-P5KT' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "_ExEnQas1eq6xkM-P5KT"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 12:47:38 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '3erxxuXsV8pFbFM1AuNR' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username23@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '3erxxuXsV8pFbFM1AuNR' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 2 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 7ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$Sf5cSovXFcFmFLHrLzFz6O/ko.U0S.nUwjkNQU9M6eFrzm.kV2kCm"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'JhyXS_XV9Ubwn86AqvVg' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "JhyXS_XV9Ubwn86AqvVg"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:47:38 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'JhyXS_XV9Ubwn86AqvVg' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username26@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'JhyXS_XV9Ubwn86AqvVg' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username27') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('') AND "people_users"."id" != 1) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 15ms (Views: 0.2ms | ActiveRecord: 1.3ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:47:38 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$nxqQwBwMzyNqdXMbaNBZPOrGlawV0LfHO3Az7KNvuYqx4SmQ80622"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'k6zJLUsBscmZg8z-5yJc' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "k6zJLUsBscmZg8z-5yJc"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'k6zJLUsBscmZg8z-5yJc' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 15ms (Views: 0.3ms | ActiveRecord: 2.8ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:47:38 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$I9KhGzbbLzQsOLaUuSEXNuxklpF/Rholj2ujasl.ymQ.I8VDKHz.W"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 2 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '2gjtzNhHPzhUTJL8sWKG' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "2gjtzNhHPzhUTJL8sWKG"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:47:38 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Nt81zzNw9fuj_DT4bEXo' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Nt81zzNw9fuj_DT4bEXo"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'Nt81zzNw9fuj_DT4bEXo' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 0.3ms | ActiveRecord: 1.4ms) People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$faxpsKS8cztRHQ465ULhl.Wf2Ui6.71ZgQpSMh6PXp/qDhvek1bX."], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MzAw7AwsTuHw5X7hK3MA' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "MzAw7AwsTuHw5X7hK3MA"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:47:38 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 4ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$f5CxAGCpH0uqAxMRN/9NYeOLVP54OVkPGwu69fSTZIzjwhjUmYJIm"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ys_PjRQHfuhhcTj_sHjx' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ys_PjRQHfuhhcTj_sHjx"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 12:47:38 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ys_PjRQHfuhhcTj_sHjx' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username32@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'ys_PjRQHfuhhcTj_sHjx' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$2x7jN4JrKbzvVmtHRmimt.NhI.2vW91UY7xG3f4Z6Rerp6MmYHthm"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '1zCn2mLknTNz5YLnhS_S' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "1zCn2mLknTNz5YLnhS_S"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:47:38 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '1zCn2mLknTNz5YLnhS_S' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username33@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '1zCn2mLknTNz5YLnhS_S' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 1.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$MsJQz1NzH1vwiOOiaKSx5eDe0P17c9TQs3LryzEK7BKpSEHUogUN6"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yqDzyRALByg74qSvzkTk' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yqDzyRALByg74qSvzkTk"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:47:38 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yqDzyRALByg74qSvzkTk' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username34@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'yqDzyRALByg74qSvzkTk' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 8ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$ywELcqeJ33xLBa7VqpOWQOcqFN.iRjz0t99qscw0xsIPNdhUJqt4q"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'qNxkcNzKV5hMKPpPrsdQ' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "qNxkcNzKV5hMKPpPrsdQ"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:47:38 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'qNxkcNzKV5hMKPpPrsdQ' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username35@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'qNxkcNzKV5hMKPpPrsdQ' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$rQyzHmrVXgaB0IPTY1uHC.9VuSebenvVJ/keeXs1gTmt3ZTdAMqRG"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yjm9ou54TX5XRLmntFXS' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yjm9ou54TX5XRLmntFXS"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:47:38 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yjm9ou54TX5XRLmntFXSnot_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$h2zz5OYEmGcrfwNd4k3zp.egPauKHXNUDYeMxkBEZgFnV0k6NzF8."], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'EMuBKbV_TEb5sT2uJ7qM' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "EMuBKbV_TEb5sT2uJ7qM"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:47:38 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" IS NULL LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$IerEbcxYqWNwWVb3E/FKpeW2reMSluXOmIIpn.EZob1C.8BlTIy.O"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'PpaTyFM3Scb6wSY_7ypB' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "PpaTyFM3Scb6wSY_7ypB"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$Xsk2L0SoSpOuUbOCkVPBd.oEJmj83XBsNStL2z/07TSpEL38QhuqK"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 2 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '2EMaGuTk8iz3N9YDi4mM' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "2EMaGuTk8iz3N9YDi4mM"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$TuRJICKlRrLUzC4pygYm.uz2fN0X5f590UbwapA9/dNiBbDu8IPRC"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'kmWWZTJs_Y52LKJ-2H9M' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "kmWWZTJs_Y52LKJ-2H9M"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$0t0AYX5jUljYNW5Ls2H5AOHqtc.AUCuzl.rcQbIVfVVmd2XlBz6bS"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'CPRKu6qRsSUyVFGmuSzN' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "CPRKu6qRsSUyVFGmuSzN"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$YF215KH7DsB297r6E1Dke.il1p0OTXRHyPYiNabhi/i2M6uHudSC2"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vFpPamm9EfGeKYEQCCz4' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "vFpPamm9EfGeKYEQCCz4"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (63.3ms) SAVEPOINT active_record_1 People::V1::User Exists (0.6ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$Kc4yvpMkYs6MzhJRVdYMJ.xiJnS3c4Cd.xTKtkD.wBT.h6oPd/JbC"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ctsXwx-bqwxEwrx4Avrs' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ctsXwx-bqwxEwrx4Avrs"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$QX8UJFiv8Y5z0ul4HWPns.jOJwBA4zRRkyQwIjWJ5ybhSXRWvsqIW"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'GFNXvT2Rz1529RpY5srs' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "GFNXvT2Rz1529RpY5srs"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$yrsh92o7HEcvv48Tgy4NWOxO35dCaH/zW1MdE25RBLN24N14CXwAW"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xaynMwyxUSHapbJgxx6x' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xaynMwyxUSHapbJgxx6x"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$X02qdyXlcXn88pOTTj/WRu1.fTScLQ84EkSTFMPSd7C3FSf6TFlSu"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'VwHU9XspF_eayZ7gMCwp' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "VwHU9XspF_eayZ7gMCwp"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$QZFcYX7ZfGpj1WmWgyfj2OZEsIL9dilmmAIogyuY12C69Mp66YqE."], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'bz7KKwtBA3N_oHgTYfRs' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "bz7KKwtBA3N_oHgTYfRs"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$OQuabMUkUPi85bmEek01WOAVz0ac.145UE0tyccVLaysMrzDLODge"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'b1s84sLGhYYBLDp8xS1A' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "b1s84sLGhYYBLDp8xS1A"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:47:38 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'PpaTyFM3Scb6wSY_7ypB' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username38@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'PpaTyFM3Scb6wSY_7ypB' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 9ms (Views: 3.8ms | ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$mtlfpWZFL6Cm8fb7U3YKOeqeOmyKoLEkMQSyI6D4ulnH6qt1AR.9G"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'TfJfLnHHrRzsQWxCyJes' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "TfJfLnHHrRzsQWxCyJes"], ["created_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 12:47:38 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'TfJfLnHHrRzsQWxCyJes' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username49@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'TfJfLnHHrRzsQWxCyJes' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:47:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 20 LIMIT 1 Filter chain halted as :set_user rendered or redirected Completed 404 Not Found in 6ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$.E8ycfMnEr8fT2vgY23VKerZXLvZnflxaPN2ikQpdVbTjpbzLw1qO"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 6 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '6Dx79L7xNbs8Pu5ajKdz' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "6Dx79L7xNbs8Pu5ajKdz"], ["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$weOenPQKGSHeDLDsjUpQA.xXPqOp48FxPN6EmQqYD.xgGyQU/JFvW"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MXYrtfrxJNq8YhAfSMJZ' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "MXYrtfrxJNq8YhAfSMJZ"], ["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$PZpWmj9TX/iN4JuCzozba.w8l5agnkQVVXWuA9eI8sNdNkAiLupgq"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xgbyMiSr8gk_38U4Rgvs' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xgbyMiSr8gk_38U4Rgvs"], ["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$Z/1EZXVqgXiZddMQJpnQy.F3XD3p5alzHY4uXXZpFXqiISFaJkIEu"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'JUUcL9Do-U2EG_dGRT_V' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "JUUcL9Do-U2EG_dGRT_V"], ["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$X6aQp3M9R0/1O1PeMr9Q5ONBd5ZNPd4D3SjsKX5Q6ZJYJqWATNR.e"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Wrs6WqAtxQBS_ys3u7Dg' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Wrs6WqAtxQBS_ys3u7Dg"], ["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$Emat.lUVxkf8uD/.gPwptufsMdEoPIZW0yQW2GxoZhY/VhR/.m8Nm"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'oQ8PKsRLyzMYupx8uzxf' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "oQ8PKsRLyzMYupx8uzxf"], ["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$Kmb68DmtYUTrBQzh5/0mCufRb6uhPQ30p4hZRBzQhvTcjZDhbYkZq"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '_EJ46xPsbRVm4viG21Ux' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "_EJ46xPsbRVm4viG21Ux"], ["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$SEDZivD4xOjDs1EfuuBQ2OTZfJnbBglK4RRmIepLpRh7EwHR3/5Ui"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'QWFZWxNBxnyiEaeUKKQT' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "QWFZWxNBxnyiEaeUKKQT"], ["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$fB9ooJCZccSlHt7feLSJUOuII7YQEuJep4bGSnupzNnJV20uKzgmO"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 9 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9qgV3nJa8orz4Jvkx1Z4' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "9qgV3nJa8orz4Jvkx1Z4"], ["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$6A4PxciXJ26CAgfcRUi2p.R1cQepyUt7wVksnFFXvWJxsqxEczU.y"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ddiJE-bojJqsCpTTkqFH' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ddiJE-bojJqsCpTTkqFH"], ["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$sqZcjz9LfhKwvYVRebZhwOHs9FbmgRfkoHv6Yo3HVSHYSlZEPZP4m"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 6 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 8 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '8jzwihKeBhv6-WYfZpQ_' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "8jzwihKeBhv6-WYfZpQ_"], ["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$o3SnlQWKYvkizHU5gxSC9OywjNNA/ifGSpHm3c5kMhIhl81sJj2kO"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'JT_4GxuZGzyyus-xKeEq' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "JT_4GxuZGzyyus-xKeEq"], ["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$yq3m9WF7dPYqxiWndPjN6uCA7pM9Z3DYI.WeyqOpvH3MYsolZylNC"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'L8KrDtxKTDJBRuicWjnk' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "L8KrDtxKTDJBRuicWjnk"], ["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$rKJAjqasMNUezZY1bb1.HO65M1WakTzcs.wbl2mfXezQx1u2/ipkC"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xs5iSabtHKYYYa47hX6L' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xs5iSabtHKYYYa47hX6L"], ["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$w8hYIPbdwhjnQOJItFXA7uAsiCdk2nsPlcCoszrYYaUErRNfxYbr6"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 8 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ZvWavAgiKz4orLA8tiQh' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ZvWavAgiKz4orLA8tiQh"], ["created_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:48:08 -0400 Processing by People::Api::V1::UsersController#index as HTML Completed 500 Internal Server Error in 1ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$aLPxnngk9cx3sYKwE4av3OVDxXyb5uZ3Fz7NTrNFm7/VUHCBedH7y"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'e9V3uMxnS3uuopGNy8P_' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "e9V3uMxnS3uuopGNy8P_"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:48:09 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$cfdoqkn6yGuimv/fDXpmA.bDBwtSvyj4cL0rjODrMfnZDE1k.SqMe"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 2 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '2z7cZjgsiibNyCyuNJvo' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "2z7cZjgsiibNyCyuNJvo"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:48:09 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$281TyGZNNM3USmySpauQxu16ftWniV//9z6swWfhi7Lhm5IN5CCNu"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '_yyzxPb92MYshWsWR9Ri' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "_yyzxPb92MYshWsWR9Ri"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$YKP0TAnFOenqMhsiULnFSemNWi.qgcpxgUuEzj9AePdpfudFc9dI6"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Aj8DmUazUnzedvhhJmCt' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Aj8DmUazUnzedvhhJmCt"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 12:48:09 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$00pEVwEfmRpv4Ql2odp99ez2A9Q7Chs9gPDPb.QMhQ.JRU4BvdKSm"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 9 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9cn9ct2n9QzAZz_udr9N' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "9cn9ct2n9QzAZz_udr9N"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:48:09 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:48:09 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$dCqMCbQf/gfZ1P6Leq8xWezNl9aAcWAu.wLpenD0mqQqJmVd9Q7i."], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-sb_wvC7d74CPjw_2nYk' LIMIT 1 SQL (1.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-sb_wvC7d74CPjw_2nYk"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '-sb_wvC7d74CPjw_2nYk' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 30ms (Views: 0.7ms | ActiveRecord: 4.3ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:48:09 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 6ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$R87GfAUQgLxkgjoNGnw.Le.vy2fvV/Yqs74Zs7kb6H2/0Hc7Tw4De"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'AuPCgZsGDLrtXH9iRN1v' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "AuPCgZsGDLrtXH9iRN1v"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:48:09 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'y52zur9tS-h-Hkq3mR4M' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "y52zur9tS-h-Hkq3mR4M"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'y52zur9tS-h-Hkq3mR4M' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 1.2ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$vfbQZNnw7TGdEaEtrm3lBe0zQxcCyO0bvVxDPS12SIk1gh8ewSHmm"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'S1sEadeTeYKsYaYrr7rV' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "S1sEadeTeYKsYaYrr7rV"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:48:09 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$/GUyD/RILGHAYxcUdZ7.dOpFkMUQ.bt4MUMXOMfJpUI9J5I.FWOLu"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'fQ9o1QpRcW1fch6asA9Z' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "fQ9o1QpRcW1fch6asA9Z"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 12:48:09 -0400 Processing by People::Api::V1::UsersController#logout as HTML Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$RDGNmdyt3uDo/GBH8oMvX.daphPk8/3k5QaPM4GF5R5N94jTlBa3i"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zXNjZhhbzzgoXzY_UxNz' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zXNjZhhbzzgoXzY_UxNz"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:48:09 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$gSx/1xS/PWNCF6ElIv7UueJPHIXAKKAEQotnfqBbZJr4wMecs.cpy"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zxoi3JNR1EVaiTRShd2g' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zxoi3JNR1EVaiTRShd2g"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:48:09 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$gOvqDijiRz74.7Mdg.jnTun72O6HMv8V5yH.3v9Fy3TNy1T9Opa/O"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sNRMMjDhR44zGnqjhn96' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "sNRMMjDhR44zGnqjhn96"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:48:09 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$q.fchU4eJx5zYSul.7X1V..KNm3UXqr4/Dp6G4H7JoCk1XjNXiaq2"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'k7sNAHr9y9ziXsPKjxx3' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "k7sNAHr9y9ziXsPKjxx3"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:48:09 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$hdvgLaEkQhl4NEsQFaugmu/5DPLWRXLMfkR2ciCX9aizb2SvsO0Bu"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jKTEk_kej7U9zGza7Czt' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "jKTEk_kej7U9zGza7Czt"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:48:09 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$mBMhORF4eTDH74dJtki25uc1I.Epf2yUWRRkS/24zr2vxHcMw6.la"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Uy3isQBm3z2mupgC_V_s' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Uy3isQBm3z2mupgC_V_s"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$S8NENQ3Z6HjJtolZyxzTTeN.2CLimDtYUIrs3xaNGet35/4N3gbZm"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 9 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9yJXaEdq5tehFw28J8ux' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "9yJXaEdq5tehFw28J8ux"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$E7XH6Spy4hqFDGvFg58YcutvzW9C/2r/gomI13LMGZ5KS5fSzXrH."], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xF8jrfyMUhRJCbxu2FLr' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xF8jrfyMUhRJCbxu2FLr"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$FRGcsm/dpBxGt6zXXy5eG.hQqrfsEWiIKcA/Y2gF/0miHEqeHe2.i"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yS9Vh2MxoYqAxGvquhFH' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yS9Vh2MxoYqAxGvquhFH"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$E9wAhd/cJdhkNBlno.zkZulZS.aXft9524.MMVslaZGiSKObbVNwm"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Ts4LcN6bkU4NCwUJnZKw' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Ts4LcN6bkU4NCwUJnZKw"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$sIn71Ql7tuHIppisv9xY5ObUmbVek00n83OtbbyCaKZZVyKW4VaKa"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'mLdzDMnmbyyZYtvp89PY' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "mLdzDMnmbyyZYtvp89PY"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$V/f0/ZgCmJktcIWo8aa6G.5SUAI6gnYNF28q.3oBR30CnaJ4bMa4e"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'hC88yt8w-6hccfpsbRj8' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "hC88yt8w-6hccfpsbRj8"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$BvwQ06yVs3tvaWPuHJv.5eYL4BPgJGxrwkY/EcCispS/QHdChmSli"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'GztnUNzUqQ1_hZcxbqAc' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "GztnUNzUqQ1_hZcxbqAc"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$sfTA2ApTOOCKJelMD6mg2.rp63KETKav4cXIWRxzxNZjxWcUEK9re"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'fny17G7PUhcJtxqc23vp' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "fny17G7PUhcJtxqc23vp"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (3.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$qg2Ozu6OfEZvesISRqZc4.bwwjcddTOWMxsCUy5.pDxRDKHqp62rW"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'r6QD2UFizcLZF-qhfe7X' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "r6QD2UFizcLZF-qhfe7X"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$WEeqpnooYj2IEXWzU7RQAuhPL0ozT8PjyRSBk8Ih2G8gf3lfArWv6"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'p-SnbDxK7_9-_mH21dTu' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "p-SnbDxK7_9-_mH21dTu"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:48:09 -0400 Processing by People::Api::V1::UsersController#index as HTML Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$caVWkwba5dGHTrdswOMYbu3SRQKxzcXQexdoxTBxobPDanmBPW9Sy"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 2 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '2wc-kkrTpC8a-zbdwyAH' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "2wc-kkrTpC8a-zbdwyAH"], ["created_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 12:48:09 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.6ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$KEnWBx9wyYrViNDZWNJ09O7.wUqWtQq.g5nEx3LtnWP0uhNSntkN."], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Cdzzj2yK9B8hAusG_WZs' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Cdzzj2yK9B8hAusG_WZs"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$tGFrjv4AjRkG1psF9lukjOMTB0Rg7odoE87UYrwJY64nZ/F6utu8W"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yeZfsntPKzE5-zHuSAau' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yeZfsntPKzE5-zHuSAau"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$DfxREhrKCsFpTbARFfWpEOPWKt/pZwS1jtYTI5KzsqHuKXwvvZDPa"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'KKzKy56xwZs6i81xuaY-' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "KKzKy56xwZs6i81xuaY-"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$gdMfaZ8UBBRT9.FrFnsBoO3ujb/FNK3ZoT2LrLlCrvVVyEgicgol6"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zPSmpUsQteZdzb8sz8yc' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zPSmpUsQteZdzb8sz8yc"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$rYL.APdV.Vj4AptxdLF6ReQTXt2NOIbzTtybhFL7nE0/KmRvbTnNS"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sseR3ZfJQV4s7Pd_Qcby' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "sseR3ZfJQV4s7Pd_Qcby"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$m3mjFmOZyTfTiC/0zRTBDe9FaTbJiuK1iny3zZiBEMG0CORiqaXKa"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'EhvMz2VSVPwDR6oRmo6V' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "EhvMz2VSVPwDR6oRmo6V"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$3EG5Vw2VjKw7bGE/5quDP.fXjbHKh3PVrEdMACr.Jgyfoh1WNJKXG"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Y4dqQKXeta_F8o5Hbgpv' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Y4dqQKXeta_F8o5Hbgpv"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$sWxC4a4lg7glSAqFpwolMelygT8C45l.iFWF2TIHUtTwSFFyDeDza"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'S34o9Y6EytC52MiJxKus' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "S34o9Y6EytC52MiJxKus"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$UkY49IwgEftLKjtpLps2Z.PROgGUhREMhvVpXEsvc6njaxA5/wcKy"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'z5-4tkC6Wpap6dzBFS8c' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "z5-4tkC6Wpap6dzBFS8c"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$XudxSsj49stvScj4gQuziehDNvRvf9r//StTcTSqSdtJYv3G4tyA."], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'X7S1bzjnaUEycsiESLTW' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "X7S1bzjnaUEycsiESLTW"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$DUC4wEM6ejDrxHJyW3fxX.Dvwk0jefLtQfNdZIpiBV4lPPv7evTXG"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'hzoax6d8XGcvLsy_KiZ6' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "hzoax6d8XGcvLsy_KiZ6"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$qZknOSLva0u4Ao7qdJjLqODhNd0Jdq/qaopbDUtN4m0a9iFsVux/2"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-kr2Lsqz6cQom6sUbN_g' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-kr2Lsqz6cQom6sUbN_g"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$XTNV2BTOpwjHCn9Y/Eie6uNlH/VfygmX5l12FcYJi5u4sWzDXrOFy"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tGxcfj2eDaEs51K-pbSN' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "tGxcfj2eDaEs51K-pbSN"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$dhiggNQHQF9kDuVIWCrzcOpbHQBgCaa/EhZ//i.5Lm78orJAFv0Ke"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'w1JHzBgnsK-vpawFuMC-' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "w1JHzBgnsK-vpawFuMC-"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$MQEbmXG8ZhDPnb6FOdrpSePBkBtYl.fzlsiHsFxnqMgGFavZp7pD2"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 84 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '84QMevbyez9ANsNzpuNA' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "84QMevbyez9ANsNzpuNA"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:48:45 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sseR3ZfJQV4s7Pd_Qcby' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username9@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'sseR3ZfJQV4s7Pd_Qcby' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 17ms (Views: 5.2ms | ActiveRecord: 1.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$QM9IQe6w9Uogdb9gRPfrS.jsDnc0jsxtCpmKbNtxy45YYiMr9ot4K"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'qndyKyVY3xxgWQzxmM-n' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "qndyKyVY3xxgWQzxmM-n"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:48:45 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'qndyKyVY3xxgWQzxmM-n' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username20@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'qndyKyVY3xxgWQzxmM-n' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 1.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$wrjbv8eXiEbKDaQGEYQnueuiKqfuiZ0e4/ftVPPCiPpOVQZZFPFO2"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HP5jMM_PPsyc4CoE9Yq_' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HP5jMM_PPsyc4CoE9Yq_"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:48:45 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HP5jMM_PPsyc4CoE9Yq_' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username21@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'HP5jMM_PPsyc4CoE9Yq_' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 6ms (Views: 0.3ms | ActiveRecord: 1.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$uMbsVWt7W98/zMW0A.NnUuMOjIV2K3TFgljdO6vOhJgZCChxfKXjK"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Kyc9UXs9pANca2XbD2As' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Kyc9UXs9pANca2XbD2As"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$VLTWIHDKwB.HT5aCj437U.k/UxijVZvQsGxNvZiGYMtdbEdikJOHO"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'QrDXy5cpQic1mwaYjwUk' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "QrDXy5cpQic1mwaYjwUk"], ["created_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 12:48:45 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Kyc9UXs9pANca2XbD2As' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username23@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'Kyc9UXs9pANca2XbD2As' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 2 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 6ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$ik6HpWhnlQ6L/FX9WOK0QOPfX3LM0XJh.3HZGCXNrBhmx6rGf9mCq"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 83 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '83V_Ekq7FkLJJRzFaaFs' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "83V_Ekq7FkLJJRzFaaFs"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:48:46 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '83V_Ekq7FkLJJRzFaaFs' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username26@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '83V_Ekq7FkLJJRzFaaFs' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 6ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:48:46 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$8T01e7E2uJacxaB8Abu3W.r2yMI5VfTXYl2sQvuPpOjIXaQPf45zi"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'L6GS7mRsxgyLaNQBVzZM' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "L6GS7mRsxgyLaNQBVzZM"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'L6GS7mRsxgyLaNQBVzZM' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 18ms (Views: 0.5ms | ActiveRecord: 3.1ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:48:46 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$moM9f6xjQbd4pQuiLxpTKOALVWWg.Qlcg3mqvtMYiexcHjLcQPa.i"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ibuEjDoMRnrKVgEmPrPR' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ibuEjDoMRnrKVgEmPrPR"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:48:46 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 9 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9ceV9kPiioHaRsZoBHsz' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "9ceV9kPiioHaRsZoBHsz"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '9ceV9kPiioHaRsZoBHsz' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 1.3ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$JH5Bu4ygBZvPHPsv1kSJFeFVR5TB6SmOVGo1vNk6fK64EYWh8WFW2"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ixxiEz2ZT3dfX3WviM86' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ixxiEz2ZT3dfX3WviM86"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:48:46 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$Lgp2biM9xeAwxeUFgB31PezX8WEUqsl9571V/o7hbLLadwJw/5dwK"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-yxQv3yCQ_QHAyNiz8uo' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-yxQv3yCQ_QHAyNiz8uo"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 12:48:46 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-yxQv3yCQ_QHAyNiz8uo' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username32@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '-yxQv3yCQ_QHAyNiz8uo' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$os7RbfWkaT8RyrHsT4pGtu2TF.e4TwDsnHHBmD3sOMzNM6O26pZyG"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'URyDPqtQeAbtz2YA9bXj' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "URyDPqtQeAbtz2YA9bXj"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:48:46 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'URyDPqtQeAbtz2YA9bXj' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username33@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'URyDPqtQeAbtz2YA9bXj' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 8ms (Views: 0.3ms | ActiveRecord: 1.3ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$q7LlOuI6Gbpr4sxFW3DNf.tKBuJKCkT95FsRU6c9w8iKx6G9Ti3tK"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'nMgzynEjZKPsiun61SGo' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "nMgzynEjZKPsiun61SGo"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:48:46 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'nMgzynEjZKPsiun61SGo' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username34@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'nMgzynEjZKPsiun61SGo' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 6ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.4ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$kt8a495iZuMLMBcwRKj3cey/WMvvTkmqmCWHoCu1lzElcXPmTBOXy"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'wJbmVChARRir-J9RYmqk' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "wJbmVChARRir-J9RYmqk"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:48:46 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'wJbmVChARRir-J9RYmqk' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username35@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'wJbmVChARRir-J9RYmqk' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$JG.cvgiAicdiJ3Nt8FnFF.XQdnYl.tRJR0aNsCQz10vmokijMAaRm"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yW7o3dxqws2EsUudxzN8' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yW7o3dxqws2EsUudxzN8"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:48:46 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yW7o3dxqws2EsUudxzN8not_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$Pa8n0Z1DhXLhRkKjTtVL0eNnbnloZ76bcs11X.UzlGhqJ0UdsEqEu"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Mf7y2Dv2nTgeaudfnh8g' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Mf7y2Dv2nTgeaudfnh8g"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:48:46 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" IS NULL LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$mXdv57ctFXiRBuQ2vrPT7uZp0jeqnJm.3r83dH8keJZ/Lua9J1rri"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'aEHrJrY-S3ENbLcxssV3' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "aEHrJrY-S3ENbLcxssV3"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$8zt4wKKo8T/5luAmolFAlOcG1sdY7FaFQq.HgL/B5JZqcH3WoH9rq"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'aF8jRSYkGiBmshscquPx' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "aF8jRSYkGiBmshscquPx"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$sr7ttFl1EEZadZygPRm1Tubs2k333v7eBhtGmmaGXNKM7QUV1jXIq"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'dxQcG8u93zi1L5aaBTkp' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "dxQcG8u93zi1L5aaBTkp"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$QxNZxPFSbzsrWGT/FOqLE.YgY4l3zJGMcJw7rOlWS0g5CSCzX5D0e"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'aaZxspNUC11FM2L5F5sh' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "aaZxspNUC11FM2L5F5sh"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$POMV0xrDUA/1XOMTG1TFv.TFfxOQRWrwjQSU4KfNBwOvn6.nJqSCi"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'urWgDXJu5dUkP9xcoF7p' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "urWgDXJu5dUkP9xcoF7p"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$2BrOCeeIEodOxHB34CxREeTwW4tBOJHtKMOLAHzLMfSpCcwUEB9W."], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 7 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '7viRNcQc23sAFf31wR-a' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "7viRNcQc23sAFf31wR-a"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$D7XHgL9/idVgB8eQfTDhZeRBGdZsKy06JmjbsYv4FCDDeUf7VCAFy"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'KpRzibMHFFmNxPmJgH-z' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "KpRzibMHFFmNxPmJgH-z"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$zAHJcSI6YR.xpp7Ab4X/ZeP0jxLwho8bO61crmjZUtjoCjToEqiDe"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (3.4ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.3ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'BBebapwvj_Fjcd3MmRZ2' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "BBebapwvj_Fjcd3MmRZ2"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$olbu9CBxgB8mEG7DUEacle9Wor89gZonHZ6DHh6tRVV2E20k0qb2q"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'myhw6aJ4ekykYdSBQkJS' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "myhw6aJ4ekykYdSBQkJS"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$xc4Vc9JRwk4nvCDoYpAuNeeO2hmsRWrcxew8KAORaN.KGaC4.UE3a"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 't8TzysPksLmFxmU7bCqq' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "t8TzysPksLmFxmU7bCqq"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$0HbFNrr21VLqLPqL15mth.X.6yKA/fC7ha3QFsK1B7BigFFTN6IWG"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '_be4dBE8-wn2TAS6caK7' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "_be4dBE8-wn2TAS6caK7"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:48:46 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'aEHrJrY-S3ENbLcxssV3' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username38@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'aEHrJrY-S3ENbLcxssV3' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 9ms (Views: 3.8ms | ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$7BJXpVFXHRL2AXSVOB798eFpj4olJnYBtIiiKt1sGu62pIu5LF09e"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xAxoJ8zo13xSxsQpwA-J' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xAxoJ8zo13xSxsQpwA-J"], ["created_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 12:48:46 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xAxoJ8zo13xSxsQpwA-J' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username49@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'xAxoJ8zo13xSxsQpwA-J' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 20 LIMIT 1 Filter chain halted as :set_user rendered or redirected Completed 404 Not Found in 6ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$E4p8W3JIdvG8vjnfYDNPCe0gC4KFKaXzlgGd4mP/jFSWwuJEbyEuu"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '_yqyJeYMizRzLp1oRrF_' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "_yqyJeYMizRzLp1oRrF_"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$5xiUFpW/g1U5wF4o3LfV.eE2g4EEgjP54VA/GCW0kW3kB5PfHSMuC"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DLyMJ28JXBoTsPzPCNUn' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DLyMJ28JXBoTsPzPCNUn"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$PnOhjOCVpjlZu1S3eu/c4u.QTu3yW3J99So7dU2x3Pt7WcDyL6d5K"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'AXN5PCAJE3PsryiofffC' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "AXN5PCAJE3PsryiofffC"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$P13fk5vavS1dEb.jNom03uUMNQigFLthUAJgpHjbW1xxC123oGX.e"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'mybp9hXan14-yuPQdAtG' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "mybp9hXan14-yuPQdAtG"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$VHElW82Rry.QoATfm9d8sOKMzIHC1d3vMz/Kdn2//Yc2dgIhO4T0a"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'VbdmGepS9Fef85GgaGbi' LIMIT 1 SQL (0.8ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "VbdmGepS9Fef85GgaGbi"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$lH6LZ.wvrTcd.5A5oldc..Cs9BgXi.6PbhgyJ.Ra2AKNfRJl.WK3S"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'fY_dpUAtAeVG33FvxmxP' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "fY_dpUAtAeVG33FvxmxP"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$ijyELSmBrmrVpfbttWw5.OYmUThjq9RhG2f474QocB/aF25ScXFa."], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Q3UZzDHMg4gKL8JmwbjC' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Q3UZzDHMg4gKL8JmwbjC"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$e69Cby9GFbBbc0dopFt1POz2xj5nWlWyAOEdd0jX9MPxnEht8p1J2"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 7 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '7GAHt2zys_3vhhXur7ad' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "7GAHt2zys_3vhhXur7ad"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$//F0HmVp3nrSq6PFKFTy.OZ4jLLWHeEvBqAspoKCfTVDLhTnEhce2"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vNmzhqDC-8KoywsZZTG4' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "vNmzhqDC-8KoywsZZTG4"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$kwfYgD81j8joSyD4QhfjN.nSp8eREOkHb0LJbX.hxqTBF4p8Zzd/6"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ogSsv3_yCyULSrZJFHKV' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ogSsv3_yCyULSrZJFHKV"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.6ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$7AkUOIImDxDzWpwN1y7joOjW0Xs6X31ZuUV7OqLy/T1L6xW2Uz1iC"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DS7zXKu62yzdN8gPqWg7' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DS7zXKu62yzdN8gPqWg7"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$pBWHiS4a.oCZOfh2n8Pc0.DAZYCXBOo9u9DG7HFmadCdFOWv7P69i"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'oyTsWrHQmrBAsscNBAtP' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "oyTsWrHQmrBAsscNBAtP"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$/hP9wDPRPO.xbWrqg4eXge.KuAHkw3Bw2tXozwTVANPlRZ6yPV2aC"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tqMPxe6qqRByjewMzhwd' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "tqMPxe6qqRByjewMzhwd"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$Ga4akepYP63.IdBRZkaqb.0M5ZoFrMK7gEPU.FBP8XpnTtvfOaBTu"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'UGcQ3dTnpgKLE1LR_qp5' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "UGcQ3dTnpgKLE1LR_qp5"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$Pud5s..BubU6Ze.iV9L9kO3X83NWhuQbMEJ8xFHZKsGSts74O2rd6"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'dm3t9w1WJrFGRHwZhUTb' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "dm3t9w1WJrFGRHwZhUTb"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:48:58 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'VbdmGepS9Fef85GgaGbi' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username9@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'VbdmGepS9Fef85GgaGbi' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 19ms (Views: 6.0ms | ActiveRecord: 1.3ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$D9iyrYCaC4DNKxvq9TW0U.MPNdq8PQUDMQb8PpdvdfFJoZ9LEgsbO"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'wZjNasgtd1ZUXEbc_LCQ' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "wZjNasgtd1ZUXEbc_LCQ"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:48:58 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'wZjNasgtd1ZUXEbc_LCQ' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username20@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'wZjNasgtd1ZUXEbc_LCQ' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 1.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$RVxFNXX8h708Aq40NNrmmuchygEjM2MNrcZT5xr8/pegBPZeP6y2y"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ByCvq_aPvQsMVpgLEqyz' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ByCvq_aPvQsMVpgLEqyz"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:48:58 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ByCvq_aPvQsMVpgLEqyz' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username21@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'ByCvq_aPvQsMVpgLEqyz' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username22') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('Cole@LaunchU.com') AND "people_users"."id" != 1) LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) UPDATE "people_users" SET "username" = ?, "email" = ?, "password_digest" = ?, "updated_at" = ? WHERE "people_users"."id" = 1 [["username", "username22"], ["email", "cole@launchu.com"], ["password_digest", "$2a$04$tJyx0k9Slz6vzIy756l0G.S33HtA9kV4gosYSYsfUMKr39yLa8vUW"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 17ms (Views: 0.7ms | ActiveRecord: 1.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$HFsDzVj2DhWPQyBbINM.Xux7mOV8tprfnE6O.mzRCn0vVbrlMy2HC"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'mTQtgHV7cHy_kDmxUZdm' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "mTQtgHV7cHy_kDmxUZdm"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$XjaFB30kkiHsQNs.vwJCpeZ70GL6W6KPZyZxX3Nx8adKLYBdylZUG"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sxBWr-PEMvTkmTvjALwV' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "sxBWr-PEMvTkmTvjALwV"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 12:48:58 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'mTQtgHV7cHy_kDmxUZdm' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username23@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'mTQtgHV7cHy_kDmxUZdm' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 2 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 7ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$HLH93UOTBUOHdyUoz1JSDuIpLFkMBZSDRMxvu4QotgyuVKC7b8Fi6"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'XgFTzxXwh3rMA5kdg8o4' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "XgFTzxXwh3rMA5kdg8o4"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:48:58 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'XgFTzxXwh3rMA5kdg8o4' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username26@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'XgFTzxXwh3rMA5kdg8o4' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username27') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('') AND "people_users"."id" != 1) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 14ms (Views: 0.2ms | ActiveRecord: 1.4ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:48:58 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$JU331lrBhTtVNrIUxA1fO.tOLS5SsEYse6IaqZaG0eTA4fkjMmoti"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 9 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9YicyAEZyy_bLAGVjCL7' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "9YicyAEZyy_bLAGVjCL7"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '9YicyAEZyy_bLAGVjCL7' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 16ms (Views: 0.4ms | ActiveRecord: 3.3ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:48:58 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$Th11t7Ho3ysO4oZ9LBiukuGowEZi9zbLWnxyy/WdF.TTRG03JLGsq"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'rDmU7sTM24DVybdDJi2r' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "rDmU7sTM24DVybdDJi2r"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:48:58 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zCkA6W-tzoz9Ve6h7bj5' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zCkA6W-tzoz9Ve6h7bj5"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'zCkA6W-tzoz9Ve6h7bj5' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 1.3ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$41ECHdhzVzzN0Jx.lIgYp.FFnyV0d.QyTeErgqPI5bzkDUM2vH.Yq"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 2 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '2XwSzsysqEisP1hjQoM9' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "2XwSzsysqEisP1hjQoM9"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:48:58 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$OYkmLghEt03l0N1NVLmhveAbuVRzBz2djrO75Qim5Mn8Jsi1aoRda"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 7 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '7AfmsUXaRgDMaExGEwz5' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "7AfmsUXaRgDMaExGEwz5"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 12:48:58 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '7AfmsUXaRgDMaExGEwz5' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username32@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '7AfmsUXaRgDMaExGEwz5' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$/vTs8v.ED/6Yoww9tT8KpesZUWbw6kysPDYNyyajXZcUJvdLH2WTm"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'dDUPAwHg5_ZsWHPHGN1T' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "dDUPAwHg5_ZsWHPHGN1T"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:48:58 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'dDUPAwHg5_ZsWHPHGN1T' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username33@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'dDUPAwHg5_ZsWHPHGN1T' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$0N/0Z7ktbEe8uh6EtA9n1uCLo6VtYa/XHU/pok85p7e1vj7KRH0fS"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'GXBZLn7WoXB4_6jWVhhD' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "GXBZLn7WoXB4_6jWVhhD"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:48:58 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'GXBZLn7WoXB4_6jWVhhD' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username34@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'GXBZLn7WoXB4_6jWVhhD' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 8ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$vWeONQII.VfU5zKf1RM5w.Bp4VWJ03XeoZM82J/wiT3DvP.y17q3e"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Cr1PXtF711nfp9ATsKMc' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Cr1PXtF711nfp9ATsKMc"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:48:58 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Cr1PXtF711nfp9ATsKMc' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username35@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'Cr1PXtF711nfp9ATsKMc' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 1.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$C8vX5JDul7NypZJtTutOHuRqL2KjadWZmsqlPnDZqMF/oNvNijZTy"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'B5uzKKYnAzRMQCztVffG' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "B5uzKKYnAzRMQCztVffG"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:48:58 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'B5uzKKYnAzRMQCztVffGnot_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$DF8jT8CiMRIvSreINgCpsO7hEOvI74LJwjFy2F5Z6M.ulbXUyRoEi"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 7 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '7P49oRMd1XvrvAA9fpA9' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "7P49oRMd1XvrvAA9fpA9"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:48:58 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" IS NULL LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$S1SYwFEVhZivZP/ewvIrz.yde8p4EQN4zVCTX2VXaEpfVuGrZbKDG"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 9 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9gWyjSyjxgWF51rB-_By' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "9gWyjSyjxgWF51rB-_By"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$1IoDwdQF1NxZ4gVcyZUO2.KpXcDgAs4LRVRiv3tsGRX.Gybyy1Gi."], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Hq_9k9Kc9BV_D-qhzN82' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Hq_9k9Kc9BV_D-qhzN82"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$QWeq.I5pqOkmEZ8Xh4Ow0Oq0Nc1ySDCHQ.BEOkKzwqHAcxUE7rgWu"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'T_KxrMzrxVpKZ6y-gxPJ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "T_KxrMzrxVpKZ6y-gxPJ"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$5Itz7.Bi7dMn1vpzwxm1CuAQGgy25WbJkDt8qBqDb8FlFVJ2ZuXmC"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xsWNU2xEggw9MgKetB8e' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xsWNU2xEggw9MgKetB8e"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$QiE/1KUFUKgnllQUtUtBz.iToMiwB9713V8EpbJ3fjcSvy4JPd.nK"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'F1dhmaFsYY3RyasVcyLF' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "F1dhmaFsYY3RyasVcyLF"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (3.7ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$SAsR629jbIBDRBqRSTUZMejQrivQR8sH72nYCR1y3PBPCU9XR2vfy"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ax3XDQTHeornbZvteHzg' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ax3XDQTHeornbZvteHzg"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$VUBYCAiadwoFf6Z7IIfQhu7bVfNUHeEPdiEdbbDh795cSwmA0HvO6"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '_8WFp6L1wJnunbh4fhbi' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "_8WFp6L1wJnunbh4fhbi"], ["created_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$XfwreR6qvOwlqyYJ0Jdaee8vYkYmL88UQqVcvgqfqiFC3C9wocXMq"], ["updated_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'shq1ZVVVDVC6zYJ2m4WH' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "shq1ZVVVDVC6zYJ2m4WH"], ["created_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$361O20XLz6WjDWvNIxCTbOS6.b/qV40KUtM4cB/uopfpHcfQ9RuXO"], ["updated_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ieeyysWzTA43y6K9aE7W' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ieeyysWzTA43y6K9aE7W"], ["created_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$pbniqRX.1MqPQRK7WyYOPutzWq3Cdl9UUb0eEUZwhrVLXEJP.7NYS"], ["updated_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Tws1souH4DL7aHA4M5Q_' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Tws1souH4DL7aHA4M5Q_"], ["created_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$5d1y3andrLdSVCGpmAlvi.ToICG/UPQt9yOf1iBic9jTN.DLpEOe."], ["updated_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 5 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 3 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'GRsuavvFasfRX9Vedged' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "GRsuavvFasfRX9Vedged"], ["created_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:48:59 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9gWyjSyjxgWF51rB-_By' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username38@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '9gWyjSyjxgWF51rB-_By' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 10ms (Views: 3.6ms | ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$Q/TyKEt9HjfWmwwOLUEf.u8WQ/.0oVF4C9DoWWsHbTlZKa2bNtIo."], ["updated_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'UcfDBrejnUWUtY9S7vHh' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "UcfDBrejnUWUtY9S7vHh"], ["created_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 12:48:59 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'UcfDBrejnUWUtY9S7vHh' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username49@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'UcfDBrejnUWUtY9S7vHh' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:48:59 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 20 LIMIT 1 Filter chain halted as :set_user rendered or redirected Completed 404 Not Found in 7ms (Views: 0.2ms | ActiveRecord: 1.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$glljvNnKu2sdfHlMjrmqUunDlKf1ZyWbE.it4I4EoZGhSKhkVoHti"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'NGMczxyXyxBeB4iXyEVB' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "NGMczxyXyxBeB4iXyEVB"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.4ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$DtJ7cfhhV.85Xx90Wsz9iuoz5Y6.JlQUywoVh4ukeIICzPOiJWQ/u"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'okSK_yFcGhiZwer6Vkn3' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "okSK_yFcGhiZwer6Vkn3"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$eIhaI0tNEqbzuFbe7vwUCe1aHayGSKqosDG/O/2itFbx3cinWCElC"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'n8PGmujju5nbcy9MzKpq' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "n8PGmujju5nbcy9MzKpq"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$AeDhRih/Vhm2ORHb9dZEb.DSFgVnAS79oyJlK2tCAU/gt.3dQTNdK"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'z5S4FPTNDzQd47QDas4u' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "z5S4FPTNDzQd47QDas4u"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$3A8MWFC3saBK2MBavMVBc.bXSiLj1bD4L/oPpGRqV42lg2q2U8Btu"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zQuUbsE49UBerwT-LjPk' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zQuUbsE49UBerwT-LjPk"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$W0SJOqnsMg2lFkBz8Fj0hOJPwrAzCGF1gUmUZyqBsYLep5j6mN9Ke"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tR1W6iPz2d8AeEz8zRzL' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "tR1W6iPz2d8AeEz8zRzL"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$c6XPtYvl9GANzz68.gMw4eH7s3lwHbq1SW5ChHDzG8P5VzQof37ai"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Cr6jK6CdDakfNxAf_sCD' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Cr6jK6CdDakfNxAf_sCD"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$FRmzouigoKzeCuLhcYiQVO3gMGD1rI/5RMThc4LnKYCARWbngdiKm"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'dpME7N7t1srzinCkdFWL' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "dpME7N7t1srzinCkdFWL"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$TO96f4U8aPOsgZAEEmCKl.SSgbkc62FXl7YvmRGgDOoCrbsovOyey"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jJMozPsvxyXyAzZp2eSZ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "jJMozPsvxyXyAzZp2eSZ"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$Gsd8hT360C0WL4vynGMiP.ReYi1RgMFZ.9P2Al7QmMCcGeQ29/D2."], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'r92kyyVNzBAGMrzex78y' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "r92kyyVNzBAGMrzex78y"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$GLuSZnJLdyg3XwV5deaBI.wElgyX75W/PsGYT2P30hd87Uf/rnknm"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 67 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '67C9bkqVtsCn4zBTytDL' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "67C9bkqVtsCn4zBTytDL"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$VTJee4oYJJjgNHG7Lku17.544.aAOiNPF.tL.TSoqNTwWuf8sS3Um"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'pjAs-XBGG8kwM1d1YoAJ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "pjAs-XBGG8kwM1d1YoAJ"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$2sWc68.BG8YXISzUk.aVQ.vrb1vKuJvDM8MIvgxuUEGwjN5g.ADii"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 4 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'M3-mFautygTa-bV8zZFK' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "M3-mFautygTa-bV8zZFK"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$VVooU5I1u90OfFVGVy1pF.B4T6Q7P8nsxqvEsaq6jJMYpUlkvuEr2"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'caNQLZ2ng3cPzHez3X73' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "caNQLZ2ng3cPzHez3X73"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$w4I7HnSIyOT6HP9u2MKYkeEbIPF1DWqqFgAG3CR.w8dWDjOaWrdpa"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Yw_DGW3pM4_1cmDci-aC' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Yw_DGW3pM4_1cmDci-aC"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:55:11 -0400 Processing by People::Api::V1::UsersController#index as HTML Completed 500 Internal Server Error in 1ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$kEy6Kk3OblOoqFgsUnGzAuBp7SvL.pT15bjrz54CDjQcqC/ESEF56"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 3 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '3kFGagdoBwY68PnzNeJG' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "3kFGagdoBwY68PnzNeJG"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:55:11 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$y1TIh4G8c0lDhaHCv1cmbedYYNn8n.nfgOq.443WtUPqRRrqhz.xi"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'issKha1P3x5xLWAJzvwk' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "issKha1P3x5xLWAJzvwk"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:55:11 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$5I87WQyz4JPPfc1ZXm3pS.s2sroT57EpWlI4YdO22XE25c0yqAmRy"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'uxZsr1KfujVsrvGLEAQq' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "uxZsr1KfujVsrvGLEAQq"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$toE84poDZ0uVQIUlyktHXueQtObVlcw54gMD9nq8XPdJv8U3tecae"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 5 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '5mBBaGVWBJzcGiGut7ZU' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "5mBBaGVWBJzcGiGut7ZU"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 12:55:11 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$YEiKrEn0HdG0LoXM/kmJLOgSxZN6gayviF5xTuBhAXgW3D7sMbjO6"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'WPAxxcTynM6h16bgobiy' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "WPAxxcTynM6h16bgobiy"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:55:11 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:55:11 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$bQC3DDj7/C5N2Tr4DvLfze6mTti5GnE8SMjbPPoTkAFUjdHo0cyee"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'LszD1cTbrkiUWWgzo6R4' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "LszD1cTbrkiUWWgzo6R4"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'LszD1cTbrkiUWWgzo6R4' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.7ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 23ms (Views: 0.3ms | ActiveRecord: 3.4ms)  (0.2ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:55:11 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 8ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$jo4BGf1yWYWEVlPqWn0Vl.d7rUktIyjFlep3odIzMv0/cwdTXe2XC"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'gr_xPxn9LefxX3NTC9nm' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "gr_xPxn9LefxX3NTC9nm"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:55:11 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'PZzb6Ekrq4Pe6jS_ZFno' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "PZzb6Ekrq4Pe6jS_ZFno"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'PZzb6Ekrq4Pe6jS_ZFno' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 13ms (Views: 0.4ms | ActiveRecord: 1.4ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$RD5ub.oaB0qv.AC2Uw8Nz.RGQgHSuMzy6RFxOdjprTGC854CkfjOK"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DRqQpig4_ywS24hDNH_2' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DRqQpig4_ywS24hDNH_2"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:55:11 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$jZ6EZP8SCnOzu/D3JLatq.LUtu2pOxf7n7VeQlUhJWY39pjecT1U2"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Ry3Vsyk-ayy8qGF7pSP_' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Ry3Vsyk-ayy8qGF7pSP_"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 12:55:11 -0400 Processing by People::Api::V1::UsersController#logout as HTML Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$oCWXHzZO7qy3Lhs8sQkUWe2MFofilhcvXH2/kuKhlVezBtR2Gi4mK"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zB5GzfGs1V3whVtz1szc' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zB5GzfGs1V3whVtz1szc"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:55:11 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$S6H5QtdLnhqRpv7GYy1RwuOCOOAP3b9HyPtYN5EinCZwAIiIk/2MO"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'FSFz4sbEyqTPFsNVyHNv' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "FSFz4sbEyqTPFsNVyHNv"], ["created_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:55:11 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$xAF70QShNwTpSOReptZsfuG.4OUjFF9tnrErgaglZce0q3P9fmWkW"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'by8wWCqKws8W6hRTHUkg' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "by8wWCqKws8W6hRTHUkg"], ["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:55:12 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$bx5pJYE30s8KVoCvpMTjoONWB9.0vVD0abNyrp4FO6GxRm7WX1bC2"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'UKXAhM6xbK-duyKZpzNQ' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "UKXAhM6xbK-duyKZpzNQ"], ["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:55:12 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$Jn7g2UAfDVzxvgZdSzQG4uByJafCoQ1G157KQzWDz0Esn3emrnys2"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'fvbmUpMf2GxX_V8bdVsr' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "fvbmUpMf2GxX_V8bdVsr"], ["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:55:12 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$V8jb4fugXvuHIa4DsgtLu.luWM9DUx.2O2kRkXzef5zKe3nhWJvBu"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sz14DPyFDq9rrdspheFq' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "sz14DPyFDq9rrdspheFq"], ["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$SELBtGwolLe2tJXAsYdf9.vIPGDxuU6j7XKBJhruryFvTUeLlh9kC"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'RjDbfzGPs_38DUNmuZp9' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "RjDbfzGPs_38DUNmuZp9"], ["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$zgjqI/ACSJU0hfUN0LCTAuV0wDms0ACE0yVvYrdDa2meXrO.H/YBi"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'SENtNUhhZUDLPGZVxmeH' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "SENtNUhhZUDLPGZVxmeH"], ["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$IGgBAWWna.0xuabHsN6vNepdJ0iLO.23LUJBuwiICBFUxJjL.Wc2K"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '_bFbwqG73hjmRuyg57L5' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "_bFbwqG73hjmRuyg57L5"], ["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$kyEid32PhtHutGPN9G/5LeWL6CF7dwuc8AdVtcNNrW/Y2RK7QMkiG"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 9 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9k8Y466Qz6tE4GHF6bWn' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "9k8Y466Qz6tE4GHF6bWn"], ["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$V5/i2EgWiibFcsjbImFqZ.x5fBFeX9ZHMmovrzYAnXwdSpxjoRxFC"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'rssaToE1q7JzZWyJxyj1' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "rssaToE1q7JzZWyJxyj1"], ["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$8UFNYEfKHYh1I1LhIUlz/.csthbMAs5K9GUpdea1RybF3HBVsm9LK"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'awdx2cWCGPRbwWAmZRM7' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "awdx2cWCGPRbwWAmZRM7"], ["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$A/n8.wkECOq2IxN0ykxqX.QtNj3SvdAONmxnFOVQkYpaQNDFqdNmS"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'LFZpCqsQajA3hNqSz7ze' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "LFZpCqsQajA3hNqSz7ze"], ["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$pE5ZV1cyhOa9KoDRRSW2yOhG1NlbOOqyViOEMmjc3p4Qf3NizK4VG"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'i2J87emMH9NbyW-sxXnf' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "i2J87emMH9NbyW-sxXnf"], ["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (3.4ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.4ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$x3T4AgIriW6Fe.g94hhhE.dQh7W5CrXb/w.xeVeymDp0.Ma9kSXJS"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'z7ibLkweDw2M2KzGoij5' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "z7ibLkweDw2M2KzGoij5"], ["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$OAQg4Fjpr3Rvx1vCMTBbeeS.rqSfMfnuL6KHawKM34MGeDm8Jp.9a"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-fDFFj4eS1JnqheY9Qzp' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-fDFFj4eS1JnqheY9Qzp"], ["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:55:12 -0400 Processing by People::Api::V1::UsersController#index as HTML Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$WwyMqGkyiSG3ZfVv3l97xease2riMbG8bcUAWT2S4bfk5vwBnA9PG"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'diacZe48EL2FZBG_pHTS' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "diacZe48EL2FZBG_pHTS"], ["created_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:55:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 12:55:12 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$kKfuYgYgXdWuP.dkBedNIOwNHnnaJGLgXZbbXgwPlRHjh4GsPXv3S"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'z8wsd1ABxxszyw6Dv6oh' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "z8wsd1ABxxszyw6Dv6oh"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$a25eqPNtBBKkYUIThkR4IeG7gD5N/MiRmMpFm6QcZYWdEoKRwkrya"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-_ESw_D5wUzWyw4dk-zQ' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-_ESw_D5wUzWyw4dk-zQ"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$7MRwEkqdoFUdkwDhPuBU8urH4GMVM/RJ7mw.fUKgEu57bNuQf0nku"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 2 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '2zzGKQkzs5FMiGp-zD1Q' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "2zzGKQkzs5FMiGp-zD1Q"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$6/UvqitR2.CkUTyvQMTA7Ok3mlzyiBZvPfuSyQspmVijT9.Wiiuvi"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ZCaz2537aRrPu_6cNUGN' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ZCaz2537aRrPu_6cNUGN"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$x2y9q3PVY8fxkG80dHxINeArDCbhnzU1aOm7/OrrwScBYB47r1IgS"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 62 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '62Mw4RPAKBdAFtktc9FE' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "62Mw4RPAKBdAFtktc9FE"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$6DLmnLcVbA9aPSL20xCLbeHWJwiBbiwYTWKjTKTHfiX6nb4rQXdHS"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ioSXs3khFWJEwPsNsMBt' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ioSXs3khFWJEwPsNsMBt"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$APCCCOnSpIur46VwXuKQyeQ.nvK2eLc46XU6zbtGSVvxPt3hN5.BK"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'qSqma-kT1sKQMi4-XxkQ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "qSqma-kT1sKQMi4-XxkQ"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$LpwGYHQBTNy2oHlTXny1Lu/hpDoXw/6.MtdU7xiHuBI7zTmYnFZ4S"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'e7CTSC1RqMaVwXEGKH55' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "e7CTSC1RqMaVwXEGKH55"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$6kYWgj/id0j4scBMFV6Vre/6/N8P45FRLwZu.L7TDfhLK0pTKUvD2"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'V4YyoP2-wBhEY7nSANg4' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "V4YyoP2-wBhEY7nSANg4"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$nllirYigluauRH29WOX5j.wljcB5zVGr2XyK7kprwUJLwU3NozJtO"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tkpMr9dob7nq7VyHYgwt' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "tkpMr9dob7nq7VyHYgwt"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$Vh7.FJTTdahVc/MfAKNd9.MX8CKk2l/0JuW6bKYKCP6jUI0OoylJe"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'LBtoEUJc7qfvBz9Apy7m' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "LBtoEUJc7qfvBz9Apy7m"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$aQ/ceojgeZb4y/kva5NjwOCWEFE47JU3Xp3rR5RugiiKGcan6SVCq"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'oixe_j1nSknAv45wCNZo' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "oixe_j1nSknAv45wCNZo"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$kDTX4TkViuqy9KYvShQAy.J9Q2pwTLN4/dsPyfEpjJOBY8OoS5Gvm"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 88 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '88xmzcKijrssjJvqduCi' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "88xmzcKijrssjJvqduCi"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$t7mOUCCiA1fkQrb/lgo5xOM9.Qd/AkWSLgNATGVrtblEUid04ukla"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'PUqnRt6HqyrKRSHFKpWR' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "PUqnRt6HqyrKRSHFKpWR"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$Sk8aRwqVcCskqw3zi8f7beAgkKxYAi8iK1sZBJmad.x5dItwEfhRq"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 7 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MqaLVaiH8jz4oVwGDEEu' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "MqaLVaiH8jz4oVwGDEEu"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:57:42 -0400 Processing by People::Api::V1::UsersController#index as HTML Completed 500 Internal Server Error in 1ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$I2zDuQUXTM8hx4B3akJgiOOePoNr96WGxA1YJ1Ze3puF7fkgxgwjO"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'rhzVXN9ZpnNnKvZNskrf' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "rhzVXN9ZpnNnKvZNskrf"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:57:42 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$WB3dwTXK/Gsq5txX8fwIquZIL21mxLDx3KNlrYllsGl9w/RI1GLFe"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sd7wxxUnjrg7sWAt3Fz5' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "sd7wxxUnjrg7sWAt3Fz5"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:57:42 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$oVK32e9COPHAUcIuDsWHk.2dwv3LgutjOTJaPyMiy6yU/zA20SM7u"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DFmXiBaX8ns9WXsjuYZu' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DFmXiBaX8ns9WXsjuYZu"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$xfBGfn7zWl.HLUUYKSdaGu63Z.tJi3qh6v/TN0EFAxjcdpW5y0gZ."], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zLz35mG51Z_SsCFgxGhH' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zLz35mG51Z_SsCFgxGhH"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 12:57:42 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$mThDxup1WVUeIpFkni3fBO83y33j6I7hZ2IzCWnk5vQOG.8o9hJSq"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ChZ1AzPx3hzin6NrS1L8' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ChZ1AzPx3hzin6NrS1L8"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:57:42 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:57:42 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$1c6DUYjLXcTaUvCVPwwFGuoSVGaEEPA61ekhsbjBmwR0deZwh3W6K"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'UBv1QPUFVZnVtPi3_nd7' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "UBv1QPUFVZnVtPi3_nd7"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'UBv1QPUFVZnVtPi3_nd7' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 23ms (Views: 0.3ms | ActiveRecord: 3.2ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:57:42 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 8ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$OJ9t3Nk5cboqFQyW4K7MtuyJXT4638cTdHwVkXq.l5gKWM4DyMWs2"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'nKGjxTsph27RFf9xRGt2' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "nKGjxTsph27RFf9xRGt2"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:57:42 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DsWKznTi5DA9BxhSqqUN' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DsWKznTi5DA9BxhSqqUN"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'DsWKznTi5DA9BxhSqqUN' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 13ms (Views: 0.3ms | ActiveRecord: 1.5ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$yQb5bwzBKe947mU7T2gf7elRkKZFSC.dSpopXIdt73c3ii2JTlt9q"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tCmzEJEEerdyBP5pnqK9' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "tCmzEJEEerdyBP5pnqK9"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:57:42 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$b5Pljt8nt4r4x3Y6A68k.eG0sJnasQS.SGT8swJDA16mysZMZxVVe"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-fKVxLyDtgTzZCsReus7' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-fKVxLyDtgTzZCsReus7"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 12:57:42 -0400 Processing by People::Api::V1::UsersController#logout as HTML Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$wzwDOtm7WIxHH0nY/SBN6O3Wc6ncbvf3LFm1Ii1XVmNC1W7gIXUJu"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ir1zeSstWARwwHtZMDt_' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ir1zeSstWARwwHtZMDt_"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:57:42 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$oMnuXP9I1x.uGqOXl9l8VOqnWLG5uoNoFCvNAUtRRo6mHfohqeSeG"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Xw5GQwgca5GdxqxeVxiG' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Xw5GQwgca5GdxqxeVxiG"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:57:42 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$enD5QMmMe2cAExBjLH5Ao.szhjA4w5.4qq7OXAOcYYvAbexGyyA3e"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'a-vj9VNshqJ6rLe7zDye' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "a-vj9VNshqJ6rLe7zDye"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:57:42 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$OtulPExHOW7px9hE1WMLKOenS1DMLx.5aOwLHbLmnt0Lf3ff7K14O"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vsK5KT4dzMVsyCzwarzM' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "vsK5KT4dzMVsyCzwarzM"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:57:42 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$hUwHnhVxqUmj6tjWtKEq3.jffpuDlMmTNdaTDxS/gyeGVfBsp0Hma"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HXJrzzD43b_2ZJ65JuUV' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HXJrzzD43b_2ZJ65JuUV"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:57:42 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$UOEwymlJXCnJG1Wv5L1.3uSSReeJfxE7nQGVOnQVHyZhyxP6xI2x."], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'rL4UWdch9T1vGRk7Emrr' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "rL4UWdch9T1vGRk7Emrr"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$jom0vy5N8mUmASLcCS6IkOBoVSdq9Him7Vh2cuYe50v44w9fwLLpa"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Mvx9dFczpi-oeZXFx7rq' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Mvx9dFczpi-oeZXFx7rq"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$azyrUW2N8zYGq094d6T4fORTDEQCHlD9vpbVGhz8AHOSSZRQ2Sccq"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sF3DhUiKsshEEyrL9eSZ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "sF3DhUiKsshEEyrL9eSZ"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$DvOhyu0GEDqrULGc7LOBi.hb4Mo61Hv4PgM2lwf6fbojraI9fH93m"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'FjzZsf4bTUpS34xZYzua' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "FjzZsf4bTUpS34xZYzua"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$9p1wpo.PcEBbfvHqkPXYAeiqpRru27SISSJLXE9d5Ec.70Y86fqDa"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'qmFjaA2xy8Dby6agxP27' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "qmFjaA2xy8Dby6agxP27"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$HbsUQMVM6O7dNmQeOshD8.HlANqbN.mSd8hbT6wyz.bAVb7drVLcW"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 7987 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '7987nQJyLBh9Q_rKpZSx' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "7987nQJyLBh9Q_rKpZSx"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$6LexiVn1DbEbiHu2Ejgl2OpQQwxN672g1dP7.rP7ddR2ofqyHVGB."], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'a7-qxM6ygNxD2WmkqxVZ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "a7-qxM6ygNxD2WmkqxVZ"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$4ALdPpwJ2k39N8gvaLxD4Oa.wf3JQzRn8rQtFdb49jQIgITy8./q."], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '_-NHdHJyYXaSE-yn4UKW' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "_-NHdHJyYXaSE-yn4UKW"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$978Hiji7nPoRGH9hqs5BguntXTKXqChCKJI/SEGcoijA0kmHqHSKm"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'qYfCRA7gnzzHk4d-7wtQ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "qYfCRA7gnzzHk4d-7wtQ"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$i/Hky1izNZgoZo6jgoMYoetiHai250O.DN9f93tKKIoJCqNc6GmVy"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'SFvm7393csoC4Bb273bP' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "SFvm7393csoC4Bb273bP"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$7bjR9kavdNjKEvyIhhZZ7OE3O3i4qmnnsUnC5WECx1qNyyeKjYQcW"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'LWEiTUM_J5Di7GxX1izs' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "LWEiTUM_J5Di7GxX1izs"], ["created_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:57:42 -0400 Processing by People::Api::V1::UsersController#index as HTML Completed 500 Internal Server Error in 60ms  (3.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:57:43 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$OJx5Yz5GUT8cYR3Elhlwq..Gn0/J/cfo8BVUqF5BKjNc6d210yWyu"], ["updated_at", Mon, 20 Oct 2014 16:57:43 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'nspdVRjdAV4eCi7szrSt' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "nspdVRjdAV4eCi7szrSt"], ["created_at", Mon, 20 Oct 2014 16:57:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:57:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 12:57:43 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.6ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:06 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$qZruWX51vSEBFtayGw96zuYUuLFHkyEWcl5rsDBrC8l5tQY4.eSiW"], ["updated_at", Mon, 20 Oct 2014 16:59:06 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'XtdMcZWtkxrF3FGHCcnG' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "XtdMcZWtkxrF3FGHCcnG"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$6aaEywJwVJ3hYRKHs75MF..h3AXgZ3C/RcOmueZZK.enjmwvMjedi"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'aLrLqYfcxyx7E2sJvogd' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "aLrLqYfcxyx7E2sJvogd"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$CcGLkjGdbOcL9i5ZJCUYY.PD6BPDQgTH6JIpCgJsjKDfc59yHBouu"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MyNw3LGuDJdZbrZjxFJz' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "MyNw3LGuDJdZbrZjxFJz"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$6Mg0I6TwIA3Jsgp0CAALCe8euFB8Vll/m5q8MBVC7L8BU5ZOKQQ4K"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-fzsSeLP-kvbZyj5f7Ds' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-fzsSeLP-kvbZyj5f7Ds"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$YM7lkRmZCOjRfzhECIrz0eQM20h1GtTeZFPUjS5XfRaFfojzk6WDG"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'M9iCz6QYpbUMpaAbyWtx' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "M9iCz6QYpbUMpaAbyWtx"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$a0oWe7LwpPue6yLjTJD.4uwYAFPlLcoHITXNJKmPcxdtbSayegpqG"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'aWsjJrQEE-MS65FhcJ5a' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "aWsjJrQEE-MS65FhcJ5a"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$6aq9rTrWTcgAinoh.gmy7eRtC3r/XG1apwpQ1ultiXN/nDk79FUj."], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yCJLCfA-uLVVncM9iPCz' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yCJLCfA-uLVVncM9iPCz"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$ZgK86c8pCw8lkhEouC7ZmuhB.csYkwdY48sUxdr7cWmYAFEGoyiiy"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'UXkoKCuJnyttR_yyKVQu' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "UXkoKCuJnyttR_yyKVQu"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$JkiubNMKa/yHBnLyOwQiwOv9RI.CdKK8saZ7F7Q/73jKA0VwG/9UG"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'RjsRaTxcVz_o-APeWscd' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "RjsRaTxcVz_o-APeWscd"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$KPzbpCH7aM.x9FIt2KQYpOHG/Xyld0LIp08GzoKVQVJ64T4ZGY93y"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'g2Q_2VP79QXbDe_Biu9a' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "g2Q_2VP79QXbDe_Biu9a"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$njkS36M9uBBTq/ncXY7BGuLy12u1WjrDUCWcwoGCEMeUiYJtY1mq2"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'fW48yj49MLGaMpe-9zr4' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "fW48yj49MLGaMpe-9zr4"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$68nVErBgk1EQwhqnY2MB8u/7WcZXbiputkX4crNw9VMyfzK0uPolO"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'o_w_ThfSx2zEwNEE_ygJ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "o_w_ThfSx2zEwNEE_ygJ"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$x5Hi4mmf.jddiO3.6BzEYe6XrPR2BdbiFcscgoFsM2LMLTvA5SMoq"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MGTpxL7asn7_yhWRy_JC' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "MGTpxL7asn7_yhWRy_JC"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$g5e8AxJGm/6Z4ArOx/ADE.co5fGCU7Y7lU8jdCPwmTxkAy5C91jAK"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-DTi6pAZChiqiYNrYbV_' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-DTi6pAZChiqiYNrYbV_"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$l1FFV1ylAeVvD806FbHioe4wAQ9Ax4wxt9N7Aqh63nWXdiz/5T5a."], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'TxRQ8JcFxyJ-mzU2nymj' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "TxRQ8JcFxyJ-mzU2nymj"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'M9iCz6QYpbUMpaAbyWtx' LIMIT 1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'M9iCz6QYpbUMpaAbyWtx' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username9@launchu.com' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 18ms (Views: 5.1ms | ActiveRecord: 1.3ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$Fp9MPHj9k2ayO0WNpS0CveDdt1ddqXy8nH5U5W1eGVrBlsY6OqpN2"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vpNLEAVou7ptkiQvCjg1' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "vpNLEAVou7ptkiQvCjg1"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vpNLEAVou7ptkiQvCjg1' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'vpNLEAVou7ptkiQvCjg1' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username20@launchu.com' LIMIT 1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 1.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$i08tUkCudlzWF2OvvpZJzu96TE09hCtIvbmJlF4/Ozwle.RK8TYFe"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'q4rYxx8DSVr9wRdN1ene' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "q4rYxx8DSVr9wRdN1ene"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'q4rYxx8DSVr9wRdN1ene' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'q4rYxx8DSVr9wRdN1ene' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username21@launchu.com' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username22') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('Cole@LaunchU.com') AND "people_users"."id" != 1) LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.7ms) UPDATE "people_users" SET "username" = ?, "email" = ?, "password_digest" = ?, "updated_at" = ? WHERE "people_users"."id" = 1 [["username", "username22"], ["email", "cole@launchu.com"], ["password_digest", "$2a$04$ziBTSLOYcG6BUsl7OuqDk.2s5p8iRMyrynI2E.urVDDQIIXLIjsvq"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 18ms (Views: 0.7ms | ActiveRecord: 2.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$.Pf/ayFqm2VFH15kJUz5AeYBzxT.ddJmuwBmnWF/otwG8N4mjGTVO"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'msdnmvLsxNEr7iRKvp3C' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "msdnmvLsxNEr7iRKvp3C"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$Qo.6okSj.rAPFI5ixIqUNeVG6s4OH4w7e/RSNjB0zWzMPPFWybSE2"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'o_sP8SZY7_txSBXPveV8' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "o_sP8SZY7_txSBXPveV8"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'msdnmvLsxNEr7iRKvp3C' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'msdnmvLsxNEr7iRKvp3C' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username23@launchu.com' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 2 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 8ms (Views: 0.2ms | ActiveRecord: 1.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$/xUdAvLzWZ59aRIMR8CPRed4jpQ0.w4UIklTZdTOIJwdftNSimyZ6"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '1sXasc9Eb2fp3tzR6yc8' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "1sXasc9Eb2fp3tzR6yc8"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '1sXasc9Eb2fp3tzR6yc8' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '1sXasc9Eb2fp3tzR6yc8' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username26@launchu.com' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username27') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('') AND "people_users"."id" != 1) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 15ms (Views: 0.2ms | ActiveRecord: 1.5ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$fG.tWI.EUkxNJpN5BRpnV.JMKBhld6LQY83rrI7H3zT8zY3gO4N16"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'QEJy3PNAfFzm9vdvz97s' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "QEJy3PNAfFzm9vdvz97s"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'QEJy3PNAfFzm9vdvz97s' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 18ms (Views: 0.3ms | ActiveRecord: 3.1ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 6ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$6BPaY9k2cxhLLltF/4jnVutbUsCQBH00gHdopTBKe8tUJ5CPRuMUO"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'efT71zgWBL1r4QzxTYb1' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "efT71zgWBL1r4QzxTYb1"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ajnGm1-X1rhzV2vmT_wG' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ajnGm1-X1rhzV2vmT_wG"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'ajnGm1-X1rhzV2vmT_wG' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 0.3ms | ActiveRecord: 1.4ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$TlOk7w0XDo7YSoOfjs1/j.UVDxCJjtABygBdddw4m6qx3HxiK59Ym"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'LTjzjg7JixqaXsjhaKy7' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "LTjzjg7JixqaXsjhaKy7"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$OZiwHG0zxV/0DtM.0mxLKueOQf93MukHekkF734cWFLFAmJLQaUHW"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DKiXZbkzbK84bssHo6hj' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DKiXZbkzbK84bssHo6hj"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DKiXZbkzbK84bssHo6hj' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'DKiXZbkzbK84bssHo6hj' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username32@launchu.com' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$EgIScfg1pmx6YV5pFB6t/OTtg26HLxJamxSYplI1yxpJl9NKPcwOa"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'c9yrSk_pAfpVGyDPhm8W' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "c9yrSk_pAfpVGyDPhm8W"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'c9yrSk_pAfpVGyDPhm8W' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'c9yrSk_pAfpVGyDPhm8W' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username33@launchu.com' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$QkwjWn5kizvt36ktgPBVJehsAxPK5k5zgFvGsQp4T2R7lv0Ym3yBO"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 6 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '6LAny77TCp_-o8AKg8am' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "6LAny77TCp_-o8AKg8am"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '6LAny77TCp_-o8AKg8am' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '6LAny77TCp_-o8AKg8am' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username34@launchu.com' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 8ms (Views: 0.3ms | ActiveRecord: 0.9ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$jEwsPa2XMthNBAkeEKfuS.5b53o/MIfO30erU6wfzfvr55arWy0j6"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'hFsAgzcKbhN6gPj3TRi7' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "hFsAgzcKbhN6gPj3TRi7"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'hFsAgzcKbhN6gPj3TRi7' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'hFsAgzcKbhN6gPj3TRi7' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username35@launchu.com' LIMIT 1 Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$XH9oYin2VIB6VsMJdFIAf.1l9Yk9GHWsZ7cXhPC3cDPjxC2eZtuSu"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yzTsU8MzxN-zkgyHpwK3' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yzTsU8MzxN-zkgyHpwK3"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yzTsU8MzxN-zkgyHpwK3not_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$gI3Eff6kERUqanH2jTVkU.vBoYcC7CU9Xjfl2yjslmj8AQqb4wEce"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'CHYYMmNdbTsSHCqRbrSm' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "CHYYMmNdbTsSHCqRbrSm"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$TJ52.dtr8saYV/NaHxJTZux64jXBp8.avyDTz1cHH35FSWlwlysaG"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'YzyXAwz66zzucjuXJGvx' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "YzyXAwz66zzucjuXJGvx"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$669YeHw2AYgY05C84hlmM.FjPOTZSAQrAwfFmpdXcFSh7HFfDwGdG"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Huxp369cXvAzZnQ4r6s9' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Huxp369cXvAzZnQ4r6s9"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.8ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$nXtOrrmbD.DoZ2xzS0zxoesCxhp6wB216Qf96JjkJ0si4FF5L9kTu"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.4ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 4 LIMIT 1 Arcadex::Token Exists (0.3ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '4BENDVzfRptAYoXxf4v3' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "4BENDVzfRptAYoXxf4v3"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$7I0Yk1HO1hLfeUyFaQhW6.61wCzSVmrPXlFuKvD0fKNdR1nQaDEdK"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xgQrj7FgfuKCxEgi1rsG' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xgQrj7FgfuKCxEgi1rsG"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$qLXN2/5m29.NA4C73YIBN.paLkPDoCkoXxFbnMfBZ9oeY5w4H0tx6"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'z59Y3AQt8tzT-BVU9U8i' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "z59Y3AQt8tzT-BVU9U8i"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$x5DQkMq9LrUK5qSX.QjHEOYe99mqK5rXhN/SQ.eIz7Eds5Vj3HsG2"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'inqCr7TucffbrPhkua8Q' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "inqCr7TucffbrPhkua8Q"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$0JNXDfql058GqBKry.ZsCO9TjdMaT0s2NLb50y0dqWO.SRkvDBtvG"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'TzikiHUiHovbU_ZxZpWE' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "TzikiHUiHovbU_ZxZpWE"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$.DDtX1JSYgT//7JES6duCuvW1Mco580CIZUjymBl7G5MWnnjKv6yu"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'cjGyvzsqFt4mhaMfhDzc' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "cjGyvzsqFt4mhaMfhDzc"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (3.6ms) SAVEPOINT active_record_1 People::V1::User Exists (0.4ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$QK3z5HQqqGex95WyQI9.2u6OPm/qXCAj5V23I6kxshMVgtLlOwTLO"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'qZM7MKKzyzp7HeHZR5z6' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "qZM7MKKzyzp7HeHZR5z6"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$R5CGczpCCkKh9MK1q8X9s.SswR8EcC1OEZ/khjUOmquKbV14U3QNS"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yZJaycGkcrQXmNsugSCv' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yZJaycGkcrQXmNsugSCv"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$nszNWs292EsyropoXfH3Aukujza75hZqNh874t3kZHBW.RdzM2ak2"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'L6Li7P9xd6ssfmFgfFU9' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "L6Li7P9xd6ssfmFgfFU9"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'YzyXAwz66zzucjuXJGvx' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'YzyXAwz66zzucjuXJGvx' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username38@launchu.com' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 9ms (Views: 3.4ms | ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$LnZivbITtBlX.FIS79DKJOB86bIMWcy2s0hrDhtS2J9zXD3HTlFX6"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'JeuZxQswwbWLe2x8nq9t' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "JeuZxQswwbWLe2x8nq9t"], ["created_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 12:59:07 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'JeuZxQswwbWLe2x8nq9t' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'JeuZxQswwbWLe2x8nq9t' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username49@launchu.com' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 20 LIMIT 1 Filter chain halted as :set_user rendered or redirected Completed 404 Not Found in 7ms (Views: 0.2ms | ActiveRecord: 1.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$M9m7g1CAIyuI.I07mK.AXuqjkqCVy06pOlzkBJDDJHseS1ZzAiWPW"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HNx2tuXKrHTzvwdgvgXZ' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HNx2tuXKrHTzvwdgvgXZ"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$Xz8yIwYS8ubDVhrsjwWhQuCLGx8FRU5atpDjQfzsWyAWZjDMl7u9K"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Fe8HEpeQhyGfw57eziTm' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Fe8HEpeQhyGfw57eziTm"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$5ubfxsqCY8v6X8Ylj0NjAO4qeaR174A58nMsUCTonjXXKCROLBkc."], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'CzDoyEkLniYzoW1xy8KJ' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "CzDoyEkLniYzoW1xy8KJ"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$ShZvamWvdMrEVqLhIRoUiuExOchtS7RGQonvsp/JhJUNQnJ.nfRtm"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'j8-wC_58K-B7AC8vyTij' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "j8-wC_58K-B7AC8vyTij"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$ssJ5rwNASKKrX4GBJRWBw.5SevYXvQSxgp0NwNFsf3CNZmvXI.uAu"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'pKiXZxMFFyGsL3GBfzBN' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "pKiXZxMFFyGsL3GBfzBN"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$WOauArZrJlM.6nCgJMYx0.WjK3980QSNRqgrtSnlpHvUfxlziURAW"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'JGpkZZd7j6h3bjdjTX4o' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "JGpkZZd7j6h3bjdjTX4o"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$9lxHGBA02pu4YmpHX4vhpuMZd15c89YmXrz/h1Xm4lc8YS9xcGhPy"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Y1S3k-ueNV3gfaz8SwTT' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Y1S3k-ueNV3gfaz8SwTT"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$25uBbWLt73QT77jJBcq1w.iY42iLgs6FX1sRHrDf4Y6C6A4I5.ZM2"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'J_9RhsE-t1ioMugAXRh7' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "J_9RhsE-t1ioMugAXRh7"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$MXxw/hFYXTvn763QXB8azuGIm72whAZFmSFAKsmXTElRclaX1myDa"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'owqHsqxZdDsRyhZ4x7np' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "owqHsqxZdDsRyhZ4x7np"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$qxV471xTJviqLHEZnC5Wxe76Y.Wzfg2ZkxpOv4OwRD2ySaJIxYV0a"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yksGsVsewAUevwtGMuRs' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yksGsVsewAUevwtGMuRs"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$xQrlJ7Z674k/c65T4TBbp.tDu9hY3ChL7GimK5nHDdei7mu/in2EK"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jqmv5gYxWmLSoSHDx1xs' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "jqmv5gYxWmLSoSHDx1xs"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$AjuiON6c9C6Y8ihA816dGudMLrGrSiqddl8IMMI4FyMZ5NlqHBUF."], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'KxWbxXaTiHukryJwEAdx' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "KxWbxXaTiHukryJwEAdx"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$mKbuKVgDguf7Gia2gXC/P.jakvdKLRyrcNX8wh/.mxp3HYXIa1lWS"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jn4PyCPmmRWXomNXE3AM' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "jn4PyCPmmRWXomNXE3AM"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$Z8uQYsZtuNEyMCmsc3y5Vua0G0ZeSdyUzVW/suA5xRxe243Xluo9y"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'CFxpbVh36gz9MhTgmURn' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "CFxpbVh36gz9MhTgmURn"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$Fd9Ql4o7RFRQJPCspfilG.3kHV/M7AESomfI7YC7RuQYcrs8xW3W2"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'gy6EjptayhukbsVTs1Dz' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "gy6EjptayhukbsVTs1Dz"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:59:51 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'pKiXZxMFFyGsL3GBfzBN' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'pKiXZxMFFyGsL3GBfzBN' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username9@launchu.com' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 18ms (Views: 5.3ms | ActiveRecord: 1.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$Fx5drvPOxzUqIovOOuS46uvU.glT23vRCf3FJlslWnoxKndTQcIPW"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sV29LTv8W3BwUJJimbQ5' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "sV29LTv8W3BwUJJimbQ5"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:59:51 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sV29LTv8W3BwUJJimbQ5' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'sV29LTv8W3BwUJJimbQ5' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username20@launchu.com' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 1.3ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$lDtheAL3yGe.FzMbRdGV1.konpvN3tW0QZEdrSkfGQibzPhWFD71C"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'e3sNhAn8L42aPumWBsss' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "e3sNhAn8L42aPumWBsss"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:59:51 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'e3sNhAn8L42aPumWBsss' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'e3sNhAn8L42aPumWBsss' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username21@launchu.com' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username22') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('Cole@LaunchU.com') AND "people_users"."id" != 1) LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.6ms) UPDATE "people_users" SET "username" = ?, "email" = ?, "password_digest" = ?, "updated_at" = ? WHERE "people_users"."id" = 1 [["username", "username22"], ["email", "cole@launchu.com"], ["password_digest", "$2a$04$tr/x2y9x8pMmb8WU5AfDMeRfCWbCK5PYnaUaHQdtsa6npo1HIsESa"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 18ms (Views: 1.3ms | ActiveRecord: 2.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$.aTsthZmfO9pWTZI2w9xZu9P9xkYLQ1pRLaf0cLaG9ToaenfAE1pK"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Tmc33mZdcajs-nt68Q1q' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Tmc33mZdcajs-nt68Q1q"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$59H6.KpCdH6JSJ1cA5uQGO/81zvyGqYHzvBL10Imx5uJhkn0aTJWK"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Aqqek3s3W4xsjqM5Xjeb' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Aqqek3s3W4xsjqM5Xjeb"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 12:59:51 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Tmc33mZdcajs-nt68Q1q' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'Tmc33mZdcajs-nt68Q1q' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username23@launchu.com' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 2 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 8ms (Views: 0.3ms | ActiveRecord: 1.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$3geC/1qoT/c4/YwmL1Sf/.QyMzNTOsPnkInVPgzurl39vvO1ABL5K"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'W72_zboFqaw31xLnkC3-' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "W72_zboFqaw31xLnkC3-"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 12:59:51 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'W72_zboFqaw31xLnkC3-' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'W72_zboFqaw31xLnkC3-' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username26@launchu.com' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username27') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('') AND "people_users"."id" != 1) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 15ms (Views: 0.2ms | ActiveRecord: 1.4ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:59:51 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$ruKsL4Ve6kvjHDQzz099AOMoSiMHaY7qGM1cGltFrWwJP/zedeSLC"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'toztV3b6xiiPLxG8miwy' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "toztV3b6xiiPLxG8miwy"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'toztV3b6xiiPLxG8miwy' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 15ms (Views: 0.3ms | ActiveRecord: 2.7ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 12:59:51 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$Pa0IC1fN2PDcxtTygM9Xm.uVtwlKbbVS298DlvM2olBtvWDyLC3TK"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'nzcxudpQsiiPTZsa9Ytx' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "nzcxudpQsiiPTZsa9Ytx"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:59:51 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'LYzb_NU3Sme2XZftWo-y' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "LYzb_NU3Sme2XZftWo-y"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'LYzb_NU3Sme2XZftWo-y' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 0.3ms | ActiveRecord: 1.4ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$rVH68rqU7doKEyHehnNPS.Z4.c9.Zy0Us0/A5Xp1WZU6kt6pFx8qC"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'gy_LGmSRs_TowzvgFaeY' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "gy_LGmSRs_TowzvgFaeY"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 12:59:51 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$WCcs95axf8WvUeLTi8bSdehfX/1do5UBb9mM7JoSz97XV2YQRC9ua"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'WonpVrCsGByGmo6sosk3' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "WonpVrCsGByGmo6sosk3"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 12:59:51 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'WonpVrCsGByGmo6sosk3' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'WonpVrCsGByGmo6sosk3' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username32@launchu.com' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$OdR.Xa0Pen8zgW4Ij8Eo8uUENp7WcUwSRQ9E.G9ya.6uChNA.RiAe"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'qn3CAnykFjMwMHncoouK' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "qn3CAnykFjMwMHncoouK"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:59:51 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'qn3CAnykFjMwMHncoouK' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'qn3CAnykFjMwMHncoouK' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username33@launchu.com' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$3hMYMqTakQZr8RaYhHp0luIK1rn1J5ws6M8rXaAVkjtEVcJ8C9O/W"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'rLTmvq8R5BtA5b3zfFTE' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "rLTmvq8R5BtA5b3zfFTE"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 12:59:51 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'rLTmvq8R5BtA5b3zfFTE' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'rLTmvq8R5BtA5b3zfFTE' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username34@launchu.com' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 8ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$I9sHYn0xHwKyFHgc96iwx.tNoJLNxbgrmtwxhVoopb7sbytYD3NtG"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'nkyMKeXrxgprj7LzHfwW' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "nkyMKeXrxgprj7LzHfwW"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:59:51 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'nkyMKeXrxgprj7LzHfwW' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'nkyMKeXrxgprj7LzHfwW' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username35@launchu.com' LIMIT 1 Completed 200 OK in 7ms (Views: 0.1ms | ActiveRecord: 1.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$XFldsHBjGsg31ftXI0tMC.huRZ8Kz0RYZtWNRgau1QMjqkfQ.FmyO"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'M65NPjhgRPsxHNf_utLm' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "M65NPjhgRPsxHNf_utLm"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:59:51 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'M65NPjhgRPsxHNf_utLmnot_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$Fw6pVGiJXqOnBOyJiLiTNu8GNaVVP3d1IiKR/nqv5GTTe2mC8DHWe"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zdFKALDZVSB6ZpSUtYUU' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zdFKALDZVSB6ZpSUtYUU"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 12:59:51 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$SZl6aYfRqXcu.AgjdAlqsuyt2gfebQy3sB7Wy/jY1vSq2n2UqD9ve"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'oaywKnn1UaKWKYEvFqxD' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "oaywKnn1UaKWKYEvFqxD"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$me3IgsQSGbjALLZ1z9P2yeHOc2AJLC2sYCk01OOWy.4HYBKXWeRDm"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xZQA7_kgtSmzbKrx1hso' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xZQA7_kgtSmzbKrx1hso"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$Jzk16Y17s4yOq28UVtVjtuD/7JlVqydqvV7SnsP7FNfGdAY8dq21O"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'RTst4RCDF99fLqFxhgjp' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "RTst4RCDF99fLqFxhgjp"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$CEf224q1IqtI2ZO0Hqm4V.OmRPRTLfQZ2ngINM2h035WJXK4jCDCe"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 9 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9vo-NHvVgFyA6z3NWHHq' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "9vo-NHvVgFyA6z3NWHHq"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$lyt6bvP2PVs6i1f/ofU2KeWSbbI0AjKjC6oMgiyB7bLU8k8Az6p/m"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ygyxqXoFB_n1Htj1QqL6' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ygyxqXoFB_n1Htj1QqL6"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$v25Ap7LQtSH98dh.Sl5GTuemtNusS8nEtTd3MZ7IzPyOvPUdW70Lm"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MtZBXiAkT737qvtr3zNq' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "MtZBXiAkT737qvtr3zNq"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$PLjAwoIB/eX8aX0CwJK2suE7eifg.rOAVEH9KuPEbjjMOh4IgaFpe"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'GNDgLRjwAaxsaRqTo8Sy' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "GNDgLRjwAaxsaRqTo8Sy"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$lWiwag9LnKUPb/9aE6/mYu4sxMvtJGN2yVkDhEh5I7lUSwamTVdcm"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Jiv1gyZxFs_HncqJYuzU' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Jiv1gyZxFs_HncqJYuzU"], ["created_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:51 UTC +00:00]]  (3.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$d6bMD7srHcrCjbChIUEs5OvEXS00M/9qUa0JTdGoC4AkHHrlPR5am"], ["updated_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Z6b7r8dqtSV7-ejNDyTy' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Z6b7r8dqtSV7-ejNDyTy"], ["created_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$MNwB9.z1eshjWxsRCu.iG.rg4UR.WFjyfZX9d2Ina0P19KH3JlEOq"], ["updated_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'uSrAM1WGHt_W1cczXcdY' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "uSrAM1WGHt_W1cczXcdY"], ["created_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$shk2OwewY0JjpmLZP7kDsOll2sWXO2zE96LD7EA9n5U27oUvJorLe"], ["updated_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'W_wTzyy-R2gLcKH_45eN' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "W_wTzyy-R2gLcKH_45eN"], ["created_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 12:59:52 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'oaywKnn1UaKWKYEvFqxD' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'oaywKnn1UaKWKYEvFqxD' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username38@launchu.com' LIMIT 1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 9ms (Views: 3.5ms | ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$x1M8BBao1WQ6vyQ77797gu/T7wji31RIWA2nMqfKC7U/jPrvEqVd6"], ["updated_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 5 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '5k83gd8_V3pKwTn9ugVi' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "5k83gd8_V3pKwTn9ugVi"], ["created_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 12:59:52 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '5k83gd8_V3pKwTn9ugVi' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '5k83gd8_V3pKwTn9ugVi' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 16:59:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username49@launchu.com' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 20 LIMIT 1 Filter chain halted as :set_user rendered or redirected Completed 404 Not Found in 6ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$NjMTakNy6o.Sbb7i3gCWFOCwy56h7HtKaXkhzM0O6aOtuDevLj2DO"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xViAE1xZLBW3Zg9UW4-6' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xViAE1xZLBW3Zg9UW4-6"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$gY756wDKl.T8zbCpks661.aq6zcF8CiqaIyBuA.MexViJouVrvxaa"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 't4rPzg59UQAEosJ2su_6' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "t4rPzg59UQAEosJ2su_6"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$Srtqn2Fw1lkdMVr8GCiYneZSDndEo6fX5X0641eqUHQyfpN4lUTsK"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 82 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '82JxnKTzP5JoK1zz_6Ni' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "82JxnKTzP5JoK1zz_6Ni"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$TPCVxqGcvrtPB11U1mxKY.5Hii1K8nTn44yoskBIENW3xqkxpzRK."], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'eUCm5CXDNii-vb5LvE-Y' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "eUCm5CXDNii-vb5LvE-Y"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$EyAgP6y6Eff69psx.50/MeY8U2IUhvP.RQ0IiNhm6oOrlIy2bHKgO"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'oNc9fYFqGGD8MLcwpddk' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "oNc9fYFqGGD8MLcwpddk"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$gru3rVczw9N.G8HPZFNsXeUe2S4iuCj6CMxC9suZIo62qLqfybWZm"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yCtj5ztxKuxhvA6PDizq' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yCtj5ztxKuxhvA6PDizq"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$hZbuZ66kfiqDjognadb3MO3TMpc2gPvqpRTZ79hQ1u1aKhFWELNG2"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'LpBhteX4pkQVFJTpESTv' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "LpBhteX4pkQVFJTpESTv"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$DjZdfImLH3pD9EMYV8FqYe6m58MhqW2qh3WXi.olsGEiFqi5dze9e"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 9 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9zXKxNLhjL7PQRowfFWB' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "9zXKxNLhjL7PQRowfFWB"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$3MXu55oUOVGyC2cfdCViiOvv/3gFc/do4qMg05PpUPd.BVIE1BzZ2"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 2 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yAnSB1J-yujsfNeSVAzR' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yAnSB1J-yujsfNeSVAzR"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$JZFvV0.WRIXnK5QzsirCr.TSI3NJ9UO7opkPcKa52hRfgPOi1JO3q"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 6 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '6JaxLyNVG4HYuuftqz2h' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "6JaxLyNVG4HYuuftqz2h"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.6ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$1stqQwALhcL.pXVG3MKpfub2bzp7Z7eV6oR8er2aUED0bPBEnPytu"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'w3ZY5Rnsma4SLc338utk' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "w3ZY5Rnsma4SLc338utk"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$ZjCNUZcwcuim2TRILxaZy.RX45YZ7elp4eGH.EKlGiX8Z1u1HZuGe"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'QiEX_3ccYZxKcrwQfH1A' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "QiEX_3ccYZxKcrwQfH1A"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$PII.qF5YyLPhYTPjaj9TSeLvqSRPmo8ScxssqGsHWxxU7u8fyla5."], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ogy3Wu1n2_LgG1bNL2ce' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ogy3Wu1n2_LgG1bNL2ce"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$AAWq6YS8i9Q.YS7pn58oi.fSAesUsewmGfIASEWFAspB9GcZyFVtW"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'hS8DzXwCzgp6XzJ7EWxx' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "hS8DzXwCzgp6XzJ7EWxx"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$d66Goj/ZAGuq9w65hmE6beWy1MOeGAq.l4YCRMgJsgU.QzlN4zQN6"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'uvyQ8bR1249VE17Zqs7g' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "uvyQ8bR1249VE17Zqs7g"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 13:00:43 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'oNc9fYFqGGD8MLcwpddk' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'oNc9fYFqGGD8MLcwpddk' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 18ms (Views: 5.3ms | ActiveRecord: 1.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$i57NO1pz.uxLP9yDQGvqi.nmITWH28WWwIDnUnp8BeWVo20A.s30u"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sJR_AcCpniNe8vB6z6DQ' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "sJR_AcCpniNe8vB6z6DQ"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 13:00:43 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sJR_AcCpniNe8vB6z6DQ' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'sJR_AcCpniNe8vB6z6DQ' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.8ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$MnIC7tH4cXnA7DQ2DKqzDeqStKPs8EdBko7yF.hy96qdCU0uRIieu"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'z3mTPeAy5JjnF4BQFXEx' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "z3mTPeAy5JjnF4BQFXEx"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 13:00:43 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'z3mTPeAy5JjnF4BQFXEx' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'z3mTPeAy5JjnF4BQFXEx' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username22') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('Cole@LaunchU.com') AND "people_users"."id" != 1) LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) UPDATE "people_users" SET "username" = ?, "email" = ?, "password_digest" = ?, "updated_at" = ? WHERE "people_users"."id" = 1 [["username", "username22"], ["email", "cole@launchu.com"], ["password_digest", "$2a$04$TBdQHak.9fDE0wtf9NKZMOeoz/tFeG/JBUb7sc/.yNDkEAmBwaHKu"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 17ms (Views: 0.7ms | ActiveRecord: 1.7ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$I58s4ne6Yv/j/HcBDQOV/.GNGTcOTmetfUxt/AUtGSHBEwkHR3GF."], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'FTvvPjKmRDzvQy66kDQC' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "FTvvPjKmRDzvQy66kDQC"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$EFrmqt.s66B15gM5k6ggpOIXX55mE28RHZk.Wn5RZY7Vh9XKs46uS"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'mbhtCaiY3deZJCk-BLWh' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "mbhtCaiY3deZJCk-BLWh"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 13:00:43 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'FTvvPjKmRDzvQy66kDQC' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'FTvvPjKmRDzvQy66kDQC' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 2 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 7ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$OBkdUIbVvoFAW4w9pXS9QeRKHNKfBHIYAcvltF52Mknu04mt7uIKW"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'e_TicwoBxwr5TEzBtNzh' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "e_TicwoBxwr5TEzBtNzh"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 13:00:43 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'e_TicwoBxwr5TEzBtNzh' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'e_TicwoBxwr5TEzBtNzh' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username27') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('') AND "people_users"."id" != 1) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 13ms (Views: 0.2ms | ActiveRecord: 1.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 13:00:43 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$GZItH7PJMw3.LszdErU60.KVtisRPSpM8wCHuN9TJdmPuz03PR4vG"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tM4xjLoM-NXy2soNHT2k' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "tM4xjLoM-NXy2soNHT2k"], ["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'tM4xjLoM-NXy2soNHT2k' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 15ms (Views: 0.3ms | ActiveRecord: 2.7ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 13:00:43 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 8ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$LztnlxGf1Egu.FYRNi/ZRO9k86bEJSssfT./9LpX.OPtAilVVzyXG"], ["updated_at", Mon, 20 Oct 2014 17:00:43 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 6 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '6BAR_sitA8fyXNvwjFph' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "6BAR_sitA8fyXNvwjFph"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 13:00:44 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Ha6XGZjgnv2RAbsAzHpS' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Ha6XGZjgnv2RAbsAzHpS"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'Ha6XGZjgnv2RAbsAzHpS' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 0.3ms | ActiveRecord: 1.3ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.4ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$fE2YCwn14MSXLgfT5a7Yxexzu3reMEp1PjOLhP9NIxbxt08NMFWi2"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jWv6PeoPS2KkesucCpzW' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "jWv6PeoPS2KkesucCpzW"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 13:00:44 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 4ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$9M/zXU1Gf99nilGKhjU58.yusEwnEY2rXMiFJf6JgV/lldtq0YYU."], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'd3SmhU3_XvxtxhUFSNZw' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "d3SmhU3_XvxtxhUFSNZw"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 13:00:44 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'd3SmhU3_XvxtxhUFSNZw' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'd3SmhU3_XvxtxhUFSNZw' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$3gxWYHNJ4TF1HUZ..29coOwG/AgCrwvRq9Z176ys42sSVlRAr9v46"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-at-sfGyxjNudj4g5v8J' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-at-sfGyxjNudj4g5v8J"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 13:00:44 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-at-sfGyxjNudj4g5v8J' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '-at-sfGyxjNudj4g5v8J' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 8ms (Views: 0.1ms | ActiveRecord: 1.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$kWkm6Xr.hTlSajOPB24F7.OLlRwWzWWAtLMp8uaPXNvzsaxe3HO5u"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'kxJAhNVeDK1teecYQR9T' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "kxJAhNVeDK1teecYQR9T"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 13:00:44 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'kxJAhNVeDK1teecYQR9T' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'kxJAhNVeDK1teecYQR9T' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 9ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$XaMnluOf3mLvRsV2DpGOuO0M7wJW.t7phX/FuhINqFrnpa.5UNXrC"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Pb262gbsGxGGAyUDUPbP' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Pb262gbsGxGGAyUDUPbP"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 13:00:44 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Pb262gbsGxGGAyUDUPbP' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'Pb262gbsGxGGAyUDUPbP' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$lAmzzG6fK.mja0gx0PHohuSbXmSsrjZvHEnjbW8ysp4CKkGZrIC2C"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'UxyvWijoG9sZJ-i5sQUm' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "UxyvWijoG9sZJ-i5sQUm"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 13:00:44 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'UxyvWijoG9sZJ-i5sQUmnot_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$PFUmxdPEc8Wxbvmhp1ae2.fXfxlJMVRqAKnywkMxncdBTE2h/7yg."], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-BxuqJ1CNY6yWt-MDc7r' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-BxuqJ1CNY6yWt-MDc7r"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 13:00:44 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$nIwpc0fvL3SNsxL6oq.LPuMiBN0iwVb/dlh//nFlEJr7m.n/jy3bG"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'aLf1KWhRsjCXuXUGJK69' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "aLf1KWhRsjCXuXUGJK69"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$FSIl9SGjwoujdDdL0EMpGOzHGGlnci4an93U4Nx/eQ7tbq/c/YVIS"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ZWgLabyyeUPqJZc8WqwE' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ZWgLabyyeUPqJZc8WqwE"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$JCI2THMnP7MkEP/N.aO3hOVZIbL9zs8ASCNKVbwWQ90Ny3HWIWeJK"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 9 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9TcwwGcf5aMYM3P4P1H_' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "9TcwwGcf5aMYM3P4P1H_"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$rZRgyy6rD6PnyHa4k0oqquwkPl6SUSywX3yXx.bDHkGRP6OR1JV.6"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'eyH4qLxM1So6ArxW-z5G' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "eyH4qLxM1So6ArxW-z5G"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$Icl6sjtD8Dj8TvMWU3U8aul3DoOmsPALKpO9.dXOkTSoSfUJzZiry"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 4 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 3 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yyPY36teWazfc1-96YU2' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yyPY36teWazfc1-96YU2"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$5DzojeE5/JztuoXXUbXia.C8e9hffYa0m3kfaEUOaI7l1mKvqI0e6"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 4 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'x_7xT5KBny3dztbj4PXY' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "x_7xT5KBny3dztbj4PXY"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$QVZ8b28EbTRs6nQebcK0wOJW3DTrGdBRczJWhYkqVrrR7VOEutl1G"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'z78KhSKFQzSqL3zYTXvf' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "z78KhSKFQzSqL3zYTXvf"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$YEjnqUfLOJFBfpcf136I1un7BKBtj6UOpQb1rI5wlGrUN1X01CFTe"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'cMs-yHxXDGzMXe7kwnCp' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "cMs-yHxXDGzMXe7kwnCp"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$zC49b3e9/fi5B6FU4rF9aeY67Roleq0sl5lcU2WqdPoVC1K2q4dv2"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (3.7ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Fj54_VUep1QnQgQQhsZa' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Fj54_VUep1QnQgQQhsZa"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$rDzDCdvSWtwCAtALcqqxweHnnBnsBalahQ1jsPyugP90FJ4lddoGy"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 9 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 4 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xM9SmQQCPhRQRfbMu5MV' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xM9SmQQCPhRQRfbMu5MV"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$2jOyn1apViLE7Tp9iLv2q.wZADi0.FCs5UYMZP2JLVHg3W1z16zdm"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xY5EC6GsDREQHFDG-DNB' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xY5EC6GsDREQHFDG-DNB"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 13:00:44 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'aLf1KWhRsjCXuXUGJK69' LIMIT 1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'aLf1KWhRsjCXuXUGJK69' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 10ms (Views: 3.9ms | ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$b4xxcNakZoeb/TVM5/RM6OM4ERU.upYaG7Etp7nNlBD5nyVsSTN5u"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'GwfjmLCisQBxHTEEtzjc' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "GwfjmLCisQBxHTEEtzjc"], ["created_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 13:00:44 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'GwfjmLCisQBxHTEEtzjc' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'GwfjmLCisQBxHTEEtzjc' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:00:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 20 LIMIT 1 Filter chain halted as :set_user rendered or redirected Completed 404 Not Found in 5ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$beJeYXyUhXDSu37fh45eg.1gUGrC1TSv6r.duwDLmpr0F57t3mhxK"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'nAYgMb2R_PipYXX2vt4n' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "nAYgMb2R_PipYXX2vt4n"], ["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$A4LhCjh32..KoHUdX3rlt.dG.2dxj1v7N9Jr4wK.cKYFelLvbXFyS"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 9 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '9x2dszSfsTnXQHqAeVyC' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "9x2dszSfsTnXQHqAeVyC"], ["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$pk6RxNgyeZT3r6FGCu/nI.pW670GZlI1/UKZ3XCbHH8WFoGnVmVbm"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Qzs9cVqmn8HafCxDzcnp' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Qzs9cVqmn8HafCxDzcnp"], ["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$bb0i5uA465CbYPtydYXlSutyMJ0F1ASfYKl5vQ/YsZMkNyb2ZKgvi"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'txqnNMxdWTzExMHBC7Up' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "txqnNMxdWTzExMHBC7Up"], ["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$ULRFvh6BJk1KDDtXxwRP6u5gQmfu/ns0J4ChHP/DGuGkIyyJvt87i"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'dxd124v1gyRy3fNFWFPi' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "dxd124v1gyRy3fNFWFPi"], ["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$QRBKxEbK4wJcB2KpxAzGZ.sJ8Kym7Jq2CwuwE.Nvl4fUvY52.2BN2"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'eHCW7c3CzsGXzsgw4PQD' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "eHCW7c3CzsGXzsgw4PQD"], ["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$w6zUAmuQVtxV5b.D0FozUebs5C9K64OH6.jl9cXBYgN1o2cMPJfeW"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '_XrdsDKmJxP2mmeJy3e2' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "_XrdsDKmJxP2mmeJy3e2"], ["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$gv13VxDghtljt5BcItwwD.Od7AvTIdV/nJ8UKeGx74tF1Vzj4.E.q"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'VwXH_B6hzd3zQxHuw5kt' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "VwXH_B6hzd3zQxHuw5kt"], ["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$EN4uwOlOoQbNjho892kek.7pMO3tJy9mMW.gQEcPOaGGF/oAhTAJS"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-GK2TpEwmjwbju4EnYMX' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-GK2TpEwmjwbju4EnYMX"], ["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$vA744sDYTIAaaBB85r8rFONUXDEpDx.5ucHXozkauzLPtkrq09cmq"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'moabN2bnzyLdMLzqQDL_' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "moabN2bnzyLdMLzqQDL_"], ["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$jVY4gvxxr0rYi.PQ2LrfY.A0tZrZ6w5Rm4YVPb1pjzD5zPcMf/dnq"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'FzEizxSz4HVLe2Zj3zYa' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "FzEizxSz4HVLe2Zj3zYa"], ["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$viouYT4TgVf3ygo3i3VAyO6keHldTlc6Wm0kHnghxobNvsEr9FZWS"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'd-J-jQQzYzZn9xLA6AkR' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "d-J-jQQzYzZn9xLA6AkR"], ["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$1LHQbR2YNKV1vKpH8TbK4.IpQUcBeWXf2wyh5qi94w/HchT6pvyyy"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'S73CLJRPrc1Hdix_RNc_' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "S73CLJRPrc1Hdix_RNc_"], ["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$aqKtRew3ne/Q9oGKWSkpBOpURFkJDcoaPxihr/DH.g1wWICwmfjte"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xunPzmnW6uuMjzfPYz79' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xunPzmnW6uuMjzfPYz79"], ["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$oBcvc2pG7QtfvGxx/yi7RuXMER9Zq355VbhYnSFnZoaHsRUa4m9QC"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HHh3MFjy3KayysMaBr59' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HHh3MFjy3KayysMaBr59"], ["created_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 13:01:20 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'dxd124v1gyRy3fNFWFPi' LIMIT 1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'dxd124v1gyRy3fNFWFPi' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 18ms (Views: 5.4ms | ActiveRecord: 1.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$yHPm5/p9USDP34DdRT8dDeTPMQHTne2tjWTPUZtVQAXKHBAoUo3X6"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ncQvE4RBcL-Mt3J1xo9v' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ncQvE4RBcL-Mt3J1xo9v"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 13:01:21 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ncQvE4RBcL-Mt3J1xo9v' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'ncQvE4RBcL-Mt3J1xo9v' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 1.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$bCiXbf0ACUwYUR5CxYplyO.w.0kDv13hZftNPpYNHUmz6CfP1FxMK"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 8 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '8nv3Ky1SQkyCYCxzRjFf' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "8nv3Ky1SQkyCYCxzRjFf"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 13:01:21 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '8nv3Ky1SQkyCYCxzRjFf' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '8nv3Ky1SQkyCYCxzRjFf' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username22') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('Cole@LaunchU.com') AND "people_users"."id" != 1) LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) UPDATE "people_users" SET "username" = ?, "email" = ?, "password_digest" = ?, "updated_at" = ? WHERE "people_users"."id" = 1 [["username", "username22"], ["email", "cole@launchu.com"], ["password_digest", "$2a$04$IEQ6.XR3e3/iTucbpDy7xuwaxIhO6i7IPHVwwSVMg386dFxWamXNy"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 17ms (Views: 0.7ms | ActiveRecord: 1.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$bQ0xQptc88IrZOrag0IPm.709.HcMbEd1WnfEsJH.qaJ.UvowM2Vu"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'L4vSn3sCUoARQix8Lby_' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "L4vSn3sCUoARQix8Lby_"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$/Eby1y3XmccErxGDZGfTUuK/QYf9Dvapj5iyGAxvsVbZWQDQ6hXWi"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ZQvG9-8QN7rdiXmJjL7t' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ZQvG9-8QN7rdiXmJjL7t"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 13:01:21 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'L4vSn3sCUoARQix8Lby_' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'L4vSn3sCUoARQix8Lby_' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 2 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 6ms (Views: 0.3ms | ActiveRecord: 0.8ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$zhL2zpEpLJ8gXMrbvu58tOIE1sD3G/yrNU4j5r0vDmr8LTNuQ/YBa"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'nQx3Xhuci4YjJfZN4KPn' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "nQx3Xhuci4YjJfZN4KPn"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 13:01:21 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'nQx3Xhuci4YjJfZN4KPn' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'nQx3Xhuci4YjJfZN4KPn' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username27') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('') AND "people_users"."id" != 1) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 15ms (Views: 0.3ms | ActiveRecord: 1.3ms)  (0.6ms) rollback transaction  (0.2ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 13:01:21 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$w5PhzMx5g6AYkyLtwwa5PO/l4vK6SBhCyoj.AWeTlYlPPFjkY9GCi"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'mVhHwmtF7oEo_TNv2bsZ' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "mVhHwmtF7oEo_TNv2bsZ"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'mVhHwmtF7oEo_TNv2bsZ' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 15ms (Views: 0.4ms | ActiveRecord: 2.7ms)  (0.2ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 13:01:21 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.3ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$TRQn4cY3P19d.Z22ilqgluvPEzp2ZsJZUO6PGaanhj.twGmknvc0m"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'q95xbz386ZDDHsooA2X4' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "q95xbz386ZDDHsooA2X4"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 13:01:21 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'faA_imP_nQVfSVaM8srm' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "faA_imP_nQVfSVaM8srm"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'faA_imP_nQVfSVaM8srm' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 1.2ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$BHIqu.ASnirup5Q6hOkNEOJGmAZrynS3f6H1TplQZliO8I2EHY4z2"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'c9tLk7Eo9MeJwxszAtio' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "c9tLk7Eo9MeJwxszAtio"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 13:01:21 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 4ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.5ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$31pcFBChGjZnpMWHnvh6I.FXgu8ui9ywqYawCj24J3TI3gqp8CQFq"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ohe_yxB4dhGHwRnfZaXs' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ohe_yxB4dhGHwRnfZaXs"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 13:01:21 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ohe_yxB4dhGHwRnfZaXs' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'ohe_yxB4dhGHwRnfZaXs' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$ePY7/F/VDzcxAh3/ErSBO.i/gaYNhuF2uq5pu.S.PpVdnu4ZXmf8q"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'M4jPbeS8FXGkwyyJfW29' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "M4jPbeS8FXGkwyyJfW29"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 13:01:21 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'M4jPbeS8FXGkwyyJfW29' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'M4jPbeS8FXGkwyyJfW29' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$U673weYW.iZdm8er5SSsr.qLrWUjzsMLaZ8GM.UgVrwasQLKGjUbS"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 5 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '5QhtSjvKLmrtDP1eisqS' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "5QhtSjvKLmrtDP1eisqS"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 13:01:21 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '5QhtSjvKLmrtDP1eisqS' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '5QhtSjvKLmrtDP1eisqS' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 8ms (Views: 0.4ms | ActiveRecord: 0.8ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$9R8NN0IUUG.5hhvmfH5ut.smOlc58rR.T3YowcxU6Py.1YjXdWG5e"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 4 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '4kEFa8fdztrjtCVuvgdV' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "4kEFa8fdztrjtCVuvgdV"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 13:01:21 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '4kEFa8fdztrjtCVuvgdV' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '4kEFa8fdztrjtCVuvgdV' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.7ms)  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$z9wnkE9XGAm0UiPQ8IBFv.opKfxeZHL/o4M844lNY1tsvvLhs9zsW"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Jdkaf86tNnWU12duwWTV' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Jdkaf86tNnWU12duwWTV"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 13:01:21 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Jdkaf86tNnWU12duwWTVnot_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$WktWa8pgHkrevYVC3ex4z.v2gvStXj0sSH2BnJRJmQ0Gso4uHk9Ta"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 3 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '3gEkht69gCSpuEA8JyU3' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "3gEkht69gCSpuEA8JyU3"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 13:01:21 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$MmFt5b921mziwaWYgYdLlePJUto2Ej/gUwq.5QH7bhjLWNhHs0pUy"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'kWuU2MysVdhzyvURVskV' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "kWuU2MysVdhzyvURVskV"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$J1b1atekRRdAhoIbDpj7QuuXBIWw2KxGSkwVk0iLfI5TVgx29oQue"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'eLorZSd_SykTxoca9x9K' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "eLorZSd_SykTxoca9x9K"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$Cv8Pn62LQkhnVS8bnfUjS.jmyvdQ3sNcwZW01H0r1Riuf2wAcWu.O"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'cadMQMGghss4BAbDgZff' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "cadMQMGghss4BAbDgZff"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$OSnB5EebL4ujjaMnlkkWbe4ry5pGsMiWop40I2b4r/XPehQM21zP."], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'TwC24hDFsizbERskmsPe' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "TwC24hDFsizbERskmsPe"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$TK.CmETQ0BiiisLDSIPJUuKaIUiHyFN1Xv7wQNTnBOs18iCQiaOCS"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'WUa7w8ALGz1gYnptFaGo' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "WUa7w8ALGz1gYnptFaGo"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$RXn.bPLOqNlgR91yK.q1POv2HLHsNAFZBW.xuAya3dkxz7g3BO.F."], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xxERCcn2KZR-dfgKbv_R' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xxERCcn2KZR-dfgKbv_R"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$lfPTwTwIlaui62W1BcD6oeRnJOAbXi5IpoS29GIXUCw1yjMumfPr2"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'efgBXPpEw6mLRU2hWyDK' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "efgBXPpEw6mLRU2hWyDK"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$uE5gfjyTOxep/Aqx1lwtiuuGYbqdyZmqQ1I1VAROaj8fUK08jDXRm"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'y3nXDsTsteJz45osz7oy' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "y3nXDsTsteJz45osz7oy"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$RQPiYjbaHgZ1e8oKSksufe27CdAve/uhOfAqQ/XF9ElyKF3j.HymW"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'NG846swho6RXMLxfs8qy' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "NG846swho6RXMLxfs8qy"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$NRNz69zHSDcBePobHEULbejIxwTQiFsgY7YeVsj1AMRcyRENm50LW"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'gsgqwAM1axpNFskW7U3q' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "gsgqwAM1axpNFskW7U3q"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$NmQUfDXV745votX6J8bRLuK81U43rYPdFzM0TGluitSYnoFSVzBU."], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 14 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '14Z9-7yYdkTBA81-fMqp' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "14Z9-7yYdkTBA81-fMqp"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 13:01:21 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'kWuU2MysVdhzyvURVskV' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'kWuU2MysVdhzyvURVskV' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 8ms (Views: 3.7ms | ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$r3kS0NePR4SWXMgVRNFBNOm2LVfCai3qZuN6n7BGQc0jojIYRqevW"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'UwsEvGoZ981xXc8evZH-' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "UwsEvGoZ981xXc8evZH-"], ["created_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 13:01:21 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (4.0ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'UwsEvGoZ981xXc8evZH-' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'UwsEvGoZ981xXc8evZH-' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:01:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 20 LIMIT 1 Filter chain halted as :set_user rendered or redirected Completed 404 Not Found in 10ms (Views: 0.2ms | ActiveRecord: 4.7ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMaxUsesToArcadexTokens (20141020173805)  (0.1ms) begin transaction  (0.8ms) ALTER TABLE "arcadex_tokens" ADD "max_uses" integer SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141020173805"]]  (105.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.3ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$GnuIfLRdgxxVZ.lMPxtJdOGJLeNtJalMPoumGWO7jXAYHJh1nqN0S"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 7 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '7PoF_cx97w7jUESoGajc' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "7PoF_cx97w7jUESoGajc"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$QbXf76gLtkdk4mi5UFFNjOPmYVgAHIXNfUdI/cFXkSwsjKAOveKcS"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Py7xTyzrETgsNz3jz_Ls' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Py7xTyzrETgsNz3jz_Ls"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$rl2Vkdp0XzMO1ws.8B3NkehMY8.YLD4c.hjlFhOmx79n25XuzMU.i"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ipBzyGJDr86GhtL6Fdmx' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ipBzyGJDr86GhtL6Fdmx"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.2ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$520CszZv32ciRnbAIDhOVOTCFbRo.8HFuXNIYZjgSpq3grPEOrpJS"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'kWLdxkur8jkxNMasNFEn' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "kWLdxkur8jkxNMasNFEn"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$gG8C.4KN2/ESfyQg/JcIyuQ.6yV7Tq.jJ8mnyhcu6nKyLtdxboGbi"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DjUbCkPA8bxpizzzuw8X' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DjUbCkPA8bxpizzzuw8X"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$4WjItO3p23LNAg4LHvX1xe4EDzL6Jco5fMvYiaoVTYCxdRKgBYcNm"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 4 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '4uCh6zp_uvjzmzNUQbx5' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "4uCh6zp_uvjzmzNUQbx5"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$MSvwbI81nL4SLV/tLuvpJ.cfJKc2Im6YGzgaEL/0d93hpPdz5izJ2"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'k_ecizyY7SLVJ3HrmDpE' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "k_ecizyY7SLVJ3HrmDpE"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$RKF8M8QQBctyyZomNVrpfORpAM88bm7k5GQFe02fvI/Y5u4I3KNSS"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 2 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zmtPay88Kw-coCx5dZUs' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zmtPay88Kw-coCx5dZUs"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$lJeNW8NljWYJJm0BMYzPSOHnHmm2kd2sMh6.gslMIiY9nJKqcb16q"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'u_v_76G12PK55vfeshqJ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "u_v_76G12PK55vfeshqJ"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$6NTrjG4oiTI..6/rNnJqsuVhrsL3Y30nPNMkBtDzxnNYjU8r5bYom"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'eMT9NSJpiUcnf1UX47Ba' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "eMT9NSJpiUcnf1UX47Ba"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$38hia3KCHW.KzK3Zh0nSxOJ.Md9GbVuRjoamdpYbk83K2TvesB1v6"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HutV4BuZvg9U3MJV8k1R' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HutV4BuZvg9U3MJV8k1R"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$2c3KbMZvCVo4a3qJwwjpfuzrJXyNIqyK./oQhR/kBMiipnHO6.ccu"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 5 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 2 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'BV_jL3e6PDVoDbSK8uh6' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "BV_jL3e6PDVoDbSK8uh6"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$8FxynTaiW3a3VZUqtoukc.XwIwsRWcWM1oN69LEr.NDSODPZRr2Tm"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 3 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'H39EzpttJBQs6zbKL9Q9' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "H39EzpttJBQs6zbKL9Q9"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$6MekVI/TlJGiTnKsK1dgK.QER.BLxtbOTwyE/QQE.0qS7izphe7N."], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'LJw_WHkpeZWapd1saUNw' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "LJw_WHkpeZWapd1saUNw"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$DzPmm4gQjNnbHtTwf/wvgOxqX/0a0.e/yZH/5RSN1wogg3.XIHp3."], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Pw-ZJ93cdRgMfNpy1MyU' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Pw-ZJ93cdRgMfNpy1MyU"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 13:38:24 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DjUbCkPA8bxpizzzuw8X' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'DjUbCkPA8bxpizzzuw8X' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 18ms (Views: 5.4ms | ActiveRecord: 1.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$xf0ypq5iftIL6dSbmk1G4e3ZeNTgKVDzVFQSH3qZXQeumPBgWwGPq"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Ld4zvyJSMcXStMzVNsAs' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Ld4zvyJSMcXStMzVNsAs"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 13:38:24 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Ld4zvyJSMcXStMzVNsAs' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'Ld4zvyJSMcXStMzVNsAs' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.9ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$VbNVme8nnN4nrALVkwslN.Nw.XQTDq4KL3Z7FQJHJcRuPTgQMcum."], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'h7jTAUPoGRNh-8-4s4Vu' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "h7jTAUPoGRNh-8-4s4Vu"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 13:38:24 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'h7jTAUPoGRNh-8-4s4Vu' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'h7jTAUPoGRNh-8-4s4Vu' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username22') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('Cole@LaunchU.com') AND "people_users"."id" != 1) LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) UPDATE "people_users" SET "username" = ?, "email" = ?, "password_digest" = ?, "updated_at" = ? WHERE "people_users"."id" = 1 [["username", "username22"], ["email", "cole@launchu.com"], ["password_digest", "$2a$04$KmyDIP6POr0xZX9bRq1DV.kTmUt4zqqg0efdzmmLbdz03oTJ0y44q"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 17ms (Views: 0.8ms | ActiveRecord: 1.8ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$60lLLfk3DuNn6KqSZy5e3u8ljBaxTRDrbah2J1e2AdOQwmA8nslae"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'LzyxmztzidmXvACVYKyX' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "LzyxmztzidmXvACVYKyX"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$1f9ZJiLoSSbse5ExCPW0s.LDwTZLGQ/H.jjCjSyXsMSaFf3Xz1Eoi"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MscCFVnb-fgHdguJXjwo' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "MscCFVnb-fgHdguJXjwo"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 13:38:24 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'LzyxmztzidmXvACVYKyX' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'LzyxmztzidmXvACVYKyX' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 2 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 6ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$Txa.y34OykJViDWNxs4.3uizsi4rHPhtTaOfaYjYwBWyCKn/oBFkm"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '1oUdCwq7k3rG1tjtm95k' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "1oUdCwq7k3rG1tjtm95k"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 13:38:24 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.3ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '1oUdCwq7k3rG1tjtm95k' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '1oUdCwq7k3rG1tjtm95k' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username27') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('') AND "people_users"."id" != 1) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 14ms (Views: 0.2ms | ActiveRecord: 1.4ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 13:38:24 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$6dljhIDEDzC4uWOauODgd.NZ/HmGlBGdWVxyxdmGzNlHjiFGkvyc."], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'XjzZSXXRQ3nczdbpPBgd' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "XjzZSXXRQ3nczdbpPBgd"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'XjzZSXXRQ3nczdbpPBgd' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 14ms (Views: 0.3ms | ActiveRecord: 2.5ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 13:38:24 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 8ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$8jxOfxC9oGuBMfMKMJAPSOpyamBHUpDIXTzqilxLfTcSJQYRUelYq"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'pdBvbcWnLw8SbTSDKArL' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "pdBvbcWnLw8SbTSDKArL"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 13:38:24 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DK34xfiZ8twB3uKaax63' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DK34xfiZ8twB3uKaax63"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'DK34xfiZ8twB3uKaax63' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 1.5ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$udkP2j6Mz5pOribPbzdqXOGhI1nhyZ8FJmwmqYgQu/Io.B7a3vCwS"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 't4LzfXsvPizTozxcW55j' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "t4LzfXsvPizTozxcW55j"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 13:38:24 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$M6ZeAnE1ljPj0Uz0qKtUve0X9gd7Z4aZVcIfDSso.KUDOhPEabzTC"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Ld8vwkese8TsVd3f3kS-' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Ld8vwkese8TsVd3f3kS-"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 13:38:24 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Ld8vwkese8TsVd3f3kS-' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'Ld8vwkese8TsVd3f3kS-' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$K58WIx0/NAFWI5HJ1bUcFesePto9ko4g4XA4hQhpsgCGm69eqePya"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'C8mcozF2mzy8UQnp5JAa' LIMIT 1 SQL (0.5ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "C8mcozF2mzy8UQnp5JAa"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 13:38:24 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'C8mcozF2mzy8UQnp5JAa' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'C8mcozF2mzy8UQnp5JAa' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$SPEHulk39fSVZwwD3f.f9OFpnPmsgme698.QK3oHRCubDn/B6WSZa"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'YVGa1WCoP2L4xr_JP7AU' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "YVGa1WCoP2L4xr_JP7AU"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 13:38:24 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'YVGa1WCoP2L4xr_JP7AU' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'YVGa1WCoP2L4xr_JP7AU' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 8ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$GZ9.poGQItvB9yqcTmXzCuFNo8NJb8aYcVrqCVpRlAkVcOYF/WJg6"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'CWqQF2bfQS5v2B8favwH' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "CWqQF2bfQS5v2B8favwH"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 13:38:24 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'CWqQF2bfQS5v2B8favwH' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'CWqQF2bfQS5v2B8favwH' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.7ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$slE3.Mq/V..x1mfq8IlOZOOrTDzYL3zR53lRXR.5GS8vA1ZWE7PXG"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '1V_59ScafX6Lszv_HD_A' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "1V_59ScafX6Lszv_HD_A"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 13:38:24 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '1V_59ScafX6Lszv_HD_Anot_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$asCJ2LW1PLdFHLxxHMSB2umgMqME5S.ndjZOhCfdF6D.B76X4CO7G"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'DYq5a8HJHmCw3dCe2hxb' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DYq5a8HJHmCw3dCe2hxb"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 13:38:24 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$F3zbfY9hLEeNb6xrvSe9dOvzMMPQvsp9Zd9m3o0q4F3TwOY1KBvk."], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'cdVsJ7WssAFC3JbCBNw3' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "cdVsJ7WssAFC3JbCBNw3"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$Rg.gsVi1d.U5hXg0PB/Q2ehKS5kDs00GbHmWcElxU4LDkeiISgwhC"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'KLCiJerDbBePJ4AxYbck' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "KLCiJerDbBePJ4AxYbck"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$D9yu0RUFKzjBtpX9ohHK7.ITkYDrOvD1bvkr.a2ARVxGkrH.z5Kze"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'sAh15ts17wwQgSNsiD5m' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "sAh15ts17wwQgSNsiD5m"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$kOd1JVrYhGiB0M.QGCv8/OB2d06CcMS46ffG5WJIQv1lwA0Y9tQ9S"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'BMN57jyzBs4dEKGA4R8r' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "BMN57jyzBs4dEKGA4R8r"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$65ZgkGiN4Zjyqe11Xm0NeuEA9tN32279TvMd./gdrUMhDzOR8dBYu"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'L6AU1uPtVzFzkgfoTgNe' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "L6AU1uPtVzFzkgfoTgNe"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$xnt8dodzR8URdk.sZc3X6O9Ds7X4zvds68KrgrVzlS5TU//C.Apo2"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jZ58p6sw63BsBDVqq4t4' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "jZ58p6sw63BsBDVqq4t4"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$Zgn2uGBazDwXr9noQpzAHuUba7Z3GtYNRWU5TCQaGJ3y6OkEefwQm"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.4ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HvG-XUzAfKx7jvfBZMPw' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HvG-XUzAfKx7jvfBZMPw"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$VSUe8nlqZouIWZ8El1kpOOi16uhy2ArdzlbKxW0sTKpuhzWy4jWPa"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '-CzkQ5Zxv4mjUEyWY3AR' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "-CzkQ5Zxv4mjUEyWY3AR"], ["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$UAGjO0nE8.LVrLNWkX0TUunIkvFMVKkfvVlKGg2oIJUpjoyMvskPa"], ["updated_at", Mon, 20 Oct 2014 17:38:24 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (3.6ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'fe_swWM9eRpBr-QoPz88' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "fe_swWM9eRpBr-QoPz88"], ["created_at", Mon, 20 Oct 2014 17:38:25 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:25 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$SJ9HSUlWMEb0D/Z/9zV3buyQoeCL7qDgk4eHxf/r5Sr/BJ9vZ0Ffa"], ["updated_at", Mon, 20 Oct 2014 17:38:25 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'swoy2FAwnCzt6VDUHHgY' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "swoy2FAwnCzt6VDUHHgY"], ["created_at", Mon, 20 Oct 2014 17:38:25 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:25 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$DdsPU9HDf/Lk/OTaS3IYf.tb0muwLd24QmHDNVuCK2TLKLXOAzgOS"], ["updated_at", Mon, 20 Oct 2014 17:38:25 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'HTszz5SEFskKusGHLs-L' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "HTszz5SEFskKusGHLs-L"], ["created_at", Mon, 20 Oct 2014 17:38:25 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 13:38:25 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'cdVsJ7WssAFC3JbCBNw3' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'cdVsJ7WssAFC3JbCBNw3' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:38:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 9ms (Views: 3.6ms | ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:38:25 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$RvrQcHlhW7hrkwLRu6mlR.WdKjyBid/DUidMfSR/SsLsgjKwqnobC"], ["updated_at", Mon, 20 Oct 2014 17:38:25 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'AMQuWTkxeLoCvbPBD_Vd' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "AMQuWTkxeLoCvbPBD_Vd"], ["created_at", Mon, 20 Oct 2014 17:38:25 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:38:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 13:38:25 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'AMQuWTkxeLoCvbPBD_Vd' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'AMQuWTkxeLoCvbPBD_Vd' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:38:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 20 LIMIT 1 Filter chain halted as :set_user rendered or redirected Completed 404 Not Found in 6ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username1') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username1@LaunchU.com') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AppIndexController#app as HTML Rendered app_index/app.html.erb within layouts/app_index (0.4ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."username" IS NULL LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username2@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username2') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE "people_users"."email" IS NULL LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username3') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username3@LaunchU.com') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username4') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username4@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username5') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username5@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (2.6ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username5@launchu.com"], ["password_digest", "$2a$04$pViIpLCkYBczy75wu4ZXtOEm8aGlbXY4obbrGXanQQqFG.U6FSXeK"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username5"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'kzg4TZJiobxqnNgqKF4W' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "kzg4TZJiobxqnNgqKF4W"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username6') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username6@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username6@launchu.com"], ["password_digest", "$2a$04$UQX8RaNmmI9cY07X.Afk6Oq1Ep8phIRskW2frAQZffGbaRTeKLhLS"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username6"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'oxCrHmxDiXKks8W3qsz8' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "oxCrHmxDiXKks8W3qsz8"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username7') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username7@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username7@launchu.com"], ["password_digest", "$2a$04$/i4/IXjOii3/9Zr7y4sIz.mwk6vLjt/Sv0L7choQV.oar53eyqaSi"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username7"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'nTpSfz1wx268LrmEij8d' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "nTpSfz1wx268LrmEij8d"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username8') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username8@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.9ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username8@launchu.com"], ["password_digest", "$2a$04$oqro5mswa3jsQ1p3fmQkVuYPgFKkTE4JF/NprzP3DT1Y76DgcAB5m"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username8"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'wgF1F5MH1SpzVzAjXGhQ' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "wgF1F5MH1SpzVzAjXGhQ"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username9') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username9@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username9@launchu.com"], ["password_digest", "$2a$04$/bm7T22QBR/lrmB8yYGhgOm5ltN3MNq3yE5IYLlPPCwFXm6H0Fvau"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username9"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Vn6txZ3DsBfbXJqdiHy3' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Vn6txZ3DsBfbXJqdiHy3"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username10') LIMIT 1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username10@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.6ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username10@launchu.com"], ["password_digest", "$2a$04$cAIi4myhDn6GaV.7EbneguxcwsS86or1hxqy2Owc/SABJouRwT1bu"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username10"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 3 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '3fuQVSfwBTw1ys5NeVCz' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "3fuQVSfwBTw1ys5NeVCz"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username11') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username11@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username11@launchu.com"], ["password_digest", "$2a$04$ouUXRhaNuFYjiVmKwKp9OuXKvUHbzqpBCbGR9ezBxolJWzpv2yuQG"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username11"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'iHMwb8aHGpH3ZAo6Zdqk' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "iHMwb8aHGpH3ZAo6Zdqk"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username12') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username12@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username12@launchu.com"], ["password_digest", "$2a$04$VeQZYU8hoUDsVLiE9hv0YulgvbPKhB4heb4yphwXtsfxiMvdMqGRq"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username12"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Sr9Ek5D8fSRU51hKNbmf' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Sr9Ek5D8fSRU51hKNbmf"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username13') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username13@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username13@launchu.com"], ["password_digest", "$2a$04$lLaqTCk.EhVx.7ZX1MfH5uO3vYPwG3l3LM8XItqZnV8tDg1J9pZfS"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username13"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'b3oZ2yrp546fxyt1Wpwv' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "b3oZ2yrp546fxyt1Wpwv"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username14') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username14@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username14@launchu.com"], ["password_digest", "$2a$04$T/5Z7/NJPCaPI5Agi5J3IOFuxhTf19kzd3Yxw2q5Ow8.XgGxik26S"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username14"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vgxanYs4xe7yrzvqgMr_' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "vgxanYs4xe7yrzvqgMr_"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username15') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username15@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username15@launchu.com"], ["password_digest", "$2a$04$abJ9RRVzBPnNvch2xf13YebSFnJRzA2hxVdjW2TwlQFYH0xI0FbAS"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username15"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'FibGa7NNmG28i8KC5sxS' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "FibGa7NNmG28i8KC5sxS"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username16') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username16@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username16@launchu.com"], ["password_digest", "$2a$04$f7m2mTQMVfWHpIGihuG6S.7DgchTAVYAYj2BNfpLg5LGuCO7QPPCa"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username16"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Qf9esSxf5kz2tdFNLtuZ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Qf9esSxf5kz2tdFNLtuZ"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username17') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username17@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username17@launchu.com"], ["password_digest", "$2a$04$aGNdaVpzPxP/pUl.eEOpnuJk8ilkq9nGI3nL/mU595H/S3c96tFry"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username17"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 7 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'zUiWy6cAVHUsxJQVKBsq' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "zUiWy6cAVHUsxJQVKBsq"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username18') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username18@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username18@launchu.com"], ["password_digest", "$2a$04$/7HdHxC.Fh7cNbFnHZ/oPeWAkSiYmrVFOFl0FTzpmnX.KN0eBf6bu"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username18"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vCpEbW7poswj8vmbeqLs' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "vCpEbW7poswj8vmbeqLs"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username19') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username19@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username19@launchu.com"], ["password_digest", "$2a$04$UKb3znKn6S2J2JA41DY1pO6JyNMJVPLTmnzRDmHyb8RApUEPDvJem"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username19"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'P_5TiRXds7gRtba-ekNb' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "P_5TiRXds7gRtba-ekNb"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 13:39:41 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Vn6txZ3DsBfbXJqdiHy3' LIMIT 1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'Vn6txZ3DsBfbXJqdiHy3' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 18ms (Views: 5.4ms | ActiveRecord: 1.3ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username20') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username20@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username20@launchu.com"], ["password_digest", "$2a$04$jYFO0noRr0QvcOq7meE6O.r6kKkatWBP/bDa.0qcJJJE4sr/d/k9S"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username20"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'QQyi6N2iyT8gZbPkT-Es' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "QQyi6N2iyT8gZbPkT-Es"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/1" for 127.0.0.1 at 2014-10-20 13:39:41 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'QQyi6N2iyT8gZbPkT-Es' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'QQyi6N2iyT8gZbPkT-Es' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.9ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username21') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username21@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username21@launchu.com"], ["password_digest", "$2a$04$DPxgPUYWCcSKtoxOYAuZDuBIPYCw4/jwXDrfSuImHGFfFgMLF7diC"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username21"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'c9vC1usxCRp1yWKBtVSi' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "c9vC1usxCRp1yWKBtVSi"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 13:39:41 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username22", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'c9vC1usxCRp1yWKBtVSi' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'c9vC1usxCRp1yWKBtVSi' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username22') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('Cole@LaunchU.com') AND "people_users"."id" != 1) LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) UPDATE "people_users" SET "username" = ?, "email" = ?, "password_digest" = ?, "updated_at" = ? WHERE "people_users"."id" = 1 [["username", "username22"], ["email", "cole@launchu.com"], ["password_digest", "$2a$04$lx2SNtKGD.MuC6KdLHaRf.nDq7XQzASb8cdvMaG.qLmyWMFxHlKR."], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 17ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username23') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username23@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username23@launchu.com"], ["password_digest", "$2a$04$bi7iWslUHa8ehVvUMznzpeviKwRMXjvM3R4lB.keVNK3Pd4OR0qL2"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username23"]] Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'e1e1PZVTs2dW5xzMUSxU' LIMIT 1 SQL (0.7ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "e1e1PZVTs2dW5xzMUSxU"], ["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username24') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username24@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["email", "username24@launchu.com"], ["password_digest", "$2a$04$feHmLLtyKngSNZyNzIQinuu9MOWu6BlO6rqg9MmfOVwXNtag2JM8."], ["updated_at", Mon, 20 Oct 2014 17:39:41 UTC +00:00], ["username", "username24"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'rPxEFUTHd8pC27nZgjYB' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "rPxEFUTHd8pC27nZgjYB"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/1/users/2" for 127.0.0.1 at 2014-10-20 13:39:42 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username25", "email"=>"Cole@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"2"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'e1e1PZVTs2dW5xzMUSxU' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'e1e1PZVTs2dW5xzMUSxU' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 2 LIMIT 1 Filter chain halted as :update_authorize rendered or redirected Completed 403 Forbidden in 6ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username26') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username26@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username26@launchu.com"], ["password_digest", "$2a$04$o1cjc/fylixgC0eCXL5TLuYUGHQ8lQQlqdS5P50vbKL0O.y97gNUu"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username26"]] Arcadex::Token Exists (0.3ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'JakcgiG-C3Ykjy-gyNaw' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "JakcgiG-C3Ykjy-gyNaw"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started PUT "/api/1/users/1" for 127.0.0.1 at 2014-10-20 13:39:42 -0400 Processing by People::Api::V1::UsersController#update as HTML Parameters: {"user"=>{"username"=>"username27", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'JakcgiG-C3Ykjy-gyNaw' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'JakcgiG-C3Ykjy-gyNaw' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."username") = LOWER('username27') AND "people_users"."id" != 1) LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE (LOWER("people_users"."email") = LOWER('') AND "people_users"."id" != 1) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 14ms (Views: 0.2ms | ActiveRecord: 1.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 13:39:42 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username28", "email"=>"username28@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username28') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username28@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username28@launchu.com"], ["password_digest", "$2a$04$lsj9So3xF/sBgwwGE3EMWusbSpX7vHBDklSTiyD4tquLK4jA7GsAS"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username28"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'vqyzJy5sKFvs5PoARyx9' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "vqyzJy5sKFvs5PoARyx9"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.0ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'vqyzJy5sKFvs5PoARyx9' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "created_at" = ?, "updated_at" = ?, "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ? WHERE "arcadex_tokens"."id" = 1 [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 14ms (Views: 0.3ms | ActiveRecord: 2.8ms)  (0.1ms) SELECT COUNT(*) FROM "people_users" People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Started POST "/api/1/users/register" for 127.0.0.1 at 2014-10-20 13:39:42 -0400 Processing by People::Api::V1::UsersController#register as HTML Parameters: {"user"=>{"username"=>"username29", "email"=>"username29@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username29') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username29@LaunchU.com') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 6ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username30') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username30@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username30@launchu.com"], ["password_digest", "$2a$04$7ERkkvyvT3/PpTMEyCBEPeTWELFYMe0c56P1FrhwIdkIuO7NRD90i"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username30"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'GyAmRJDAyyW3id8vmnsG' LIMIT 1 SQL (1.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "GyAmRJDAyyW3id8vmnsG"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 13:39:42 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username30", "email"=>"username30@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username30@launchu.com' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 1 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'h_Qh_KTnPzm-MpC3hb2S' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "h_Qh_KTnPzm-MpC3hb2S"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'h_Qh_KTnPzm-MpC3hb2S' AND "arcadex_tokens"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "expiration_minutes" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 2 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 0], ["expiration_minutes", 360], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 0.3ms | ActiveRecord: 1.4ms) People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]] Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? ORDER BY created_at DESC LIMIT 1 [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username31') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username31@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username31@launchu.com"], ["password_digest", "$2a$04$G03zEHIb987npyVnpyCadOFSDA2KnkO2jw8rQlC3roi5z8DsBSQUe"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username31"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'yhxJHJs2ytSTh1kaxXSx' LIMIT 1 SQL (0.6ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "yhxJHJs2ytSTh1kaxXSx"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/1/users/login" for 127.0.0.1 at 2014-10-20 13:39:42 -0400 Processing by People::Api::V1::UsersController#login as HTML Parameters: {"user"=>{"username"=>"username31", "email"=>"username31@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}} People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."email" = 'username31@launchu.com' LIMIT 1 Completed 401 Unauthorized in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username32') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username32@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username32@launchu.com"], ["password_digest", "$2a$04$hQdCv40eVCV6h73MiZcNCOaqC762nL4L1ZOgo4fqCQJjp0Tm0TunG"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username32"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MLx92DbqgTMxxxBfF-6s' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "MLx92DbqgTMxxxBfF-6s"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/logout" for 127.0.0.1 at 2014-10-20 13:39:42 -0400 Processing by People::Api::V1::UsersController#logout as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MLx92DbqgTMxxxBfF-6s' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'MLx92DbqgTMxxxBfF-6s' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.3ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username33') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username33@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username33@launchu.com"], ["password_digest", "$2a$04$hUPo3qFQ8/iFc17Ml59Qc.18hCeZILwNEELAao4XNCCzxH1doV6vW"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username33"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tfzGGd86xNLGzLHzXD3Q' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "tfzGGd86xNLGzLHzXD3Q"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 13:39:42 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username33", "email"=>"username33@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'tfzGGd86xNLGzLHzXD3Q' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'tfzGGd86xNLGzLHzXD3Q' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 0.9ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username34') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username34@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username34@launchu.com"], ["password_digest", "$2a$04$CnA5co/jw8I1AhQMO0fBHe3GCJ9I0TyldBokR.EPRGAs02V1NldJu"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username34"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'cGzXuRtzkrxgs5U25aec' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "cGzXuRtzkrxgs5U25aec"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started POST "/api/1/users/authenticate/1" for 127.0.0.1 at 2014-10-20 13:39:42 -0400 Processing by People::Api::V1::UsersController#authenticate as HTML Parameters: {"user"=>{"username"=>"username34", "email"=>"username34@LaunchU.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'cGzXuRtzkrxgs5U25aec' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'cGzXuRtzkrxgs5U25aec' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 8ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username35') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username35@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username35@launchu.com"], ["password_digest", "$2a$04$on1hpFyt0NuJE9CVYGbrauNe4pR8TIRlYXt.IH8ezg/D4Gen2o1zi"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username35"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 4 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '4ke2z6y9wyewxZFFtiaB' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "4ke2z6y9wyewxZFFtiaB"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 13:39:42 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '4ke2z6y9wyewxZFFtiaB' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '4ke2z6y9wyewxZFFtiaB' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.7ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username36') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username36@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username36@launchu.com"], ["password_digest", "$2a$04$WbXvlbDzvlxcTYBnlapnteqAvH1bJCWiDjdGujSnatI9ZDqnn1./K"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username36"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'mkRQnQw6bayu8z8_9NLJ' LIMIT 1 SQL (0.8ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "mkRQnQw6bayu8z8_9NLJ"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 13:39:42 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'mkRQnQw6bayu8z8_9NLJnot_valid' LIMIT 1 Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username37') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username37@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username37@launchu.com"], ["password_digest", "$2a$04$sCyUz/OSvlmhoGghTJg8EeP7DJyFkDcnBdFFpD3JtkEeZ9de1ECO."], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username37"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'axrncQQjY1XDQEx-Z7x8' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "axrncQQjY1XDQEx-Z7x8"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/login_status" for 127.0.0.1 at 2014-10-20 13:39:42 -0400 Processing by People::Api::V1::UsersController#login_status as HTML Filter chain halted as :authenticate_user rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username38') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username38@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.0ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username38@launchu.com"], ["password_digest", "$2a$04$./gGFDjrhYcP4P7L5zfPUeZrcqu7gKlhDse27SmI6yuMTJxk1igLu"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username38"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jAqx5WGSjnFWKjmam2xM' LIMIT 1 SQL (0.4ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "jAqx5WGSjnFWKjmam2xM"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]]  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username39') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username39@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username39@launchu.com"], ["password_digest", "$2a$04$hgMNF8dIz/KUNS2pFSP3nu35kDVzXUYQUZhfbXM6LrajstTQvGAvi"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username39"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'UARbagB1pEVGgpHGxPAE' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "UARbagB1pEVGgpHGxPAE"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 2], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username40') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username40@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username40@launchu.com"], ["password_digest", "$2a$04$1Leqkbd4d33yFAZWZT2xUeaMyQTycAKa/349AIPTHZF9QOJvbYqWC"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username40"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ew6zPDLBegxcUT7TMigC' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ew6zPDLBegxcUT7TMigC"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 3], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username41') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username41@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username41@launchu.com"], ["password_digest", "$2a$04$WFrjJqiXFore4Ci.XzCrre.oNmkPDO3gNbDjAZtePXEHRYIxoV5zW"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username41"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Mtj1dcx1RFvgAWhKaY_N' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Mtj1dcx1RFvgAWhKaY_N"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 4], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username42') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username42@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username42@launchu.com"], ["password_digest", "$2a$04$u9r9dv5SKaoylmCpLGCCXeNrQWDqqHv183rvYB5Cwpd2r7ekXV0Te"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username42"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xHycQsE5Mx1Lkr-dAfMP' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xHycQsE5Mx1Lkr-dAfMP"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 5], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username43') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username43@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.4ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username43@launchu.com"], ["password_digest", "$2a$04$WFvbAZs19wbdenZt6NNY8.DmcF1ecs6uWnV1n.cI84V/nB3wgqmeu"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username43"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'MmGXPhDzAGAudm31b1gX' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "MmGXPhDzAGAudm31b1gX"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 6], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username44') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username44@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.5ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username44@launchu.com"], ["password_digest", "$2a$04$e8PWwXOp.t3Z8Iu4K.4ow.JWuW5XfyF6p6LtMDG0Tt..cbyuHR06a"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username44"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'wW6ds95NnDJxeyyMmfTF' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "wW6ds95NnDJxeyyMmfTF"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 7], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username45') LIMIT 1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username45@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username45@launchu.com"], ["password_digest", "$2a$04$f3jGYAtue9JNl081wrITQumYtpHacm6AIUSzrRI1ERhfXUQy8S6r."], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username45"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 52 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '52htNy-8EjjDK5Wx2YPL' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "52htNy-8EjjDK5Wx2YPL"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 8], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username46') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username46@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username46@launchu.com"], ["password_digest", "$2a$04$quj4Bruf/kTAtcHqv1LU5.dyiAAYUU6uaM0GjGkAUsKmMT4ebk2WW"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username46"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (64.2ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'xTh58g1RqzAN4k-9yHsH' LIMIT 1 SQL (0.3ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xTh58g1RqzAN4k-9yHsH"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 9], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username47') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username47@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username47@launchu.com"], ["password_digest", "$2a$04$/N8Sf/0aoHWXLKGxU5LLY./JSPu023PoUBKXM0NscBl0xuX9qIXxi"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username47"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'ZtBDrAXZPA5_NRa4xxnJ' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ZtBDrAXZPA5_NRa4xxnJ"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 10], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username48') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username48@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (0.3ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username48@launchu.com"], ["password_digest", "$2a$04$Qcuwy/kS8xQ8dbIDQbea2OUgpQbX.aWWF.Dy40N4QeqDD4bQKLK.C"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username48"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 0 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'Mtz1azTKfKsNmcA7gmTD' LIMIT 1 SQL (0.2ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Mtz1azTKfKsNmcA7gmTD"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 11], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api/1/users" for 127.0.0.1 at 2014-10-20 13:39:42 -0400 Processing by People::Api::V1::UsersController#index as HTML Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = 'jAqx5WGSjnFWKjmam2xM' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = 'jAqx5WGSjnFWKjmam2xM' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.2ms) SELECT "people_users".* FROM "people_users" Completed 200 OK in 10ms (Views: 3.8ms | ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "people_users"  (0.1ms) SELECT COUNT(*) FROM "arcadex_tokens"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 People::V1::User Exists (0.2ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."username") = LOWER('username49') LIMIT 1 People::V1::User Exists (0.1ms) SELECT 1 AS one FROM "people_users" WHERE LOWER("people_users"."email") = LOWER('username49@LaunchU.com') LIMIT 1 Binary data inserted for `string` type on column `password_digest` SQL (1.1ms) INSERT INTO "people_users" ("created_at", "email", "password_digest", "updated_at", "username") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["email", "username49@launchu.com"], ["password_digest", "$2a$04$BAGVEXHu9xd5lPqIf8EHVOiJ0V1SajW4yOnuhADu9HDJbNV6CDEvC"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["username", "username49"]] Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."id" = 5 LIMIT 1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '5vr2BKQqSipwfSz3787t' LIMIT 1 SQL (0.8ms) INSERT INTO "arcadex_tokens" ("auth_token", "created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "5vr2BKQqSipwfSz3787t"], ["created_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00], ["imageable_id", 1], ["imageable_type", "People::V1::User"], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Arcadex::Token Load (0.1ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."imageable_id" = ? AND "arcadex_tokens"."imageable_type" = ? [["imageable_id", 1], ["imageable_type", "People::V1::User"]] Started GET "/api/1/users/20" for 127.0.0.1 at 2014-10-20 13:39:42 -0400 Processing by People::Api::V1::UsersController#show as HTML Parameters: {"id"=>"20"} Arcadex::Token Load (0.2ms) SELECT "arcadex_tokens".* FROM "arcadex_tokens" WHERE "arcadex_tokens"."auth_token" = '5vr2BKQqSipwfSz3787t' LIMIT 1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 Arcadex::Token Exists (0.1ms) SELECT 1 AS one FROM "arcadex_tokens" WHERE ("arcadex_tokens"."auth_token" = '5vr2BKQqSipwfSz3787t' AND "arcadex_tokens"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "arcadex_tokens" SET "first_ip_address" = ?, "current_ip_address" = ?, "times_used" = ?, "updated_at" = ? WHERE "arcadex_tokens"."id" = 1 [["first_ip_address", "127.0.0.1"], ["current_ip_address", "127.0.0.1"], ["times_used", 1], ["updated_at", Mon, 20 Oct 2014 17:39:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 People::V1::User Load (0.1ms) SELECT "people_users".* FROM "people_users" WHERE "people_users"."id" = 20 LIMIT 1 Filter chain halted as :set_user rendered or redirected Completed 404 Not Found in 7ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction