notifiable-rails 0.24.1 → 0.24.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -580222,3 +580222,3923 @@ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.5ms)
580222
580222
   (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580223
580223
   (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580224
580224
   (0.5ms) rollback transaction
580225
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
580226
+  (0.1ms) begin transaction
580227
+  (0.0ms) SAVEPOINT active_record_1
580228
+ SQL (0.3ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-1@example.com"]]
580229
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580230
+  (0.0ms) SAVEPOINT active_record_1
580231
+ SQL (1.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.065047"], ["updated_at", "2016-03-13 17:15:40.065047"]]
580232
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580233
+  (0.1ms) SAVEPOINT active_record_1
580234
+ SQL (0.2ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.074177"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD1"], ["updated_at", "2016-03-13 17:15:40.074177"], ["user_id", 1]]
580235
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580236
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1 ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
580237
+ Processing by Notifiable::DeviceTokensController#create as JSON
580238
+ Parameters: {"token"=>"ABCD1", "provider"=>"mpns", "device_token"=>{"token"=>"ABCD1", "provider"=>"mpns"}}
580239
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABCD1' LIMIT 1
580240
+ Unpermitted parameters: device_token
580241
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
580242
+  (0.0ms) SAVEPOINT active_record_1
580243
+ Notifiable::App Load (0.1ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580244
+ SQL (0.1ms) UPDATE "notifiable_device_tokens" SET "provider" = ?, "updated_at" = ?, "user_id" = ? WHERE "notifiable_device_tokens"."id" = 1 [["provider", "mpns"], ["updated_at", "2016-03-13 17:15:40.085978"], ["user_id", nil]]
580245
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580246
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.4ms)
580247
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_device_tokens"
580248
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
580249
+  (0.0ms) DELETE FROM "notifiable_apps";
580250
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580251
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580252
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580253
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580254
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580255
+  (0.1ms) DELETE FROM "notifiable_localized_notifications";
580256
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580257
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580258
+  (0.0ms) DELETE FROM "notifiable_notifications";
580259
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580260
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580261
+  (0.0ms) DELETE FROM "notifiable_statuses";
580262
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580263
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580264
+  (0.0ms) DELETE FROM "users";
580265
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580266
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580267
+  (2.1ms) rollback transaction
580268
+  (0.0ms) begin transaction
580269
+  (0.0ms) SAVEPOINT active_record_1
580270
+ SQL (0.2ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-2@example.com"]]
580271
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580272
+  (0.0ms) SAVEPOINT active_record_1
580273
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.097183"], ["updated_at", "2016-03-13 17:15:40.097183"]]
580274
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580275
+  (0.0ms) SAVEPOINT active_record_1
580276
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.098486"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD2"], ["updated_at", "2016-03-13 17:15:40.098486"], ["user_id", 1]]
580277
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580278
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1 ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
580279
+ Processing by Notifiable::DeviceTokensController#update as JSON
580280
+ Parameters: {"id"=>"1", "token"=>"DEF456", "user_email"=>"person-2@example.com", "device_token"=>{"id"=>"1", "token"=>"DEF456"}}
580281
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
580282
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
580283
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
580284
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-2@example.com' LIMIT 1
580285
+ Unpermitted parameters: user_email, device_token
580286
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-2@example.com' LIMIT 1
580287
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-2@example.com' LIMIT 1
580288
+  (0.0ms) SAVEPOINT active_record_1
580289
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580290
+ SQL (0.2ms) UPDATE "notifiable_device_tokens" SET "token" = ?, "updated_at" = ? WHERE "notifiable_device_tokens"."id" = 1 [["token", "DEF456"], ["updated_at", "2016-03-13 17:15:40.103418"]]
580291
+  (0.1ms) RELEASE SAVEPOINT active_record_1
580292
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.6ms)
580293
+  (0.1ms) SELECT COUNT(*) FROM "notifiable_device_tokens"
580294
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
580295
+  (0.1ms) DELETE FROM "notifiable_apps";
580296
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580297
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580298
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580299
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580300
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580301
+  (0.1ms) DELETE FROM "notifiable_localized_notifications";
580302
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580303
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580304
+  (0.1ms) DELETE FROM "notifiable_notifications";
580305
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580306
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580307
+  (0.0ms) DELETE FROM "notifiable_statuses";
580308
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580309
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580310
+  (0.0ms) DELETE FROM "users";
580311
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580312
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
580313
+  (0.5ms) rollback transaction
580314
+  (0.0ms) begin transaction
580315
+  (0.0ms) SAVEPOINT active_record_1
580316
+ SQL (0.2ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-3@example.com"]]
580317
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580318
+  (0.0ms) SAVEPOINT active_record_1
580319
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.113800"], ["updated_at", "2016-03-13 17:15:40.113800"]]
580320
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580321
+  (0.0ms) SAVEPOINT active_record_1
580322
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.115377"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD3"], ["updated_at", "2016-03-13 17:15:40.115377"], ["user_id", 1]]
580323
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580324
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1 ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
580325
+ Processing by Notifiable::DeviceTokensController#destroy as JSON
580326
+ Parameters: {"id"=>"1", "device_token"=>{"id"=>"1"}}
580327
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
580328
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
580329
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
580330
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
580331
+ Filter chain halted as :ensure_authorized! rendered or redirected
580332
+ Completed 401 Unauthorized in 2ms (ActiveRecord: 0.2ms)
580333
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABCD3'
580334
+  (0.0ms) DELETE FROM "notifiable_apps";
580335
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580336
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580337
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580338
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580339
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580340
+  (0.1ms) DELETE FROM "notifiable_localized_notifications";
580341
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580342
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580343
+  (0.0ms) DELETE FROM "notifiable_notifications";
580344
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580345
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580346
+  (0.0ms) DELETE FROM "notifiable_statuses";
580347
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580348
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580349
+  (0.0ms) DELETE FROM "users";
580350
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580351
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580352
+  (0.4ms) rollback transaction
580353
+  (0.0ms) begin transaction
580354
+  (0.0ms) SAVEPOINT active_record_1
580355
+ SQL (0.2ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-4@example.com"]]
580356
+  (0.1ms) RELEASE SAVEPOINT active_record_1
580357
+  (0.0ms) SAVEPOINT active_record_1
580358
+ SQL (0.4ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.124713"], ["updated_at", "2016-03-13 17:15:40.124713"]]
580359
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580360
+  (0.0ms) SAVEPOINT active_record_1
580361
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.126335"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD4"], ["updated_at", "2016-03-13 17:15:40.126335"], ["user_id", 1]]
580362
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580363
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1 ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
580364
+  (0.0ms) SAVEPOINT active_record_1
580365
+ SQL (0.1ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-5@example.com"]]
580366
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580367
+ Processing by Notifiable::DeviceTokensController#update as JSON
580368
+ Parameters: {"id"=>"1", "user_email"=>"person-5@example.com", "token"=>"ZXY987", "device_token"=>{"id"=>"1", "token"=>"ZXY987"}}
580369
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
580370
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
580371
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
580372
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-5@example.com' LIMIT 1
580373
+ Filter chain halted as :ensure_authorized! rendered or redirected
580374
+ Completed 401 Unauthorized in 2ms (ActiveRecord: 0.2ms)
580375
+  (0.0ms) DELETE FROM "notifiable_apps";
580376
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580377
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580378
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580379
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580380
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580381
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
580382
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580383
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580384
+  (0.0ms) DELETE FROM "notifiable_notifications";
580385
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580386
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580387
+  (0.0ms) DELETE FROM "notifiable_statuses";
580388
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580389
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580390
+  (0.0ms) DELETE FROM "users";
580391
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580392
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580393
+  (0.5ms) rollback transaction
580394
+  (0.0ms) begin transaction
580395
+  (0.0ms) SAVEPOINT active_record_1
580396
+ SQL (0.2ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-6@example.com"]]
580397
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580398
+  (0.0ms) SAVEPOINT active_record_1
580399
+ SQL (0.4ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.136262"], ["updated_at", "2016-03-13 17:15:40.136262"]]
580400
+  (0.1ms) RELEASE SAVEPOINT active_record_1
580401
+  (0.0ms) SAVEPOINT active_record_1
580402
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.137881"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD5"], ["updated_at", "2016-03-13 17:15:40.137881"], ["user_id", 1]]
580403
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580404
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1 ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
580405
+ Processing by Notifiable::DeviceTokensController#destroy as JSON
580406
+ Parameters: {"id"=>"1", "user_email"=>"person-6@example.com", "device_token"=>{"id"=>"1"}}
580407
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
580408
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
580409
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
580410
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-6@example.com' LIMIT 1
580411
+  (0.0ms) SAVEPOINT active_record_1
580412
+ SQL (0.1ms) DELETE FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? [["id", 1]]
580413
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580414
+ Completed 200 OK in 3ms (ActiveRecord: 0.4ms)
580415
+  (0.1ms) SELECT COUNT(*) FROM "notifiable_device_tokens"
580416
+  (0.0ms) DELETE FROM "notifiable_apps";
580417
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580418
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580419
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580420
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580421
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580422
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
580423
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580424
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580425
+  (0.0ms) DELETE FROM "notifiable_notifications";
580426
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580427
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580428
+  (0.1ms) DELETE FROM "notifiable_statuses";
580429
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580430
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580431
+  (0.0ms) DELETE FROM "users";
580432
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580433
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580434
+  (0.4ms) rollback transaction
580435
+  (0.1ms) begin transaction
580436
+  (0.0ms) SAVEPOINT active_record_1
580437
+ SQL (0.2ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-7@example.com"]]
580438
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580439
+ Processing by Notifiable::DeviceTokensController#destroy as JSON
580440
+ Parameters: {"id"=>"59", "user_email"=>"person-7@example.com", "device_token"=>{"id"=>"59"}}
580441
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 59]]
580442
+ Completed 404 Not Found in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
580443
+  (0.0ms) SAVEPOINT active_record_1
580444
+ SQL (0.3ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-8@example.com"]]
580445
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580446
+  (0.0ms) SAVEPOINT active_record_1
580447
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.152366"], ["updated_at", "2016-03-13 17:15:40.152366"]]
580448
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580449
+  (0.0ms) SAVEPOINT active_record_1
580450
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.153638"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD6"], ["updated_at", "2016-03-13 17:15:40.153638"], ["user_id", 2]]
580451
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580452
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2 ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
580453
+  (0.1ms) SELECT COUNT(*) FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABCD6'
580454
+  (0.0ms) DELETE FROM "notifiable_apps";
580455
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580456
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580457
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580458
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580459
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580460
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
580461
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580462
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580463
+  (0.0ms) DELETE FROM "notifiable_notifications";
580464
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580465
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580466
+  (0.0ms) DELETE FROM "notifiable_statuses";
580467
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580468
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580469
+  (0.0ms) DELETE FROM "users";
580470
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580471
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580472
+  (0.4ms) rollback transaction
580473
+  (0.0ms) begin transaction
580474
+  (0.0ms) SAVEPOINT active_record_1
580475
+ SQL (0.2ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-9@example.com"]]
580476
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580477
+  (0.0ms) SAVEPOINT active_record_1
580478
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.159778"], ["updated_at", "2016-03-13 17:15:40.159778"]]
580479
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580480
+  (0.0ms) SAVEPOINT active_record_1
580481
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.161042"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD7"], ["updated_at", "2016-03-13 17:15:40.161042"], ["user_id", 1]]
580482
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580483
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1 ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
580484
+  (0.0ms) SAVEPOINT active_record_1
580485
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-10@example.com"]]
580486
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580487
+ Processing by Notifiable::DeviceTokensController#destroy as JSON
580488
+ Parameters: {"id"=>"1", "user_email"=>"person-10@example.com", "device_token"=>{"id"=>"1"}}
580489
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
580490
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
580491
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
580492
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-10@example.com' LIMIT 1
580493
+ Filter chain halted as :ensure_authorized! rendered or redirected
580494
+ Completed 401 Unauthorized in 1ms (ActiveRecord: 0.1ms)
580495
+  (0.1ms) SELECT COUNT(*) FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABCD7'
580496
+  (0.0ms) DELETE FROM "notifiable_apps";
580497
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580498
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580499
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580500
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580501
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580502
+  (0.1ms) DELETE FROM "notifiable_localized_notifications";
580503
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580504
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580505
+  (0.0ms) DELETE FROM "notifiable_notifications";
580506
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580507
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580508
+  (0.1ms) DELETE FROM "notifiable_statuses";
580509
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580510
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580511
+  (0.0ms) DELETE FROM "users";
580512
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580513
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580514
+  (0.5ms) rollback transaction
580515
+  (0.1ms) begin transaction
580516
+  (0.1ms) SAVEPOINT active_record_1
580517
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.169663"], ["updated_at", "2016-03-13 17:15:40.169663"]]
580518
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580519
+  (0.0ms) SAVEPOINT active_record_1
580520
+ SQL (0.4ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "is_valid", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.171470"], ["is_valid", "f"], ["provider", "apns"], ["token", "DEF456"], ["updated_at", "2016-03-13 17:15:40.171470"]]
580521
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580522
+ Processing by Notifiable::DeviceTokensController#create as JSON
580523
+ Parameters: {"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1"}}
580524
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
580525
+ Unpermitted parameters: device_token
580526
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
580527
+  (0.0ms) SAVEPOINT active_record_1
580528
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580529
+ SQL (0.1ms) UPDATE "notifiable_device_tokens" SET "is_valid" = ?, "updated_at" = ? WHERE "notifiable_device_tokens"."id" = 1 [["is_valid", "t"], ["updated_at", "2016-03-13 17:15:40.175342"]]
580530
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580531
+ Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.3ms)
580532
+  (0.1ms) DELETE FROM "notifiable_apps";
580533
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580534
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580535
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580536
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580537
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580538
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
580539
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580540
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580541
+  (0.0ms) DELETE FROM "notifiable_notifications";
580542
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580543
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580544
+  (0.0ms) DELETE FROM "notifiable_statuses";
580545
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580546
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580547
+  (0.0ms) DELETE FROM "users";
580548
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580549
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580550
+  (0.5ms) rollback transaction
580551
+  (0.1ms) begin transaction
580552
+  (0.1ms) SAVEPOINT active_record_1
580553
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.181143"], ["updated_at", "2016-03-13 17:15:40.181143"]]
580554
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580555
+  (0.0ms) SAVEPOINT active_record_1
580556
+ SQL (0.4ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "is_valid", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.183398"], ["is_valid", "f"], ["provider", "apns"], ["token", "DEF456"], ["updated_at", "2016-03-13 17:15:40.183398"]]
580557
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580558
+ Processing by Notifiable::DeviceTokensController#create as JSON
580559
+ Parameters: {"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1"}}
580560
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
580561
+ Unpermitted parameters: device_token
580562
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
580563
+  (0.0ms) SAVEPOINT active_record_1
580564
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580565
+ SQL (0.1ms) UPDATE "notifiable_device_tokens" SET "is_valid" = ?, "updated_at" = ? WHERE "notifiable_device_tokens"."id" = 1 [["is_valid", "t"], ["updated_at", "2016-03-13 17:15:40.188348"]]
580566
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580567
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.4ms)
580568
+  (0.1ms) DELETE FROM "notifiable_apps";
580569
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580570
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580571
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580572
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580573
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580574
+  (0.1ms) DELETE FROM "notifiable_localized_notifications";
580575
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580576
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580577
+  (0.0ms) DELETE FROM "notifiable_notifications";
580578
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580579
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580580
+  (0.0ms) DELETE FROM "notifiable_statuses";
580581
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580582
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580583
+  (0.1ms) DELETE FROM "users";
580584
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580585
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
580586
+  (0.4ms) rollback transaction
580587
+  (0.0ms) begin transaction
580588
+  (0.0ms) SAVEPOINT active_record_1
580589
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.193871"], ["updated_at", "2016-03-13 17:15:40.193871"]]
580590
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580591
+  (0.0ms) SAVEPOINT active_record_1
580592
+ SQL (0.3ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "is_valid", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.195650"], ["is_valid", "f"], ["provider", "apns"], ["token", "DEF456"], ["updated_at", "2016-03-13 17:15:40.195650"]]
580593
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580594
+ Processing by Notifiable::DeviceTokensController#create as JSON
580595
+ Parameters: {"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1"}}
580596
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
580597
+ Unpermitted parameters: device_token
580598
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
580599
+  (0.0ms) SAVEPOINT active_record_1
580600
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580601
+ SQL (0.0ms) UPDATE "notifiable_device_tokens" SET "is_valid" = ?, "updated_at" = ? WHERE "notifiable_device_tokens"."id" = 1 [["is_valid", "t"], ["updated_at", "2016-03-13 17:15:40.199554"]]
580602
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580603
+ Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.2ms)
580604
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
580605
+  (0.0ms) DELETE FROM "notifiable_apps";
580606
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580607
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580608
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580609
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580610
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580611
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
580612
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580613
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580614
+  (0.0ms) DELETE FROM "notifiable_notifications";
580615
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580616
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580617
+  (0.0ms) DELETE FROM "notifiable_statuses";
580618
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580619
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580620
+  (0.0ms) DELETE FROM "users";
580621
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580622
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580623
+  (0.4ms) rollback transaction
580624
+  (0.0ms) begin transaction
580625
+  (0.0ms) SAVEPOINT active_record_1
580626
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.204897"], ["updated_at", "2016-03-13 17:15:40.204897"]]
580627
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580628
+  (0.0ms) SAVEPOINT active_record_1
580629
+ SQL (0.3ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "is_valid", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.206467"], ["is_valid", "f"], ["provider", "apns"], ["token", "DEF456"], ["updated_at", "2016-03-13 17:15:40.206467"]]
580630
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580631
+ Processing by Notifiable::DeviceTokensController#create as JSON
580632
+ Parameters: {"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1"}}
580633
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
580634
+ Unpermitted parameters: device_token
580635
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
580636
+  (0.0ms) SAVEPOINT active_record_1
580637
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580638
+ SQL (0.0ms) UPDATE "notifiable_device_tokens" SET "is_valid" = ?, "updated_at" = ? WHERE "notifiable_device_tokens"."id" = 1 [["is_valid", "t"], ["updated_at", "2016-03-13 17:15:40.210323"]]
580639
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580640
+ Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.3ms)
580641
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
580642
+  (0.0ms) DELETE FROM "notifiable_apps";
580643
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580644
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580645
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580646
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580647
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580648
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
580649
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580650
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580651
+  (0.0ms) DELETE FROM "notifiable_notifications";
580652
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580653
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580654
+  (0.0ms) DELETE FROM "notifiable_statuses";
580655
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580656
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580657
+  (0.0ms) DELETE FROM "users";
580658
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580659
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580660
+  (0.5ms) rollback transaction
580661
+  (0.0ms) begin transaction
580662
+  (0.1ms) SAVEPOINT active_record_1
580663
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.215589"], ["updated_at", "2016-03-13 17:15:40.215589"]]
580664
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580665
+  (0.0ms) SAVEPOINT active_record_1
580666
+ SQL (0.4ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "is_valid", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.217976"], ["is_valid", "f"], ["provider", "apns"], ["token", "DEF456"], ["updated_at", "2016-03-13 17:15:40.217976"]]
580667
+  (0.1ms) RELEASE SAVEPOINT active_record_1
580668
+ Processing by Notifiable::DeviceTokensController#create as JSON
580669
+ Parameters: {"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1"}}
580670
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
580671
+ Unpermitted parameters: device_token
580672
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
580673
+  (0.0ms) SAVEPOINT active_record_1
580674
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580675
+ SQL (0.1ms) UPDATE "notifiable_device_tokens" SET "is_valid" = ?, "updated_at" = ? WHERE "notifiable_device_tokens"."id" = 1 [["is_valid", "t"], ["updated_at", "2016-03-13 17:15:40.223178"]]
580676
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580677
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.4ms)
580678
+  (0.1ms) SELECT COUNT(*) FROM "notifiable_device_tokens"
580679
+  (0.0ms) DELETE FROM "notifiable_apps";
580680
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580681
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580682
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580683
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580684
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580685
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
580686
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580687
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580688
+  (0.0ms) DELETE FROM "notifiable_notifications";
580689
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580690
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580691
+  (0.0ms) DELETE FROM "notifiable_statuses";
580692
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580693
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580694
+  (0.0ms) DELETE FROM "users";
580695
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580696
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580697
+  (0.4ms) rollback transaction
580698
+  (0.0ms) begin transaction
580699
+  (0.0ms) SAVEPOINT active_record_1
580700
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.228464"], ["updated_at", "2016-03-13 17:15:40.228464"]]
580701
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580702
+  (0.0ms) SAVEPOINT active_record_1
580703
+ SQL (0.3ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "is_valid", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.230221"], ["is_valid", "f"], ["provider", "apns"], ["token", "DEF456"], ["updated_at", "2016-03-13 17:15:40.230221"]]
580704
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580705
+ Processing by Notifiable::DeviceTokensController#create as JSON
580706
+ Parameters: {"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1"}}
580707
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
580708
+ Unpermitted parameters: device_token
580709
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
580710
+  (0.0ms) SAVEPOINT active_record_1
580711
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580712
+ SQL (0.0ms) UPDATE "notifiable_device_tokens" SET "is_valid" = ?, "updated_at" = ? WHERE "notifiable_device_tokens"."id" = 1 [["is_valid", "t"], ["updated_at", "2016-03-13 17:15:40.234141"]]
580713
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580714
+ Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.3ms)
580715
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
580716
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580717
+  (0.0ms) DELETE FROM "notifiable_apps";
580718
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580719
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580720
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580721
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580722
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580723
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
580724
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580725
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580726
+  (0.0ms) DELETE FROM "notifiable_notifications";
580727
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580728
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580729
+  (0.0ms) DELETE FROM "notifiable_statuses";
580730
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580731
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580732
+  (0.0ms) DELETE FROM "users";
580733
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580734
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580735
+  (0.5ms) rollback transaction
580736
+  (0.0ms) begin transaction
580737
+  (0.0ms) SAVEPOINT active_record_1
580738
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.239508"], ["updated_at", "2016-03-13 17:15:40.239508"]]
580739
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580740
+  (0.0ms) SAVEPOINT active_record_1
580741
+ SQL (0.3ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "is_valid", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.241334"], ["is_valid", "f"], ["provider", "apns"], ["token", "DEF456"], ["updated_at", "2016-03-13 17:15:40.241334"]]
580742
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580743
+ Processing by Notifiable::DeviceTokensController#create as JSON
580744
+ Parameters: {"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1"}}
580745
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
580746
+ Unpermitted parameters: device_token
580747
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
580748
+  (0.0ms) SAVEPOINT active_record_1
580749
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580750
+ SQL (0.0ms) UPDATE "notifiable_device_tokens" SET "is_valid" = ?, "updated_at" = ? WHERE "notifiable_device_tokens"."id" = 1 [["is_valid", "t"], ["updated_at", "2016-03-13 17:15:40.245232"]]
580751
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580752
+ Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.3ms)
580753
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
580754
+  (0.0ms) DELETE FROM "notifiable_apps";
580755
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580756
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580757
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580758
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580759
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580760
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
580761
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580762
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580763
+  (0.1ms) DELETE FROM "notifiable_notifications";
580764
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580765
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580766
+  (0.0ms) DELETE FROM "notifiable_statuses";
580767
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580768
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580769
+  (0.1ms) DELETE FROM "users";
580770
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580771
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580772
+  (0.5ms) rollback transaction
580773
+  (0.0ms) begin transaction
580774
+  (0.0ms) SAVEPOINT active_record_1
580775
+ SQL (0.2ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-11@example.com"]]
580776
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580777
+  (0.0ms) SAVEPOINT active_record_1
580778
+ SQL (0.4ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.251485"], ["updated_at", "2016-03-13 17:15:40.251485"]]
580779
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580780
+ Processing by Notifiable::DeviceTokensController#create as JSON
580781
+ Parameters: {"token"=>"ABC123", "name"=>"Matt's iPhone", "user_email"=>"person-11@example.com", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"ABC123", "provider"=>"apns", "name"=>"Matt's iPhone", "app_id"=>"1"}}
580782
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
580783
+ Unpermitted parameters: user_email, device_token
580784
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-11@example.com' LIMIT 1
580785
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-11@example.com' LIMIT 1
580786
+  (0.0ms) SAVEPOINT active_record_1
580787
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580788
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "name", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.256495"], ["name", "Matt's iPhone"], ["provider", "apns"], ["token", "ABC123"], ["updated_at", "2016-03-13 17:15:40.256495"], ["user_id", 1]]
580789
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580790
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.4ms)
580791
+  (0.0ms) DELETE FROM "notifiable_apps";
580792
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580793
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580794
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580795
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580796
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580797
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
580798
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580799
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580800
+  (0.0ms) DELETE FROM "notifiable_notifications";
580801
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580802
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580803
+  (0.0ms) DELETE FROM "notifiable_statuses";
580804
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580805
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580806
+  (0.0ms) DELETE FROM "users";
580807
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580808
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
580809
+  (0.4ms) rollback transaction
580810
+  (0.0ms) begin transaction
580811
+  (0.0ms) SAVEPOINT active_record_1
580812
+ SQL (0.2ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-12@example.com"]]
580813
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580814
+  (0.0ms) SAVEPOINT active_record_1
580815
+ SQL (0.4ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.262079"], ["updated_at", "2016-03-13 17:15:40.262079"]]
580816
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580817
+ Processing by Notifiable::DeviceTokensController#create as JSON
580818
+ Parameters: {"token"=>"ABC123", "name"=>"Matt's iPhone", "user_email"=>"person-12@example.com", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"ABC123", "provider"=>"apns", "name"=>"Matt's iPhone", "app_id"=>"1"}}
580819
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
580820
+ Unpermitted parameters: user_email, device_token
580821
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-12@example.com' LIMIT 1
580822
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-12@example.com' LIMIT 1
580823
+  (0.0ms) SAVEPOINT active_record_1
580824
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580825
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "name", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.267729"], ["name", "Matt's iPhone"], ["provider", "apns"], ["token", "ABC123"], ["updated_at", "2016-03-13 17:15:40.267729"], ["user_id", 1]]
580826
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580827
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.4ms)
580828
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
580829
+  (0.1ms) DELETE FROM "notifiable_apps";
580830
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580831
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580832
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580833
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580834
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580835
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
580836
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580837
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580838
+  (0.0ms) DELETE FROM "notifiable_notifications";
580839
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580840
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580841
+  (0.0ms) DELETE FROM "notifiable_statuses";
580842
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580843
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580844
+  (0.0ms) DELETE FROM "users";
580845
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580846
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580847
+  (0.4ms) rollback transaction
580848
+  (0.0ms) begin transaction
580849
+  (0.0ms) SAVEPOINT active_record_1
580850
+ SQL (0.2ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-13@example.com"]]
580851
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580852
+  (0.0ms) SAVEPOINT active_record_1
580853
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.274653"], ["updated_at", "2016-03-13 17:15:40.274653"]]
580854
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580855
+ Processing by Notifiable::DeviceTokensController#create as JSON
580856
+ Parameters: {"token"=>"ABC123", "name"=>"Matt's iPhone", "user_email"=>"person-13@example.com", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"ABC123", "provider"=>"apns", "name"=>"Matt's iPhone", "app_id"=>"1"}}
580857
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
580858
+ Unpermitted parameters: user_email, device_token
580859
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-13@example.com' LIMIT 1
580860
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-13@example.com' LIMIT 1
580861
+  (0.0ms) SAVEPOINT active_record_1
580862
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580863
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "name", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.279383"], ["name", "Matt's iPhone"], ["provider", "apns"], ["token", "ABC123"], ["updated_at", "2016-03-13 17:15:40.279383"], ["user_id", 1]]
580864
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580865
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.3ms)
580866
+  (0.0ms) DELETE FROM "notifiable_apps";
580867
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580868
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580869
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580870
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580871
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580872
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
580873
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580874
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580875
+  (0.0ms) DELETE FROM "notifiable_notifications";
580876
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580877
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580878
+  (0.0ms) DELETE FROM "notifiable_statuses";
580879
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580880
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580881
+  (0.0ms) DELETE FROM "users";
580882
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580883
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580884
+  (0.4ms) rollback transaction
580885
+  (0.0ms) begin transaction
580886
+  (0.0ms) SAVEPOINT active_record_1
580887
+ SQL (0.2ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-14@example.com"]]
580888
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580889
+  (0.0ms) SAVEPOINT active_record_1
580890
+ SQL (0.4ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.285139"], ["updated_at", "2016-03-13 17:15:40.285139"]]
580891
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580892
+ Processing by Notifiable::DeviceTokensController#create as JSON
580893
+ Parameters: {"token"=>"ABC123", "name"=>"Matt's iPhone", "user_email"=>"person-14@example.com", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"ABC123", "provider"=>"apns", "name"=>"Matt's iPhone", "app_id"=>"1"}}
580894
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
580895
+ Unpermitted parameters: user_email, device_token
580896
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-14@example.com' LIMIT 1
580897
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-14@example.com' LIMIT 1
580898
+  (0.0ms) SAVEPOINT active_record_1
580899
+ Notifiable::App Load (0.1ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580900
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "name", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.291044"], ["name", "Matt's iPhone"], ["provider", "apns"], ["token", "ABC123"], ["updated_at", "2016-03-13 17:15:40.291044"], ["user_id", 1]]
580901
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580902
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.5ms)
580903
+ User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1
580904
+  (0.1ms) SELECT COUNT(*) FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
580905
+  (0.0ms) DELETE FROM "notifiable_apps";
580906
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580907
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580908
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580909
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580910
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580911
+  (0.1ms) DELETE FROM "notifiable_localized_notifications";
580912
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580913
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580914
+  (0.0ms) DELETE FROM "notifiable_notifications";
580915
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580916
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580917
+  (0.0ms) DELETE FROM "notifiable_statuses";
580918
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580919
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580920
+  (0.0ms) DELETE FROM "users";
580921
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580922
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580923
+  (0.5ms) rollback transaction
580924
+  (0.1ms) begin transaction
580925
+  (0.0ms) SAVEPOINT active_record_1
580926
+ SQL (0.2ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-15@example.com"]]
580927
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580928
+  (0.0ms) SAVEPOINT active_record_1
580929
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.298124"], ["updated_at", "2016-03-13 17:15:40.298124"]]
580930
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580931
+ Processing by Notifiable::DeviceTokensController#create as JSON
580932
+ Parameters: {"token"=>"ABC123", "name"=>"Matt's iPhone", "user_email"=>"person-15@example.com", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"ABC123", "provider"=>"apns", "name"=>"Matt's iPhone", "app_id"=>"1"}}
580933
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
580934
+ Unpermitted parameters: user_email, device_token
580935
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-15@example.com' LIMIT 1
580936
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-15@example.com' LIMIT 1
580937
+  (0.0ms) SAVEPOINT active_record_1
580938
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580939
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "name", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.303319"], ["name", "Matt's iPhone"], ["provider", "apns"], ["token", "ABC123"], ["updated_at", "2016-03-13 17:15:40.303319"], ["user_id", 1]]
580940
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580941
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.4ms)
580942
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
580943
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580944
+  (0.0ms) DELETE FROM "notifiable_apps";
580945
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580946
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580947
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580948
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580949
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580950
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
580951
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580952
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580953
+  (0.1ms) DELETE FROM "notifiable_notifications";
580954
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580955
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580956
+  (0.0ms) DELETE FROM "notifiable_statuses";
580957
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580958
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580959
+  (0.0ms) DELETE FROM "users";
580960
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580961
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
580962
+  (0.5ms) rollback transaction
580963
+  (0.0ms) begin transaction
580964
+  (0.0ms) SAVEPOINT active_record_1
580965
+ SQL (0.2ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-16@example.com"]]
580966
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580967
+  (0.0ms) SAVEPOINT active_record_1
580968
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.309805"], ["updated_at", "2016-03-13 17:15:40.309805"]]
580969
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580970
+ Processing by Notifiable::DeviceTokensController#create as JSON
580971
+ Parameters: {"token"=>"ABC123", "name"=>"Matt's iPhone", "user_email"=>"person-16@example.com", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"ABC123", "provider"=>"apns", "name"=>"Matt's iPhone", "app_id"=>"1"}}
580972
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
580973
+ Unpermitted parameters: user_email, device_token
580974
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-16@example.com' LIMIT 1
580975
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-16@example.com' LIMIT 1
580976
+  (0.0ms) SAVEPOINT active_record_1
580977
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
580978
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "name", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.314353"], ["name", "Matt's iPhone"], ["provider", "apns"], ["token", "ABC123"], ["updated_at", "2016-03-13 17:15:40.314353"], ["user_id", 1]]
580979
+  (0.0ms) RELEASE SAVEPOINT active_record_1
580980
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.4ms)
580981
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_device_tokens"
580982
+  (0.0ms) DELETE FROM "notifiable_apps";
580983
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580984
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
580985
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
580986
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580987
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
580988
+  (0.1ms) DELETE FROM "notifiable_localized_notifications";
580989
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580990
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
580991
+  (0.0ms) DELETE FROM "notifiable_notifications";
580992
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580993
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
580994
+  (0.0ms) DELETE FROM "notifiable_statuses";
580995
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580996
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
580997
+  (0.0ms) DELETE FROM "users";
580998
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
580999
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581000
+  (0.4ms) rollback transaction
581001
+  (0.0ms) begin transaction
581002
+  (0.0ms) SAVEPOINT active_record_1
581003
+ SQL (0.2ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-17@example.com"]]
581004
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581005
+  (0.0ms) SAVEPOINT active_record_1
581006
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.320545"], ["updated_at", "2016-03-13 17:15:40.320545"]]
581007
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581008
+ Processing by Notifiable::DeviceTokensController#create as JSON
581009
+ Parameters: {"token"=>"ABC123", "name"=>"Matt's iPhone", "user_email"=>"person-17@example.com", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"ABC123", "provider"=>"apns", "name"=>"Matt's iPhone", "app_id"=>"1"}}
581010
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
581011
+ Unpermitted parameters: user_email, device_token
581012
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-17@example.com' LIMIT 1
581013
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-17@example.com' LIMIT 1
581014
+  (0.0ms) SAVEPOINT active_record_1
581015
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
581016
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "name", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.325269"], ["name", "Matt's iPhone"], ["provider", "apns"], ["token", "ABC123"], ["updated_at", "2016-03-13 17:15:40.325269"], ["user_id", 1]]
581017
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581018
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.4ms)
581019
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
581020
+  (0.0ms) DELETE FROM "notifiable_apps";
581021
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581022
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581023
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581024
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581025
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581026
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581027
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581028
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581029
+  (0.0ms) DELETE FROM "notifiable_notifications";
581030
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581031
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581032
+  (0.1ms) DELETE FROM "notifiable_statuses";
581033
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581034
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581035
+  (0.1ms) DELETE FROM "users";
581036
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581037
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581038
+  (0.5ms) rollback transaction
581039
+  (0.0ms) begin transaction
581040
+  (0.0ms) SAVEPOINT active_record_1
581041
+ SQL (0.2ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-18@example.com"]]
581042
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581043
+  (0.0ms) SAVEPOINT active_record_1
581044
+ SQL (0.4ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.331960"], ["updated_at", "2016-03-13 17:15:40.331960"]]
581045
+  (0.1ms) RELEASE SAVEPOINT active_record_1
581046
+ Processing by Notifiable::DeviceTokensController#create as JSON
581047
+ Parameters: {"token"=>"ABC123", "name"=>"Matt's iPhone", "user_email"=>"person-18@example.com", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"ABC123", "provider"=>"apns", "name"=>"Matt's iPhone", "app_id"=>"1"}}
581048
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
581049
+ Unpermitted parameters: user_email, device_token
581050
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-18@example.com' LIMIT 1
581051
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-18@example.com' LIMIT 1
581052
+  (0.0ms) SAVEPOINT active_record_1
581053
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
581054
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "name", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.337360"], ["name", "Matt's iPhone"], ["provider", "apns"], ["token", "ABC123"], ["updated_at", "2016-03-13 17:15:40.337360"], ["user_id", 1]]
581055
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581056
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.4ms)
581057
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
581058
+  (0.0ms) DELETE FROM "notifiable_apps";
581059
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581060
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581061
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581062
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581063
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581064
+  (0.1ms) DELETE FROM "notifiable_localized_notifications";
581065
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581066
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581067
+  (0.1ms) DELETE FROM "notifiable_notifications";
581068
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581069
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581070
+  (0.0ms) DELETE FROM "notifiable_statuses";
581071
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581072
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581073
+  (0.0ms) DELETE FROM "users";
581074
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581075
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581076
+  (0.4ms) rollback transaction
581077
+  (0.0ms) begin transaction
581078
+  (0.0ms) SAVEPOINT active_record_1
581079
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.342600"], ["updated_at", "2016-03-13 17:15:40.342600"]]
581080
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581081
+  (0.0ms) SAVEPOINT active_record_1
581082
+ SQL (0.3ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.344222"], ["provider", "apns"], ["token", "DEF456"], ["updated_at", "2016-03-13 17:15:40.344222"]]
581083
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581084
+ Processing by Notifiable::DeviceTokensController#create as JSON
581085
+ Parameters: {"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1"}}
581086
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
581087
+ Unpermitted parameters: device_token
581088
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581089
+  (0.0ms) SAVEPOINT active_record_1
581090
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
581091
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581092
+ Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms)
581093
+  (0.0ms) DELETE FROM "notifiable_apps";
581094
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581095
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581096
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581097
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581098
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581099
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581100
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581101
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581102
+  (0.0ms) DELETE FROM "notifiable_notifications";
581103
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581104
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581105
+  (0.0ms) DELETE FROM "notifiable_statuses";
581106
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581107
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581108
+  (0.0ms) DELETE FROM "users";
581109
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581110
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581111
+  (0.5ms) rollback transaction
581112
+  (0.0ms) begin transaction
581113
+  (0.0ms) SAVEPOINT active_record_1
581114
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.352021"], ["updated_at", "2016-03-13 17:15:40.352021"]]
581115
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581116
+  (0.0ms) SAVEPOINT active_record_1
581117
+ SQL (0.3ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.353863"], ["provider", "apns"], ["token", "DEF456"], ["updated_at", "2016-03-13 17:15:40.353863"]]
581118
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581119
+ Processing by Notifiable::DeviceTokensController#create as JSON
581120
+ Parameters: {"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1"}}
581121
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
581122
+ Unpermitted parameters: device_token
581123
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581124
+  (0.0ms) SAVEPOINT active_record_1
581125
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
581126
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581127
+ Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.2ms)
581128
+  (0.0ms) DELETE FROM "notifiable_apps";
581129
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581130
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581131
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581132
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581133
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581134
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581135
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581136
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581137
+  (0.0ms) DELETE FROM "notifiable_notifications";
581138
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581139
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581140
+  (0.0ms) DELETE FROM "notifiable_statuses";
581141
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581142
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581143
+  (0.0ms) DELETE FROM "users";
581144
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581145
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581146
+  (0.5ms) rollback transaction
581147
+  (0.0ms) begin transaction
581148
+  (0.0ms) SAVEPOINT active_record_1
581149
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.362053"], ["updated_at", "2016-03-13 17:15:40.362053"]]
581150
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581151
+  (0.0ms) SAVEPOINT active_record_1
581152
+ SQL (0.3ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.363516"], ["provider", "apns"], ["token", "DEF456"], ["updated_at", "2016-03-13 17:15:40.363516"]]
581153
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581154
+ Processing by Notifiable::DeviceTokensController#create as JSON
581155
+ Parameters: {"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1"}}
581156
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
581157
+ Unpermitted parameters: device_token
581158
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581159
+  (0.0ms) SAVEPOINT active_record_1
581160
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
581161
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581162
+ Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms)
581163
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
581164
+  (0.0ms) DELETE FROM "notifiable_apps";
581165
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581166
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581167
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581168
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581169
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581170
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581171
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581172
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581173
+  (0.0ms) DELETE FROM "notifiable_notifications";
581174
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581175
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581176
+  (0.0ms) DELETE FROM "notifiable_statuses";
581177
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581178
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581179
+  (0.0ms) DELETE FROM "users";
581180
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581181
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581182
+  (0.5ms) rollback transaction
581183
+  (0.0ms) begin transaction
581184
+  (0.0ms) SAVEPOINT active_record_1
581185
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.371980"], ["updated_at", "2016-03-13 17:15:40.371980"]]
581186
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581187
+  (0.0ms) SAVEPOINT active_record_1
581188
+ SQL (0.3ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.373531"], ["provider", "apns"], ["token", "DEF456"], ["updated_at", "2016-03-13 17:15:40.373531"]]
581189
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581190
+ Processing by Notifiable::DeviceTokensController#create as JSON
581191
+ Parameters: {"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1"}}
581192
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
581193
+ Unpermitted parameters: device_token
581194
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581195
+  (0.0ms) SAVEPOINT active_record_1
581196
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
581197
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581198
+ Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.3ms)
581199
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
581200
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
581201
+  (0.0ms) DELETE FROM "notifiable_apps";
581202
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581203
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581204
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581205
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581206
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581207
+  (0.1ms) DELETE FROM "notifiable_localized_notifications";
581208
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581209
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581210
+  (0.0ms) DELETE FROM "notifiable_notifications";
581211
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581212
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581213
+  (0.0ms) DELETE FROM "notifiable_statuses";
581214
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581215
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581216
+  (0.0ms) DELETE FROM "users";
581217
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581218
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581219
+  (0.5ms) rollback transaction
581220
+  (0.0ms) begin transaction
581221
+  (0.0ms) SAVEPOINT active_record_1
581222
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.383753"], ["updated_at", "2016-03-13 17:15:40.383753"]]
581223
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581224
+  (0.0ms) SAVEPOINT active_record_1
581225
+ SQL (0.4ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.385486"], ["provider", "apns"], ["token", "DEF456"], ["updated_at", "2016-03-13 17:15:40.385486"]]
581226
+  (0.1ms) RELEASE SAVEPOINT active_record_1
581227
+ Processing by Notifiable::DeviceTokensController#create as JSON
581228
+ Parameters: {"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1"}}
581229
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
581230
+ Unpermitted parameters: device_token
581231
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581232
+  (0.1ms) SAVEPOINT active_record_1
581233
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
581234
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581235
+ Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.4ms)
581236
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_device_tokens"
581237
+  (0.0ms) DELETE FROM "notifiable_apps";
581238
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581239
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581240
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581241
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581242
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581243
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581244
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581245
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581246
+  (0.1ms) DELETE FROM "notifiable_notifications";
581247
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581248
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581249
+  (0.0ms) DELETE FROM "notifiable_statuses";
581250
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581251
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581252
+  (0.0ms) DELETE FROM "users";
581253
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581254
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581255
+  (0.5ms) rollback transaction
581256
+  (0.0ms) begin transaction
581257
+  (0.0ms) SAVEPOINT active_record_1
581258
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.396276"], ["updated_at", "2016-03-13 17:15:40.396276"]]
581259
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581260
+  (0.0ms) SAVEPOINT active_record_1
581261
+ SQL (0.3ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.398010"], ["provider", "apns"], ["token", "DEF456"], ["updated_at", "2016-03-13 17:15:40.398010"]]
581262
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581263
+ Processing by Notifiable::DeviceTokensController#create as JSON
581264
+ Parameters: {"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"DEF456", "provider"=>"apns", "app_id"=>"1"}}
581265
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
581266
+ Unpermitted parameters: device_token
581267
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581268
+  (0.0ms) SAVEPOINT active_record_1
581269
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
581270
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581271
+ Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.2ms)
581272
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
581273
+  (0.0ms) DELETE FROM "notifiable_apps";
581274
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581275
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581276
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581277
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581278
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581279
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581280
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581281
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581282
+  (0.1ms) DELETE FROM "notifiable_notifications";
581283
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581284
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581285
+  (0.0ms) DELETE FROM "notifiable_statuses";
581286
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581287
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581288
+  (0.0ms) DELETE FROM "users";
581289
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581290
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581291
+  (0.4ms) rollback transaction
581292
+  (0.0ms) begin transaction
581293
+  (0.0ms) SAVEPOINT active_record_1
581294
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.407642"], ["updated_at", "2016-03-13 17:15:40.407642"]]
581295
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581296
+ Processing by Notifiable::DeviceTokensController#create as JSON
581297
+ Parameters: {"token"=>"ABC123", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"ABC123", "provider"=>"apns", "app_id"=>"1"}}
581298
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
581299
+ Unpermitted parameters: device_token
581300
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581301
+  (0.0ms) SAVEPOINT active_record_1
581302
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
581303
+ SQL (0.3ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.411659"], ["provider", "apns"], ["token", "ABC123"], ["updated_at", "2016-03-13 17:15:40.411659"]]
581304
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581305
+ Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.5ms)
581306
+  (0.0ms) DELETE FROM "notifiable_apps";
581307
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581308
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581309
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581310
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581311
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581312
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581313
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581314
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581315
+  (0.0ms) DELETE FROM "notifiable_notifications";
581316
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581317
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581318
+  (0.0ms) DELETE FROM "notifiable_statuses";
581319
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581320
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581321
+  (0.0ms) DELETE FROM "users";
581322
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581323
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581324
+  (0.6ms) rollback transaction
581325
+  (0.0ms) begin transaction
581326
+  (0.0ms) SAVEPOINT active_record_1
581327
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.416435"], ["updated_at", "2016-03-13 17:15:40.416435"]]
581328
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581329
+ Processing by Notifiable::DeviceTokensController#create as JSON
581330
+ Parameters: {"token"=>"ABC123", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"ABC123", "provider"=>"apns", "app_id"=>"1"}}
581331
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
581332
+ Unpermitted parameters: device_token
581333
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581334
+  (0.0ms) SAVEPOINT active_record_1
581335
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
581336
+ SQL (0.3ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.420836"], ["provider", "apns"], ["token", "ABC123"], ["updated_at", "2016-03-13 17:15:40.420836"]]
581337
+  (0.1ms) RELEASE SAVEPOINT active_record_1
581338
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.6ms)
581339
+  (0.0ms) DELETE FROM "notifiable_apps";
581340
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581341
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581342
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581343
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581344
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581345
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581346
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581347
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581348
+  (0.0ms) DELETE FROM "notifiable_notifications";
581349
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581350
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581351
+  (0.0ms) DELETE FROM "notifiable_statuses";
581352
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581353
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581354
+  (0.0ms) DELETE FROM "users";
581355
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581356
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581357
+  (0.4ms) rollback transaction
581358
+  (0.1ms) begin transaction
581359
+  (0.0ms) SAVEPOINT active_record_1
581360
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.425925"], ["updated_at", "2016-03-13 17:15:40.425925"]]
581361
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581362
+ Processing by Notifiable::DeviceTokensController#create as JSON
581363
+ Parameters: {"token"=>"ABC123", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"ABC123", "provider"=>"apns", "app_id"=>"1"}}
581364
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
581365
+ Unpermitted parameters: device_token
581366
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581367
+  (0.0ms) SAVEPOINT active_record_1
581368
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
581369
+ SQL (0.3ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.430687"], ["provider", "apns"], ["token", "ABC123"], ["updated_at", "2016-03-13 17:15:40.430687"]]
581370
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581371
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.6ms)
581372
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
581373
+  (0.0ms) DELETE FROM "notifiable_apps";
581374
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581375
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581376
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581377
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581378
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581379
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581380
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581381
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581382
+  (0.0ms) DELETE FROM "notifiable_notifications";
581383
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581384
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581385
+  (0.0ms) DELETE FROM "notifiable_statuses";
581386
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581387
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581388
+  (0.0ms) DELETE FROM "users";
581389
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581390
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581391
+  (0.3ms) rollback transaction
581392
+  (0.0ms) begin transaction
581393
+  (0.0ms) SAVEPOINT active_record_1
581394
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.435736"], ["updated_at", "2016-03-13 17:15:40.435736"]]
581395
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581396
+ Processing by Notifiable::DeviceTokensController#create as JSON
581397
+ Parameters: {"token"=>"ABC123", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"ABC123", "provider"=>"apns", "app_id"=>"1"}}
581398
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
581399
+ Unpermitted parameters: device_token
581400
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581401
+  (0.0ms) SAVEPOINT active_record_1
581402
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
581403
+ SQL (0.2ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.439481"], ["provider", "apns"], ["token", "ABC123"], ["updated_at", "2016-03-13 17:15:40.439481"]]
581404
+  (0.1ms) RELEASE SAVEPOINT active_record_1
581405
+ Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.4ms)
581406
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
581407
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
581408
+  (0.1ms) DELETE FROM "notifiable_apps";
581409
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581410
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581411
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581412
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581413
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581414
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581415
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581416
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581417
+  (0.1ms) DELETE FROM "notifiable_notifications";
581418
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581419
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581420
+  (0.1ms) DELETE FROM "notifiable_statuses";
581421
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581422
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581423
+  (0.0ms) DELETE FROM "users";
581424
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581425
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581426
+  (0.4ms) rollback transaction
581427
+  (0.0ms) begin transaction
581428
+  (0.0ms) SAVEPOINT active_record_1
581429
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.445535"], ["updated_at", "2016-03-13 17:15:40.445535"]]
581430
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581431
+ Processing by Notifiable::DeviceTokensController#create as JSON
581432
+ Parameters: {"token"=>"ABC123", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"ABC123", "provider"=>"apns", "app_id"=>"1"}}
581433
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
581434
+ Unpermitted parameters: device_token
581435
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581436
+  (0.0ms) SAVEPOINT active_record_1
581437
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
581438
+ SQL (0.3ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.449609"], ["provider", "apns"], ["token", "ABC123"], ["updated_at", "2016-03-13 17:15:40.449609"]]
581439
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581440
+ Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.5ms)
581441
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_device_tokens"
581442
+  (0.0ms) DELETE FROM "notifiable_apps";
581443
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581444
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581445
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
581446
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581447
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581448
+  (0.1ms) DELETE FROM "notifiable_localized_notifications";
581449
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581450
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581451
+  (0.0ms) DELETE FROM "notifiable_notifications";
581452
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581453
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581454
+  (0.0ms) DELETE FROM "notifiable_statuses";
581455
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581456
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581457
+  (0.0ms) DELETE FROM "users";
581458
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581459
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581460
+  (0.4ms) rollback transaction
581461
+  (0.0ms) begin transaction
581462
+  (0.0ms) SAVEPOINT active_record_1
581463
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.454840"], ["updated_at", "2016-03-13 17:15:40.454840"]]
581464
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581465
+ Processing by Notifiable::DeviceTokensController#create as JSON
581466
+ Parameters: {"token"=>"ABC123", "provider"=>"apns", "app_id"=>"1", "device_token"=>{"token"=>"ABC123", "provider"=>"apns", "app_id"=>"1"}}
581467
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
581468
+ Unpermitted parameters: device_token
581469
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581470
+  (0.0ms) SAVEPOINT active_record_1
581471
+ Notifiable::App Load (0.0ms) SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
581472
+ SQL (0.3ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.459313"], ["provider", "apns"], ["token", "ABC123"], ["updated_at", "2016-03-13 17:15:40.459313"]]
581473
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581474
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.6ms)
581475
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
581476
+  (0.0ms) DELETE FROM "notifiable_apps";
581477
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581478
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581479
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581480
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581481
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581482
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581483
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581484
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581485
+  (0.0ms) DELETE FROM "notifiable_notifications";
581486
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581487
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581488
+  (0.0ms) DELETE FROM "notifiable_statuses";
581489
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581490
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581491
+  (0.0ms) DELETE FROM "users";
581492
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581493
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581494
+  (0.6ms) rollback transaction
581495
+  (0.0ms) begin transaction
581496
+ Processing by Notifiable::DeviceTokensController#create as JSON
581497
+ Parameters: {"token"=>"ABC123", "provider"=>"apns", "device_token"=>{"token"=>"ABC123", "provider"=>"apns"}}
581498
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
581499
+ Unpermitted parameters: device_token
581500
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581501
+  (0.0ms) SAVEPOINT active_record_1
581502
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
581503
+ Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.2ms)
581504
+  (0.1ms) SELECT COUNT(*) FROM "notifiable_device_tokens"
581505
+  (0.2ms) DELETE FROM "notifiable_apps";
581506
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581507
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581508
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
581509
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581510
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581511
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581512
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581513
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581514
+  (0.0ms) DELETE FROM "notifiable_notifications";
581515
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581516
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581517
+  (0.0ms) DELETE FROM "notifiable_statuses";
581518
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581519
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581520
+  (0.0ms) DELETE FROM "users";
581521
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581522
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581523
+  (0.3ms) rollback transaction
581524
+  (0.0ms) begin transaction
581525
+ Processing by Notifiable::DeviceTokensController#create as JSON
581526
+ Parameters: {"token"=>"ABC123", "provider"=>"apns", "device_token"=>{"token"=>"ABC123", "provider"=>"apns"}}
581527
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
581528
+ Unpermitted parameters: device_token
581529
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581530
+  (0.0ms) SAVEPOINT active_record_1
581531
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
581532
+ Completed 422 Unprocessable Entity in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)
581533
+  (0.2ms) DELETE FROM "notifiable_apps";
581534
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581535
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581536
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
581537
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581538
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581539
+  (0.1ms) DELETE FROM "notifiable_localized_notifications";
581540
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581541
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581542
+  (0.0ms) DELETE FROM "notifiable_notifications";
581543
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581544
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581545
+  (0.0ms) DELETE FROM "notifiable_statuses";
581546
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581547
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581548
+  (0.0ms) DELETE FROM "users";
581549
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581550
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581551
+  (0.3ms) rollback transaction
581552
+  (0.0ms) begin transaction
581553
+  (0.0ms) SAVEPOINT active_record_1
581554
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.484737"], ["updated_at", "2016-03-13 17:15:40.484737"]]
581555
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581556
+  (0.0ms) SAVEPOINT active_record_1
581557
+ SQL (0.4ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.487044"], ["updated_at", "2016-03-13 17:15:40.487044"]]
581558
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581559
+  (0.0ms) SAVEPOINT active_record_1
581560
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.494338"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.494338"]]
581561
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581562
+ Notifiable::LocalizedNotification Load (0.1ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" ORDER BY "notifiable_localized_notifications"."id" ASC LIMIT 1
581563
+ Notifiable::Notification Load (0.1ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" WHERE "notifiable_notifications"."id" = ? LIMIT 1 [["id", 1]]
581564
+  (0.0ms) DELETE FROM "notifiable_apps";
581565
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581566
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581567
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
581568
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581569
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581570
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581571
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581572
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581573
+  (0.0ms) DELETE FROM "notifiable_notifications";
581574
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581575
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581576
+  (0.0ms) DELETE FROM "notifiable_statuses";
581577
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581578
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581579
+  (0.0ms) DELETE FROM "users";
581580
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581581
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581582
+  (0.5ms) rollback transaction
581583
+  (0.0ms) begin transaction
581584
+  (0.0ms) SAVEPOINT active_record_1
581585
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.499967"], ["updated_at", "2016-03-13 17:15:40.499967"]]
581586
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581587
+  (0.0ms) SAVEPOINT active_record_1
581588
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.501260"], ["updated_at", "2016-03-13 17:15:40.501260"]]
581589
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581590
+  (0.0ms) SAVEPOINT active_record_1
581591
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.502510"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.502510"]]
581592
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581593
+ Notifiable::LocalizedNotification Load (0.1ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" ORDER BY "notifiable_localized_notifications"."id" ASC LIMIT 1
581594
+  (0.0ms) DELETE FROM "notifiable_apps";
581595
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581596
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581597
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
581598
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581599
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581600
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581601
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581602
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581603
+  (0.0ms) DELETE FROM "notifiable_notifications";
581604
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581605
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581606
+  (0.0ms) DELETE FROM "notifiable_statuses";
581607
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581608
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581609
+  (0.0ms) DELETE FROM "users";
581610
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581611
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581612
+  (0.5ms) rollback transaction
581613
+  (0.0ms) begin transaction
581614
+  (0.0ms) SAVEPOINT active_record_1
581615
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.507264"], ["updated_at", "2016-03-13 17:15:40.507264"]]
581616
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581617
+  (0.0ms) SAVEPOINT active_record_1
581618
+ SQL (0.5ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.508586"], ["updated_at", "2016-03-13 17:15:40.508586"]]
581619
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581620
+  (0.0ms) SAVEPOINT active_record_1
581621
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.510315"], ["message", "Hello"], ["notification_id", 1], ["params", "---\n:custom_property: A different message\n"], ["updated_at", "2016-03-13 17:15:40.510315"]]
581622
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581623
+ Notifiable::LocalizedNotification Load (0.1ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" ORDER BY "notifiable_localized_notifications"."id" ASC LIMIT 1
581624
+  (0.0ms) DELETE FROM "notifiable_apps";
581625
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581626
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581627
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
581628
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581629
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581630
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581631
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581632
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581633
+  (0.0ms) DELETE FROM "notifiable_notifications";
581634
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581635
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581636
+  (0.0ms) DELETE FROM "notifiable_statuses";
581637
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581638
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581639
+  (0.0ms) DELETE FROM "users";
581640
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581641
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581642
+  (0.5ms) rollback transaction
581643
+  (0.0ms) begin transaction
581644
+  (0.0ms) SAVEPOINT active_record_1
581645
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.515941"], ["updated_at", "2016-03-13 17:15:40.515941"]]
581646
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581647
+  (0.0ms) SAVEPOINT active_record_1
581648
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.517188"], ["updated_at", "2016-03-13 17:15:40.517188"]]
581649
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581650
+  (0.0ms) SAVEPOINT active_record_1
581651
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
581652
+  (0.1ms) DELETE FROM "notifiable_apps";
581653
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581654
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581655
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
581656
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581657
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581658
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581659
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581660
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581661
+  (0.0ms) DELETE FROM "notifiable_notifications";
581662
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581663
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581664
+  (0.0ms) DELETE FROM "notifiable_statuses";
581665
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581666
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581667
+  (0.0ms) DELETE FROM "users";
581668
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581669
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581670
+  (0.4ms) rollback transaction
581671
+  (0.0ms) begin transaction
581672
+  (0.0ms) SAVEPOINT active_record_1
581673
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.525412"], ["updated_at", "2016-03-13 17:15:40.525412"]]
581674
+  (0.2ms) RELEASE SAVEPOINT active_record_1
581675
+  (0.0ms) SAVEPOINT active_record_1
581676
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.527028"], ["updated_at", "2016-03-13 17:15:40.527028"]]
581677
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581678
+  (0.0ms) SAVEPOINT active_record_1
581679
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.528270"], ["message", "Test message"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.528270"]]
581680
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581681
+ Notifiable::LocalizedNotification Load (0.1ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" ORDER BY "notifiable_localized_notifications"."id" ASC LIMIT 1
581682
+  (0.0ms) DELETE FROM "notifiable_apps";
581683
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581684
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581685
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
581686
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581687
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581688
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581689
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581690
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581691
+  (0.0ms) DELETE FROM "notifiable_notifications";
581692
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581693
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581694
+  (0.0ms) DELETE FROM "notifiable_statuses";
581695
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581696
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581697
+  (0.0ms) DELETE FROM "users";
581698
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581699
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581700
+  (0.7ms) rollback transaction
581701
+  (0.0ms) begin transaction
581702
+  (0.0ms) SAVEPOINT active_record_1
581703
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.544086"], ["updated_at", "2016-03-13 17:15:40.544086"]]
581704
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581705
+  (0.0ms) SAVEPOINT active_record_1
581706
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.545715"], ["updated_at", "2016-03-13 17:15:40.545715"]]
581707
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581708
+  (0.0ms) SAVEPOINT active_record_1
581709
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.547377"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.547377"]]
581710
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581711
+  (0.1ms) SAVEPOINT active_record_1
581712
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.554091"], ["updated_at", "2016-03-13 17:15:40.554091"]]
581713
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581714
+  (0.0ms) SAVEPOINT active_record_1
581715
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.555623"], ["provider", "mock"], ["token", "ABCD8"], ["updated_at", "2016-03-13 17:15:40.555623"]]
581716
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581717
+  (0.0ms) SAVEPOINT active_record_1
581718
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.557821"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
581719
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581720
+  (0.0ms) SAVEPOINT active_record_1
581721
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = ? [["localized_notification_id", 1]]
581722
+ SQL (0.1ms) DELETE FROM "notifiable_statuses" WHERE "notifiable_statuses"."id" = ? [["id", 1]]
581723
+ SQL (0.0ms) DELETE FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? [["id", 1]]
581724
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581725
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_statuses"
581726
+  (0.0ms) DELETE FROM "notifiable_apps";
581727
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581728
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581729
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581730
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581731
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581732
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581733
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581734
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581735
+  (0.0ms) DELETE FROM "notifiable_notifications";
581736
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581737
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581738
+  (0.0ms) DELETE FROM "notifiable_statuses";
581739
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581740
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581741
+  (0.0ms) DELETE FROM "users";
581742
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581743
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581744
+  (0.6ms) rollback transaction
581745
+  (0.0ms) begin transaction
581746
+  (0.0ms) SAVEPOINT active_record_1
581747
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.568561"], ["updated_at", "2016-03-13 17:15:40.568561"]]
581748
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581749
+  (0.0ms) SAVEPOINT active_record_1
581750
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.569962"], ["updated_at", "2016-03-13 17:15:40.569962"]]
581751
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581752
+  (0.0ms) SAVEPOINT active_record_1
581753
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.571149"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.571149"]]
581754
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581755
+  (0.0ms) SAVEPOINT active_record_1
581756
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.572174"], ["updated_at", "2016-03-13 17:15:40.572174"]]
581757
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581758
+  (0.0ms) SAVEPOINT active_record_1
581759
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.573663"], ["provider", "mock"], ["token", "ABCD9"], ["updated_at", "2016-03-13 17:15:40.573663"]]
581760
+  (0.1ms) RELEASE SAVEPOINT active_record_1
581761
+  (0.0ms) SAVEPOINT active_record_1
581762
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.574932"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
581763
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581764
+ Processing by Notifiable::NotificationStatusesController#opened as JSON
581765
+ Parameters: {"localized_notification_id"=>"1", "device_token_id"=>"1", "notification_status"=>{"localized_notification_id"=>"1", "device_token_id"=>"1"}}
581766
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
581767
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581768
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
581769
+  (0.0ms) SAVEPOINT active_record_1
581770
+ SQL (0.1ms) UPDATE "notifiable_statuses" SET "status" = ? WHERE "notifiable_statuses"."id" = 1 [["status", -1]]
581771
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581772
+ Notifiable::LocalizedNotification Load (0.1ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
581773
+ Notifiable::Notification Load (0.0ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" WHERE "notifiable_notifications"."id" = ? LIMIT 1 [["id", 1]]
581774
+  (0.0ms) SAVEPOINT active_record_1
581775
+ SQL (0.1ms) UPDATE "notifiable_notifications" SET "opened_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["opened_count", 1], ["updated_at", "2016-03-13 17:15:40.581207"]]
581776
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581777
+ Completed 200 OK in 5ms (ActiveRecord: 0.5ms)
581778
+ Notifiable::Notification Load (0.1ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
581779
+  (0.0ms) DELETE FROM "notifiable_apps";
581780
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581781
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581782
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581783
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581784
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581785
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581786
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581787
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581788
+  (0.0ms) DELETE FROM "notifiable_notifications";
581789
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581790
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581791
+  (0.0ms) DELETE FROM "notifiable_statuses";
581792
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581793
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581794
+  (0.0ms) DELETE FROM "users";
581795
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581796
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581797
+  (0.5ms) rollback transaction
581798
+  (0.0ms) begin transaction
581799
+  (0.1ms) SAVEPOINT active_record_1
581800
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.588720"], ["updated_at", "2016-03-13 17:15:40.588720"]]
581801
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581802
+  (0.0ms) SAVEPOINT active_record_1
581803
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.590912"], ["updated_at", "2016-03-13 17:15:40.590912"]]
581804
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581805
+  (0.1ms) SAVEPOINT active_record_1
581806
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.592981"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.592981"]]
581807
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581808
+  (0.0ms) SAVEPOINT active_record_1
581809
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.594603"], ["updated_at", "2016-03-13 17:15:40.594603"]]
581810
+  (0.1ms) RELEASE SAVEPOINT active_record_1
581811
+  (0.0ms) SAVEPOINT active_record_1
581812
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.597100"], ["provider", "mock"], ["token", "ABCD10"], ["updated_at", "2016-03-13 17:15:40.597100"]]
581813
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581814
+  (0.0ms) SAVEPOINT active_record_1
581815
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.599007"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
581816
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581817
+ Processing by Notifiable::NotificationStatusesController#opened as JSON
581818
+ Parameters: {"localized_notification_id"=>"1", "device_token_id"=>"1", "notification_status"=>{"localized_notification_id"=>"1", "device_token_id"=>"1"}}
581819
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
581820
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581821
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
581822
+  (0.0ms) SAVEPOINT active_record_1
581823
+ SQL (0.1ms) UPDATE "notifiable_statuses" SET "status" = ? WHERE "notifiable_statuses"."id" = 1 [["status", -1]]
581824
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581825
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
581826
+ Notifiable::Notification Load (0.0ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" WHERE "notifiable_notifications"."id" = ? LIMIT 1 [["id", 1]]
581827
+  (0.0ms) SAVEPOINT active_record_1
581828
+ SQL (0.1ms) UPDATE "notifiable_notifications" SET "opened_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["opened_count", 1], ["updated_at", "2016-03-13 17:15:40.606952"]]
581829
+  (0.1ms) RELEASE SAVEPOINT active_record_1
581830
+ Completed 200 OK in 7ms (ActiveRecord: 0.7ms)
581831
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1
581832
+  (0.0ms) DELETE FROM "notifiable_apps";
581833
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581834
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581835
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581836
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581837
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581838
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581839
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581840
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581841
+  (0.0ms) DELETE FROM "notifiable_notifications";
581842
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581843
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581844
+  (0.0ms) DELETE FROM "notifiable_statuses";
581845
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581846
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581847
+  (0.4ms) DELETE FROM "users";
581848
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581849
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581850
+  (0.6ms) rollback transaction
581851
+  (0.1ms) begin transaction
581852
+  (0.1ms) SAVEPOINT active_record_1
581853
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.615123"], ["updated_at", "2016-03-13 17:15:40.615123"]]
581854
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581855
+  (0.0ms) SAVEPOINT active_record_1
581856
+ SQL (0.4ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.617618"], ["updated_at", "2016-03-13 17:15:40.617618"]]
581857
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581858
+  (0.0ms) SAVEPOINT active_record_1
581859
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.619754"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.619754"]]
581860
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581861
+  (0.0ms) SAVEPOINT active_record_1
581862
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.622278"], ["updated_at", "2016-03-13 17:15:40.622278"]]
581863
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581864
+  (0.0ms) SAVEPOINT active_record_1
581865
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.623714"], ["provider", "mock"], ["token", "ABCD11"], ["updated_at", "2016-03-13 17:15:40.623714"]]
581866
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581867
+  (0.0ms) SAVEPOINT active_record_1
581868
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.625941"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
581869
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581870
+ Processing by Notifiable::NotificationStatusesController#opened as JSON
581871
+ Parameters: {"localized_notification_id"=>"1", "device_token_id"=>"1", "notification_status"=>{"localized_notification_id"=>"1", "device_token_id"=>"1"}}
581872
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
581873
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
581874
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
581875
+  (0.0ms) SAVEPOINT active_record_1
581876
+ SQL (0.0ms) UPDATE "notifiable_statuses" SET "status" = ? WHERE "notifiable_statuses"."id" = 1 [["status", -1]]
581877
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581878
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
581879
+ Notifiable::Notification Load (0.0ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" WHERE "notifiable_notifications"."id" = ? LIMIT 1 [["id", 1]]
581880
+  (0.0ms) SAVEPOINT active_record_1
581881
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "opened_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["opened_count", 1], ["updated_at", "2016-03-13 17:15:40.630784"]]
581882
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581883
+ Completed 200 OK in 4ms (ActiveRecord: 0.4ms)
581884
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_statuses"
581885
+  (0.0ms) DELETE FROM "notifiable_apps";
581886
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581887
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581888
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581889
+  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581890
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581891
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581892
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581893
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581894
+  (0.0ms) DELETE FROM "notifiable_notifications";
581895
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581896
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581897
+  (0.1ms) DELETE FROM "notifiable_statuses";
581898
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581899
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581900
+  (0.0ms) DELETE FROM "users";
581901
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581902
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581903
+  (0.6ms) rollback transaction
581904
+  (0.0ms) begin transaction
581905
+  (0.0ms) SAVEPOINT active_record_1
581906
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.638824"], ["updated_at", "2016-03-13 17:15:40.638824"]]
581907
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581908
+  (0.0ms) SAVEPOINT active_record_1
581909
+ SQL (0.4ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.640712"], ["updated_at", "2016-03-13 17:15:40.640712"]]
581910
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581911
+  (0.0ms) SAVEPOINT active_record_1
581912
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.642806"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.642806"]]
581913
+  (0.1ms) RELEASE SAVEPOINT active_record_1
581914
+  (0.0ms) SAVEPOINT active_record_1
581915
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.644110"], ["updated_at", "2016-03-13 17:15:40.644110"]]
581916
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581917
+  (0.0ms) SAVEPOINT active_record_1
581918
+ SQL (0.1ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-19@example.com"]]
581919
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581920
+  (0.0ms) SAVEPOINT active_record_1
581921
+ SQL (0.2ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.647187"], ["provider", "mock"], ["token", "ABCD12"], ["updated_at", "2016-03-13 17:15:40.647187"], ["user_id", 1]]
581922
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581923
+  (0.0ms) SAVEPOINT active_record_1
581924
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.648910"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
581925
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581926
+  (0.0ms) SAVEPOINT active_record_1
581927
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-20@example.com"]]
581928
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581929
+ Processing by Notifiable::NotificationStatusesController#opened as JSON
581930
+ Parameters: {"localized_notification_id"=>"1", "device_token_id"=>"1", "user_email"=>"person-20@example.com", "notification_status"=>{"localized_notification_id"=>"1", "device_token_id"=>"1"}}
581931
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
581932
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-20@example.com' LIMIT 1
581933
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
581934
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
581935
+ Filter chain halted as :check_authorisation! rendered or redirected
581936
+ Completed 401 Unauthorized in 2ms (ActiveRecord: 0.2ms)
581937
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1
581938
+  (0.0ms) DELETE FROM "notifiable_apps";
581939
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581940
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581941
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581942
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581943
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581944
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581945
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581946
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
581947
+  (0.0ms) DELETE FROM "notifiable_notifications";
581948
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581949
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
581950
+  (0.1ms) DELETE FROM "notifiable_statuses";
581951
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581952
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
581953
+  (0.0ms) DELETE FROM "users";
581954
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581955
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
581956
+  (0.6ms) rollback transaction
581957
+  (0.0ms) begin transaction
581958
+  (0.0ms) SAVEPOINT active_record_1
581959
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.658790"], ["updated_at", "2016-03-13 17:15:40.658790"]]
581960
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581961
+  (0.0ms) SAVEPOINT active_record_1
581962
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.660369"], ["updated_at", "2016-03-13 17:15:40.660369"]]
581963
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581964
+  (0.0ms) SAVEPOINT active_record_1
581965
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.662029"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.662029"]]
581966
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581967
+  (0.0ms) SAVEPOINT active_record_1
581968
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.663330"], ["updated_at", "2016-03-13 17:15:40.663330"]]
581969
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581970
+  (0.0ms) SAVEPOINT active_record_1
581971
+ SQL (0.1ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-21@example.com"]]
581972
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581973
+  (0.0ms) SAVEPOINT active_record_1
581974
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.665755"], ["provider", "mock"], ["token", "ABCD13"], ["updated_at", "2016-03-13 17:15:40.665755"], ["user_id", 1]]
581975
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581976
+  (0.0ms) SAVEPOINT active_record_1
581977
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.667284"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
581978
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581979
+  (0.0ms) SAVEPOINT active_record_1
581980
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-22@example.com"]]
581981
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581982
+ Processing by Notifiable::NotificationStatusesController#opened as JSON
581983
+ Parameters: {"localized_notification_id"=>"1", "device_token_id"=>"1", "user_email"=>"person-22@example.com", "notification_status"=>{"localized_notification_id"=>"1", "device_token_id"=>"1"}}
581984
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
581985
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-22@example.com' LIMIT 1
581986
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
581987
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
581988
+ Filter chain halted as :check_authorisation! rendered or redirected
581989
+ Completed 401 Unauthorized in 2ms (ActiveRecord: 0.2ms)
581990
+ Notifiable::Notification Load (0.1ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
581991
+  (0.0ms) DELETE FROM "notifiable_apps";
581992
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581993
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
581994
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
581995
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581996
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
581997
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
581998
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
581999
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582000
+  (0.0ms) DELETE FROM "notifiable_notifications";
582001
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582002
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582003
+  (0.0ms) DELETE FROM "notifiable_statuses";
582004
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582005
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582006
+  (0.0ms) DELETE FROM "users";
582007
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582008
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582009
+  (0.4ms) rollback transaction
582010
+  (0.0ms) begin transaction
582011
+  (0.0ms) SAVEPOINT active_record_1
582012
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.676332"], ["updated_at", "2016-03-13 17:15:40.676332"]]
582013
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582014
+  (0.0ms) SAVEPOINT active_record_1
582015
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.677571"], ["updated_at", "2016-03-13 17:15:40.677571"]]
582016
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582017
+  (0.1ms) SAVEPOINT active_record_1
582018
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.678804"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.678804"]]
582019
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582020
+  (0.0ms) SAVEPOINT active_record_1
582021
+ SQL (0.0ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.679729"], ["updated_at", "2016-03-13 17:15:40.679729"]]
582022
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582023
+  (0.0ms) SAVEPOINT active_record_1
582024
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-23@example.com"]]
582025
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582026
+  (0.0ms) SAVEPOINT active_record_1
582027
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.681717"], ["provider", "mock"], ["token", "ABCD14"], ["updated_at", "2016-03-13 17:15:40.681717"], ["user_id", 1]]
582028
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582029
+  (0.0ms) SAVEPOINT active_record_1
582030
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.682983"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
582031
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582032
+  (0.0ms) SAVEPOINT active_record_1
582033
+ SQL (0.1ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-24@example.com"]]
582034
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582035
+ Processing by Notifiable::NotificationStatusesController#opened as JSON
582036
+ Parameters: {"localized_notification_id"=>"1", "device_token_id"=>"1", "user_email"=>"person-24@example.com", "notification_status"=>{"localized_notification_id"=>"1", "device_token_id"=>"1"}}
582037
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
582038
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-24@example.com' LIMIT 1
582039
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
582040
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
582041
+ Filter chain halted as :check_authorisation! rendered or redirected
582042
+ Completed 401 Unauthorized in 2ms (ActiveRecord: 0.2ms)
582043
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_statuses"
582044
+  (0.0ms) DELETE FROM "notifiable_apps";
582045
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582046
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582047
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
582048
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582049
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582050
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582051
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582052
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582053
+  (0.0ms) DELETE FROM "notifiable_notifications";
582054
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582055
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582056
+  (0.0ms) DELETE FROM "notifiable_statuses";
582057
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582058
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582059
+  (0.0ms) DELETE FROM "users";
582060
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582061
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582062
+  (0.5ms) rollback transaction
582063
+  (0.0ms) begin transaction
582064
+  (0.0ms) SAVEPOINT active_record_1
582065
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.691450"], ["updated_at", "2016-03-13 17:15:40.691450"]]
582066
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582067
+  (0.0ms) SAVEPOINT active_record_1
582068
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.692901"], ["updated_at", "2016-03-13 17:15:40.692901"]]
582069
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582070
+  (0.0ms) SAVEPOINT active_record_1
582071
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.694120"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.694120"]]
582072
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582073
+  (0.0ms) SAVEPOINT active_record_1
582074
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.695163"], ["updated_at", "2016-03-13 17:15:40.695163"]]
582075
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582076
+  (0.0ms) SAVEPOINT active_record_1
582077
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-25@example.com"]]
582078
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582079
+  (0.0ms) SAVEPOINT active_record_1
582080
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.697188"], ["provider", "mock"], ["token", "ABCD15"], ["updated_at", "2016-03-13 17:15:40.697188"], ["user_id", 1]]
582081
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582082
+  (0.0ms) SAVEPOINT active_record_1
582083
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.698445"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
582084
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582085
+  (0.0ms) SAVEPOINT active_record_1
582086
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-26@example.com"]]
582087
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582088
+ Processing by Notifiable::NotificationStatusesController#opened as JSON
582089
+ Parameters: {"localized_notification_id"=>"1", "device_token_id"=>"1", "user_email"=>"person-26@example.com", "notification_status"=>{"localized_notification_id"=>"1", "device_token_id"=>"1"}}
582090
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
582091
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-26@example.com' LIMIT 1
582092
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
582093
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
582094
+ Filter chain halted as :check_authorisation! rendered or redirected
582095
+ Completed 401 Unauthorized in 2ms (ActiveRecord: 0.2ms)
582096
+  (0.1ms) DELETE FROM "notifiable_apps";
582097
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582098
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582099
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
582100
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582101
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582102
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582103
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582104
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582105
+  (0.0ms) DELETE FROM "notifiable_notifications";
582106
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582107
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582108
+  (0.0ms) DELETE FROM "notifiable_statuses";
582109
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582110
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582111
+  (0.0ms) DELETE FROM "users";
582112
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582113
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582114
+  (0.4ms) rollback transaction
582115
+  (0.0ms) begin transaction
582116
+  (0.0ms) SAVEPOINT active_record_1
582117
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.707154"], ["updated_at", "2016-03-13 17:15:40.707154"]]
582118
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582119
+  (0.0ms) SAVEPOINT active_record_1
582120
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.708434"], ["updated_at", "2016-03-13 17:15:40.708434"]]
582121
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582122
+  (0.0ms) SAVEPOINT active_record_1
582123
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.709900"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.709900"]]
582124
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582125
+  (0.0ms) SAVEPOINT active_record_1
582126
+ SQL (0.0ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.710934"], ["updated_at", "2016-03-13 17:15:40.710934"]]
582127
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582128
+  (0.0ms) SAVEPOINT active_record_1
582129
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-27@example.com"]]
582130
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582131
+  (0.0ms) SAVEPOINT active_record_1
582132
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.712807"], ["provider", "mock"], ["token", "ABCD16"], ["updated_at", "2016-03-13 17:15:40.712807"], ["user_id", 1]]
582133
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582134
+  (0.0ms) SAVEPOINT active_record_1
582135
+ SQL (0.0ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.714022"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
582136
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582137
+ Processing by Notifiable::NotificationStatusesController#opened as JSON
582138
+ Parameters: {"localized_notification_id"=>"1", "device_token_id"=>"1", "user_email"=>"person-27@example.com", "notification_status"=>{"localized_notification_id"=>"1", "device_token_id"=>"1"}}
582139
+ Notifiable::NotificationStatus Load (0.2ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
582140
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-27@example.com' LIMIT 1
582141
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
582142
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
582143
+  (0.0ms) SAVEPOINT active_record_1
582144
+ SQL (0.0ms) UPDATE "notifiable_statuses" SET "status" = ? WHERE "notifiable_statuses"."id" = 1 [["status", -1]]
582145
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582146
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582147
+ Notifiable::Notification Load (0.0ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" WHERE "notifiable_notifications"."id" = ? LIMIT 1 [["id", 1]]
582148
+  (0.0ms) SAVEPOINT active_record_1
582149
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "opened_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["opened_count", 1], ["updated_at", "2016-03-13 17:15:40.720625"]]
582150
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582151
+ Completed 200 OK in 6ms (ActiveRecord: 0.6ms)
582152
+ Notifiable::Notification Load (0.1ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
582153
+  (0.0ms) DELETE FROM "notifiable_apps";
582154
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582155
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582156
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
582157
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582158
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582159
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582160
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582161
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582162
+  (0.0ms) DELETE FROM "notifiable_notifications";
582163
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582164
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582165
+  (0.0ms) DELETE FROM "notifiable_statuses";
582166
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582167
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582168
+  (0.0ms) DELETE FROM "users";
582169
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582170
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582171
+  (0.5ms) rollback transaction
582172
+  (0.1ms) begin transaction
582173
+  (0.0ms) SAVEPOINT active_record_1
582174
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.726645"], ["updated_at", "2016-03-13 17:15:40.726645"]]
582175
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582176
+  (0.0ms) SAVEPOINT active_record_1
582177
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.728130"], ["updated_at", "2016-03-13 17:15:40.728130"]]
582178
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582179
+  (0.0ms) SAVEPOINT active_record_1
582180
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.729443"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.729443"]]
582181
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582182
+  (0.0ms) SAVEPOINT active_record_1
582183
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.730520"], ["updated_at", "2016-03-13 17:15:40.730520"]]
582184
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582185
+  (0.0ms) SAVEPOINT active_record_1
582186
+ SQL (0.1ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-28@example.com"]]
582187
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582188
+  (0.0ms) SAVEPOINT active_record_1
582189
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.732623"], ["provider", "mock"], ["token", "ABCD17"], ["updated_at", "2016-03-13 17:15:40.732623"], ["user_id", 1]]
582190
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582191
+  (0.0ms) SAVEPOINT active_record_1
582192
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.733841"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
582193
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582194
+ Processing by Notifiable::NotificationStatusesController#opened as JSON
582195
+ Parameters: {"localized_notification_id"=>"1", "device_token_id"=>"1", "user_email"=>"person-28@example.com", "notification_status"=>{"localized_notification_id"=>"1", "device_token_id"=>"1"}}
582196
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
582197
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-28@example.com' LIMIT 1
582198
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
582199
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
582200
+  (0.0ms) SAVEPOINT active_record_1
582201
+ SQL (0.0ms) UPDATE "notifiable_statuses" SET "status" = ? WHERE "notifiable_statuses"."id" = 1 [["status", -1]]
582202
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582203
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582204
+ Notifiable::Notification Load (0.0ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" WHERE "notifiable_notifications"."id" = ? LIMIT 1 [["id", 1]]
582205
+  (0.0ms) SAVEPOINT active_record_1
582206
+ SQL (0.1ms) UPDATE "notifiable_notifications" SET "opened_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["opened_count", 1], ["updated_at", "2016-03-13 17:15:40.741543"]]
582207
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582208
+ Completed 200 OK in 7ms (ActiveRecord: 0.6ms)
582209
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1
582210
+  (0.1ms) DELETE FROM "notifiable_apps";
582211
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582212
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582213
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
582214
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582215
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582216
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582217
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582218
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582219
+  (0.0ms) DELETE FROM "notifiable_notifications";
582220
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582221
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582222
+  (0.0ms) DELETE FROM "notifiable_statuses";
582223
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582224
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582225
+  (0.0ms) DELETE FROM "users";
582226
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582227
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
582228
+  (0.5ms) rollback transaction
582229
+  (0.0ms) begin transaction
582230
+  (0.0ms) SAVEPOINT active_record_1
582231
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.747942"], ["updated_at", "2016-03-13 17:15:40.747942"]]
582232
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582233
+  (0.0ms) SAVEPOINT active_record_1
582234
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.749434"], ["updated_at", "2016-03-13 17:15:40.749434"]]
582235
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582236
+  (0.0ms) SAVEPOINT active_record_1
582237
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.750820"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.750820"]]
582238
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582239
+  (0.0ms) SAVEPOINT active_record_1
582240
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.752004"], ["updated_at", "2016-03-13 17:15:40.752004"]]
582241
+  (0.1ms) RELEASE SAVEPOINT active_record_1
582242
+  (0.1ms) SAVEPOINT active_record_1
582243
+ SQL (0.1ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-29@example.com"]]
582244
+  (0.1ms) RELEASE SAVEPOINT active_record_1
582245
+  (0.0ms) SAVEPOINT active_record_1
582246
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.754689"], ["provider", "mock"], ["token", "ABCD18"], ["updated_at", "2016-03-13 17:15:40.754689"], ["user_id", 1]]
582247
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582248
+  (0.1ms) SAVEPOINT active_record_1
582249
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.756247"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
582250
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582251
+ Processing by Notifiable::NotificationStatusesController#opened as JSON
582252
+ Parameters: {"localized_notification_id"=>"1", "device_token_id"=>"1", "user_email"=>"person-29@example.com", "notification_status"=>{"localized_notification_id"=>"1", "device_token_id"=>"1"}}
582253
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
582254
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'person-29@example.com' LIMIT 1
582255
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
582256
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
582257
+  (0.0ms) SAVEPOINT active_record_1
582258
+ SQL (0.0ms) UPDATE "notifiable_statuses" SET "status" = ? WHERE "notifiable_statuses"."id" = 1 [["status", -1]]
582259
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582260
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582261
+ Notifiable::Notification Load (0.0ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" WHERE "notifiable_notifications"."id" = ? LIMIT 1 [["id", 1]]
582262
+  (0.0ms) SAVEPOINT active_record_1
582263
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "opened_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["opened_count", 1], ["updated_at", "2016-03-13 17:15:40.762453"]]
582264
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582265
+ Completed 200 OK in 5ms (ActiveRecord: 0.5ms)
582266
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_statuses"
582267
+  (0.0ms) DELETE FROM "notifiable_apps";
582268
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582269
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582270
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
582271
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582272
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582273
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582274
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582275
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582276
+  (0.0ms) DELETE FROM "notifiable_notifications";
582277
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582278
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582279
+  (0.0ms) DELETE FROM "notifiable_statuses";
582280
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582281
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582282
+  (0.0ms) DELETE FROM "users";
582283
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582284
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582285
+  (0.5ms) rollback transaction
582286
+  (0.0ms) begin transaction
582287
+  (0.0ms) SAVEPOINT active_record_1
582288
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", "---\n:save_notification_statuses: false\n:configurable_mock:\n :use_sandbox: true\n"], ["created_at", "2016-03-13 17:15:40.767594"], ["updated_at", "2016-03-13 17:15:40.767594"]]
582289
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582290
+  (0.1ms) SAVEPOINT active_record_1
582291
+ SQL (0.5ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.770103"], ["updated_at", "2016-03-13 17:15:40.770103"]]
582292
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582293
+  (0.0ms) SAVEPOINT active_record_1
582294
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.772192"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.772192"]]
582295
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582296
+ Notifiable::LocalizedNotification Load (0.1ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
582297
+  (0.0ms) SAVEPOINT active_record_1
582298
+ SQL (0.2ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.775403"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD19"], ["updated_at", "2016-03-13 17:15:40.775403"]]
582299
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582300
+  (0.0ms) SAVEPOINT active_record_1
582301
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.777210"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD20"], ["updated_at", "2016-03-13 17:15:40.777210"]]
582302
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582303
+  (0.0ms) SAVEPOINT active_record_1
582304
+ SQL (0.1ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 2], ["sent_count", 2], ["updated_at", "2016-03-13 17:15:40.778257"]]
582305
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582306
+ Notifiable::Notification Load (0.1ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
582307
+  (0.0ms) DELETE FROM "notifiable_apps";
582308
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582309
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582310
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
582311
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582312
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582313
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582314
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582315
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582316
+  (0.0ms) DELETE FROM "notifiable_notifications";
582317
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582318
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582319
+  (0.0ms) DELETE FROM "notifiable_statuses";
582320
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582321
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582322
+  (0.0ms) DELETE FROM "users";
582323
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582324
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
582325
+  (0.5ms) rollback transaction
582326
+  (0.0ms) begin transaction
582327
+  (0.1ms) SAVEPOINT active_record_1
582328
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", "---\n:save_notification_statuses: false\n:configurable_mock:\n :use_sandbox: true\n"], ["created_at", "2016-03-13 17:15:40.783463"], ["updated_at", "2016-03-13 17:15:40.783463"]]
582329
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582330
+  (0.0ms) SAVEPOINT active_record_1
582331
+ SQL (0.4ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.786120"], ["updated_at", "2016-03-13 17:15:40.786120"]]
582332
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582333
+  (0.0ms) SAVEPOINT active_record_1
582334
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.788308"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.788308"]]
582335
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582336
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
582337
+  (0.0ms) SAVEPOINT active_record_1
582338
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.790745"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD21"], ["updated_at", "2016-03-13 17:15:40.790745"]]
582339
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582340
+  (0.0ms) SAVEPOINT active_record_1
582341
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.792518"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD22"], ["updated_at", "2016-03-13 17:15:40.792518"]]
582342
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582343
+  (0.0ms) SAVEPOINT active_record_1
582344
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 2], ["sent_count", 2], ["updated_at", "2016-03-13 17:15:40.793537"]]
582345
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582346
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_statuses"
582347
+  (0.0ms) DELETE FROM "notifiable_apps";
582348
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582349
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582350
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
582351
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582352
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582353
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582354
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582355
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582356
+  (0.0ms) DELETE FROM "notifiable_notifications";
582357
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582358
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582359
+  (0.0ms) DELETE FROM "notifiable_statuses";
582360
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582361
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582362
+  (0.0ms) DELETE FROM "users";
582363
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582364
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582365
+  (0.6ms) rollback transaction
582366
+  (0.1ms) begin transaction
582367
+  (0.1ms) SAVEPOINT active_record_1
582368
+ SQL (0.4ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", "---\n:configurable_mock:\n :use_sandbox: true\n"], ["created_at", "2016-03-13 17:15:40.798337"], ["updated_at", "2016-03-13 17:15:40.798337"]]
582369
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582370
+  (0.0ms) SAVEPOINT active_record_1
582371
+ SQL (0.4ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.801351"], ["updated_at", "2016-03-13 17:15:40.801351"]]
582372
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582373
+  (0.0ms) SAVEPOINT active_record_1
582374
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.803484"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.803484"]]
582375
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582376
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
582377
+  (0.0ms) SAVEPOINT active_record_1
582378
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.805829"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD23"], ["updated_at", "2016-03-13 17:15:40.805829"]]
582379
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582380
+  (0.0ms) SAVEPOINT active_record_1
582381
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.807619"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD24"], ["updated_at", "2016-03-13 17:15:40.807619"]]
582382
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582383
+  (0.0ms) SAVEPOINT active_record_1
582384
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582385
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
582386
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.806901"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
582387
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582388
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
582389
+ SQL (0.0ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.808369"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
582390
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582391
+  (0.0ms) SAVEPOINT active_record_1
582392
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 2], ["sent_count", 2], ["updated_at", "2016-03-13 17:15:40.812317"]]
582393
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582394
+ Notifiable::Notification Load (0.1ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
582395
+  (0.0ms) DELETE FROM "notifiable_apps";
582396
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582397
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582398
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
582399
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582400
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582401
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582402
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582403
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582404
+  (0.0ms) DELETE FROM "notifiable_notifications";
582405
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582406
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582407
+  (0.0ms) DELETE FROM "notifiable_statuses";
582408
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582409
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582410
+  (0.1ms) DELETE FROM "users";
582411
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582412
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582413
+  (0.6ms) rollback transaction
582414
+  (0.0ms) begin transaction
582415
+  (0.0ms) SAVEPOINT active_record_1
582416
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", "---\n:configurable_mock:\n :use_sandbox: true\n"], ["created_at", "2016-03-13 17:15:40.816303"], ["updated_at", "2016-03-13 17:15:40.816303"]]
582417
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582418
+  (0.0ms) SAVEPOINT active_record_1
582419
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.818943"], ["updated_at", "2016-03-13 17:15:40.818943"]]
582420
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582421
+  (0.0ms) SAVEPOINT active_record_1
582422
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.820877"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.820877"]]
582423
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582424
+ Notifiable::LocalizedNotification Load (0.1ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
582425
+  (0.0ms) SAVEPOINT active_record_1
582426
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.823223"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD25"], ["updated_at", "2016-03-13 17:15:40.823223"]]
582427
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582428
+  (0.0ms) SAVEPOINT active_record_1
582429
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.824778"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD26"], ["updated_at", "2016-03-13 17:15:40.824778"]]
582430
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582431
+  (0.0ms) SAVEPOINT active_record_1
582432
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582433
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
582434
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.824116"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
582435
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582436
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
582437
+ SQL (0.0ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.825686"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
582438
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582439
+  (0.0ms) SAVEPOINT active_record_1
582440
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 2], ["sent_count", 2], ["updated_at", "2016-03-13 17:15:40.829527"]]
582441
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582442
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_statuses"
582443
+  (0.0ms) DELETE FROM "notifiable_apps";
582444
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582445
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582446
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
582447
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582448
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582449
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582450
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582451
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582452
+  (0.0ms) DELETE FROM "notifiable_notifications";
582453
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582454
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582455
+  (0.0ms) DELETE FROM "notifiable_statuses";
582456
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582457
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582458
+  (0.0ms) DELETE FROM "users";
582459
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582460
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582461
+  (0.5ms) rollback transaction
582462
+  (0.1ms) begin transaction
582463
+  (0.0ms) SAVEPOINT active_record_1
582464
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", "---\n:configurable_mock:\n :use_sandbox: true\n"], ["created_at", "2016-03-13 17:15:40.834477"], ["updated_at", "2016-03-13 17:15:40.834477"]]
582465
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582466
+  (0.1ms) SAVEPOINT active_record_1
582467
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.836752"], ["updated_at", "2016-03-13 17:15:40.836752"]]
582468
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582469
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
582470
+  (0.0ms) DELETE FROM "notifiable_apps";
582471
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582472
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582473
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
582474
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582475
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582476
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582477
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582478
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582479
+  (0.0ms) DELETE FROM "notifiable_notifications";
582480
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582481
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582482
+  (0.0ms) DELETE FROM "notifiable_statuses";
582483
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582484
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582485
+  (0.0ms) DELETE FROM "users";
582486
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582487
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582488
+  (0.4ms) rollback transaction
582489
+  (0.0ms) begin transaction
582490
+  (0.2ms) DELETE FROM "notifiable_apps";
582491
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582492
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582493
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
582494
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582495
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582496
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582497
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582498
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582499
+  (0.1ms) DELETE FROM "notifiable_notifications";
582500
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582501
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582502
+  (0.0ms) DELETE FROM "notifiable_statuses";
582503
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582504
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582505
+  (0.0ms) DELETE FROM "users";
582506
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582507
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582508
+  (0.3ms) rollback transaction
582509
+  (0.0ms) begin transaction
582510
+  (0.0ms) SAVEPOINT active_record_1
582511
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", "---\n:configurable_mock:\n :use_sandbox: true\n"], ["created_at", "2016-03-13 17:15:40.845216"], ["updated_at", "2016-03-13 17:15:40.845216"]]
582512
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582513
+  (0.0ms) SAVEPOINT active_record_1
582514
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.847344"], ["updated_at", "2016-03-13 17:15:40.847344"]]
582515
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582516
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
582517
+  (0.0ms) DELETE FROM "notifiable_apps";
582518
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582519
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582520
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
582521
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582522
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582523
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582524
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582525
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582526
+  (0.0ms) DELETE FROM "notifiable_notifications";
582527
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582528
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582529
+  (0.0ms) DELETE FROM "notifiable_statuses";
582530
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582531
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582532
+  (0.0ms) DELETE FROM "users";
582533
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582534
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582535
+  (0.4ms) rollback transaction
582536
+  (0.0ms) begin transaction
582537
+  (0.0ms) SAVEPOINT active_record_1
582538
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.852288"], ["updated_at", "2016-03-13 17:15:40.852288"]]
582539
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582540
+  (0.0ms) SAVEPOINT active_record_1
582541
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.853450"], ["updated_at", "2016-03-13 17:15:40.853450"]]
582542
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582543
+  (0.0ms) SAVEPOINT active_record_1
582544
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.855082"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.855082"]]
582545
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582546
+  (0.0ms) SAVEPOINT active_record_1
582547
+ SQL (0.1ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-30@example.com"]]
582548
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582549
+  (0.0ms) SAVEPOINT active_record_1
582550
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.857399"], ["updated_at", "2016-03-13 17:15:40.857399"]]
582551
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582552
+  (0.0ms) SAVEPOINT active_record_1
582553
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.858511"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD27"], ["updated_at", "2016-03-13 17:15:40.858511"], ["user_id", 1]]
582554
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582555
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
582556
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
582557
+  (0.0ms) SAVEPOINT active_record_1
582558
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-31@example.com"]]
582559
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582560
+  (0.0ms) SAVEPOINT active_record_1
582561
+ SQL (0.0ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.861706"], ["updated_at", "2016-03-13 17:15:40.861706"]]
582562
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582563
+  (0.0ms) SAVEPOINT active_record_1
582564
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 3], ["created_at", "2016-03-13 17:15:40.862659"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD28"], ["updated_at", "2016-03-13 17:15:40.862659"], ["user_id", 2]]
582565
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582566
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2
582567
+  (0.0ms) SAVEPOINT active_record_1
582568
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582569
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
582570
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.860326"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
582571
+ Notifiable::LocalizedNotification Load (0.1ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582572
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
582573
+ SQL (0.0ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.863747"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
582574
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582575
+  (0.0ms) SAVEPOINT active_record_1
582576
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 2], ["sent_count", 2], ["updated_at", "2016-03-13 17:15:40.867337"]]
582577
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582578
+ Notifiable::Notification Load (0.1ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
582579
+  (0.0ms) DELETE FROM "notifiable_apps";
582580
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582581
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582582
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
582583
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582584
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582585
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582586
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582587
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582588
+  (0.0ms) DELETE FROM "notifiable_notifications";
582589
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582590
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582591
+  (0.0ms) DELETE FROM "notifiable_statuses";
582592
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582593
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582594
+  (0.0ms) DELETE FROM "users";
582595
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582596
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582597
+  (0.5ms) rollback transaction
582598
+  (0.0ms) begin transaction
582599
+  (0.0ms) SAVEPOINT active_record_1
582600
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.871762"], ["updated_at", "2016-03-13 17:15:40.871762"]]
582601
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582602
+  (0.0ms) SAVEPOINT active_record_1
582603
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.873013"], ["updated_at", "2016-03-13 17:15:40.873013"]]
582604
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582605
+  (0.0ms) SAVEPOINT active_record_1
582606
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.874430"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.874430"]]
582607
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582608
+  (0.0ms) SAVEPOINT active_record_1
582609
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-32@example.com"]]
582610
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582611
+  (0.0ms) SAVEPOINT active_record_1
582612
+ SQL (0.0ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.876333"], ["updated_at", "2016-03-13 17:15:40.876333"]]
582613
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582614
+  (0.0ms) SAVEPOINT active_record_1
582615
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.877245"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD29"], ["updated_at", "2016-03-13 17:15:40.877245"], ["user_id", 1]]
582616
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582617
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
582618
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
582619
+  (0.0ms) SAVEPOINT active_record_1
582620
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-33@example.com"]]
582621
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582622
+  (0.0ms) SAVEPOINT active_record_1
582623
+ SQL (0.0ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.879960"], ["updated_at", "2016-03-13 17:15:40.879960"]]
582624
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582625
+  (0.0ms) SAVEPOINT active_record_1
582626
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 3], ["created_at", "2016-03-13 17:15:40.880961"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD30"], ["updated_at", "2016-03-13 17:15:40.880961"], ["user_id", 2]]
582627
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582628
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2
582629
+  (0.0ms) SAVEPOINT active_record_1
582630
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582631
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
582632
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.878778"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
582633
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582634
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
582635
+ SQL (0.0ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.881940"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
582636
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582637
+  (0.0ms) SAVEPOINT active_record_1
582638
+ SQL (0.1ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 2], ["sent_count", 2], ["updated_at", "2016-03-13 17:15:40.885644"]]
582639
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582640
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_statuses"
582641
+  (0.0ms) DELETE FROM "notifiable_apps";
582642
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582643
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582644
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
582645
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582646
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582647
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582648
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582649
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582650
+  (0.0ms) DELETE FROM "notifiable_notifications";
582651
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582652
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582653
+  (0.0ms) DELETE FROM "notifiable_statuses";
582654
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582655
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582656
+  (0.0ms) DELETE FROM "users";
582657
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582658
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582659
+  (0.5ms) rollback transaction
582660
+  (0.1ms) begin transaction
582661
+  (0.1ms) SAVEPOINT active_record_1
582662
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.890750"], ["updated_at", "2016-03-13 17:15:40.890750"]]
582663
+  (0.1ms) RELEASE SAVEPOINT active_record_1
582664
+  (0.1ms) SAVEPOINT active_record_1
582665
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.892721"], ["updated_at", "2016-03-13 17:15:40.892721"]]
582666
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582667
+  (0.0ms) SAVEPOINT active_record_1
582668
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.894526"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.894526"]]
582669
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582670
+  (0.0ms) SAVEPOINT active_record_1
582671
+ SQL (0.1ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-34@example.com"]]
582672
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582673
+  (0.0ms) SAVEPOINT active_record_1
582674
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.897070"], ["updated_at", "2016-03-13 17:15:40.897070"]]
582675
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582676
+  (0.0ms) SAVEPOINT active_record_1
582677
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.898288"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD31"], ["updated_at", "2016-03-13 17:15:40.898288"], ["user_id", 1]]
582678
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582679
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
582680
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
582681
+  (0.0ms) SAVEPOINT active_record_1
582682
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-35@example.com"]]
582683
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582684
+  (0.0ms) SAVEPOINT active_record_1
582685
+ SQL (0.0ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.901759"], ["updated_at", "2016-03-13 17:15:40.901759"]]
582686
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582687
+  (0.0ms) SAVEPOINT active_record_1
582688
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 3], ["created_at", "2016-03-13 17:15:40.902785"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD32"], ["updated_at", "2016-03-13 17:15:40.902785"], ["user_id", 2]]
582689
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582690
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2
582691
+  (0.0ms) SAVEPOINT active_record_1
582692
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582693
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
582694
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.900313"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
582695
+ Notifiable::LocalizedNotification Load (0.1ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582696
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
582697
+ SQL (0.0ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.903840"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
582698
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582699
+  (0.0ms) SAVEPOINT active_record_1
582700
+ SQL (0.1ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 2], ["sent_count", 2], ["updated_at", "2016-03-13 17:15:40.908527"]]
582701
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582702
+ Notifiable::Notification Load (0.1ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
582703
+  (0.0ms) DELETE FROM "notifiable_apps";
582704
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582705
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582706
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
582707
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582708
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582709
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582710
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582711
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582712
+  (0.0ms) DELETE FROM "notifiable_notifications";
582713
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582714
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582715
+  (0.0ms) DELETE FROM "notifiable_statuses";
582716
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582717
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582718
+  (0.0ms) DELETE FROM "users";
582719
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582720
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582721
+  (0.5ms) rollback transaction
582722
+  (0.0ms) begin transaction
582723
+  (0.0ms) SAVEPOINT active_record_1
582724
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.913497"], ["updated_at", "2016-03-13 17:15:40.913497"]]
582725
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582726
+  (0.0ms) SAVEPOINT active_record_1
582727
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.914900"], ["updated_at", "2016-03-13 17:15:40.914900"]]
582728
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582729
+  (0.0ms) SAVEPOINT active_record_1
582730
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.916395"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.916395"]]
582731
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582732
+  (0.0ms) SAVEPOINT active_record_1
582733
+ SQL (0.1ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-36@example.com"]]
582734
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582735
+  (0.0ms) SAVEPOINT active_record_1
582736
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.918574"], ["updated_at", "2016-03-13 17:15:40.918574"]]
582737
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582738
+  (0.0ms) SAVEPOINT active_record_1
582739
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.919604"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD33"], ["updated_at", "2016-03-13 17:15:40.919604"], ["user_id", 1]]
582740
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582741
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
582742
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
582743
+  (0.0ms) SAVEPOINT active_record_1
582744
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-37@example.com"]]
582745
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582746
+  (0.0ms) SAVEPOINT active_record_1
582747
+ SQL (0.0ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.922980"], ["updated_at", "2016-03-13 17:15:40.922980"]]
582748
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582749
+  (0.0ms) SAVEPOINT active_record_1
582750
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 3], ["created_at", "2016-03-13 17:15:40.923923"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD34"], ["updated_at", "2016-03-13 17:15:40.923923"], ["user_id", 2]]
582751
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582752
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2
582753
+  (0.0ms) SAVEPOINT active_record_1
582754
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582755
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
582756
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.921477"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
582757
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582758
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
582759
+ SQL (0.0ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.925005"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
582760
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582761
+  (0.0ms) SAVEPOINT active_record_1
582762
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 2], ["sent_count", 2], ["updated_at", "2016-03-13 17:15:40.928693"]]
582763
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582764
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" DESC LIMIT 1
582765
+  (0.0ms) DELETE FROM "notifiable_apps";
582766
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582767
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582768
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
582769
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582770
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582771
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582772
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582773
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582774
+  (0.0ms) DELETE FROM "notifiable_notifications";
582775
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582776
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582777
+  (0.0ms) DELETE FROM "notifiable_statuses";
582778
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582779
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582780
+  (0.0ms) DELETE FROM "users";
582781
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582782
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582783
+  (0.5ms) rollback transaction
582784
+  (0.0ms) begin transaction
582785
+  (0.0ms) SAVEPOINT active_record_1
582786
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.932791"], ["updated_at", "2016-03-13 17:15:40.932791"]]
582787
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582788
+  (0.0ms) SAVEPOINT active_record_1
582789
+ SQL (7.2ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.934254"], ["updated_at", "2016-03-13 17:15:40.934254"]]
582790
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582791
+  (0.0ms) SAVEPOINT active_record_1
582792
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.942840"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.942840"]]
582793
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582794
+  (0.0ms) SAVEPOINT active_record_1
582795
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-38@example.com"]]
582796
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582797
+  (0.0ms) SAVEPOINT active_record_1
582798
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.944959"], ["updated_at", "2016-03-13 17:15:40.944959"]]
582799
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582800
+  (0.0ms) SAVEPOINT active_record_1
582801
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.945902"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD35"], ["updated_at", "2016-03-13 17:15:40.945902"], ["user_id", 1]]
582802
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582803
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
582804
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
582805
+  (0.0ms) SAVEPOINT active_record_1
582806
+ SQL (0.1ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-39@example.com"]]
582807
+  (0.1ms) RELEASE SAVEPOINT active_record_1
582808
+  (0.1ms) SAVEPOINT active_record_1
582809
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.949971"], ["updated_at", "2016-03-13 17:15:40.949971"]]
582810
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582811
+  (0.0ms) SAVEPOINT active_record_1
582812
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 3], ["created_at", "2016-03-13 17:15:40.951604"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD36"], ["updated_at", "2016-03-13 17:15:40.951604"], ["user_id", 2]]
582813
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582814
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2
582815
+  (0.0ms) SAVEPOINT active_record_1
582816
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582817
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
582818
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.947596"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
582819
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582820
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
582821
+ SQL (0.0ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.953351"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
582822
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582823
+  (0.0ms) SAVEPOINT active_record_1
582824
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 2], ["sent_count", 2], ["updated_at", "2016-03-13 17:15:40.957916"]]
582825
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582826
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" DESC LIMIT 1
582827
+  (0.0ms) DELETE FROM "notifiable_apps";
582828
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582829
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582830
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
582831
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582832
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582833
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582834
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582835
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582836
+  (0.0ms) DELETE FROM "notifiable_notifications";
582837
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582838
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582839
+  (0.0ms) DELETE FROM "notifiable_statuses";
582840
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582841
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582842
+  (0.0ms) DELETE FROM "users";
582843
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582844
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582845
+  (0.5ms) rollback transaction
582846
+  (0.0ms) begin transaction
582847
+  (0.0ms) SAVEPOINT active_record_1
582848
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.962085"], ["updated_at", "2016-03-13 17:15:40.962085"]]
582849
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582850
+  (0.0ms) SAVEPOINT active_record_1
582851
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.963218"], ["updated_at", "2016-03-13 17:15:40.963218"]]
582852
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582853
+  (0.0ms) SAVEPOINT active_record_1
582854
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.964555"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.964555"]]
582855
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582856
+  (0.0ms) SAVEPOINT active_record_1
582857
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-40@example.com"]]
582858
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582859
+  (0.0ms) SAVEPOINT active_record_1
582860
+ SQL (0.0ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.966512"], ["updated_at", "2016-03-13 17:15:40.966512"]]
582861
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582862
+  (0.0ms) SAVEPOINT active_record_1
582863
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.967450"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD37"], ["updated_at", "2016-03-13 17:15:40.967450"], ["user_id", 1]]
582864
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582865
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
582866
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
582867
+  (0.0ms) SAVEPOINT active_record_1
582868
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-41@example.com"]]
582869
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582870
+  (0.0ms) SAVEPOINT active_record_1
582871
+ SQL (0.0ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.970519"], ["updated_at", "2016-03-13 17:15:40.970519"]]
582872
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582873
+  (0.0ms) SAVEPOINT active_record_1
582874
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 3], ["created_at", "2016-03-13 17:15:40.971407"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD38"], ["updated_at", "2016-03-13 17:15:40.971407"], ["user_id", 2]]
582875
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582876
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2
582877
+  (0.0ms) SAVEPOINT active_record_1
582878
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582879
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
582880
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.969278"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
582881
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582882
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
582883
+ SQL (0.0ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.972506"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
582884
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582885
+  (0.0ms) SAVEPOINT active_record_1
582886
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 2], ["sent_count", 2], ["updated_at", "2016-03-13 17:15:40.975929"]]
582887
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582888
+ Notifiable::Notification Load (0.1ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
582889
+  (0.0ms) DELETE FROM "notifiable_apps";
582890
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582891
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582892
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
582893
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582894
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582895
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582896
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582897
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582898
+  (0.0ms) DELETE FROM "notifiable_notifications";
582899
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582900
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582901
+  (0.0ms) DELETE FROM "notifiable_statuses";
582902
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582903
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582904
+  (0.0ms) DELETE FROM "users";
582905
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582906
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582907
+  (0.5ms) rollback transaction
582908
+  (0.1ms) begin transaction
582909
+  (0.1ms) SAVEPOINT active_record_1
582910
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.980620"], ["updated_at", "2016-03-13 17:15:40.980620"]]
582911
+  (0.1ms) RELEASE SAVEPOINT active_record_1
582912
+  (0.1ms) SAVEPOINT active_record_1
582913
+ SQL (0.4ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:40.982666"], ["updated_at", "2016-03-13 17:15:40.982666"]]
582914
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582915
+  (0.0ms) SAVEPOINT active_record_1
582916
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.984527"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:40.984527"]]
582917
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582918
+  (0.0ms) SAVEPOINT active_record_1
582919
+ SQL (0.1ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-42@example.com"]]
582920
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582921
+  (0.0ms) SAVEPOINT active_record_1
582922
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.987134"], ["updated_at", "2016-03-13 17:15:40.987134"]]
582923
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582924
+  (0.0ms) SAVEPOINT active_record_1
582925
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:40.988318"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD39"], ["updated_at", "2016-03-13 17:15:40.988318"], ["user_id", 1]]
582926
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582927
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
582928
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
582929
+  (0.0ms) SAVEPOINT active_record_1
582930
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-43@example.com"]]
582931
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582932
+  (0.0ms) SAVEPOINT active_record_1
582933
+ SQL (0.0ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:40.991846"], ["updated_at", "2016-03-13 17:15:40.991846"]]
582934
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582935
+  (0.0ms) SAVEPOINT active_record_1
582936
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 3], ["created_at", "2016-03-13 17:15:40.992834"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD40"], ["updated_at", "2016-03-13 17:15:40.992834"], ["user_id", 2]]
582937
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582938
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2
582939
+  (0.0ms) SAVEPOINT active_record_1
582940
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582941
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
582942
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.990404"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
582943
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
582944
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
582945
+ SQL (0.0ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:40.993880"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
582946
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582947
+  (0.0ms) SAVEPOINT active_record_1
582948
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 2], ["sent_count", 2], ["updated_at", "2016-03-13 17:15:40.997630"]]
582949
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582950
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1
582951
+  (0.0ms) DELETE FROM "notifiable_apps";
582952
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582953
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
582954
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
582955
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582956
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
582957
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
582958
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582959
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
582960
+  (0.0ms) DELETE FROM "notifiable_notifications";
582961
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582962
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
582963
+  (0.0ms) DELETE FROM "notifiable_statuses";
582964
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582965
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
582966
+  (0.0ms) DELETE FROM "users";
582967
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
582968
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
582969
+  (0.5ms) rollback transaction
582970
+  (0.0ms) begin transaction
582971
+  (0.0ms) SAVEPOINT active_record_1
582972
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.002092"], ["updated_at", "2016-03-13 17:15:41.002092"]]
582973
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582974
+  (0.0ms) SAVEPOINT active_record_1
582975
+ SQL (0.4ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.003938"], ["updated_at", "2016-03-13 17:15:41.003938"]]
582976
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582977
+  (0.0ms) SAVEPOINT active_record_1
582978
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.005854"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.005854"]]
582979
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582980
+  (0.0ms) SAVEPOINT active_record_1
582981
+ SQL (0.1ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-44@example.com"]]
582982
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582983
+  (0.0ms) SAVEPOINT active_record_1
582984
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.008723"], ["updated_at", "2016-03-13 17:15:41.008723"]]
582985
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582986
+  (0.0ms) SAVEPOINT active_record_1
582987
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.010018"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD41"], ["updated_at", "2016-03-13 17:15:41.010018"], ["user_id", 1]]
582988
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582989
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
582990
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
582991
+  (0.0ms) SAVEPOINT active_record_1
582992
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-45@example.com"]]
582993
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582994
+  (0.0ms) SAVEPOINT active_record_1
582995
+ SQL (0.0ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.013745"], ["updated_at", "2016-03-13 17:15:41.013745"]]
582996
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582997
+  (0.0ms) SAVEPOINT active_record_1
582998
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 3], ["created_at", "2016-03-13 17:15:41.014840"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD42"], ["updated_at", "2016-03-13 17:15:41.014840"], ["user_id", 2]]
582999
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583000
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2
583001
+  (0.0ms) SAVEPOINT active_record_1
583002
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
583003
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
583004
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.012177"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
583005
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
583006
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
583007
+ SQL (0.0ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.015947"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
583008
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583009
+  (0.0ms) SAVEPOINT active_record_1
583010
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 2], ["sent_count", 2], ["updated_at", "2016-03-13 17:15:41.019856"]]
583011
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583012
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1
583013
+  (0.0ms) DELETE FROM "notifiable_apps";
583014
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583015
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583016
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583017
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583018
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583019
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583020
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583021
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583022
+  (0.0ms) DELETE FROM "notifiable_notifications";
583023
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583024
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583025
+  (0.0ms) DELETE FROM "notifiable_statuses";
583026
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583027
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583028
+  (0.0ms) DELETE FROM "users";
583029
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583030
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583031
+  (0.5ms) rollback transaction
583032
+  (0.0ms) begin transaction
583033
+  (0.0ms) SAVEPOINT active_record_1
583034
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.024572"], ["updated_at", "2016-03-13 17:15:41.024572"]]
583035
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583036
+  (0.0ms) SAVEPOINT active_record_1
583037
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.026001"], ["updated_at", "2016-03-13 17:15:41.026001"]]
583038
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583039
+  (0.0ms) SAVEPOINT active_record_1
583040
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.027767"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.027767"]]
583041
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583042
+  (0.0ms) SAVEPOINT active_record_1
583043
+ SQL (0.1ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-46@example.com"]]
583044
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583045
+  (0.0ms) SAVEPOINT active_record_1
583046
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.030177"], ["updated_at", "2016-03-13 17:15:41.030177"]]
583047
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583048
+  (0.0ms) SAVEPOINT active_record_1
583049
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.031310"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD43"], ["updated_at", "2016-03-13 17:15:41.031310"], ["user_id", 1]]
583050
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583051
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
583052
+ Notifiable::LocalizedNotification Load (0.1ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
583053
+  (0.0ms) SAVEPOINT active_record_1
583054
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
583055
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
583056
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.033332"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
583057
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583058
+  (0.0ms) SAVEPOINT active_record_1
583059
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.035728"]]
583060
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583061
+ Notifiable::Notification Load (0.1ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
583062
+  (0.0ms) DELETE FROM "notifiable_apps";
583063
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583064
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583065
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583066
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583067
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583068
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583069
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583070
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583071
+  (0.0ms) DELETE FROM "notifiable_notifications";
583072
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583073
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583074
+  (0.0ms) DELETE FROM "notifiable_statuses";
583075
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583076
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583077
+  (0.0ms) DELETE FROM "users";
583078
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583079
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583080
+  (0.6ms) rollback transaction
583081
+  (0.0ms) begin transaction
583082
+  (0.0ms) SAVEPOINT active_record_1
583083
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.040655"], ["updated_at", "2016-03-13 17:15:41.040655"]]
583084
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583085
+  (0.0ms) SAVEPOINT active_record_1
583086
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.042075"], ["updated_at", "2016-03-13 17:15:41.042075"]]
583087
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583088
+  (0.0ms) SAVEPOINT active_record_1
583089
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.043697"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.043697"]]
583090
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583091
+  (0.0ms) SAVEPOINT active_record_1
583092
+ SQL (0.1ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-47@example.com"]]
583093
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583094
+  (0.0ms) SAVEPOINT active_record_1
583095
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.045869"], ["updated_at", "2016-03-13 17:15:41.045869"]]
583096
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583097
+  (0.0ms) SAVEPOINT active_record_1
583098
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.046892"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD44"], ["updated_at", "2016-03-13 17:15:41.046892"], ["user_id", 1]]
583099
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583100
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
583101
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
583102
+  (0.0ms) SAVEPOINT active_record_1
583103
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
583104
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
583105
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.048493"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
583106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583107
+  (0.0ms) SAVEPOINT active_record_1
583108
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.050722"]]
583109
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583110
+ Notifiable::Notification Load (0.1ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
583111
+  (0.0ms) DELETE FROM "notifiable_apps";
583112
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583113
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583114
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583115
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583116
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583117
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583118
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583119
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583120
+  (0.0ms) DELETE FROM "notifiable_notifications";
583121
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583122
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583123
+  (0.0ms) DELETE FROM "notifiable_statuses";
583124
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583125
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583126
+  (0.0ms) DELETE FROM "users";
583127
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583128
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583129
+  (0.6ms) rollback transaction
583130
+  (0.0ms) begin transaction
583131
+  (0.0ms) SAVEPOINT active_record_1
583132
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.055215"], ["updated_at", "2016-03-13 17:15:41.055215"]]
583133
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583134
+  (0.0ms) SAVEPOINT active_record_1
583135
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.056484"], ["updated_at", "2016-03-13 17:15:41.056484"]]
583136
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583137
+  (0.0ms) SAVEPOINT active_record_1
583138
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.057913"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.057913"]]
583139
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583140
+  (0.0ms) SAVEPOINT active_record_1
583141
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-48@example.com"]]
583142
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583143
+  (0.0ms) SAVEPOINT active_record_1
583144
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.059851"], ["updated_at", "2016-03-13 17:15:41.059851"]]
583145
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583146
+  (0.0ms) SAVEPOINT active_record_1
583147
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.060850"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD45"], ["updated_at", "2016-03-13 17:15:41.060850"], ["user_id", 1]]
583148
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583149
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
583150
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
583151
+  (0.0ms) SAVEPOINT active_record_1
583152
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
583153
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
583154
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.062438"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
583155
+  (0.1ms) RELEASE SAVEPOINT active_record_1
583156
+  (0.1ms) SAVEPOINT active_record_1
583157
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.064710"]]
583158
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583159
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_statuses"
583160
+  (0.0ms) DELETE FROM "notifiable_apps";
583161
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583162
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583163
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583164
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583165
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583166
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583167
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583168
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583169
+  (0.0ms) DELETE FROM "notifiable_notifications";
583170
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583171
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583172
+  (0.0ms) DELETE FROM "notifiable_statuses";
583173
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583174
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583175
+  (0.0ms) DELETE FROM "users";
583176
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583177
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583178
+  (0.4ms) rollback transaction
583179
+  (0.0ms) begin transaction
583180
+  (0.0ms) SAVEPOINT active_record_1
583181
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.068843"], ["updated_at", "2016-03-13 17:15:41.068843"]]
583182
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583183
+  (0.0ms) SAVEPOINT active_record_1
583184
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.070213"], ["updated_at", "2016-03-13 17:15:41.070213"]]
583185
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583186
+  (0.0ms) SAVEPOINT active_record_1
583187
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.071835"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.071835"]]
583188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583189
+  (0.0ms) SAVEPOINT active_record_1
583190
+ SQL (0.1ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-49@example.com"]]
583191
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583192
+  (0.0ms) SAVEPOINT active_record_1
583193
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.074045"], ["updated_at", "2016-03-13 17:15:41.074045"]]
583194
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583195
+  (0.0ms) SAVEPOINT active_record_1
583196
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.075195"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD46"], ["updated_at", "2016-03-13 17:15:41.075195"], ["user_id", 1]]
583197
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583198
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
583199
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
583200
+  (0.0ms) SAVEPOINT active_record_1
583201
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
583202
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
583203
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.076934"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
583204
+  (0.1ms) RELEASE SAVEPOINT active_record_1
583205
+  (0.1ms) SAVEPOINT active_record_1
583206
+ SQL (0.1ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.080008"]]
583207
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583208
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1
583209
+  (0.0ms) DELETE FROM "notifiable_apps";
583210
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583211
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583212
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583213
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583214
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583215
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583216
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583217
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583218
+  (0.0ms) DELETE FROM "notifiable_notifications";
583219
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583220
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583221
+  (0.0ms) DELETE FROM "notifiable_statuses";
583222
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583223
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583224
+  (0.0ms) DELETE FROM "users";
583225
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583226
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583227
+  (0.5ms) rollback transaction
583228
+  (0.0ms) begin transaction
583229
+  (0.0ms) SAVEPOINT active_record_1
583230
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.085119"], ["updated_at", "2016-03-13 17:15:41.085119"]]
583231
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583232
+  (0.0ms) SAVEPOINT active_record_1
583233
+ SQL (0.4ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.086719"], ["updated_at", "2016-03-13 17:15:41.086719"]]
583234
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583235
+  (0.0ms) SAVEPOINT active_record_1
583236
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.088342"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.088342"]]
583237
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583238
+  (0.0ms) SAVEPOINT active_record_1
583239
+ SQL (0.0ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-50@example.com"]]
583240
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583241
+  (0.0ms) SAVEPOINT active_record_1
583242
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.090446"], ["updated_at", "2016-03-13 17:15:41.090446"]]
583243
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583244
+  (0.0ms) SAVEPOINT active_record_1
583245
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.091409"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD47"], ["updated_at", "2016-03-13 17:15:41.091409"], ["user_id", 1]]
583246
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583247
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
583248
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
583249
+  (0.0ms) SAVEPOINT active_record_1
583250
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
583251
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
583252
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.093022"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
583253
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583254
+  (0.0ms) SAVEPOINT active_record_1
583255
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.095473"]]
583256
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583257
+ Notifiable::Notification Load (0.1ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
583258
+  (0.0ms) DELETE FROM "notifiable_apps";
583259
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583260
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583261
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583262
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583263
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583264
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583265
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583266
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583267
+  (0.0ms) DELETE FROM "notifiable_notifications";
583268
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583269
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583270
+  (0.1ms) DELETE FROM "notifiable_statuses";
583271
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583272
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583273
+  (0.0ms) DELETE FROM "users";
583274
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583275
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583276
+  (0.5ms) rollback transaction
583277
+  (0.0ms) begin transaction
583278
+  (0.0ms) SAVEPOINT active_record_1
583279
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.100858"], ["updated_at", "2016-03-13 17:15:41.100858"]]
583280
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583281
+  (0.0ms) SAVEPOINT active_record_1
583282
+ SQL (0.4ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.102392"], ["updated_at", "2016-03-13 17:15:41.102392"]]
583283
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583284
+  (0.0ms) SAVEPOINT active_record_1
583285
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.104146"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.104146"]]
583286
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583287
+  (0.0ms) SAVEPOINT active_record_1
583288
+ SQL (0.1ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-51@example.com"]]
583289
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583290
+  (0.0ms) SAVEPOINT active_record_1
583291
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.106489"], ["updated_at", "2016-03-13 17:15:41.106489"]]
583292
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583293
+  (0.0ms) SAVEPOINT active_record_1
583294
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.107541"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD48"], ["updated_at", "2016-03-13 17:15:41.107541"], ["user_id", 1]]
583295
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583296
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
583297
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
583298
+  (0.1ms) SAVEPOINT active_record_1
583299
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
583300
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
583301
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.109276"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
583302
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583303
+  (0.0ms) SAVEPOINT active_record_1
583304
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.111580"]]
583305
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583306
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1
583307
+  (0.0ms) DELETE FROM "notifiable_apps";
583308
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583309
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583310
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583311
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583312
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583313
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583314
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583315
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583316
+  (0.0ms) DELETE FROM "notifiable_notifications";
583317
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583318
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583319
+  (0.0ms) DELETE FROM "notifiable_statuses";
583320
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583321
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583322
+  (0.0ms) DELETE FROM "users";
583323
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583324
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583325
+  (0.5ms) rollback transaction
583326
+  (0.0ms) begin transaction
583327
+  (0.1ms) SELECT COUNT(*) FROM "notifiable_localized_notifications"
583328
+  (0.0ms) SAVEPOINT active_record_1
583329
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.117526"], ["updated_at", "2016-03-13 17:15:41.117526"]]
583330
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583331
+  (0.0ms) SAVEPOINT active_record_1
583332
+ SQL (0.4ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.118844"], ["updated_at", "2016-03-13 17:15:41.118844"]]
583333
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583334
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_localized_notifications"
583335
+  (0.0ms) DELETE FROM "notifiable_apps";
583336
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583337
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583338
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
583339
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583340
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583341
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583342
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583343
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583344
+  (0.0ms) DELETE FROM "notifiable_notifications";
583345
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583346
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583347
+  (0.0ms) DELETE FROM "notifiable_statuses";
583348
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583349
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583350
+  (0.0ms) DELETE FROM "users";
583351
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583352
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583353
+  (0.6ms) rollback transaction
583354
+  (0.1ms) begin transaction
583355
+  (0.1ms) SELECT COUNT(*) FROM "notifiable_localized_notifications"
583356
+  (0.0ms) SAVEPOINT active_record_1
583357
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.124654"], ["updated_at", "2016-03-13 17:15:41.124654"]]
583358
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583359
+  (0.0ms) SAVEPOINT active_record_1
583360
+ SQL (0.4ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.128032"], ["updated_at", "2016-03-13 17:15:41.128032"]]
583361
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.129198"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.129198"]]
583362
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583363
+  (0.1ms) SELECT COUNT(*) FROM "notifiable_localized_notifications"
583364
+  (0.0ms) DELETE FROM "notifiable_apps";
583365
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583366
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583367
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
583368
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583369
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583370
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583371
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583372
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583373
+  (0.0ms) DELETE FROM "notifiable_notifications";
583374
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583375
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583376
+  (0.0ms) DELETE FROM "notifiable_statuses";
583377
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583378
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583379
+  (0.0ms) DELETE FROM "users";
583380
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583381
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583382
+  (0.4ms) rollback transaction
583383
+  (0.0ms) begin transaction
583384
+  (0.0ms) SAVEPOINT active_record_1
583385
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.134051"], ["updated_at", "2016-03-13 17:15:41.134051"]]
583386
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583387
+  (0.0ms) SAVEPOINT active_record_1
583388
+ SQL (0.5ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.135346"], ["updated_at", "2016-03-13 17:15:41.135346"]]
583389
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583390
+  (0.0ms) SAVEPOINT active_record_1
583391
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.136956"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.136956"]]
583392
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583393
+  (0.0ms) SAVEPOINT active_record_1
583394
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.138558"], ["updated_at", "2016-03-13 17:15:41.138558"]]
583395
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583396
+  (0.0ms) SAVEPOINT active_record_1
583397
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.139532"], ["provider", "mock"], ["token", "ABCD49"], ["updated_at", "2016-03-13 17:15:41.139532"]]
583398
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583399
+  (0.0ms) SAVEPOINT active_record_1
583400
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.140496"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
583401
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583402
+  (0.0ms) SAVEPOINT active_record_1
583403
+ Notifiable::NotificationStatus Load (0.0ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = ? [["localized_notification_id", 1]]
583404
+ SQL (0.0ms) DELETE FROM "notifiable_statuses" WHERE "notifiable_statuses"."id" = ? [["id", 1]]
583405
+ SQL (0.0ms) DELETE FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? [["id", 1]]
583406
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583407
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_statuses"
583408
+  (0.0ms) DELETE FROM "notifiable_apps";
583409
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583410
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583411
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583412
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583413
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583414
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583415
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583416
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583417
+  (0.0ms) DELETE FROM "notifiable_notifications";
583418
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583419
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583420
+  (0.0ms) DELETE FROM "notifiable_statuses";
583421
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583422
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583423
+  (0.0ms) DELETE FROM "users";
583424
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583425
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583426
+  (0.5ms) rollback transaction
583427
+  (0.1ms) begin transaction
583428
+  (0.1ms) SAVEPOINT active_record_1
583429
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.146358"], ["updated_at", "2016-03-13 17:15:41.146358"]]
583430
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583431
+  (0.0ms) SAVEPOINT active_record_1
583432
+ SQL (0.4ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.148011"], ["updated_at", "2016-03-13 17:15:41.148011"]]
583433
+  (0.1ms) RELEASE SAVEPOINT active_record_1
583434
+  (0.0ms) SAVEPOINT active_record_1
583435
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.149602"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.149602"]]
583436
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583437
+  (0.0ms) SAVEPOINT active_record_1
583438
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.150794"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.150794"]]
583439
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583440
+ Notifiable::Notification Load (0.1ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
583441
+  (0.1ms) SELECT COUNT(*) FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
583442
+  (0.0ms) DELETE FROM "notifiable_apps";
583443
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583444
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583445
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
583446
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583447
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583448
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583449
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583450
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583451
+  (0.0ms) DELETE FROM "notifiable_notifications";
583452
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583453
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583454
+  (0.0ms) DELETE FROM "notifiable_statuses";
583455
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583456
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583457
+  (0.0ms) DELETE FROM "users";
583458
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583459
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583460
+  (0.5ms) rollback transaction
583461
+  (0.0ms) begin transaction
583462
+  (0.0ms) SAVEPOINT active_record_1
583463
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.155936"], ["updated_at", "2016-03-13 17:15:41.155936"]]
583464
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583465
+  (0.0ms) SAVEPOINT active_record_1
583466
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.157385"], ["updated_at", "2016-03-13 17:15:41.157385"]]
583467
+  (0.1ms) RELEASE SAVEPOINT active_record_1
583468
+  (0.0ms) SAVEPOINT active_record_1
583469
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.159322"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.159322"]]
583470
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583471
+  (0.0ms) SAVEPOINT active_record_1
583472
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.160641"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.160641"]]
583473
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583474
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_notifications"
583475
+  (0.0ms) DELETE FROM "notifiable_apps";
583476
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583477
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583478
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
583479
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583480
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583481
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583482
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583483
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583484
+  (0.0ms) DELETE FROM "notifiable_notifications";
583485
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583486
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583487
+  (0.0ms) DELETE FROM "notifiable_statuses";
583488
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583489
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583490
+  (0.0ms) DELETE FROM "users";
583491
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583492
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583493
+  (0.5ms) rollback transaction
583494
+  (0.0ms) begin transaction
583495
+  (0.0ms) SAVEPOINT active_record_1
583496
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.164992"], ["updated_at", "2016-03-13 17:15:41.164992"]]
583497
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583498
+  (0.0ms) SAVEPOINT active_record_1
583499
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.166122"], ["updated_at", "2016-03-13 17:15:41.166122"]]
583500
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583501
+  (0.1ms) SELECT COUNT(*) FROM "notifiable_statuses"
583502
+  (0.0ms) DELETE FROM "notifiable_apps";
583503
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583504
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583505
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
583506
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583507
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583508
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583509
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583510
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583511
+  (0.0ms) DELETE FROM "notifiable_notifications";
583512
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583513
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583514
+  (0.0ms) DELETE FROM "notifiable_statuses";
583515
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583516
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583517
+  (0.0ms) DELETE FROM "users";
583518
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583519
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583520
+  (0.4ms) rollback transaction
583521
+  (0.1ms) begin transaction
583522
+  (0.0ms) SAVEPOINT active_record_1
583523
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.171018"], ["updated_at", "2016-03-13 17:15:41.171018"]]
583524
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583525
+  (0.0ms) SAVEPOINT active_record_1
583526
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.172731"], ["updated_at", "2016-03-13 17:15:41.172731"]]
583527
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583528
+  (0.0ms) SAVEPOINT active_record_1
583529
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.174436"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.174436"]]
583530
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583531
+  (0.0ms) SAVEPOINT active_record_1
583532
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.176017"], ["updated_at", "2016-03-13 17:15:41.176017"]]
583533
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583534
+  (0.0ms) SAVEPOINT active_record_1
583535
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.177104"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD50"], ["updated_at", "2016-03-13 17:15:41.177104"]]
583536
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583537
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
583538
+  (0.0ms) SAVEPOINT active_record_1
583539
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
583540
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
583541
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.178509"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
583542
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583543
+  (0.0ms) SAVEPOINT active_record_1
583544
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.180666"]]
583545
+  (0.1ms) RELEASE SAVEPOINT active_record_1
583546
+ Notifiable::Notification Load (0.1ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
583547
+  (0.0ms) DELETE FROM "notifiable_apps";
583548
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583549
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583550
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583551
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583552
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583553
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583554
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583555
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583556
+  (0.0ms) DELETE FROM "notifiable_notifications";
583557
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583558
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583559
+  (0.0ms) DELETE FROM "notifiable_statuses";
583560
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583561
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583562
+  (0.0ms) DELETE FROM "users";
583563
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583564
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583565
+  (0.4ms) rollback transaction
583566
+  (0.0ms) begin transaction
583567
+  (0.0ms) SAVEPOINT active_record_1
583568
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.184652"], ["updated_at", "2016-03-13 17:15:41.184652"]]
583569
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583570
+  (0.0ms) SAVEPOINT active_record_1
583571
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.185686"], ["updated_at", "2016-03-13 17:15:41.185686"]]
583572
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583573
+  (0.0ms) SAVEPOINT active_record_1
583574
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.187020"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.187020"]]
583575
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583576
+  (0.0ms) SAVEPOINT active_record_1
583577
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.188150"], ["updated_at", "2016-03-13 17:15:41.188150"]]
583578
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583579
+  (0.0ms) SAVEPOINT active_record_1
583580
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.189032"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD51"], ["updated_at", "2016-03-13 17:15:41.189032"]]
583581
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583582
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
583583
+  (0.0ms) SAVEPOINT active_record_1
583584
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
583585
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
583586
+ SQL (0.0ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.190197"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
583587
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583588
+  (0.0ms) SAVEPOINT active_record_1
583589
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.192106"]]
583590
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583591
+ Notifiable::Notification Load (0.1ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
583592
+  (0.0ms) DELETE FROM "notifiable_apps";
583593
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583594
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583595
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583596
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583597
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583598
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583599
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583600
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583601
+  (0.0ms) DELETE FROM "notifiable_notifications";
583602
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583603
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583604
+  (0.0ms) DELETE FROM "notifiable_statuses";
583605
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583606
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583607
+  (0.1ms) DELETE FROM "users";
583608
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583609
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583610
+  (0.5ms) rollback transaction
583611
+  (0.0ms) begin transaction
583612
+  (0.0ms) SAVEPOINT active_record_1
583613
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.196365"], ["updated_at", "2016-03-13 17:15:41.196365"]]
583614
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583615
+  (0.0ms) SAVEPOINT active_record_1
583616
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.197494"], ["updated_at", "2016-03-13 17:15:41.197494"]]
583617
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583618
+  (0.0ms) SAVEPOINT active_record_1
583619
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.198909"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.198909"]]
583620
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583621
+  (0.0ms) SAVEPOINT active_record_1
583622
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.200297"], ["updated_at", "2016-03-13 17:15:41.200297"]]
583623
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583624
+  (0.0ms) SAVEPOINT active_record_1
583625
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.201313"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD52"], ["updated_at", "2016-03-13 17:15:41.201313"]]
583626
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583627
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
583628
+  (0.0ms) SAVEPOINT active_record_1
583629
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
583630
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
583631
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.202583"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
583632
+  (0.1ms) RELEASE SAVEPOINT active_record_1
583633
+  (0.1ms) SAVEPOINT active_record_1
583634
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.205490"]]
583635
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583636
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_statuses"
583637
+  (0.0ms) DELETE FROM "notifiable_apps";
583638
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583639
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583640
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583641
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583642
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583643
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583644
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583645
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583646
+  (0.0ms) DELETE FROM "notifiable_notifications";
583647
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583648
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583649
+  (0.0ms) DELETE FROM "notifiable_statuses";
583650
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583651
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583652
+  (0.0ms) DELETE FROM "users";
583653
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583654
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583655
+  (0.4ms) rollback transaction
583656
+  (0.0ms) begin transaction
583657
+  (0.0ms) SAVEPOINT active_record_1
583658
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.209406"], ["updated_at", "2016-03-13 17:15:41.209406"]]
583659
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583660
+  (0.0ms) SAVEPOINT active_record_1
583661
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.210514"], ["updated_at", "2016-03-13 17:15:41.210514"]]
583662
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583663
+  (0.0ms) SAVEPOINT active_record_1
583664
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.211818"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.211818"]]
583665
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583666
+  (0.0ms) SAVEPOINT active_record_1
583667
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.213010"], ["updated_at", "2016-03-13 17:15:41.213010"]]
583668
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583669
+  (0.0ms) SAVEPOINT active_record_1
583670
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.213936"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD53"], ["updated_at", "2016-03-13 17:15:41.213936"]]
583671
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583672
+ Notifiable::LocalizedNotification Load (0.1ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
583673
+  (0.0ms) SAVEPOINT active_record_1
583674
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
583675
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
583676
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.222882"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
583677
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583678
+  (0.0ms) SAVEPOINT active_record_1
583679
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.226054"]]
583680
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583681
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1
583682
+  (0.0ms) DELETE FROM "notifiable_apps";
583683
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583684
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583685
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583686
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583687
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583688
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583689
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583690
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583691
+  (0.0ms) DELETE FROM "notifiable_notifications";
583692
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583693
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583694
+  (0.1ms) DELETE FROM "notifiable_statuses";
583695
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583696
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583697
+  (0.0ms) DELETE FROM "users";
583698
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583699
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583700
+  (0.4ms) rollback transaction
583701
+  (0.0ms) begin transaction
583702
+  (0.0ms) SAVEPOINT active_record_1
583703
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.230863"], ["updated_at", "2016-03-13 17:15:41.230863"]]
583704
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583705
+  (0.0ms) SAVEPOINT active_record_1
583706
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.232496"], ["updated_at", "2016-03-13 17:15:41.232496"]]
583707
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583708
+  (0.0ms) SAVEPOINT active_record_1
583709
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.234752"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.234752"]]
583710
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583711
+  (0.0ms) SAVEPOINT active_record_1
583712
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.236283"], ["updated_at", "2016-03-13 17:15:41.236283"]]
583713
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583714
+  (0.3ms) SAVEPOINT active_record_1
583715
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.237513"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD54"], ["updated_at", "2016-03-13 17:15:41.237513"]]
583716
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583717
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
583718
+  (0.0ms) SAVEPOINT active_record_1
583719
+ Notifiable::LocalizedNotification Load (0.1ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
583720
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
583721
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.238980"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
583722
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583723
+  (0.0ms) SAVEPOINT active_record_1
583724
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.241787"]]
583725
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583726
+ Notifiable::Notification Load (0.1ms) SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
583727
+  (0.0ms) DELETE FROM "notifiable_apps";
583728
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583729
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583730
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583731
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583732
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583733
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583734
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583735
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583736
+  (0.0ms) DELETE FROM "notifiable_notifications";
583737
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583738
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583739
+  (0.0ms) DELETE FROM "notifiable_statuses";
583740
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583741
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583742
+  (0.1ms) DELETE FROM "users";
583743
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583744
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583745
+  (0.6ms) rollback transaction
583746
+  (0.1ms) begin transaction
583747
+  (0.1ms) SAVEPOINT active_record_1
583748
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.247347"], ["updated_at", "2016-03-13 17:15:41.247347"]]
583749
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583750
+  (0.1ms) SAVEPOINT active_record_1
583751
+ SQL (0.4ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.249020"], ["updated_at", "2016-03-13 17:15:41.249020"]]
583752
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583753
+  (0.0ms) SAVEPOINT active_record_1
583754
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.251582"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.251582"]]
583755
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583756
+  (0.0ms) SAVEPOINT active_record_1
583757
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.253918"], ["updated_at", "2016-03-13 17:15:41.253918"]]
583758
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583759
+  (0.0ms) SAVEPOINT active_record_1
583760
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.255880"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD55"], ["updated_at", "2016-03-13 17:15:41.255880"]]
583761
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583762
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
583763
+  (0.0ms) SAVEPOINT active_record_1
583764
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
583765
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
583766
+ SQL (0.7ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.257939"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
583767
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583768
+  (0.0ms) SAVEPOINT active_record_1
583769
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.261997"]]
583770
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583771
+ Notifiable::NotificationStatus Load (0.1ms) SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1
583772
+  (0.1ms) DELETE FROM "notifiable_apps";
583773
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583774
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583775
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
583776
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583777
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583778
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583779
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583780
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583781
+  (0.0ms) DELETE FROM "notifiable_notifications";
583782
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583783
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583784
+  (0.0ms) DELETE FROM "notifiable_statuses";
583785
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583786
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583787
+  (0.1ms) DELETE FROM "users";
583788
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583789
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583790
+  (0.5ms) rollback transaction
583791
+  (0.0ms) begin transaction
583792
+  (0.0ms) SAVEPOINT active_record_1
583793
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.272465"], ["updated_at", "2016-03-13 17:15:41.272465"]]
583794
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583795
+  (0.0ms) SAVEPOINT active_record_1
583796
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.274780"], ["updated_at", "2016-03-13 17:15:41.274780"]]
583797
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583798
+  (0.0ms) SAVEPOINT active_record_1
583799
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.276783"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.276783"]]
583800
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583801
+  (0.0ms) SAVEPOINT active_record_1
583802
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.278302"], ["updated_at", "2016-03-13 17:15:41.278302"]]
583803
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583804
+  (0.0ms) SAVEPOINT active_record_1
583805
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.279383"], ["provider", "mock"], ["token", "ABCD56"], ["updated_at", "2016-03-13 17:15:41.279383"]]
583806
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583807
+  (0.0ms) SAVEPOINT active_record_1
583808
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.280512"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
583809
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583810
+  (0.0ms) SAVEPOINT active_record_1
583811
+ SQL (0.0ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.281991"], ["updated_at", "2016-03-13 17:15:41.281991"]]
583812
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583813
+  (0.0ms) SAVEPOINT active_record_1
583814
+ SQL (0.0ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 3], ["created_at", "2016-03-13 17:15:41.282932"], ["updated_at", "2016-03-13 17:15:41.282932"]]
583815
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583816
+  (0.0ms) SAVEPOINT active_record_1
583817
+ SQL (0.0ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.283824"], ["message", "Hello"], ["notification_id", 2], ["params", nil], ["updated_at", "2016-03-13 17:15:41.283824"]]
583818
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583819
+  (0.0ms) SAVEPOINT active_record_1
583820
+ SQL (0.0ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.285094"], ["updated_at", "2016-03-13 17:15:41.285094"]]
583821
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583822
+  (0.0ms) SAVEPOINT active_record_1
583823
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 4], ["created_at", "2016-03-13 17:15:41.286102"], ["provider", "mock"], ["token", "ABCD57"], ["updated_at", "2016-03-13 17:15:41.286102"]]
583824
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583825
+  (0.0ms) SAVEPOINT active_record_1
583826
+ SQL (0.0ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.287224"], ["device_token_id", 2], ["localized_notification_id", 2], ["status", 0]]
583827
+  (0.1ms) RELEASE SAVEPOINT active_record_1
583828
+  (0.0ms) SAVEPOINT active_record_1
583829
+ SQL (0.0ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.288547"], ["updated_at", "2016-03-13 17:15:41.288547"]]
583830
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583831
+  (0.1ms) SAVEPOINT active_record_1
583832
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?) [["app_id", 5], ["created_at", "2016-03-13 17:15:41.290769"], ["provider", "mock"], ["token", "ABCD58"], ["updated_at", "2016-03-13 17:15:41.290769"]]
583833
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 3]]
583834
+ SQL (0.1ms) UPDATE "notifiable_statuses" SET "device_token_id" = ? WHERE "notifiable_statuses"."id" = 1 [["device_token_id", 3]]
583835
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 3]]
583836
+ SQL (0.1ms) UPDATE "notifiable_statuses" SET "device_token_id" = ? WHERE "notifiable_statuses"."id" = 2 [["device_token_id", 3]]
583837
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583838
+  (0.1ms) SELECT COUNT(*) FROM "notifiable_statuses" WHERE "notifiable_statuses"."device_token_id" = ? [["device_token_id", 3]]
583839
+  (0.0ms) DELETE FROM "notifiable_apps";
583840
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583841
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583842
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583843
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583844
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583845
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583846
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583847
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583848
+  (0.0ms) DELETE FROM "notifiable_notifications";
583849
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583850
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583851
+  (0.0ms) DELETE FROM "notifiable_statuses";
583852
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583853
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583854
+  (0.0ms) DELETE FROM "users";
583855
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583856
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583857
+  (0.5ms) rollback transaction
583858
+  (0.1ms) begin transaction
583859
+  (0.0ms) SAVEPOINT active_record_1
583860
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.298529"], ["updated_at", "2016-03-13 17:15:41.298529"]]
583861
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583862
+  (0.0ms) SAVEPOINT active_record_1
583863
+ SQL (0.4ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "name", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.299759"], ["name", "Matt's iPhone"], ["provider", "mock"], ["token", "ABCD59"], ["updated_at", "2016-03-13 17:15:41.299759"]]
583864
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583865
+  (0.0ms) DELETE FROM "notifiable_apps";
583866
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583867
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583868
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583869
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583870
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583871
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583872
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583873
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583874
+  (0.1ms) DELETE FROM "notifiable_notifications";
583875
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583876
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583877
+  (0.0ms) DELETE FROM "notifiable_statuses";
583878
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583879
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583880
+  (0.0ms) DELETE FROM "users";
583881
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583882
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583883
+  (0.5ms) rollback transaction
583884
+  (0.0ms) begin transaction
583885
+  (0.0ms) SAVEPOINT active_record_1
583886
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.304259"], ["updated_at", "2016-03-13 17:15:41.304259"]]
583887
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583888
+  (0.0ms) SAVEPOINT active_record_1
583889
+ SQL (0.4ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.305421"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD60"], ["updated_at", "2016-03-13 17:15:41.305421"]]
583890
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583891
+  (0.0ms) DELETE FROM "notifiable_apps";
583892
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583893
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583894
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583895
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583896
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583897
+  (0.1ms) DELETE FROM "notifiable_localized_notifications";
583898
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583899
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583900
+  (0.1ms) DELETE FROM "notifiable_notifications";
583901
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583902
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583903
+  (0.1ms) DELETE FROM "notifiable_statuses";
583904
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583905
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583906
+  (0.1ms) DELETE FROM "users";
583907
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583908
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583909
+  (0.5ms) rollback transaction
583910
+  (0.0ms) begin transaction
583911
+  (0.0ms) SAVEPOINT active_record_1
583912
+ SQL (0.2ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-52@example.com"]]
583913
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583914
+  (0.0ms) SAVEPOINT active_record_1
583915
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.312499"], ["updated_at", "2016-03-13 17:15:41.312499"]]
583916
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583917
+  (0.0ms) SAVEPOINT active_record_1
583918
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "is_valid", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.314086"], ["is_valid", "f"], ["provider", "mock"], ["token", "ABCD61"], ["updated_at", "2016-03-13 17:15:41.314086"], ["user_id", 1]]
583919
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583920
+  (0.0ms) SAVEPOINT active_record_1
583921
+ SQL (0.1ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.315507"], ["updated_at", "2016-03-13 17:15:41.315507"]]
583922
+  (0.1ms) RELEASE SAVEPOINT active_record_1
583923
+  (0.0ms) SAVEPOINT active_record_1
583924
+ SQL (0.1ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.316604"], ["updated_at", "2016-03-13 17:15:41.316604"]]
583925
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583926
+  (0.0ms) SAVEPOINT active_record_1
583927
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.317852"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.317852"]]
583928
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583929
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
583930
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
583931
+  (0.0ms) SAVEPOINT active_record_1
583932
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583933
+  (0.1ms) SELECT COUNT(*) FROM "notifiable_statuses"
583934
+  (0.1ms) DELETE FROM "notifiable_apps";
583935
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583936
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583937
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
583938
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583939
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583940
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583941
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583942
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583943
+  (0.0ms) DELETE FROM "notifiable_notifications";
583944
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583945
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583946
+  (0.0ms) DELETE FROM "notifiable_statuses";
583947
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583948
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583949
+  (0.0ms) DELETE FROM "users";
583950
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583951
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
583952
+  (0.5ms) rollback transaction
583953
+  (0.0ms) begin transaction
583954
+  (0.1ms) SAVEPOINT active_record_1
583955
+ SQL (0.2ms) INSERT INTO "users" ("email") VALUES (?) [["email", "person-53@example.com"]]
583956
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583957
+  (0.0ms) SAVEPOINT active_record_1
583958
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.326249"], ["updated_at", "2016-03-13 17:15:41.326249"]]
583959
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583960
+  (0.0ms) SAVEPOINT active_record_1
583961
+ SQL (0.1ms) INSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.327609"], ["locale", "en"], ["provider", "mock"], ["token", "ABCD62"], ["updated_at", "2016-03-13 17:15:41.327609"], ["user_id", 1]]
583962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583963
+  (0.0ms) SAVEPOINT active_record_1
583964
+ SQL (0.0ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.328778"], ["updated_at", "2016-03-13 17:15:41.328778"]]
583965
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583966
+  (0.0ms) SAVEPOINT active_record_1
583967
+ SQL (0.0ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 2], ["created_at", "2016-03-13 17:15:41.329695"], ["updated_at", "2016-03-13 17:15:41.329695"]]
583968
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583969
+  (0.0ms) SAVEPOINT active_record_1
583970
+ SQL (0.1ms) INSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.330871"], ["locale", "en"], ["message", "Hello"], ["notification_id", 1], ["params", nil], ["updated_at", "2016-03-13 17:15:41.330871"]]
583971
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583972
+ Notifiable::DeviceToken Load (0.1ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
583973
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
583974
+  (0.1ms) SAVEPOINT active_record_1
583975
+ Notifiable::LocalizedNotification Load (0.1ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
583976
+ Notifiable::DeviceToken Load (0.0ms) SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
583977
+ SQL (0.1ms) INSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?) [["created_at", "2016-03-13 17:15:41.332616"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
583978
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583979
+  (0.0ms) SAVEPOINT active_record_1
583980
+ SQL (0.0ms) UPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1 [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.336012"]]
583981
+  (0.0ms) RELEASE SAVEPOINT active_record_1
583982
+  (0.0ms) SELECT COUNT(*) FROM "notifiable_statuses"
583983
+  (0.0ms) DELETE FROM "notifiable_apps";
583984
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583985
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
583986
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
583987
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583988
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
583989
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
583990
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583991
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
583992
+  (0.0ms) DELETE FROM "notifiable_notifications";
583993
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583994
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
583995
+  (0.0ms) DELETE FROM "notifiable_statuses";
583996
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
583997
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
583998
+  (0.0ms) DELETE FROM "users";
583999
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584000
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
584001
+  (0.4ms) rollback transaction
584002
+  (0.0ms) begin transaction
584003
+  (0.0ms) SAVEPOINT active_record_1
584004
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.340269"], ["updated_at", "2016-03-13 17:15:41.340269"]]
584005
+  (0.0ms) RELEASE SAVEPOINT active_record_1
584006
+  (0.0ms) DELETE FROM "notifiable_apps";
584007
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584008
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
584009
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
584010
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584011
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
584012
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
584013
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584014
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
584015
+  (0.0ms) DELETE FROM "notifiable_notifications";
584016
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584017
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
584018
+  (0.0ms) DELETE FROM "notifiable_statuses";
584019
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584020
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
584021
+  (0.0ms) DELETE FROM "users";
584022
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584023
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
584024
+  (0.2ms) rollback transaction
584025
+  (0.0ms) begin transaction
584026
+  (0.2ms) DELETE FROM "notifiable_apps";
584027
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584028
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
584029
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
584030
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584031
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
584032
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
584033
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584034
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
584035
+  (0.0ms) DELETE FROM "notifiable_notifications";
584036
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584037
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
584038
+  (0.0ms) DELETE FROM "notifiable_statuses";
584039
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584040
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
584041
+  (0.0ms) DELETE FROM "users";
584042
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584043
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
584044
+  (0.2ms) rollback transaction
584045
+  (0.0ms) begin transaction
584046
+  (0.1ms) DELETE FROM "notifiable_apps";
584047
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584048
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
584049
+  (0.0ms) DELETE FROM "notifiable_device_tokens";
584050
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584051
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
584052
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
584053
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584054
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
584055
+  (0.0ms) DELETE FROM "notifiable_notifications";
584056
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584057
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
584058
+  (0.0ms) DELETE FROM "notifiable_statuses";
584059
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584060
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
584061
+  (0.0ms) DELETE FROM "users";
584062
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584063
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
584064
+  (0.3ms) rollback transaction
584065
+  (0.1ms) begin transaction
584066
+  (0.1ms) SAVEPOINT active_record_1
584067
+ SQL (0.3ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", "---\n:configurable_mock:\n :use_sandbox: true\n"], ["created_at", "2016-03-13 17:15:41.349821"], ["updated_at", "2016-03-13 17:15:41.349821"]]
584068
+  (0.0ms) RELEASE SAVEPOINT active_record_1
584069
+  (0.0ms) SAVEPOINT active_record_1
584070
+ SQL (0.4ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.352177"], ["updated_at", "2016-03-13 17:15:41.352177"]]
584071
+  (0.0ms) RELEASE SAVEPOINT active_record_1
584072
+ Notifiable::LocalizedNotification Load (0.0ms) SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
584073
+  (0.0ms) DELETE FROM "notifiable_apps";
584074
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584075
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
584076
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
584077
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584078
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
584079
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
584080
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584081
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
584082
+  (0.0ms) DELETE FROM "notifiable_notifications";
584083
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584084
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
584085
+  (0.0ms) DELETE FROM "notifiable_statuses";
584086
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584087
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
584088
+  (0.0ms) DELETE FROM "users";
584089
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584090
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
584091
+  (0.5ms) rollback transaction
584092
+  (0.0ms) begin transaction
584093
+  (0.0ms) SAVEPOINT active_record_1
584094
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.357694"], ["updated_at", "2016-03-13 17:15:41.357694"]]
584095
+  (0.0ms) RELEASE SAVEPOINT active_record_1
584096
+  (0.0ms) SAVEPOINT active_record_1
584097
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.359251"], ["updated_at", "2016-03-13 17:15:41.359251"]]
584098
+  (0.0ms) RELEASE SAVEPOINT active_record_1
584099
+  (0.1ms) SELECT COUNT(*) FROM "notifiable_notifications" WHERE "notifiable_notifications"."app_id" = ? [["app_id", 1]]
584100
+  (0.0ms) DELETE FROM "notifiable_apps";
584101
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584102
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
584103
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
584104
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584105
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
584106
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
584107
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584108
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
584109
+  (0.0ms) DELETE FROM "notifiable_notifications";
584110
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584111
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
584112
+  (0.0ms) DELETE FROM "notifiable_statuses";
584113
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584114
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
584115
+  (0.0ms) DELETE FROM "users";
584116
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584117
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
584118
+  (0.5ms) rollback transaction
584119
+  (0.0ms) begin transaction
584120
+  (0.0ms) SAVEPOINT active_record_1
584121
+ SQL (0.2ms) INSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?) [["configuration", nil], ["created_at", "2016-03-13 17:15:41.365185"], ["updated_at", "2016-03-13 17:15:41.365185"]]
584122
+  (0.0ms) RELEASE SAVEPOINT active_record_1
584123
+  (0.0ms) SAVEPOINT active_record_1
584124
+ SQL (0.3ms) INSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?) [["app_id", 1], ["created_at", "2016-03-13 17:15:41.366904"], ["updated_at", "2016-03-13 17:15:41.366904"]]
584125
+  (0.0ms) RELEASE SAVEPOINT active_record_1
584126
+  (0.0ms) DELETE FROM "notifiable_apps";
584127
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584128
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_apps';
584129
+  (0.1ms) DELETE FROM "notifiable_device_tokens";
584130
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584131
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
584132
+  (0.0ms) DELETE FROM "notifiable_localized_notifications";
584133
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584134
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
584135
+  (0.0ms) DELETE FROM "notifiable_notifications";
584136
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584137
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
584138
+  (0.0ms) DELETE FROM "notifiable_statuses";
584139
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584140
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
584141
+  (0.1ms) DELETE FROM "users";
584142
+  (0.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
584143
+  (0.0ms) DELETE FROM sqlite_sequence where name = 'users';
584144
+  (0.4ms) rollback transaction