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.
- checksums.yaml +4 -4
- data/lib/notifiable/version.rb +1 -1
- data/spec/test_app/db/development.sqlite3 +0 -0
- data/spec/test_app/log/development.log +61 -0
- data/spec/test_app/log/test.log +3920 -0
- metadata +6 -10
- data/spec/test_app/db/test.sqlite3 +0 -0
data/spec/test_app/log/test.log
CHANGED
@@ -580222,3 +580222,3923 @@ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.5ms)
|
|
580222
580222
|
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580223
580223
|
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
580224
580224
|
[1m[35m (0.5ms)[0m rollback transaction
|
580225
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
580226
|
+
[1m[35m (0.1ms)[0m begin transaction
|
580227
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580228
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-1@example.com"]]
|
580229
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580230
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580231
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.065047"], ["updated_at", "2016-03-13 17:15:40.065047"]]
|
580232
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580233
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
580234
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580236
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABCD1' LIMIT 1[0m
|
580240
|
+
Unpermitted parameters: device_token
|
580241
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
580242
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580243
|
+
[1m[35mNotifiable::App Load (0.1ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
580244
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "notifiable_device_tokens" SET "provider" = ?, "updated_at" = ?, "user_id" = ? WHERE "notifiable_device_tokens"."id" = 1[0m [["provider", "mpns"], ["updated_at", "2016-03-13 17:15:40.085978"], ["user_id", nil]]
|
580245
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580246
|
+
Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.4ms)
|
580247
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "notifiable_device_tokens"[0m
|
580248
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
|
580249
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
580250
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580251
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
580252
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
580253
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580254
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
580255
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
580256
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580257
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
580258
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
580259
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580260
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
580261
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
580262
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580263
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
580264
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
580265
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580266
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
580267
|
+
[1m[36m (2.1ms)[0m [1mrollback transaction[0m
|
580268
|
+
[1m[35m (0.0ms)[0m begin transaction
|
580269
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580270
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-2@example.com"]]
|
580271
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580272
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580273
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.097183"], ["updated_at", "2016-03-13 17:15:40.097183"]]
|
580274
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580275
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580276
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580278
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
580282
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
580283
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
|
580284
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'person-2@example.com' LIMIT 1
|
580285
|
+
Unpermitted parameters: user_email, device_token
|
580286
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'person-2@example.com' LIMIT 1[0m
|
580287
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'person-2@example.com' LIMIT 1
|
580288
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580289
|
+
[1m[35mNotifiable::App Load (0.0ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
580290
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "notifiable_device_tokens" SET "token" = ?, "updated_at" = ? WHERE "notifiable_device_tokens"."id" = 1[0m [["token", "DEF456"], ["updated_at", "2016-03-13 17:15:40.103418"]]
|
580291
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
580292
|
+
Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.6ms)
|
580293
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "notifiable_device_tokens"[0m
|
580294
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
|
580295
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
580296
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580297
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
580298
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
580299
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580300
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
580301
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
580302
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580303
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
580304
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_notifications";
|
580305
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580306
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
580307
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
580308
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580309
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
580310
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
580311
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580312
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
580313
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
580314
|
+
[1m[35m (0.0ms)[0m begin transaction
|
580315
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580316
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-3@example.com"]]
|
580317
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580318
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580319
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.113800"], ["updated_at", "2016-03-13 17:15:40.113800"]]
|
580320
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580321
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580322
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580324
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
580328
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
580329
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
|
580330
|
+
[1m[35mUser Load (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABCD3'[0m
|
580334
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
580335
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580336
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
580337
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
580338
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580339
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
580340
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_localized_notifications";
|
580341
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580342
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
580343
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
580344
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580345
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
580346
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
580347
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580348
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
580349
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
580350
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580351
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
580352
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
580353
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
580354
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580355
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-4@example.com"]]
|
580356
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
580357
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580358
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580360
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580361
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580363
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1 ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1[0m
|
580364
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580365
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-5@example.com"]]
|
580366
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
580370
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
580371
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
|
580372
|
+
[1m[35mUser Load (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
580376
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580377
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
580378
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
580379
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580380
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
580381
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
580382
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580383
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
580384
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
580385
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580386
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
580387
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
580388
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580389
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
580390
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
580391
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580392
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
580393
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
580394
|
+
[1m[35m (0.0ms)[0m begin transaction
|
580395
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580396
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-6@example.com"]]
|
580397
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580398
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580399
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.136262"], ["updated_at", "2016-03-13 17:15:40.136262"]]
|
580400
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
580401
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580402
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580404
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
580408
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
580409
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
|
580410
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'person-6@example.com' LIMIT 1
|
580411
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580412
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? [["id", 1]]
|
580413
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580414
|
+
Completed 200 OK in 3ms (ActiveRecord: 0.4ms)
|
580415
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "notifiable_device_tokens"
|
580416
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
580417
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580418
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
580419
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
580420
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580421
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
580422
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
580423
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580424
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
580425
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
580426
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580427
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
580428
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
580429
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580430
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
580431
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
580432
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580433
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
580434
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
580435
|
+
[1m[35m (0.1ms)[0m begin transaction
|
580436
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580437
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-7@example.com"]]
|
580438
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580439
|
+
Processing by Notifiable::DeviceTokensController#destroy as JSON
|
580440
|
+
Parameters: {"id"=>"59", "user_email"=>"person-7@example.com", "device_token"=>{"id"=>"59"}}
|
580441
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580444
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-8@example.com"]]
|
580445
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580446
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580447
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.152366"], ["updated_at", "2016-03-13 17:15:40.152366"]]
|
580448
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580449
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580450
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580452
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABCD6'[0m
|
580454
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
580455
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580456
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
580457
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
580458
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580459
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
580460
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
580461
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580462
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
580463
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
580464
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580465
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
580466
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
580467
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580468
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
580469
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
580470
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580471
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
580472
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
580473
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
580474
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580475
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-9@example.com"]]
|
580476
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580477
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580478
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580480
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580481
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580483
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1 ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1[0m
|
580484
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580485
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-10@example.com"]]
|
580486
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
580490
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
580491
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
|
580492
|
+
[1m[35mUser Load (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABCD7'[0m
|
580496
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
580497
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580498
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
580499
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
580500
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580501
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
580502
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_localized_notifications";
|
580503
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580504
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
580505
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
580506
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580507
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
580508
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_statuses";
|
580509
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580510
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
580511
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
580512
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580513
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
580514
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
580515
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
580516
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
580517
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.169663"], ["updated_at", "2016-03-13 17:15:40.169663"]]
|
580518
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580519
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580520
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
|
580525
|
+
Unpermitted parameters: device_token
|
580526
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
580527
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580528
|
+
[1m[36mNotifiable::App Load (0.0ms)[0m [1mSELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1[0m [["id", 1]]
|
580529
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580531
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.3ms)
|
580532
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_apps";
|
580533
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580534
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
580535
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
580536
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580537
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
580538
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
580539
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580540
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
580541
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
580542
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580543
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
580544
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
580545
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580546
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
580547
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
580548
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580549
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
580550
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
580551
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
580552
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
580553
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.181143"], ["updated_at", "2016-03-13 17:15:40.181143"]]
|
580554
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580555
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580556
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
|
580561
|
+
Unpermitted parameters: device_token
|
580562
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
580563
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580564
|
+
[1m[36mNotifiable::App Load (0.0ms)[0m [1mSELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1[0m [["id", 1]]
|
580565
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580567
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.4ms)
|
580568
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_apps";
|
580569
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580570
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
580571
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
580572
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580573
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
580574
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_localized_notifications";
|
580575
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580576
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
580577
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
580578
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580579
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
580580
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
580581
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580582
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
580583
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "users";[0m
|
580584
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580585
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
580586
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
580587
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
580588
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580589
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.193871"], ["updated_at", "2016-03-13 17:15:40.193871"]]
|
580590
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580591
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580592
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
|
580597
|
+
Unpermitted parameters: device_token
|
580598
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
580599
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580600
|
+
[1m[36mNotifiable::App Load (0.0ms)[0m [1mSELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1[0m [["id", 1]]
|
580601
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580603
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.2ms)
|
580604
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
|
580605
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
580606
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580607
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
580608
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
580609
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580610
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
580611
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
580612
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580613
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
580614
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
580615
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580616
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
580617
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
580618
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580619
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
580620
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
580621
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580622
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
580623
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
580624
|
+
[1m[35m (0.0ms)[0m begin transaction
|
580625
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580626
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580628
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580629
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "is_valid", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1[0m
|
580634
|
+
Unpermitted parameters: device_token
|
580635
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
580636
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580637
|
+
[1m[35mNotifiable::App Load (0.0ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
580638
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "notifiable_device_tokens" SET "is_valid" = ?, "updated_at" = ? WHERE "notifiable_device_tokens"."id" = 1[0m [["is_valid", "t"], ["updated_at", "2016-03-13 17:15:40.210323"]]
|
580639
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580640
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.3ms)
|
580641
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1[0m
|
580642
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
580643
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580644
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
580645
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
580646
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580647
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
580648
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
580649
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580650
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
580651
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
580652
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580653
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
580654
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
580655
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580656
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
580657
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
580658
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580659
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
580660
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
580661
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
580662
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
580663
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.215589"], ["updated_at", "2016-03-13 17:15:40.215589"]]
|
580664
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580665
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580666
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
|
580671
|
+
Unpermitted parameters: device_token
|
580672
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
580673
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580674
|
+
[1m[36mNotifiable::App Load (0.0ms)[0m [1mSELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1[0m [["id", 1]]
|
580675
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580677
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.4ms)
|
580678
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "notifiable_device_tokens"
|
580679
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
580680
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580681
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
580682
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
580683
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580684
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
580685
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
580686
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580687
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
580688
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
580689
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580690
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
580691
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
580692
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580693
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
580694
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
580695
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580696
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
580697
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
580698
|
+
[1m[35m (0.0ms)[0m begin transaction
|
580699
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580700
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580702
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580703
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "is_valid", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1[0m
|
580708
|
+
Unpermitted parameters: device_token
|
580709
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
580710
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580711
|
+
[1m[35mNotifiable::App Load (0.0ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
580712
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "notifiable_device_tokens" SET "is_valid" = ?, "updated_at" = ? WHERE "notifiable_device_tokens"."id" = 1[0m [["is_valid", "t"], ["updated_at", "2016-03-13 17:15:40.234141"]]
|
580713
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580714
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.3ms)
|
580715
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1[0m
|
580716
|
+
[1m[35mNotifiable::App Load (0.0ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
580717
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
580718
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580719
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
580720
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
580721
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580722
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
580723
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
580724
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580725
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
580726
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
580727
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580728
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
580729
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
580730
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580731
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
580732
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
580733
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580734
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
580735
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
580736
|
+
[1m[35m (0.0ms)[0m begin transaction
|
580737
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580738
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580740
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580741
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "is_valid", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1[0m
|
580746
|
+
Unpermitted parameters: device_token
|
580747
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
580748
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580749
|
+
[1m[35mNotifiable::App Load (0.0ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
580750
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "notifiable_device_tokens" SET "is_valid" = ?, "updated_at" = ? WHERE "notifiable_device_tokens"."id" = 1[0m [["is_valid", "t"], ["updated_at", "2016-03-13 17:15:40.245232"]]
|
580751
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580752
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.3ms)
|
580753
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1[0m
|
580754
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
580755
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580756
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
580757
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
580758
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580759
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
580760
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
580761
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580762
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
580763
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
580764
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580765
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
580766
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
580767
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580768
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
580769
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "users";[0m
|
580770
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580771
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
580772
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
580773
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
580774
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580775
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-11@example.com"]]
|
580776
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580777
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580778
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
|
580783
|
+
Unpermitted parameters: user_email, device_token
|
580784
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'person-11@example.com' LIMIT 1[0m
|
580785
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'person-11@example.com' LIMIT 1
|
580786
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580787
|
+
[1m[35mNotifiable::App Load (0.0ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
580788
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "name", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580790
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.4ms)
|
580791
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
580792
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580793
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
580794
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
580795
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580796
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
580797
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
580798
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580799
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
580800
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
580801
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580802
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
580803
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
580804
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580805
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
580806
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
580807
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580808
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
580809
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
580810
|
+
[1m[35m (0.0ms)[0m begin transaction
|
580811
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580812
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-12@example.com"]]
|
580813
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580814
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580815
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.262079"], ["updated_at", "2016-03-13 17:15:40.262079"]]
|
580816
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1[0m
|
580820
|
+
Unpermitted parameters: user_email, device_token
|
580821
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'person-12@example.com' LIMIT 1
|
580822
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'person-12@example.com' LIMIT 1[0m
|
580823
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580824
|
+
[1m[36mNotifiable::App Load (0.0ms)[0m [1mSELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1[0m [["id", 1]]
|
580825
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580827
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.4ms)
|
580828
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
|
580829
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
580830
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580831
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
580832
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
580833
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580834
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
580835
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
580836
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580837
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
580838
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
580839
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580840
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
580841
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
580842
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580843
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
580844
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
580845
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580846
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
580847
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
580848
|
+
[1m[35m (0.0ms)[0m begin transaction
|
580849
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580850
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-13@example.com"]]
|
580851
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580852
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580853
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.274653"], ["updated_at", "2016-03-13 17:15:40.274653"]]
|
580854
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1[0m
|
580858
|
+
Unpermitted parameters: user_email, device_token
|
580859
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'person-13@example.com' LIMIT 1
|
580860
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'person-13@example.com' LIMIT 1[0m
|
580861
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580862
|
+
[1m[36mNotifiable::App Load (0.0ms)[0m [1mSELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1[0m [["id", 1]]
|
580863
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580865
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.3ms)
|
580866
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
580867
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580868
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
580869
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
580870
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580871
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
580872
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
580873
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580874
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
580875
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
580876
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580877
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
580878
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
580879
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580880
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
580881
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
580882
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580883
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
580884
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
580885
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
580886
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580887
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-14@example.com"]]
|
580888
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580889
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580890
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
|
580895
|
+
Unpermitted parameters: user_email, device_token
|
580896
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'person-14@example.com' LIMIT 1[0m
|
580897
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'person-14@example.com' LIMIT 1
|
580898
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580899
|
+
[1m[35mNotifiable::App Load (0.1ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
580900
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "name", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580902
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.5ms)
|
580903
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1[0m
|
580904
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
|
580905
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
580906
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580907
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
580908
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
580909
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580910
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
580911
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
580912
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580913
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
580914
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
580915
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580916
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
580917
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
580918
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580919
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
580920
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
580921
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580922
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
580923
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
580924
|
+
[1m[35m (0.1ms)[0m begin transaction
|
580925
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580926
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-15@example.com"]]
|
580927
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580928
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580929
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.298124"], ["updated_at", "2016-03-13 17:15:40.298124"]]
|
580930
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1[0m
|
580934
|
+
Unpermitted parameters: user_email, device_token
|
580935
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'person-15@example.com' LIMIT 1
|
580936
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'person-15@example.com' LIMIT 1[0m
|
580937
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580938
|
+
[1m[36mNotifiable::App Load (0.0ms)[0m [1mSELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1[0m [["id", 1]]
|
580939
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
580941
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.4ms)
|
580942
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
|
580943
|
+
[1m[36mNotifiable::App Load (0.0ms)[0m [1mSELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1[0m [["id", 1]]
|
580944
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
580945
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580946
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
580947
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
580948
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580949
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
580950
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
580951
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580952
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
580953
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
580954
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580955
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
580956
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
580957
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580958
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
580959
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
580960
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580961
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
580962
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
580963
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
580964
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
580965
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-16@example.com"]]
|
580966
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580967
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580968
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
|
580973
|
+
Unpermitted parameters: user_email, device_token
|
580974
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'person-16@example.com' LIMIT 1[0m
|
580975
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'person-16@example.com' LIMIT 1
|
580976
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580977
|
+
[1m[35mNotifiable::App Load (0.0ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
580978
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "name", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
580980
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.4ms)
|
580981
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "notifiable_device_tokens"[0m
|
580982
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
580983
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580984
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
580985
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
580986
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580987
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
580988
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_localized_notifications";
|
580989
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580990
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
580991
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
580992
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580993
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
580994
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
580995
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
580996
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
580997
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
580998
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
580999
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581000
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
581001
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581002
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581003
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-17@example.com"]]
|
581004
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581005
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581006
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
|
581011
|
+
Unpermitted parameters: user_email, device_token
|
581012
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'person-17@example.com' LIMIT 1[0m
|
581013
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'person-17@example.com' LIMIT 1
|
581014
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581015
|
+
[1m[35mNotifiable::App Load (0.0ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
581016
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "name", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581018
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.4ms)
|
581019
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1[0m
|
581020
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
581021
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581022
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581023
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581024
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581025
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581026
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581027
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581028
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581029
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581030
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581031
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581032
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_statuses";
|
581033
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581034
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581035
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "users";[0m
|
581036
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581037
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581038
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
581039
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581040
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581041
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-18@example.com"]]
|
581042
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581043
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581044
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
|
581049
|
+
Unpermitted parameters: user_email, device_token
|
581050
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'person-18@example.com' LIMIT 1[0m
|
581051
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'person-18@example.com' LIMIT 1
|
581052
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581053
|
+
[1m[35mNotifiable::App Load (0.0ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
581054
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "name", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581056
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.4ms)
|
581057
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1[0m
|
581058
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
581059
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581060
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581061
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581062
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581063
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581064
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581065
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581066
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581067
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581068
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581069
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581070
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
581071
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581072
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581073
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
581074
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581075
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581076
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
581077
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581078
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581079
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.342600"], ["updated_at", "2016-03-13 17:15:40.342600"]]
|
581080
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581081
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581082
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
|
581087
|
+
Unpermitted parameters: device_token
|
581088
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
581089
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581090
|
+
[1m[36mNotifiable::App Load (0.0ms)[0m [1mSELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1[0m [["id", 1]]
|
581091
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581092
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms)
|
581093
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
581094
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581095
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
581096
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
581097
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581098
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
581099
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
581100
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581101
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
581102
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
581103
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581104
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
581105
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
581106
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581107
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
581108
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
581109
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581110
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
581111
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
581112
|
+
[1m[35m (0.0ms)[0m begin transaction
|
581113
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581114
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581116
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581117
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1[0m
|
581122
|
+
Unpermitted parameters: device_token
|
581123
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
581124
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581125
|
+
[1m[35mNotifiable::App Load (0.0ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
581126
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581127
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.2ms)
|
581128
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
581129
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581130
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581131
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581132
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581133
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581134
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581135
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581136
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581137
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581138
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581139
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581140
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
581141
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581142
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581143
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
581144
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581145
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581146
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
581147
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581148
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581149
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.362053"], ["updated_at", "2016-03-13 17:15:40.362053"]]
|
581150
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581151
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581152
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
|
581157
|
+
Unpermitted parameters: device_token
|
581158
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
581159
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581160
|
+
[1m[36mNotifiable::App Load (0.0ms)[0m [1mSELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1[0m [["id", 1]]
|
581161
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581162
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms)
|
581163
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1[0m
|
581164
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
581165
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581166
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581167
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581168
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581169
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581170
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581171
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581172
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581173
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581174
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581175
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581176
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
581177
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581178
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581179
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
581180
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581181
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581182
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
581183
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581184
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581185
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.371980"], ["updated_at", "2016-03-13 17:15:40.371980"]]
|
581186
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581187
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581188
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1
|
581193
|
+
Unpermitted parameters: device_token
|
581194
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
581195
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581196
|
+
[1m[36mNotifiable::App Load (0.0ms)[0m [1mSELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1[0m [["id", 1]]
|
581197
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581198
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.3ms)
|
581199
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1[0m
|
581200
|
+
[1m[35mNotifiable::App Load (0.0ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
581201
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
581202
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581203
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
581204
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
581205
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581206
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
581207
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
581208
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581209
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
581210
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
581211
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581212
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
581213
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
581214
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581215
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
581216
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
581217
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581218
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
581219
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
581220
|
+
[1m[35m (0.0ms)[0m begin transaction
|
581221
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581222
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581224
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581225
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1[0m
|
581230
|
+
Unpermitted parameters: device_token
|
581231
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
581232
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
581233
|
+
[1m[35mNotifiable::App Load (0.0ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
581234
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581235
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.4ms)
|
581236
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "notifiable_device_tokens"
|
581237
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
581238
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581239
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
581240
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
581241
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581242
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
581243
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
581244
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581245
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
581246
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_notifications";
|
581247
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581248
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
581249
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
581250
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581251
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
581252
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
581253
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581254
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
581255
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
581256
|
+
[1m[35m (0.0ms)[0m begin transaction
|
581257
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581258
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581260
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581261
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'DEF456' LIMIT 1[0m
|
581266
|
+
Unpermitted parameters: device_token
|
581267
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
581268
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581269
|
+
[1m[35mNotifiable::App Load (0.0ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
581270
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581271
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.2ms)
|
581272
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
|
581273
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
581274
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581275
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
581276
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
581277
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581278
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
581279
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
581280
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581281
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
581282
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_notifications";
|
581283
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581284
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
581285
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
581286
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581287
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
581288
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
581289
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581290
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
581291
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
581292
|
+
[1m[35m (0.0ms)[0m begin transaction
|
581293
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581294
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
|
581299
|
+
Unpermitted parameters: device_token
|
581300
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
581301
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581302
|
+
[1m[36mNotifiable::App Load (0.0ms)[0m [1mSELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1[0m [["id", 1]]
|
581303
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581305
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.5ms)
|
581306
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
581307
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581308
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581309
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581310
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581311
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581312
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581313
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581314
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581315
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581316
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581317
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581318
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
581319
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581320
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581321
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
581322
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581323
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581324
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
581325
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581326
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581327
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.416435"], ["updated_at", "2016-03-13 17:15:40.416435"]]
|
581328
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1[0m
|
581332
|
+
Unpermitted parameters: device_token
|
581333
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
581334
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581335
|
+
[1m[35mNotifiable::App Load (0.0ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
581336
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
581338
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.6ms)
|
581339
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
581340
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581341
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
581342
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
581343
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581344
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
581345
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
581346
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581347
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
581348
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
581349
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581350
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
581351
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
581352
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581353
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
581354
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
581355
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581356
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
581357
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
581358
|
+
[1m[35m (0.1ms)[0m begin transaction
|
581359
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581360
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
|
581365
|
+
Unpermitted parameters: device_token
|
581366
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
581367
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581368
|
+
[1m[36mNotifiable::App Load (0.0ms)[0m [1mSELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1[0m [["id", 1]]
|
581369
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581371
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.6ms)
|
581372
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
|
581373
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
581374
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581375
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
581376
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
581377
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581378
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
581379
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
581380
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581381
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
581382
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
581383
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581384
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
581385
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
581386
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581387
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
581388
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
581389
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581390
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
581391
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
581392
|
+
[1m[35m (0.0ms)[0m begin transaction
|
581393
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581394
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
|
581399
|
+
Unpermitted parameters: device_token
|
581400
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
581401
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581402
|
+
[1m[36mNotifiable::App Load (0.0ms)[0m [1mSELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1[0m [["id", 1]]
|
581403
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581405
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.4ms)
|
581406
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1
|
581407
|
+
[1m[36mNotifiable::App Load (0.0ms)[0m [1mSELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1[0m [["id", 1]]
|
581408
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_apps";
|
581409
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581410
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581411
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581412
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581413
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581414
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581415
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581416
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581417
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581418
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581419
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581420
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_statuses";
|
581421
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581422
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581423
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
581424
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581425
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581426
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
581427
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581428
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581429
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.445535"], ["updated_at", "2016-03-13 17:15:40.445535"]]
|
581430
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1[0m
|
581434
|
+
Unpermitted parameters: device_token
|
581435
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
581436
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581437
|
+
[1m[35mNotifiable::App Load (0.0ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
581438
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581440
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.5ms)
|
581441
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "notifiable_device_tokens"[0m
|
581442
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
581443
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581444
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581445
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581446
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581447
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581448
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581449
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581450
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581451
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581452
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581453
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581454
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
581455
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581456
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581457
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
581458
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581459
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581460
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
581461
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581462
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581463
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.454840"], ["updated_at", "2016-03-13 17:15:40.454840"]]
|
581464
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1[0m
|
581468
|
+
Unpermitted parameters: device_token
|
581469
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
581470
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581471
|
+
[1m[35mNotifiable::App Load (0.0ms)[0m SELECT "notifiable_apps".* FROM "notifiable_apps" WHERE "notifiable_apps"."id" = ? LIMIT 1 [["id", 1]]
|
581472
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581474
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.6ms)
|
581475
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" ORDER BY "notifiable_device_tokens"."id" ASC LIMIT 1[0m
|
581476
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
581477
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581478
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581479
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581480
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581481
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581482
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581483
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581484
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581485
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581486
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581487
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581488
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
581489
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581490
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581491
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
581492
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581493
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581494
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
581495
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581496
|
+
Processing by Notifiable::DeviceTokensController#create as JSON
|
581497
|
+
Parameters: {"token"=>"ABC123", "provider"=>"apns", "device_token"=>{"token"=>"ABC123", "provider"=>"apns"}}
|
581498
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1
|
581499
|
+
Unpermitted parameters: device_token
|
581500
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
581501
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581502
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
581503
|
+
Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.2ms)
|
581504
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "notifiable_device_tokens"
|
581505
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
581506
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581507
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
581508
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_device_tokens";
|
581509
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581510
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
581511
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
581512
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581513
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
581514
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
581515
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581516
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
581517
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
581518
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581519
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
581520
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
581521
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581522
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
581523
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
581524
|
+
[1m[35m (0.0ms)[0m begin transaction
|
581525
|
+
Processing by Notifiable::DeviceTokensController#create as JSON
|
581526
|
+
Parameters: {"token"=>"ABC123", "provider"=>"apns", "device_token"=>{"token"=>"ABC123", "provider"=>"apns"}}
|
581527
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."token" = 'ABC123' LIMIT 1[0m
|
581528
|
+
Unpermitted parameters: device_token
|
581529
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
581530
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581531
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
581532
|
+
Completed 422 Unprocessable Entity in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)
|
581533
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
581534
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581535
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
581536
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_device_tokens";
|
581537
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581538
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
581539
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
581540
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581541
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
581542
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
581543
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581544
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
581545
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
581546
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581547
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
581548
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
581549
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581550
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
581551
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
581552
|
+
[1m[35m (0.0ms)[0m begin transaction
|
581553
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581554
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581556
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581557
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.487044"], ["updated_at", "2016-03-13 17:15:40.487044"]]
|
581558
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581559
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581560
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581562
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.1ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" ORDER BY "notifiable_localized_notifications"."id" ASC LIMIT 1
|
581563
|
+
[1m[36mNotifiable::Notification Load (0.1ms)[0m [1mSELECT "notifiable_notifications".* FROM "notifiable_notifications" WHERE "notifiable_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
581564
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
581565
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581566
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581567
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581568
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581569
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581570
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581571
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581572
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581573
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581574
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581575
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581576
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
581577
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581578
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581579
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
581580
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581581
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581582
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
581583
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581584
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581585
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.499967"], ["updated_at", "2016-03-13 17:15:40.499967"]]
|
581586
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581587
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581588
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581590
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581591
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581593
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.1ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" ORDER BY "notifiable_localized_notifications"."id" ASC LIMIT 1[0m
|
581594
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
581595
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581596
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581597
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581598
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581599
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581600
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581601
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581602
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581603
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581604
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581605
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581606
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
581607
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581608
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581609
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
581610
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581611
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581612
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
581613
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581614
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581615
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.507264"], ["updated_at", "2016-03-13 17:15:40.507264"]]
|
581616
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581617
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581618
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581620
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581621
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581623
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.1ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" ORDER BY "notifiable_localized_notifications"."id" ASC LIMIT 1[0m
|
581624
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
581625
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581626
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581627
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581628
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581629
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581630
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581631
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581632
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581633
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581634
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581635
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581636
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
581637
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581638
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581639
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
581640
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581641
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581642
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
581643
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581644
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581645
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.515941"], ["updated_at", "2016-03-13 17:15:40.515941"]]
|
581646
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581647
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581648
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581650
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581651
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
581652
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_apps";
|
581653
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581654
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581655
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581656
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581657
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581658
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581659
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581660
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581661
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581662
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581663
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581664
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
581665
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581666
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581667
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
581668
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581669
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581670
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
581671
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581672
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581673
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.525412"], ["updated_at", "2016-03-13 17:15:40.525412"]]
|
581674
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
581675
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581676
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581678
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581679
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581681
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.1ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" ORDER BY "notifiable_localized_notifications"."id" ASC LIMIT 1[0m
|
581682
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
581683
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581684
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581685
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581686
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581687
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581688
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581689
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581690
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581691
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581692
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581693
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581694
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
581695
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581696
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581697
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
581698
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581699
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581700
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
581701
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581702
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581703
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.544086"], ["updated_at", "2016-03-13 17:15:40.544086"]]
|
581704
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581705
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581706
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581708
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581709
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581711
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
581712
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581714
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581715
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581717
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581718
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581720
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581721
|
+
[1m[36mNotifiable::NotificationStatus Load (0.1ms)[0m [1mSELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = ?[0m [["localized_notification_id", 1]]
|
581722
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "notifiable_statuses" WHERE "notifiable_statuses"."id" = ? [["id", 1]]
|
581723
|
+
[1m[36mSQL (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ?[0m [["id", 1]]
|
581724
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581725
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "notifiable_statuses"[0m
|
581726
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
581727
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581728
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581729
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581730
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581731
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581732
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581733
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581734
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581735
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581736
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581737
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581738
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
581739
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581740
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581741
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
581742
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581743
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581744
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
581745
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581746
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581747
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.568561"], ["updated_at", "2016-03-13 17:15:40.568561"]]
|
581748
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581749
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581750
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581752
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581753
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581755
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581756
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581758
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581759
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
581761
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581762
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::NotificationStatus Load (0.1ms)[0m SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
|
581767
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
581768
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
|
581769
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581770
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "notifiable_statuses" SET "status" = ? WHERE "notifiable_statuses"."id" = 1 [["status", -1]]
|
581771
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581772
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.1ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
581773
|
+
[1m[36mNotifiable::Notification Load (0.0ms)[0m [1mSELECT "notifiable_notifications".* FROM "notifiable_notifications" WHERE "notifiable_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
581774
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581775
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "notifiable_notifications" SET "opened_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1[0m [["opened_count", 1], ["updated_at", "2016-03-13 17:15:40.581207"]]
|
581776
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581777
|
+
Completed 200 OK in 5ms (ActiveRecord: 0.5ms)
|
581778
|
+
[1m[36mNotifiable::Notification Load (0.1ms)[0m [1mSELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1[0m
|
581779
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
581780
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581781
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581782
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581783
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581784
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581785
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581786
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581787
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581788
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581789
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581790
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581791
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
581792
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581793
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581794
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
581795
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581796
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581797
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
581798
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581799
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
581800
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.588720"], ["updated_at", "2016-03-13 17:15:40.588720"]]
|
581801
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581802
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581803
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581805
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
581806
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581808
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581809
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581811
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581812
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581814
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581815
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::NotificationStatus Load (0.1ms)[0m SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
|
581820
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
581821
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
|
581822
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581823
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "notifiable_statuses" SET "status" = ? WHERE "notifiable_statuses"."id" = 1 [["status", -1]]
|
581824
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581825
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
581826
|
+
[1m[36mNotifiable::Notification Load (0.0ms)[0m [1mSELECT "notifiable_notifications".* FROM "notifiable_notifications" WHERE "notifiable_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
581827
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581828
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "notifiable_notifications" SET "opened_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1[0m [["opened_count", 1], ["updated_at", "2016-03-13 17:15:40.606952"]]
|
581829
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
581830
|
+
Completed 200 OK in 7ms (ActiveRecord: 0.7ms)
|
581831
|
+
[1m[36mNotifiable::NotificationStatus Load (0.1ms)[0m [1mSELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1[0m
|
581832
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
581833
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581834
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581835
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581836
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581837
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581838
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581839
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581840
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581841
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581842
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581843
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581844
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
581845
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581846
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581847
|
+
[1m[36m (0.4ms)[0m [1mDELETE FROM "users";[0m
|
581848
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581849
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581850
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
581851
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
581852
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
581853
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.615123"], ["updated_at", "2016-03-13 17:15:40.615123"]]
|
581854
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581855
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581856
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581858
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581859
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581861
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581862
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581864
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581865
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581867
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581868
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::NotificationStatus Load (0.1ms)[0m SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
|
581873
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
581874
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
|
581875
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581876
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "notifiable_statuses" SET "status" = ? WHERE "notifiable_statuses"."id" = 1 [["status", -1]]
|
581877
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581878
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
581879
|
+
[1m[36mNotifiable::Notification Load (0.0ms)[0m [1mSELECT "notifiable_notifications".* FROM "notifiable_notifications" WHERE "notifiable_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
581880
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581881
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "notifiable_notifications" SET "opened_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1[0m [["opened_count", 1], ["updated_at", "2016-03-13 17:15:40.630784"]]
|
581882
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581883
|
+
Completed 200 OK in 4ms (ActiveRecord: 0.4ms)
|
581884
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "notifiable_statuses"[0m
|
581885
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
581886
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581887
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581888
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581889
|
+
[1m[35m (0.4ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581890
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581891
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581892
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581893
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
581894
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
581895
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581896
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
581897
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_statuses";
|
581898
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581899
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
581900
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
581901
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581902
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
581903
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
581904
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
581905
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581906
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.638824"], ["updated_at", "2016-03-13 17:15:40.638824"]]
|
581907
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581908
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581909
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581911
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581912
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
581914
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581915
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581917
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581918
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-19@example.com"]]
|
581919
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581920
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581921
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581923
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581924
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:40.648910"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
|
581925
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581926
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581927
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-20@example.com"]]
|
581928
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::NotificationStatus Load (0.1ms)[0m SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
|
581932
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'person-20@example.com' LIMIT 1[0m
|
581933
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
|
581934
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
|
581935
|
+
Filter chain halted as :check_authorisation! rendered or redirected
|
581936
|
+
Completed 401 Unauthorized in 2ms (ActiveRecord: 0.2ms)
|
581937
|
+
[1m[35mNotifiable::NotificationStatus Load (0.1ms)[0m SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1
|
581938
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
581939
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581940
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
581941
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
581942
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581943
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
581944
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
581945
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581946
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
581947
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
581948
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581949
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
581950
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
581951
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581952
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
581953
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
581954
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581955
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
581956
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
581957
|
+
[1m[35m (0.0ms)[0m begin transaction
|
581958
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581959
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581961
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581962
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.660369"], ["updated_at", "2016-03-13 17:15:40.660369"]]
|
581963
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581964
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581965
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581967
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581968
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.663330"], ["updated_at", "2016-03-13 17:15:40.663330"]]
|
581969
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581970
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581971
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-21@example.com"]]
|
581972
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581973
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581974
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
581976
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
581977
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581979
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
581980
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-22@example.com"]]
|
581981
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mNotifiable::NotificationStatus Load (0.1ms)[0m [1mSELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1[0m
|
581985
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'person-22@example.com' LIMIT 1
|
581986
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
581987
|
+
[1m[35mUser Load (0.0ms)[0m 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
|
+
[1m[36mNotifiable::Notification Load (0.1ms)[0m [1mSELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1[0m
|
581991
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
581992
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581993
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
581994
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
581995
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
581996
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
581997
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
581998
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
581999
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
582000
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
582001
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582002
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
582003
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
582004
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582005
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
582006
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
582007
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582008
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
582009
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
582010
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
582011
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582012
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.676332"], ["updated_at", "2016-03-13 17:15:40.676332"]]
|
582013
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582014
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582015
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582017
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
582018
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582020
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582021
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582023
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582024
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-23@example.com"]]
|
582025
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582026
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582027
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582029
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582030
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:40.682983"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
|
582031
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582032
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582033
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-24@example.com"]]
|
582034
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::NotificationStatus Load (0.1ms)[0m SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
|
582038
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'person-24@example.com' LIMIT 1[0m
|
582039
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
|
582040
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
|
582041
|
+
Filter chain halted as :check_authorisation! rendered or redirected
|
582042
|
+
Completed 401 Unauthorized in 2ms (ActiveRecord: 0.2ms)
|
582043
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "notifiable_statuses"
|
582044
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582045
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582046
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582047
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
582048
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582049
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582050
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582051
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582052
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582053
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582054
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582055
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582056
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582057
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582058
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582059
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
582060
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582061
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582062
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
582063
|
+
[1m[35m (0.0ms)[0m begin transaction
|
582064
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582065
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582067
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582068
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.692901"], ["updated_at", "2016-03-13 17:15:40.692901"]]
|
582069
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582070
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582071
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582073
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582074
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.695163"], ["updated_at", "2016-03-13 17:15:40.695163"]]
|
582075
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582076
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582077
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-25@example.com"]]
|
582078
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582079
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582080
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582082
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582083
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582085
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582086
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-26@example.com"]]
|
582087
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mNotifiable::NotificationStatus Load (0.1ms)[0m [1mSELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1[0m
|
582091
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'person-26@example.com' LIMIT 1
|
582092
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
582093
|
+
[1m[35mUser Load (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582097
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582098
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582099
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
582100
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582101
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582102
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582103
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582104
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582105
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582106
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582107
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582108
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582109
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582110
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582111
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
582112
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582113
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582114
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
582115
|
+
[1m[35m (0.0ms)[0m begin transaction
|
582116
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582117
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582119
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582120
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.708434"], ["updated_at", "2016-03-13 17:15:40.708434"]]
|
582121
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582122
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582123
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582125
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582126
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.710934"], ["updated_at", "2016-03-13 17:15:40.710934"]]
|
582127
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582128
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582129
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-27@example.com"]]
|
582130
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582131
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582132
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582134
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582135
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::NotificationStatus Load (0.2ms)[0m SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
|
582140
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'person-27@example.com' LIMIT 1[0m
|
582141
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
|
582142
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
|
582143
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582144
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "notifiable_statuses" SET "status" = ? WHERE "notifiable_statuses"."id" = 1[0m [["status", -1]]
|
582145
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582146
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
582147
|
+
[1m[35mNotifiable::Notification Load (0.0ms)[0m SELECT "notifiable_notifications".* FROM "notifiable_notifications" WHERE "notifiable_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
582148
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582149
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582151
|
+
Completed 200 OK in 6ms (ActiveRecord: 0.6ms)
|
582152
|
+
[1m[35mNotifiable::Notification Load (0.1ms)[0m SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
|
582153
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582154
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582155
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582156
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
582157
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582158
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582159
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582160
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582161
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582162
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582163
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582164
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582165
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582166
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582167
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582168
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
582169
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582170
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582171
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
582172
|
+
[1m[35m (0.1ms)[0m begin transaction
|
582173
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582174
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582176
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582177
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.728130"], ["updated_at", "2016-03-13 17:15:40.728130"]]
|
582178
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582179
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582180
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582182
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582183
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.730520"], ["updated_at", "2016-03-13 17:15:40.730520"]]
|
582184
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582185
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582186
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-28@example.com"]]
|
582187
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582188
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582189
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582191
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582192
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::NotificationStatus Load (0.1ms)[0m SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
|
582197
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'person-28@example.com' LIMIT 1[0m
|
582198
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
|
582199
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
|
582200
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582201
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "notifiable_statuses" SET "status" = ? WHERE "notifiable_statuses"."id" = 1[0m [["status", -1]]
|
582202
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582203
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
582204
|
+
[1m[35mNotifiable::Notification Load (0.0ms)[0m SELECT "notifiable_notifications".* FROM "notifiable_notifications" WHERE "notifiable_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
582205
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582206
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582208
|
+
Completed 200 OK in 7ms (ActiveRecord: 0.6ms)
|
582209
|
+
[1m[35mNotifiable::NotificationStatus Load (0.1ms)[0m SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1
|
582210
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582211
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582212
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582213
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
582214
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582215
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582216
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582217
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582218
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582219
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582220
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582221
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582222
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582223
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582224
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582225
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
582226
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582227
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582228
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
582229
|
+
[1m[35m (0.0ms)[0m begin transaction
|
582230
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582231
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582233
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582234
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.749434"], ["updated_at", "2016-03-13 17:15:40.749434"]]
|
582235
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582236
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582237
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582239
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582240
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.752004"], ["updated_at", "2016-03-13 17:15:40.752004"]]
|
582241
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
582242
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
582243
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-29@example.com"]]
|
582244
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582245
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582246
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582248
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
582249
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mNotifiable::NotificationStatus Load (0.1ms)[0m SELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = 1 AND "notifiable_statuses"."device_token_id" = 1 LIMIT 1
|
582254
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'person-29@example.com' LIMIT 1[0m
|
582255
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
|
582256
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
|
582257
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582258
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "notifiable_statuses" SET "status" = ? WHERE "notifiable_statuses"."id" = 1[0m [["status", -1]]
|
582259
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582260
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
582261
|
+
[1m[35mNotifiable::Notification Load (0.0ms)[0m SELECT "notifiable_notifications".* FROM "notifiable_notifications" WHERE "notifiable_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
582262
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582263
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582265
|
+
Completed 200 OK in 5ms (ActiveRecord: 0.5ms)
|
582266
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "notifiable_statuses"
|
582267
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582268
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582269
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582270
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
582271
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582272
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582273
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582274
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582275
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582276
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582277
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582278
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582279
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582280
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582281
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582282
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
582283
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582284
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582285
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
582286
|
+
[1m[35m (0.0ms)[0m begin transaction
|
582287
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582288
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582290
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
582291
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.770103"], ["updated_at", "2016-03-13 17:15:40.770103"]]
|
582292
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582293
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582294
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582296
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.1ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
582297
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582298
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582300
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582301
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582303
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582304
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582306
|
+
[1m[35mNotifiable::Notification Load (0.1ms)[0m SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
|
582307
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582308
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582309
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582310
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
582311
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582312
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582313
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582314
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582315
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582316
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582317
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582318
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582319
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582320
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582321
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582322
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
582323
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582324
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582325
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
582326
|
+
[1m[35m (0.0ms)[0m begin transaction
|
582327
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
582328
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582330
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582331
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.786120"], ["updated_at", "2016-03-13 17:15:40.786120"]]
|
582332
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582333
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582334
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582336
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
582337
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582338
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582340
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582341
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582343
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582344
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582346
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "notifiable_statuses"
|
582347
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582348
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582349
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582350
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
582351
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582352
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582353
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582354
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582355
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582356
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582357
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582358
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582359
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582360
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582361
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582362
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
582363
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582364
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582365
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
582366
|
+
[1m[35m (0.1ms)[0m begin transaction
|
582367
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
582368
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582370
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582371
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.801351"], ["updated_at", "2016-03-13 17:15:40.801351"]]
|
582372
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582373
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582374
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582376
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
582377
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582378
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582380
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582381
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582383
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582384
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
582385
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
582386
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
582388
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
|
582389
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:40.808369"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
|
582390
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582391
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582392
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582394
|
+
[1m[35mNotifiable::Notification Load (0.1ms)[0m SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
|
582395
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582396
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582397
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582398
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
582399
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582400
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582401
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582402
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582403
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582404
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582405
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582406
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582407
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582408
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582409
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582410
|
+
[1m[35m (0.1ms)[0m DELETE FROM "users";
|
582411
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582412
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582413
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
582414
|
+
[1m[35m (0.0ms)[0m begin transaction
|
582415
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582416
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582418
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582419
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.818943"], ["updated_at", "2016-03-13 17:15:40.818943"]]
|
582420
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582421
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582422
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582424
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.1ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
582425
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582426
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582428
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582429
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582431
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582432
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
582433
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
582434
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
582436
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
|
582437
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:40.825686"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
|
582438
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582439
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582440
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582442
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "notifiable_statuses"
|
582443
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582444
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582445
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582446
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
582447
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582448
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582449
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582450
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582451
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582452
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582453
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582454
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582455
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582456
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582457
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582458
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
582459
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582460
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582461
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
582462
|
+
[1m[35m (0.1ms)[0m begin transaction
|
582463
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582464
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582466
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
582467
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.836752"], ["updated_at", "2016-03-13 17:15:40.836752"]]
|
582468
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582469
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ?[0m [["notification_id", 1]]
|
582470
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
582471
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582472
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
582473
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
582474
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582475
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
582476
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
582477
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582478
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
582479
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
582480
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582481
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
582482
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
582483
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582484
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
582485
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
582486
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582487
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
582488
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
582489
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
582490
|
+
[1m[35m (0.2ms)[0m DELETE FROM "notifiable_apps";
|
582491
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582492
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
582493
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
582494
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582495
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
582496
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
582497
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582498
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
582499
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
582500
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582501
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
582502
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
582503
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582504
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
582505
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
582506
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582507
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
582508
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
582509
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
582510
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582511
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582513
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582514
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582516
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
582517
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582518
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582519
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582520
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_device_tokens";
|
582521
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582522
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582523
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582524
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582525
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582526
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582527
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582528
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582529
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582530
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582531
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582532
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
582533
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582534
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582535
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
582536
|
+
[1m[35m (0.0ms)[0m begin transaction
|
582537
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582538
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582540
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582541
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.853450"], ["updated_at", "2016-03-13 17:15:40.853450"]]
|
582542
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582543
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582544
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582546
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582547
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-30@example.com"]]
|
582548
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582549
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582550
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582552
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582553
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582555
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1[0m
|
582556
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
582557
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582558
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-31@example.com"]]
|
582559
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582560
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582561
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.861706"], ["updated_at", "2016-03-13 17:15:40.861706"]]
|
582562
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582563
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582564
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582566
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2
|
582567
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582568
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
582569
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
582570
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.1ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
582572
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
|
582573
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:40.863747"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
|
582574
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582575
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582576
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582578
|
+
[1m[35mNotifiable::Notification Load (0.1ms)[0m SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
|
582579
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582580
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582581
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582582
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
582583
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582584
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582585
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582586
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582587
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582588
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582589
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582590
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582591
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582592
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582593
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582594
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
582595
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582596
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582597
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
582598
|
+
[1m[35m (0.0ms)[0m begin transaction
|
582599
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582600
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582602
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582603
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.873013"], ["updated_at", "2016-03-13 17:15:40.873013"]]
|
582604
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582605
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582606
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582608
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582609
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-32@example.com"]]
|
582610
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582611
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582612
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582614
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582615
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582617
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1[0m
|
582618
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
582619
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582620
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-33@example.com"]]
|
582621
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582622
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582623
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.879960"], ["updated_at", "2016-03-13 17:15:40.879960"]]
|
582624
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582625
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582626
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582628
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2
|
582629
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582630
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
582631
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
582632
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
582634
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
|
582635
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:40.881940"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
|
582636
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582637
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582638
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582640
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "notifiable_statuses"
|
582641
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582642
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582643
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582644
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
582645
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582646
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582647
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582648
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582649
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582650
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582651
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582652
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582653
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582654
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582655
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582656
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
582657
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582658
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582659
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
582660
|
+
[1m[35m (0.1ms)[0m begin transaction
|
582661
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
582662
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582664
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
582665
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.892721"], ["updated_at", "2016-03-13 17:15:40.892721"]]
|
582666
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582667
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582668
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582670
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582671
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-34@example.com"]]
|
582672
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582673
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582674
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582676
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582677
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582679
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1[0m
|
582680
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
582681
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582682
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-35@example.com"]]
|
582683
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582684
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582685
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.901759"], ["updated_at", "2016-03-13 17:15:40.901759"]]
|
582686
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582687
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582688
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582690
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2
|
582691
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582692
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
582693
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
582694
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.1ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
582696
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
|
582697
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:40.903840"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
|
582698
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582699
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582700
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582702
|
+
[1m[35mNotifiable::Notification Load (0.1ms)[0m SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
|
582703
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582704
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582705
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582706
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
582707
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582708
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582709
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582710
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582711
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582712
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582713
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582714
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582715
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582716
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582717
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582718
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
582719
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582720
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582721
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
582722
|
+
[1m[35m (0.0ms)[0m begin transaction
|
582723
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582724
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582726
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582727
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.914900"], ["updated_at", "2016-03-13 17:15:40.914900"]]
|
582728
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582729
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582730
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582732
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582733
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-36@example.com"]]
|
582734
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582735
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582736
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582738
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582739
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582741
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1[0m
|
582742
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
582743
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582744
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-37@example.com"]]
|
582745
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582746
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582747
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.922980"], ["updated_at", "2016-03-13 17:15:40.922980"]]
|
582748
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582749
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582750
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582752
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2
|
582753
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582754
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
582755
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
582756
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
582758
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
|
582759
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:40.925005"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
|
582760
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582761
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582762
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582764
|
+
[1m[35mNotifiable::NotificationStatus Load (0.1ms)[0m SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" DESC LIMIT 1
|
582765
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582766
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582767
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582768
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
582769
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582770
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582771
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582772
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582773
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582774
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582775
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582776
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582777
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582778
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582779
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582780
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
582781
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582782
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582783
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
582784
|
+
[1m[35m (0.0ms)[0m begin transaction
|
582785
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582786
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582788
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582789
|
+
[1m[36mSQL (7.2ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.934254"], ["updated_at", "2016-03-13 17:15:40.934254"]]
|
582790
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582791
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582792
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582794
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582795
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-38@example.com"]]
|
582796
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582797
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582798
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582800
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582801
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582803
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1[0m
|
582804
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
582805
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582806
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-39@example.com"]]
|
582807
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582808
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
582809
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.949971"], ["updated_at", "2016-03-13 17:15:40.949971"]]
|
582810
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582811
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582812
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582814
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2
|
582815
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582816
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
582817
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
582818
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
582820
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
|
582821
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:40.953351"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
|
582822
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582823
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582824
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582826
|
+
[1m[35mNotifiable::NotificationStatus Load (0.1ms)[0m SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" DESC LIMIT 1
|
582827
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582828
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582829
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582830
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
582831
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582832
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582833
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582834
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582835
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582836
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582837
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582838
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582839
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582840
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582841
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582842
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
582843
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582844
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582845
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
582846
|
+
[1m[35m (0.0ms)[0m begin transaction
|
582847
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582848
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582850
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582851
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.963218"], ["updated_at", "2016-03-13 17:15:40.963218"]]
|
582852
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582853
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582854
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582856
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582857
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-40@example.com"]]
|
582858
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582859
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582860
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582862
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582863
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582865
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1[0m
|
582866
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
582867
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582868
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-41@example.com"]]
|
582869
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582870
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582871
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.970519"], ["updated_at", "2016-03-13 17:15:40.970519"]]
|
582872
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582873
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582874
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582876
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2
|
582877
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582878
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
582879
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
582880
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
582882
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
|
582883
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:40.972506"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
|
582884
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582885
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582886
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582888
|
+
[1m[35mNotifiable::Notification Load (0.1ms)[0m SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
|
582889
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582890
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582891
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582892
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
582893
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582894
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582895
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582896
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582897
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582898
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582899
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582900
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582901
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582902
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582903
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582904
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
582905
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582906
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582907
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
582908
|
+
[1m[35m (0.1ms)[0m begin transaction
|
582909
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
582910
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582912
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
582913
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:40.982666"], ["updated_at", "2016-03-13 17:15:40.982666"]]
|
582914
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582915
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582916
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582918
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582919
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-42@example.com"]]
|
582920
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582921
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582922
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582924
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582925
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582927
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1[0m
|
582928
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
582929
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582930
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-43@example.com"]]
|
582931
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582932
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582933
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:40.991846"], ["updated_at", "2016-03-13 17:15:40.991846"]]
|
582934
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582935
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582936
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582938
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2
|
582939
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582940
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
582941
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
582942
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
582944
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
|
582945
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:40.993880"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
|
582946
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582947
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582948
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582950
|
+
[1m[35mNotifiable::NotificationStatus Load (0.1ms)[0m SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1
|
582951
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
582952
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582953
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
582954
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
582955
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582956
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
582957
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
582958
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582959
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
582960
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
582961
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582962
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
582963
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
582964
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
582965
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
582966
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
582967
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
582968
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
582969
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
582970
|
+
[1m[35m (0.0ms)[0m begin transaction
|
582971
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582972
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582974
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582975
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:41.003938"], ["updated_at", "2016-03-13 17:15:41.003938"]]
|
582976
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582977
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582978
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582980
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582981
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-44@example.com"]]
|
582982
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582983
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582984
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582986
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582987
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582989
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1[0m
|
582990
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
582991
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582992
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-45@example.com"]]
|
582993
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
582994
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582995
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.013745"], ["updated_at", "2016-03-13 17:15:41.013745"]]
|
582996
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
582997
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
582998
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583000
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 2
|
583001
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583002
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
583003
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
583004
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
583006
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 2]]
|
583007
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:41.015947"], ["device_token_id", 2], ["localized_notification_id", 1], ["status", 0]]
|
583008
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583009
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583010
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583012
|
+
[1m[35mNotifiable::NotificationStatus Load (0.1ms)[0m SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1
|
583013
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
583014
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583015
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
583016
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
583017
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583018
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
583019
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
583020
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583021
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
583022
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
583023
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583024
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
583025
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
583026
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583027
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
583028
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
583029
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583030
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
583031
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
583032
|
+
[1m[35m (0.0ms)[0m begin transaction
|
583033
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583034
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583036
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583037
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:41.026001"], ["updated_at", "2016-03-13 17:15:41.026001"]]
|
583038
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583039
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583040
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583042
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583043
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-46@example.com"]]
|
583044
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583045
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583046
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583048
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583049
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583051
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1[0m
|
583052
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.1ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
583053
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583054
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
583055
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
583056
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583058
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583059
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1[0m [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.035728"]]
|
583060
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583061
|
+
[1m[36mNotifiable::Notification Load (0.1ms)[0m [1mSELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1[0m
|
583062
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
583063
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583064
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
583065
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
583066
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583067
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
583068
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
583069
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583070
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
583071
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
583072
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583073
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
583074
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
583075
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583076
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
583077
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
583078
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583079
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
583080
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
583081
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
583082
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583083
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.040655"], ["updated_at", "2016-03-13 17:15:41.040655"]]
|
583084
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583085
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583086
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583088
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583089
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583091
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583092
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-47@example.com"]]
|
583093
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583094
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583095
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.045869"], ["updated_at", "2016-03-13 17:15:41.045869"]]
|
583096
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583097
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583098
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583100
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
|
583101
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ?[0m [["notification_id", 1]]
|
583102
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583103
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
583104
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
|
583105
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:41.048493"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
|
583106
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583107
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583108
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583110
|
+
[1m[35mNotifiable::Notification Load (0.1ms)[0m SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
|
583111
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
583112
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583113
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
583114
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
583115
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583116
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
583117
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
583118
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583119
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
583120
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
583121
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583122
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
583123
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
583124
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583125
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
583126
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
583127
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583128
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
583129
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
583130
|
+
[1m[35m (0.0ms)[0m begin transaction
|
583131
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583132
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583134
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583135
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:41.056484"], ["updated_at", "2016-03-13 17:15:41.056484"]]
|
583136
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583137
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583138
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583140
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583141
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-48@example.com"]]
|
583142
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583143
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583144
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583146
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583147
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583149
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1[0m
|
583150
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
583151
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583152
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
583153
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
583154
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583156
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
583157
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1[0m [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.064710"]]
|
583158
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583159
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "notifiable_statuses"[0m
|
583160
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
583161
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583162
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
583163
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
583164
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583165
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
583166
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
583167
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583168
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
583169
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
583170
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583171
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
583172
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
583173
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583174
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
583175
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
583176
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583177
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
583178
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
583179
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
583180
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583181
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.068843"], ["updated_at", "2016-03-13 17:15:41.068843"]]
|
583182
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583183
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583184
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583186
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583187
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583189
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583190
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-49@example.com"]]
|
583191
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583192
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583193
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.074045"], ["updated_at", "2016-03-13 17:15:41.074045"]]
|
583194
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583195
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583196
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583198
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
|
583199
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ?[0m [["notification_id", 1]]
|
583200
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583201
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
583202
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
|
583203
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:41.076934"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
|
583204
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
583205
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
583206
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583208
|
+
[1m[35mNotifiable::NotificationStatus Load (0.1ms)[0m SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1
|
583209
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
583210
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583211
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
583212
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
583213
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583214
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
583215
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
583216
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583217
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
583218
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
583219
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583220
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
583221
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
583222
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583223
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
583224
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
583225
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583226
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
583227
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
583228
|
+
[1m[35m (0.0ms)[0m begin transaction
|
583229
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583230
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583232
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583233
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:41.086719"], ["updated_at", "2016-03-13 17:15:41.086719"]]
|
583234
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583235
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583236
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583238
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583239
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-50@example.com"]]
|
583240
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583241
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583242
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583244
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583245
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583247
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1[0m
|
583248
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
583249
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583250
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
583251
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
583252
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583254
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583255
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1[0m [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.095473"]]
|
583256
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583257
|
+
[1m[36mNotifiable::Notification Load (0.1ms)[0m [1mSELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1[0m
|
583258
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
583259
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583260
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
583261
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
583262
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583263
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
583264
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
583265
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583266
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
583267
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
583268
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583269
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
583270
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_statuses";
|
583271
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583272
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
583273
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
583274
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583275
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
583276
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
583277
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
583278
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583279
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.100858"], ["updated_at", "2016-03-13 17:15:41.100858"]]
|
583280
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583281
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583282
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583284
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583285
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583287
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583288
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-51@example.com"]]
|
583289
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583290
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583291
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.106489"], ["updated_at", "2016-03-13 17:15:41.106489"]]
|
583292
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583293
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583294
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583296
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
|
583297
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ?[0m [["notification_id", 1]]
|
583298
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
583299
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
583300
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
|
583301
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:41.109276"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
|
583302
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583303
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583304
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583306
|
+
[1m[35mNotifiable::NotificationStatus Load (0.1ms)[0m SELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1
|
583307
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
583308
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583309
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
583310
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
583311
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583312
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
583313
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
583314
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583315
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
583316
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
583317
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583318
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
583319
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
583320
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583321
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
583322
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
583323
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583324
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
583325
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
583326
|
+
[1m[35m (0.0ms)[0m begin transaction
|
583327
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "notifiable_localized_notifications"[0m
|
583328
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583329
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.117526"], ["updated_at", "2016-03-13 17:15:41.117526"]]
|
583330
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583331
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583332
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583334
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "notifiable_localized_notifications"
|
583335
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
583336
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583337
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
583338
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_device_tokens";
|
583339
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583340
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
583341
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
583342
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583343
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
583344
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
583345
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583346
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
583347
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
583348
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583349
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
583350
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
583351
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583352
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
583353
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
583354
|
+
[1m[35m (0.1ms)[0m begin transaction
|
583355
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "notifiable_localized_notifications"[0m
|
583356
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583357
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.124654"], ["updated_at", "2016-03-13 17:15:41.124654"]]
|
583358
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583359
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583360
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583363
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "notifiable_localized_notifications"[0m
|
583364
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
583365
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583366
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
583367
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
583368
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583369
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
583370
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
583371
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583372
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
583373
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
583374
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583375
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
583376
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
583377
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583378
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
583379
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
583380
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583381
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
583382
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
583383
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
583384
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583385
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.134051"], ["updated_at", "2016-03-13 17:15:41.134051"]]
|
583386
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583387
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583388
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583390
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583391
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583393
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583394
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583396
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583397
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583399
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583400
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583402
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583403
|
+
[1m[36mNotifiable::NotificationStatus Load (0.0ms)[0m [1mSELECT "notifiable_statuses".* FROM "notifiable_statuses" WHERE "notifiable_statuses"."localized_notification_id" = ?[0m [["localized_notification_id", 1]]
|
583404
|
+
[1m[35mSQL (0.0ms)[0m DELETE FROM "notifiable_statuses" WHERE "notifiable_statuses"."id" = ? [["id", 1]]
|
583405
|
+
[1m[36mSQL (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ?[0m [["id", 1]]
|
583406
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583407
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "notifiable_statuses"[0m
|
583408
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
583409
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583410
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
583411
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
583412
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583413
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
583414
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
583415
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583416
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
583417
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
583418
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583419
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
583420
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
583421
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583422
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
583423
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
583424
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583425
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
583426
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
583427
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
583428
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
583429
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.146358"], ["updated_at", "2016-03-13 17:15:41.146358"]]
|
583430
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583431
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583432
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583434
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583435
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583437
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583438
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583440
|
+
[1m[35mNotifiable::Notification Load (0.1ms)[0m SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
|
583441
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ?[0m [["notification_id", 1]]
|
583442
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
583443
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583444
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
583445
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
583446
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583447
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
583448
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
583449
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583450
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
583451
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
583452
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583453
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
583454
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
583455
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583456
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
583457
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
583458
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583459
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
583460
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
583461
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
583462
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583463
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.155936"], ["updated_at", "2016-03-13 17:15:41.155936"]]
|
583464
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583465
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583466
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583468
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583469
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583471
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583472
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583474
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "notifiable_notifications"
|
583475
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
583476
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583477
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
583478
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_device_tokens";
|
583479
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583480
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
583481
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
583482
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583483
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
583484
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
583485
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583486
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
583487
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
583488
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583489
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
583490
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
583491
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583492
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
583493
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
583494
|
+
[1m[35m (0.0ms)[0m begin transaction
|
583495
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583496
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583498
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583499
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:41.166122"], ["updated_at", "2016-03-13 17:15:41.166122"]]
|
583500
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583501
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "notifiable_statuses"[0m
|
583502
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
583503
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583504
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
583505
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
583506
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583507
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
583508
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
583509
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583510
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
583511
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
583512
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583513
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
583514
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
583515
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583516
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
583517
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
583518
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583519
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
583520
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
583521
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
583522
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583523
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.171018"], ["updated_at", "2016-03-13 17:15:41.171018"]]
|
583524
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583525
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583526
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583528
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583529
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583531
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583532
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583534
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583535
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583537
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ?[0m [["notification_id", 1]]
|
583538
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583539
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
583540
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
|
583541
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:41.178509"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
|
583542
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583543
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583544
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583546
|
+
[1m[35mNotifiable::Notification Load (0.1ms)[0m SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
|
583547
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
583548
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583549
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
583550
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
583551
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583552
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
583553
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
583554
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583555
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
583556
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
583557
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583558
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
583559
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
583560
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583561
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
583562
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
583563
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583564
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
583565
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
583566
|
+
[1m[35m (0.0ms)[0m begin transaction
|
583567
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583568
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583570
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583571
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:41.185686"], ["updated_at", "2016-03-13 17:15:41.185686"]]
|
583572
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583573
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583574
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583576
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583577
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.188150"], ["updated_at", "2016-03-13 17:15:41.188150"]]
|
583578
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583579
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583580
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583582
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
583583
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583584
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
583585
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
583586
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583588
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583589
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1[0m [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.192106"]]
|
583590
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583591
|
+
[1m[36mNotifiable::Notification Load (0.1ms)[0m [1mSELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1[0m
|
583592
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
583593
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583594
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
583595
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
583596
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583597
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
583598
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
583599
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583600
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
583601
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
583602
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583603
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
583604
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
583605
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583606
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
583607
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "users";[0m
|
583608
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583609
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
583610
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
583611
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
583612
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583613
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.196365"], ["updated_at", "2016-03-13 17:15:41.196365"]]
|
583614
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583615
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583616
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583618
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583619
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583621
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583622
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583624
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583625
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583627
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ?[0m [["notification_id", 1]]
|
583628
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583629
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
583630
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
|
583631
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:41.202583"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
|
583632
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
583633
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
583634
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583636
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "notifiable_statuses"
|
583637
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
583638
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583639
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
583640
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
583641
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583642
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
583643
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
583644
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583645
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
583646
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
583647
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583648
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
583649
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
583650
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583651
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
583652
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
583653
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583654
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
583655
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
583656
|
+
[1m[35m (0.0ms)[0m begin transaction
|
583657
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583658
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583660
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583661
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:41.210514"], ["updated_at", "2016-03-13 17:15:41.210514"]]
|
583662
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583663
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583664
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583666
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583667
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.213010"], ["updated_at", "2016-03-13 17:15:41.213010"]]
|
583668
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583669
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583670
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583672
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.1ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
583673
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583674
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
583675
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
583676
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583678
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583679
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1[0m [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.226054"]]
|
583680
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583681
|
+
[1m[36mNotifiable::NotificationStatus Load (0.1ms)[0m [1mSELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1[0m
|
583682
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
583683
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583684
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
583685
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
583686
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583687
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
583688
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
583689
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583690
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
583691
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
583692
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583693
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
583694
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_statuses";
|
583695
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583696
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
583697
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
583698
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583699
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
583700
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
583701
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
583702
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583703
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.230863"], ["updated_at", "2016-03-13 17:15:41.230863"]]
|
583704
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583705
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583706
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583708
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583709
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583711
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583712
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583714
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
583715
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583717
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ?[0m [["notification_id", 1]]
|
583718
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583719
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.1ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
583720
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
|
583721
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:41.238980"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
|
583722
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583723
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583724
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583726
|
+
[1m[35mNotifiable::Notification Load (0.1ms)[0m SELECT "notifiable_notifications".* FROM "notifiable_notifications" ORDER BY "notifiable_notifications"."id" ASC LIMIT 1
|
583727
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
583728
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583729
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
583730
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
583731
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583732
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
583733
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
583734
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583735
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
583736
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
583737
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583738
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
583739
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
583740
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583741
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
583742
|
+
[1m[35m (0.1ms)[0m DELETE FROM "users";
|
583743
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583744
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
583745
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
583746
|
+
[1m[35m (0.1ms)[0m begin transaction
|
583747
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
583748
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583750
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
583751
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:41.249020"], ["updated_at", "2016-03-13 17:15:41.249020"]]
|
583752
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583753
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583754
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583756
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583757
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.253918"], ["updated_at", "2016-03-13 17:15:41.253918"]]
|
583758
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583759
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583760
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583762
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
583763
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583764
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1 [["id", 1]]
|
583765
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 1]]
|
583766
|
+
[1m[35mSQL (0.7ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583768
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583769
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "notifiable_notifications" SET "gateway_accepted_count" = ?, "sent_count" = ?, "updated_at" = ? WHERE "notifiable_notifications"."id" = 1[0m [["gateway_accepted_count", 1], ["sent_count", 1], ["updated_at", "2016-03-13 17:15:41.261997"]]
|
583770
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583771
|
+
[1m[36mNotifiable::NotificationStatus Load (0.1ms)[0m [1mSELECT "notifiable_statuses".* FROM "notifiable_statuses" ORDER BY "notifiable_statuses"."id" ASC LIMIT 1[0m
|
583772
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_apps";
|
583773
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583774
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
583775
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
583776
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583777
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
583778
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
583779
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583780
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
583781
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
583782
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583783
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
583784
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
583785
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583786
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
583787
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "users";[0m
|
583788
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583789
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
583790
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
583791
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
583792
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583793
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.272465"], ["updated_at", "2016-03-13 17:15:41.272465"]]
|
583794
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583795
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583796
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583798
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583799
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583801
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583802
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583804
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583805
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583807
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583808
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583810
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583811
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.281991"], ["updated_at", "2016-03-13 17:15:41.281991"]]
|
583812
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583813
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583814
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583816
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583817
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583819
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583820
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583822
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583823
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583825
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583826
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583828
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583829
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.288547"], ["updated_at", "2016-03-13 17:15:41.288547"]]
|
583830
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583831
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
583832
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 3]]
|
583834
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "notifiable_statuses" SET "device_token_id" = ? WHERE "notifiable_statuses"."id" = 1 [["device_token_id", 3]]
|
583835
|
+
[1m[36mNotifiable::DeviceToken Load (0.0ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1[0m [["id", 3]]
|
583836
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "notifiable_statuses" SET "device_token_id" = ? WHERE "notifiable_statuses"."id" = 2 [["device_token_id", 3]]
|
583837
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583838
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "notifiable_statuses" WHERE "notifiable_statuses"."device_token_id" = ? [["device_token_id", 3]]
|
583839
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
583840
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583841
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
583842
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
583843
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583844
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
583845
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
583846
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583847
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
583848
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
583849
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583850
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
583851
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
583852
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583853
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
583854
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
583855
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583856
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
583857
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
583858
|
+
[1m[35m (0.1ms)[0m begin transaction
|
583859
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583860
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583862
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583863
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "name", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583865
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
583866
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583867
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
583868
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
583869
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583870
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
583871
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
583872
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583873
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
583874
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_notifications";
|
583875
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583876
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
583877
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
583878
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583879
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
583880
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
583881
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583882
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
583883
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
583884
|
+
[1m[35m (0.0ms)[0m begin transaction
|
583885
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583886
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583888
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583889
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583891
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
583892
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583893
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
583894
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
583895
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583896
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
583897
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
583898
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583899
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
583900
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_notifications";
|
583901
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583902
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
583903
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
583904
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583905
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
583906
|
+
[1m[35m (0.1ms)[0m DELETE FROM "users";
|
583907
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583908
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
583909
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
583910
|
+
[1m[35m (0.0ms)[0m begin transaction
|
583911
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583912
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email") VALUES (?) [["email", "person-52@example.com"]]
|
583913
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583914
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583915
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.312499"], ["updated_at", "2016-03-13 17:15:41.312499"]]
|
583916
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583917
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583918
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583920
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583921
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.315507"], ["updated_at", "2016-03-13 17:15:41.315507"]]
|
583922
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
583923
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583924
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583926
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583927
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_localized_notifications" ("created_at", "locale", "message", "notification_id", "params", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583929
|
+
[1m[36mNotifiable::DeviceToken Load (0.1ms)[0m [1mSELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1[0m
|
583930
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
583931
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583932
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583933
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "notifiable_statuses"[0m
|
583934
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_apps";
|
583935
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583936
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
583937
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
583938
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583939
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
583940
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
583941
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583942
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
583943
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
583944
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583945
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
583946
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
583947
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583948
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
583949
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
583950
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583951
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
583952
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
583953
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
583954
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
583955
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email") VALUES (?)[0m [["email", "person-53@example.com"]]
|
583956
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583957
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583958
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583960
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583961
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_device_tokens" ("app_id", "created_at", "locale", "provider", "token", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583963
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583964
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583966
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
583967
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 2], ["created_at", "2016-03-13 17:15:41.329695"], ["updated_at", "2016-03-13 17:15:41.329695"]]
|
583968
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583969
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583970
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583972
|
+
[1m[35mNotifiable::DeviceToken Load (0.1ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."user_id" = 1
|
583973
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.0ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ?[0m [["notification_id", 1]]
|
583974
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
583975
|
+
[1m[36mNotifiable::LocalizedNotification Load (0.1ms)[0m [1mSELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."id" = ? LIMIT 1[0m [["id", 1]]
|
583976
|
+
[1m[35mNotifiable::DeviceToken Load (0.0ms)[0m SELECT "notifiable_device_tokens".* FROM "notifiable_device_tokens" WHERE "notifiable_device_tokens"."id" = ? LIMIT 1 [["id", 1]]
|
583977
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "notifiable_statuses" ("created_at", "device_token_id", "localized_notification_id", "status") VALUES (?, ?, ?, ?)[0m [["created_at", "2016-03-13 17:15:41.332616"], ["device_token_id", 1], ["localized_notification_id", 1], ["status", 0]]
|
583978
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583979
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
583980
|
+
[1m[35mSQL (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
583982
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "notifiable_statuses"
|
583983
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
583984
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583985
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
583986
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_device_tokens";
|
583987
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583988
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
583989
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
583990
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583991
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
583992
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
583993
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
583994
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
583995
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
583996
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
583997
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
583998
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
583999
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584000
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
584001
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
584002
|
+
[1m[35m (0.0ms)[0m begin transaction
|
584003
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
584004
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
584006
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
584007
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584008
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
584009
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
584010
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584011
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
584012
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
584013
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584014
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
584015
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
584016
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584017
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
584018
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
584019
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584020
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
584021
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
584022
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584023
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
584024
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
584025
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
584026
|
+
[1m[35m (0.2ms)[0m DELETE FROM "notifiable_apps";
|
584027
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584028
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
584029
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
584030
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584031
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
584032
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
584033
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584034
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
584035
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
584036
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584037
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
584038
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
584039
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584040
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
584041
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
584042
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584043
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
584044
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
584045
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
584046
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_apps";
|
584047
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584048
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
584049
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
584050
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584051
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
584052
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
584053
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584054
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
584055
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
584056
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584057
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
584058
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
584059
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584060
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
584061
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
584062
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584063
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
584064
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
584065
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
584066
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
584067
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
584069
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
584070
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
584072
|
+
[1m[35mNotifiable::LocalizedNotification Load (0.0ms)[0m SELECT "notifiable_localized_notifications".* FROM "notifiable_localized_notifications" WHERE "notifiable_localized_notifications"."notification_id" = ? [["notification_id", 1]]
|
584073
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_apps";[0m
|
584074
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584075
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_apps';[0m
|
584076
|
+
[1m[35m (0.1ms)[0m DELETE FROM "notifiable_device_tokens";
|
584077
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584078
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';
|
584079
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_localized_notifications";[0m
|
584080
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584081
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';[0m
|
584082
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_notifications";
|
584083
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584084
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_notifications';
|
584085
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_statuses";[0m
|
584086
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584087
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_statuses';[0m
|
584088
|
+
[1m[35m (0.0ms)[0m DELETE FROM "users";
|
584089
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584090
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
|
584091
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
584092
|
+
[1m[35m (0.0ms)[0m begin transaction
|
584093
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
584094
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
584096
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
584097
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "notifiable_notifications" ("app_id", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["app_id", 1], ["created_at", "2016-03-13 17:15:41.359251"], ["updated_at", "2016-03-13 17:15:41.359251"]]
|
584098
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
584099
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "notifiable_notifications" WHERE "notifiable_notifications"."app_id" = ?[0m [["app_id", 1]]
|
584100
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
584101
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584102
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
584103
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
584104
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584105
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
584106
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
584107
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584108
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
584109
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
584110
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584111
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
584112
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
584113
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584114
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
584115
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
|
584116
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584117
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
584118
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
584119
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
584120
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
584121
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "notifiable_apps" ("configuration", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["configuration", nil], ["created_at", "2016-03-13 17:15:41.365185"], ["updated_at", "2016-03-13 17:15:41.365185"]]
|
584122
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
584123
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
584124
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
584126
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_apps";
|
584127
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584128
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_apps';
|
584129
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "notifiable_device_tokens";[0m
|
584130
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584131
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_device_tokens';[0m
|
584132
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_localized_notifications";
|
584133
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584134
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_localized_notifications';
|
584135
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM "notifiable_notifications";[0m
|
584136
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584137
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'notifiable_notifications';[0m
|
584138
|
+
[1m[35m (0.0ms)[0m DELETE FROM "notifiable_statuses";
|
584139
|
+
[1m[36m (0.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
584140
|
+
[1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'notifiable_statuses';
|
584141
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM "users";[0m
|
584142
|
+
[1m[35m (0.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
584143
|
+
[1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
|
584144
|
+
[1m[35m (0.4ms)[0m rollback transaction
|