Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateUsers (20151123023406)  (0.0ms) begin transaction  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123023406')  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123023406) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123023406) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123023406)  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123025448')  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (4.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 02:56:55 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 02:56:55 UTC +00:00]]  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448)  (0.0ms) begin transaction SQL (2.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 02:57:09 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 02:57:09 UTC +00:00]]  (7.8ms) rollback transaction Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "mailboxer_conversations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar(255) DEFAULT '', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "mailboxer_receipts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "receiver_id" integer, "receiver_type" varchar(255), "notification_id" integer NOT NULL, "is_read" boolean DEFAULT 'f', "trashed" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "mailbox_type" varchar(25), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "mailboxer_notifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "body" text, "subject" varchar(255) DEFAULT '', "sender_id" integer, "sender_type" varchar(255), "conversation_id" integer, "draft" boolean DEFAULT 'f', "notification_code" varchar(255), "notified_object_id" integer, "notified_object_type" varchar(255), "attachment" varchar(255), "updated_at" datetime NOT NULL, "created_at" datetime NOT NULL, "global" boolean DEFAULT 'f', "expires" datetime)  (0.1ms) CREATE INDEX "index_mailboxer_receipts_on_notification_id" ON "mailboxer_receipts" ("notification_id")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_conversation_id" ON "mailboxer_notifications" ("conversation_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123152908')  (0.7ms) commit transaction Migrating to AddConversationOptout (20151123152909)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "mailboxer_conversation_opt_outs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "unsubscriber_id" integer, "unsubscriber_type" varchar(255), "conversation_id" integer)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123152909')  (0.7ms) commit transaction Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction  (0.3ms) CREATE INDEX "index_mailboxer_conversation_opt_outs_on_unsubscriber_id_type" ON "mailboxer_conversation_opt_outs" ("unsubscriber_id", "unsubscriber_type")  (0.1ms) CREATE INDEX "index_mailboxer_conversation_opt_outs_on_conversation_id" ON "mailboxer_conversation_opt_outs" ("conversation_id")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_type" ON "mailboxer_notifications" ("type")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_sender_id_and_sender_type" ON "mailboxer_notifications" ("sender_id", "sender_type")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_notified_object_id_and_type" ON "mailboxer_notifications" ("notified_object_id", "notified_object_type")  (0.1ms) CREATE INDEX "index_mailboxer_receipts_on_receiver_id_and_receiver_type" ON "mailboxer_receipts" ("receiver_id", "receiver_type")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123152910')  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (1.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:29:57 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 15:29:57 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:29:57 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 15:29:57 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:30:52 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 15:30:52 UTC +00:00]]  (9.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:30:52 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 15:30:52 UTC +00:00]]  (0.9ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction SQL (2.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:33:36 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 15:33:36 UTC +00:00]]  (8.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:33:36 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 15:33:36 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:34:10 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 15:34:10 UTC +00:00]]  (9.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:34:10 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 15:34:10 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction SQL (3.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:34:14 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 15:34:14 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:34:14 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 15:34:14 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (2.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:39:39 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 15:39:39 UTC +00:00]]  (7.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:39:39 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 15:39:39 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction SQL (34.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:44:47 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 15:44:47 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:44:47 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 15:44:47 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (2.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:44:58 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 15:44:58 UTC +00:00]]  (8.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:44:59 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 15:44:59 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (2.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:50:42 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 15:50:42 UTC +00:00]]  (8.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:50:42 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 15:50:42 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:54:22 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 15:54:22 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:54:22 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 15:54:22 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:54:28 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 15:54:28 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:54:28 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 15:54:28 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (2.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:55:09 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 15:55:09 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:55:09 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 15:55:09 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:55:33 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 15:55:33 UTC +00:00]]  (8.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:55:33 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 15:55:33 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:55:53 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 15:55:53 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 15:55:53 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 15:55:53 UTC +00:00]]  (1.0ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (4.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 16:41:12 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 16:41:12 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 16:41:12 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 16:41:12 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (12.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 16:56:34 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 16:56:34 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 16:56:34 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 16:56:34 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 16:56:52 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 16:56:52 UTC +00:00]]  (8.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 16:56:52 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 16:56:52 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (3.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:03:45 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 17:03:45 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:03:45 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 17:03:45 UTC +00:00]]  (1.0ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:03:56 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 17:03:56 UTC +00:00]]  (8.6ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:03:56 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 17:03:56 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:06:02 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 17:06:02 UTC +00:00]]  (8.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:06:02 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 17:06:02 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction SQL (2.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:25:36 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 17:25:36 UTC +00:00]]  (8.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:25:36 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 17:25:36 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (2.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:25:42 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 17:25:42 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:25:42 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 17:25:42 UTC +00:00]]  (0.9ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:26:29 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 17:26:29 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:26:29 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 17:26:29 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (4.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:51:01 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 17:51:01 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:51:01 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 17:51:01 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (2.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:51:09 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 17:51:09 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:51:09 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 17:51:09 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (2.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:56:33 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 17:56:33 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:56:33 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 17:56:33 UTC +00:00]]  (0.9ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (2.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:57:02 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 17:57:02 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 17:57:02 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 17:57:02 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction SQL (2.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:10:13 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 18:10:13 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:10:13 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 18:10:13 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (2.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:11:50 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 18:11:50 UTC +00:00]]  (9.0ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:11:50 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 18:11:50 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:13:39 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 18:13:39 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:13:39 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 18:13:39 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:13:39 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 18:13:39 UTC +00:00]] SQL (0.7ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", [#, #]], ["body", "Body"], ["conversation_id", 1], ["created_at", Mon, 23 Nov 2015 18:13:39 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 59], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 18:13:39 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:13:39 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 1], ["receiver_id", 60], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 18:13:39 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:13:39 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 1], ["receiver_id", 59], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 18:13:39 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 1 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 60  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 1 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (10.6ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (3.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:14:45 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 18:14:45 UTC +00:00]]  (8.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:14:45 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 18:14:45 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:14:45 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 18:14:45 UTC +00:00]] SQL (0.6ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", [#, #]], ["body", "Body"], ["conversation_id", 2], ["created_at", Mon, 23 Nov 2015 18:14:45 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 61], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 18:14:45 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:14:45 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 2], ["receiver_id", 62], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 18:14:45 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:14:45 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 2], ["receiver_id", 61], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 18:14:45 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 2 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 62  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 2 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (6.2ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:15:03 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 18:15:03 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:15:03 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 18:15:03 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction SQL (2.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:16:23 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 18:16:23 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:16:23 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 18:16:23 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:18:05 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 18:18:05 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:18:05 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 18:18:05 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (5.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:19:27 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 18:19:27 UTC +00:00]]  (8.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:19:27 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 18:19:27 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (4.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:19:46 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 18:19:46 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (1.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:21:12 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 18:21:12 UTC +00:00]]  (7.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (3.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:24:16 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 18:24:16 UTC +00:00]]  (8.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:24:16 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 18:24:16 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (3.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:24:35 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 18:24:35 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:24:35 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 18:24:35 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (3.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:24:42 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 18:24:42 UTC +00:00]]  (8.7ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:24:42 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 18:24:42 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (3.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:28:33 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 18:28:33 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 18:28:33 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 18:28:33 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (5.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 19:09:50 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 19:09:50 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 19:09:50 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 19:09:50 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (3.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 19:10:25 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 19:10:25 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 19:10:25 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 19:10:25 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 19:10:25 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 19:10:25 UTC +00:00]] SQL (1.9ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 3], ["created_at", Mon, 23 Nov 2015 19:10:25 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 83], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 19:10:25 UTC +00:00]] SQL (1.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 19:22:15 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 3], ["receiver_id", 84], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 19:22:15 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 19:22:15 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 3], ["receiver_id", 83], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 19:22:15 UTC +00:00]]  (0.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 3 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 84  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 3 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (8.0ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (4.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 19:27:29 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 19:27:29 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 19:27:29 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 19:27:29 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910)  (0.1ms) begin transaction SQL (3.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 19:32:41 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 19:32:41 UTC +00:00]]  (8.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 19:32:41 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 19:32:41 UTC +00:00]]  (0.5ms) commit transaction Connecting to database specified by database.yml  (0.0ms) select sqlite_version(*)  (9.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateUsers (20151123025448)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123025448')  (0.8ms) commit transaction Migrating to CreateMailboxer (20151123152908)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "mailboxer_conversations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar(255) DEFAULT '', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "mailboxer_receipts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "receiver_id" integer, "receiver_type" varchar(255), "notification_id" integer NOT NULL, "is_read" boolean DEFAULT 'f', "trashed" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "mailbox_type" varchar(25), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "mailboxer_notifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "body" text, "subject" varchar(255) DEFAULT '', "sender_id" integer, "sender_type" varchar(255), "conversation_id" integer, "draft" boolean DEFAULT 'f', "notification_code" varchar(255), "notified_object_id" integer, "notified_object_type" varchar(255), "attachment" varchar(255), "updated_at" datetime NOT NULL, "created_at" datetime NOT NULL, "global" boolean DEFAULT 'f', "expires" datetime)  (0.1ms) CREATE INDEX "index_mailboxer_receipts_on_notification_id" ON "mailboxer_receipts" ("notification_id")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_conversation_id" ON "mailboxer_notifications" ("conversation_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123152908')  (0.7ms) commit transaction Migrating to AddConversationOptout (20151123152909)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "mailboxer_conversation_opt_outs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "unsubscriber_id" integer, "unsubscriber_type" varchar(255), "conversation_id" integer)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123152909')  (0.6ms) commit transaction Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction  (0.2ms) CREATE INDEX "index_mailboxer_conversation_opt_outs_on_unsubscriber_id_type" ON "mailboxer_conversation_opt_outs" ("unsubscriber_id", "unsubscriber_type")  (0.1ms) CREATE INDEX "index_mailboxer_conversation_opt_outs_on_conversation_id" ON "mailboxer_conversation_opt_outs" ("conversation_id")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_type" ON "mailboxer_notifications" ("type")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_sender_id_and_sender_type" ON "mailboxer_notifications" ("sender_id", "sender_type")  (0.2ms) CREATE INDEX "index_mailboxer_notifications_on_notified_object_id_and_type" ON "mailboxer_notifications" ("notified_object_id", "notified_object_type")  (0.1ms) CREATE INDEX "index_mailboxer_receipts_on_receiver_id_and_receiver_type" ON "mailboxer_receipts" ("receiver_id", "receiver_type")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123152910')  (0.7ms) commit transaction Migrating to CreateMessageAttachments (20151123194517)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "mailboxer_message_attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123194517')  (0.7ms) commit transaction Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.0ms) begin transaction  (0.5ms) ALTER TABLE "mailboxer_message_attachments" ADD "mailboxer_notification_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123195505')  (0.7ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 19:59:01 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 19:59:01 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 19:59:01 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 19:59:01 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:00:12 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 20:00:12 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:00:12 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 20:00:12 UTC +00:00]]  (1.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:00:54 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 20:00:54 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:00:54 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 20:00:54 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (2.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:07:24 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 20:07:24 UTC +00:00]]  (8.2ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:07:24 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 20:07:24 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (2.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:09:50 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 20:09:50 UTC +00:00]]  (8.1ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:09:50 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 20:09:50 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:12:23 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 20:12:23 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:12:24 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 20:12:24 UTC +00:00]]  (0.9ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:20:22 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 20:20:22 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:20:22 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 20:20:22 UTC +00:00]]  (0.9ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:20:59 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 20:20:59 UTC +00:00]]  (8.5ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:20:59 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 20:20:59 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:22:32 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 20:22:32 UTC +00:00]]  (8.3ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:22:32 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 20:22:32 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:24:07 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 20:24:07 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:24:07 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 20:24:07 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.0ms) select sqlite_version(*)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateUsers (20151123025448)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123025448')  (0.8ms) commit transaction Migrating to CreateMailboxer (20151123152908)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "mailboxer_conversations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar(255) DEFAULT '', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "mailboxer_receipts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "receiver_id" integer, "receiver_type" varchar(255), "notification_id" integer NOT NULL, "is_read" boolean DEFAULT 'f', "trashed" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "mailbox_type" varchar(25), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "mailboxer_notifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "body" text, "subject" varchar(255) DEFAULT '', "sender_id" integer, "sender_type" varchar(255), "conversation_id" integer, "draft" boolean DEFAULT 'f', "notification_code" varchar(255), "notified_object_id" integer, "notified_object_type" varchar(255), "attachment" varchar(255), "updated_at" datetime NOT NULL, "created_at" datetime NOT NULL, "global" boolean DEFAULT 'f', "expires" datetime)  (0.1ms) CREATE INDEX "index_mailboxer_receipts_on_notification_id" ON "mailboxer_receipts" ("notification_id")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_conversation_id" ON "mailboxer_notifications" ("conversation_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123152908')  (0.6ms) commit transaction Migrating to AddConversationOptout (20151123152909)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "mailboxer_conversation_opt_outs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "unsubscriber_id" integer, "unsubscriber_type" varchar(255), "conversation_id" integer)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123152909')  (0.5ms) commit transaction Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction  (0.2ms) CREATE INDEX "index_mailboxer_conversation_opt_outs_on_unsubscriber_id_type" ON "mailboxer_conversation_opt_outs" ("unsubscriber_id", "unsubscriber_type")  (0.1ms) CREATE INDEX "index_mailboxer_conversation_opt_outs_on_conversation_id" ON "mailboxer_conversation_opt_outs" ("conversation_id")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_type" ON "mailboxer_notifications" ("type")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_sender_id_and_sender_type" ON "mailboxer_notifications" ("sender_id", "sender_type")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_notified_object_id_and_type" ON "mailboxer_notifications" ("notified_object_id", "notified_object_type")  (0.1ms) CREATE INDEX "index_mailboxer_receipts_on_receiver_id_and_receiver_type" ON "mailboxer_receipts" ("receiver_id", "receiver_type")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123152910')  (0.7ms) commit transaction Migrating to CreateMessageAttachments (20151123194517)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "mailboxer_message_attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "object_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123194517')  (0.7ms) commit transaction Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.0ms) begin transaction  (0.4ms) ALTER TABLE "mailboxer_message_attachments" ADD "mailboxer_notification_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123195505')  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (1.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:34:51 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 20:34:51 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:34:51 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 20:34:51 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:34:51 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 20:34:51 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 1], ["created_at", Mon, 23 Nov 2015 20:34:51 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 1], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 20:34:51 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:35:23 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 1], ["receiver_id", 2], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 20:35:23 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:35:23 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 1], ["receiver_id", 1], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 20:35:23 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 1 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 2  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 1 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (6.6ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (5.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:36:30 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 20:36:30 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:36:30 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 20:36:30 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:36:30 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 20:36:30 UTC +00:00]] SQL (0.9ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 2], ["created_at", Mon, 23 Nov 2015 20:36:30 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 3], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 20:36:30 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:45:52 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 2], ["receiver_id", 4], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 20:45:52 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:45:52 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 2], ["receiver_id", 3], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 20:45:52 UTC +00:00]]  (0.7ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 2 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 4  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 2 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (6.3ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (4.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:46:57 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 20:46:57 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:46:57 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 20:46:57 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:46:57 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 20:46:57 UTC +00:00]] SQL (0.7ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", [#, #]], ["body", "Body"], ["conversation_id", 3], ["created_at", Mon, 23 Nov 2015 20:46:57 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 5], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 20:46:57 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:46:57 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 3], ["receiver_id", 6], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 20:46:57 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:46:57 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 3], ["receiver_id", 5], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 20:46:57 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 3 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 6  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 3 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (5.5ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:47:13 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 20:47:13 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:47:13 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 20:47:13 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:47:13 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 20:47:13 UTC +00:00]] SQL (0.8ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", [#, #]], ["body", "Body"], ["conversation_id", 4], ["created_at", Mon, 23 Nov 2015 20:47:13 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 7], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 20:47:13 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:47:13 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 4], ["receiver_id", 8], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 20:47:13 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:47:13 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 4], ["receiver_id", 7], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 20:47:13 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 4 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 8  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 4 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (6.4ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (2.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:47:47 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 20:47:47 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:47:47 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 20:47:47 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:47:47 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 20:47:47 UTC +00:00]] SQL (0.6ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", [#, #]], ["body", "Body"], ["conversation_id", 5], ["created_at", Mon, 23 Nov 2015 20:47:47 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 9], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 20:47:47 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:47:47 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 5], ["receiver_id", 10], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 20:47:47 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:47:47 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 5], ["receiver_id", 9], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 20:47:47 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 5 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 10  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 5 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (5.7ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (2.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:48:16 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 20:48:16 UTC +00:00]]  (8.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:48:16 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 20:48:16 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:48:16 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 20:48:16 UTC +00:00]] SQL (0.7ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", [#, #]], ["body", "Body"], ["conversation_id", 6], ["created_at", Mon, 23 Nov 2015 20:48:16 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 11], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 20:48:16 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:48:17 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 6], ["receiver_id", 12], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 20:48:17 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:48:17 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 6], ["receiver_id", 11], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 20:48:17 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 6 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 12  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 6 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (7.5ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:49:07 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 20:49:07 UTC +00:00]]  (9.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 20:49:07 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 20:49:07 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:02:11 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 21:02:11 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:02:11 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 21:02:11 UTC +00:00]]  (0.9ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:10:54 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 21:10:54 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:10:54 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 21:10:54 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (2.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:11:15 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 21:11:15 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:11:15 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 21:11:15 UTC +00:00]]  (0.9ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (2.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:12:39 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 21:12:39 UTC +00:00]]  (9.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:12:39 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 21:12:39 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (2.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:18:00 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 21:18:00 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:18:00 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 21:18:00 UTC +00:00]]  (1.0ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:18:19 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 21:18:19 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:18:19 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 21:18:19 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (2.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:18:47 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 21:18:47 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:18:47 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 21:18:47 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:18:47 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 21:18:47 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 7], ["created_at", Mon, 23 Nov 2015 21:18:47 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 27], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 21:18:47 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:24:36 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 7], ["receiver_id", 28], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 21:24:36 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:24:36 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 7], ["receiver_id", 27], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 21:24:36 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 7 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 28  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 7 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (10.2ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (4.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:25:04 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 21:25:04 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:25:04 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 21:25:04 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:25:04 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 21:25:04 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 8], ["created_at", Mon, 23 Nov 2015 21:25:04 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 29], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 21:25:04 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:26:17 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 8], ["receiver_id", 30], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 21:26:17 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:26:17 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 8], ["receiver_id", 29], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 21:26:17 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 8 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 30  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 8 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (10.1ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (4.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:27:02 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 21:27:02 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:27:02 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 21:27:02 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (8.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:27:02 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 21:27:02 UTC +00:00]] SQL (1.6ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 9], ["created_at", Mon, 23 Nov 2015 21:27:02 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 31], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 21:27:02 UTC +00:00]] SQL (1.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:30:13 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 9], ["receiver_id", 32], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 21:30:13 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:30:13 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 9], ["receiver_id", 31], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 21:30:13 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 9 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 32  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 9 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (7.6ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (5.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:31:08 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 21:31:08 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:31:08 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 21:31:08 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (4.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:31:50 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 21:31:50 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:31:50 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 21:31:50 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:31:50 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 21:31:50 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 10], ["created_at", Mon, 23 Nov 2015 21:31:50 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 35], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 21:31:50 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:33:48 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 10], ["receiver_id", 36], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 21:33:48 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:33:49 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 10], ["receiver_id", 35], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 21:33:49 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 10 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 36  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 10 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (48.9ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (5.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:35:00 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 21:35:00 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:35:00 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 21:35:00 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:36:18 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 21:36:18 UTC +00:00]]  (8.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:36:18 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 21:36:18 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:36:18 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 21:36:18 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 11], ["created_at", Mon, 23 Nov 2015 21:36:18 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 39], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 21:36:18 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:36:46 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 11], ["receiver_id", 40], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 21:36:46 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:36:46 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 11], ["receiver_id", 39], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 21:36:46 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 11 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 40  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 11 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (7.0ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (2.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:36:51 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 21:36:51 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:36:51 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 21:36:51 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:36:51 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 21:36:51 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 12], ["created_at", Mon, 23 Nov 2015 21:36:51 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 41], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 21:36:51 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:36:56 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 12], ["receiver_id", 42], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 21:36:56 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:36:56 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 12], ["receiver_id", 41], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 21:36:56 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 12 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 42  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 12 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (44.1ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (4.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:37:46 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 21:37:46 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:37:46 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 21:37:46 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (4.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:56:21 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 21:56:21 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:56:21 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 21:56:21 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 21:56:21 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 21:56:21 UTC +00:00]] SQL (0.5ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 13], ["created_at", Mon, 23 Nov 2015 21:56:21 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 45], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 21:56:21 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:02:00 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 13], ["receiver_id", 46], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:02:00 UTC +00:00]]  (8.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:02:00 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 13], ["receiver_id", 45], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:02:00 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 13 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 46  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 13 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (18.7ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:02:09 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:02:09 UTC +00:00]]  (8.2ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:02:09 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:02:09 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:02:09 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:02:09 UTC +00:00]] SQL (0.5ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 14], ["created_at", Mon, 23 Nov 2015 22:02:09 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 47], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:02:09 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:06:21 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 14], ["receiver_id", 48], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:06:21 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:06:21 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 14], ["receiver_id", 47], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:06:21 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 14 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 48  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 14 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (7.8ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:06:26 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:06:26 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:06:26 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:06:26 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:06:26 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:06:26 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 15], ["created_at", Mon, 23 Nov 2015 22:06:26 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 49], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:06:26 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:07:13 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 15], ["receiver_id", 50], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:07:13 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:07:13 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 15], ["receiver_id", 49], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:07:13 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 15 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 50  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 15 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (47.7ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:07:18 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:07:18 UTC +00:00]]  (8.4ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:07:18 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:07:18 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:07:18 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:07:18 UTC +00:00]] SQL (0.5ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 16], ["created_at", Mon, 23 Nov 2015 22:07:18 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 51], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:07:18 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:10:37 UTC +00:00], ["file", nil], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:10:37 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:10:37 UTC +00:00], ["file", nil], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:10:37 UTC +00:00]]  (8.7ms) commit transaction Mailboxer::MessageAttachment Load (0.2ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments"  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:14:49 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 16], ["receiver_id", 52], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:14:49 UTC +00:00]]  (7.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:14:49 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 16], ["receiver_id", 51], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:14:49 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 16 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 52  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 16 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (5.4ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (4.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:15:23 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:15:23 UTC +00:00]]  (9.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:15:23 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:15:23 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:15:23 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:15:23 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 17], ["created_at", Mon, 23 Nov 2015 22:15:23 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 53], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:15:23 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:15:35 UTC +00:00], ["file", nil], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:15:35 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:15:35 UTC +00:00], ["file", nil], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:15:35 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:15:35 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 17], ["receiver_id", 54], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:15:35 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:15:35 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 17], ["receiver_id", 53], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:15:35 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 17 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 54  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 17 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (10.3ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:15:41 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:15:41 UTC +00:00]]  (8.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:15:41 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:15:41 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:15:41 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:15:41 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 18], ["created_at", Mon, 23 Nov 2015 22:15:41 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 55], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:15:41 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:16:36 UTC +00:00], ["file", nil], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:16:36 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:16:36 UTC +00:00], ["file", nil], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:16:36 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:16:36 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 18], ["receiver_id", 56], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:16:36 UTC +00:00]]  (8.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:16:36 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 18], ["receiver_id", 55], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:16:36 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 18 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 56  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 18 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (7.9ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:16:41 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:16:41 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:16:41 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:16:41 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (1.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:16:41 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:16:41 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 19], ["created_at", Mon, 23 Nov 2015 22:16:41 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 57], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:16:41 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:17:30 UTC +00:00], ["file", nil], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:17:30 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:17:30 UTC +00:00], ["file", nil], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:17:30 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:17:30 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 19], ["receiver_id", 58], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:17:30 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:17:30 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 19], ["receiver_id", 57], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:17:30 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 19 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 58  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 19 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (6.3ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:17:52 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:17:52 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:17:52 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:17:52 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:18:31 UTC +00:00], ["file", nil], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:18:31 UTC +00:00]]  (7.9ms) commit transaction  (0.0ms) begin transaction SQL (0.9ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:17:52 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:17:52 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 20], ["created_at", Mon, 23 Nov 2015 22:17:52 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 59], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:17:52 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:18:58 UTC +00:00], ["file", nil], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:18:58 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:18:58 UTC +00:00], ["file", nil], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:18:58 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:18:58 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 20], ["receiver_id", 60], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:18:58 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:18:58 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 20], ["receiver_id", 59], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:18:58 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 20 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 60  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 20 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (7.1ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (44.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:27:19 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:27:19 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:27:19 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:27:19 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:28:15 UTC +00:00], ["file", nil], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:28:15 UTC +00:00]]  (7.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:28:36 UTC +00:00], ["file", nil], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:28:36 UTC +00:00]]  (8.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:27:19 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:27:19 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 21], ["created_at", Mon, 23 Nov 2015 22:27:19 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 61], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:27:19 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:28:42 UTC +00:00], ["file", nil], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:28:42 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:28:42 UTC +00:00], ["file", nil], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:28:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:28:42 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 21], ["receiver_id", 62], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:28:42 UTC +00:00]]  (8.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:28:42 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 21], ["receiver_id", 61], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:28:42 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 21 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 62  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 21 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (6.7ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (44.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:28:50 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:28:50 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:28:51 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:28:51 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:29:39 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:29:39 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:29:39 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:29:39 UTC +00:00]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:29:39 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:29:39 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 22], ["created_at", Mon, 23 Nov 2015 22:29:39 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 65], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:29:39 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:38:18 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:38:18 UTC +00:00]]  (8.2ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:38:35 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 22], ["receiver_id", 66], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:38:35 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:38:35 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 22], ["receiver_id", 65], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:38:35 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 22 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 66  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 22 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (5.4ms)  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:40:15 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 22], ["receiver_id", 66], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:40:15 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:40:15 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 22], ["receiver_id", 65], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:40:15 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 22 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 66  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 22 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (6.0ms)  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:40:16 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:40:16 UTC +00:00]]  (0.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:40:18 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 22], ["receiver_id", 66], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:40:18 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:40:18 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 22], ["receiver_id", 65], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:40:18 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 22 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 66  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 22 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (6.7ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:40:29 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:40:29 UTC +00:00]]  (8.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:40:29 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:40:29 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:40:29 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:40:29 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 23], ["created_at", Mon, 23 Nov 2015 22:40:29 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 67], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:40:29 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:40:34 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:40:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:40:34 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:40:34 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:40:34 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 23], ["receiver_id", 68], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:40:34 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:40:34 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 23], ["receiver_id", 67], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:40:34 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (47.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:41:12 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:41:12 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:41:12 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:41:12 UTC +00:00]]  (2.9ms) commit transaction  (0.4ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:41:12 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:41:12 UTC +00:00]] SQL (0.5ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 24], ["created_at", Mon, 23 Nov 2015 22:41:12 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 69], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:41:12 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:41:16 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:41:16 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:41:16 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:41:16 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:41:16 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 24], ["receiver_id", 70], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:41:16 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:41:16 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 24], ["receiver_id", 69], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:41:16 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:42:06 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:42:06 UTC +00:00]]  (8.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:42:06 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:42:06 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:42:06 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:42:06 UTC +00:00]] SQL (0.8ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 25], ["created_at", Mon, 23 Nov 2015 22:42:06 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 71], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:42:06 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:04 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:48:04 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:04 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:48:04 UTC +00:00]] SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:04 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 25], ["receiver_id", 72], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:48:04 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:04 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 25], ["receiver_id", 71], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:48:04 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 25 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 72  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 25 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (8.6ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (58.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:14 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:48:14 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:14 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:48:14 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:14 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:48:14 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 26], ["created_at", Mon, 23 Nov 2015 22:48:14 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 73], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:48:14 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:25 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:48:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:25 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:48:25 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:25 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 26], ["receiver_id", 74], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:48:25 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:25 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 26], ["receiver_id", 73], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:48:25 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 26 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 74  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 26 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (7.6ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (44.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:33 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:48:33 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:33 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:48:33 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:33 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:48:33 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 27], ["created_at", Mon, 23 Nov 2015 22:48:33 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 75], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:48:33 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:38 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:48:38 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:38 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:48:38 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:38 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 27], ["receiver_id", 76], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:48:38 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:48:38 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 27], ["receiver_id", 75], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:48:38 UTC +00:00]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 27 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 76  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 27 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 76  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 27 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 76  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 27 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 76  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 27 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (7.9ms)  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 27 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 76  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 27 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (8.2ms)  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 27 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 76  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 27 Rendered /Users/trodrigu/.rbenv/versions/2.0.0-p647/lib/ruby/gems/2.0.0/gems/mailboxer-0.13.0/app/views/mailboxer/message_mailer/new_message_email.html.erb (12.1ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (55.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:56:14 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:56:14 UTC +00:00]]  (1.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:56:14 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:56:14 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:56:14 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:56:14 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 28], ["created_at", Mon, 23 Nov 2015 22:56:14 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 77], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:56:14 UTC +00:00]] SQL (0.5ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:56:17 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:56:17 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:56:17 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:56:17 UTC +00:00]] SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:56:17 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 28], ["receiver_id", 78], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:56:17 UTC +00:00]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:56:17 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 28], ["receiver_id", 77], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:56:17 UTC +00:00]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 28 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 78  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 28 Rendered mailboxer/message_mailer/new_message_email.html.erb (7.1ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (2.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:58:09 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:58:09 UTC +00:00]]  (9.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:58:09 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:58:09 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:58:09 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:58:09 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 29], ["created_at", Mon, 23 Nov 2015 22:58:09 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 79], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:58:09 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:58:12 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:58:12 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:58:12 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:58:12 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:58:12 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 29], ["receiver_id", 80], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:58:12 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:58:12 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 29], ["receiver_id", 79], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:58:12 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 29 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 80  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 29 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.0ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (4.9ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:58:49 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:58:49 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:58:49 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:58:49 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:58:49 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:58:49 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 30], ["created_at", Mon, 23 Nov 2015 22:58:49 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 81], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:58:49 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:58:52 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:58:52 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:58:52 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 22:58:52 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:58:52 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 30], ["receiver_id", 82], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:58:52 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:58:52 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 30], ["receiver_id", 81], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 22:58:52 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 30 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 82  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 30 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (15.1ms) Date: Mon, 23 Nov 2015 14:58:54 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <56539a2eadeec_d18d3fe52185e6d41107c@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56539a2eabd8e_d18d3fe52185e6d410965"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56539a2eabd8e_d18d3fe52185e6d410965 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_56539a2eabd8e_d18d3fe52185e6d410965 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_56539a2eabd8e_d18d3fe52185e6d410965-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:59:58 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 22:59:58 UTC +00:00]]  (8.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:59:58 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 22:59:58 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 22:59:58 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 22:59:58 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 31], ["created_at", Mon, 23 Nov 2015 22:59:58 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 83], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 22:59:58 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:00:02 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 23:00:02 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:00:02 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 23:00:02 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:00:02 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 31], ["receiver_id", 84], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 23:00:02 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:00:02 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 31], ["receiver_id", 83], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 23:00:02 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 31 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 84  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 31 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (10.7ms) Date: Mon, 23 Nov 2015 15:00:04 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <56539a74893c0_d1be3fd27145e6dc584c6@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56539a748779f_d1be3fd27145e6dc58327"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56539a748779f_d1be3fd27145e6dc58327 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_56539a748779f_d1be3fd27145e6dc58327 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_56539a748779f_d1be3fd27145e6dc58327-- Mailboxer::Message Load (0.2ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."id" = 31 LIMIT 1 Mailboxer::Conversation Load (0.1ms) SELECT "mailboxer_conversations".* FROM "mailboxer_conversations" WHERE "mailboxer_conversations"."id" = 31 LIMIT 1 Mailboxer::Message Load (0.1ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 31 LIMIT 1 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Migrating to AddMailboxerNotificationRefToMailboxerMessageAttachments (20151123195505)  (0.1ms) begin transaction SQL (3.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:00:15 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 23:00:15 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:00:15 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 23:00:15 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:00:15 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 23:00:15 UTC +00:00]] SQL (0.6ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 32], ["created_at", Mon, 23 Nov 2015 23:00:15 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 85], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 23:00:15 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:00:18 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 23:00:18 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "mailboxer_notification_id", "object_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:00:18 UTC +00:00], ["file", "testfile.txt"], ["mailboxer_notification_id", nil], ["object_id", nil], ["updated_at", Mon, 23 Nov 2015 23:00:18 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:00:18 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 32], ["receiver_id", 86], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 23:00:18 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:00:18 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 32], ["receiver_id", 85], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 23:00:18 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 32 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 86  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 32 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (8.5ms) Date: Mon, 23 Nov 2015 15:00:21 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <56539a8593195_d1e93fe7d085e6dc6933@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56539a8591aa2_d1e93fe7d085e6dc6848"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56539a8591aa2_d1e93fe7d085e6dc6848 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_56539a8591aa2_d1e93fe7d085e6dc6848 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_56539a8591aa2_d1e93fe7d085e6dc6848-- Mailboxer::Message Load (0.2ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."id" = 32 LIMIT 1 Mailboxer::Conversation Load (0.1ms) SELECT "mailboxer_conversations".* FROM "mailboxer_conversations" WHERE "mailboxer_conversations"."id" = 32 LIMIT 1 Mailboxer::Message Load (0.2ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 32 Mailboxer::MessageAttachment Load (0.2ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 32 SQLite3::SQLException: no such column: mailboxer_message_attachments.message_id: SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 32 Mailboxer::MessageAttachment Load (0.2ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 32 LIMIT 1 SQLite3::SQLException: no such column: mailboxer_message_attachments.message_id: SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 32 LIMIT 1 Connecting to database specified by database.yml  (0.0ms) select sqlite_version(*)  (8.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateUsers (20151123025448)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123025448')  (0.8ms) commit transaction Migrating to CreateMailboxer (20151123152908)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "mailboxer_conversations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar(255) DEFAULT '', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "mailboxer_receipts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "receiver_id" integer, "receiver_type" varchar(255), "notification_id" integer NOT NULL, "is_read" boolean DEFAULT 'f', "trashed" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "mailbox_type" varchar(25), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "mailboxer_notifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "body" text, "subject" varchar(255) DEFAULT '', "sender_id" integer, "sender_type" varchar(255), "conversation_id" integer, "draft" boolean DEFAULT 'f', "notification_code" varchar(255), "notified_object_id" integer, "notified_object_type" varchar(255), "attachment" varchar(255), "updated_at" datetime NOT NULL, "created_at" datetime NOT NULL, "global" boolean DEFAULT 'f', "expires" datetime)  (0.2ms) CREATE INDEX "index_mailboxer_receipts_on_notification_id" ON "mailboxer_receipts" ("notification_id")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_conversation_id" ON "mailboxer_notifications" ("conversation_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123152908')  (0.8ms) commit transaction Migrating to AddConversationOptout (20151123152909)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "mailboxer_conversation_opt_outs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "unsubscriber_id" integer, "unsubscriber_type" varchar(255), "conversation_id" integer)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123152909')  (0.6ms) commit transaction Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction  (0.2ms) CREATE INDEX "index_mailboxer_conversation_opt_outs_on_unsubscriber_id_type" ON "mailboxer_conversation_opt_outs" ("unsubscriber_id", "unsubscriber_type")  (0.1ms) CREATE INDEX "index_mailboxer_conversation_opt_outs_on_conversation_id" ON "mailboxer_conversation_opt_outs" ("conversation_id")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_type" ON "mailboxer_notifications" ("type")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_sender_id_and_sender_type" ON "mailboxer_notifications" ("sender_id", "sender_type")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_notified_object_id_and_type" ON "mailboxer_notifications" ("notified_object_id", "notified_object_type")  (0.1ms) CREATE INDEX "index_mailboxer_receipts_on_receiver_id_and_receiver_type" ON "mailboxer_receipts" ("receiver_id", "receiver_type")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123152910')  (0.7ms) commit transaction Migrating to CreateMessageAttachments (20151123194517)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "mailboxer_message_attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "message_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123194517')  (0.7ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517)  (0.1ms) begin transaction SQL (12.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:06:07 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 23:06:07 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:06:07 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 23:06:07 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123194517)  (0.1ms) begin transaction SQL (2.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:06:22 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 23:06:22 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:06:22 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 23:06:22 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (8.0ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:06:22 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 23 Nov 2015 23:06:22 UTC +00:00]] SQL (1.5ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 1], ["created_at", Mon, 23 Nov 2015 23:06:22 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 3], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 23 Nov 2015 23:06:22 UTC +00:00]] SQL (0.6ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:06:28 UTC +00:00], ["file", "testfile.txt"], ["message_id", 1], ["updated_at", Mon, 23 Nov 2015 23:06:28 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:06:28 UTC +00:00], ["file", "testfile.txt"], ["message_id", 1], ["updated_at", Mon, 23 Nov 2015 23:06:28 UTC +00:00]] SQL (1.0ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:06:28 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 1], ["receiver_id", 4], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 23:06:28 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:06:28 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 1], ["receiver_id", 3], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 23 Nov 2015 23:06:28 UTC +00:00]]  (0.8ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 1 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 4  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 1 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.3ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (11.2ms) Date: Mon, 23 Nov 2015 15:06:35 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <56539bfb405ce_d3a73fc6f8c106d442426@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56539bfb3e8c0_d3a73fc6f8c106d442343"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56539bfb3e8c0_d3a73fc6f8c106d442343 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_56539bfb3e8c0_d3a73fc6f8c106d442343 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_56539bfb3e8c0_d3a73fc6f8c106d442343-- Mailboxer::Message Load (0.2ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."id" = 1 LIMIT 1 Mailboxer::Conversation Load (0.1ms) SELECT "mailboxer_conversations".* FROM "mailboxer_conversations" WHERE "mailboxer_conversations"."id" = 1 LIMIT 1 Mailboxer::Message Load (0.2ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 1 LIMIT 1 Mailboxer::Message Load (0.2ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 1 LIMIT 1 Mailboxer::MessageAttachment Load (0.1ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 1 LIMIT 1 Mailboxer::Message Load (0.2ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 1 Mailboxer::MessageAttachment Load (0.1ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 1 LIMIT 1 Mailboxer::MessageAttachment Load (0.1ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 1 LIMIT 1 Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateUsers (20151123025448)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123025448')  (0.7ms) commit transaction Migrating to CreateMailboxer (20151123152908)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "mailboxer_conversations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar(255) DEFAULT '', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "mailboxer_receipts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "receiver_id" integer, "receiver_type" varchar(255), "notification_id" integer NOT NULL, "is_read" boolean DEFAULT 'f', "trashed" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "mailbox_type" varchar(25), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "mailboxer_notifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "body" text, "subject" varchar(255) DEFAULT '', "sender_id" integer, "sender_type" varchar(255), "conversation_id" integer, "draft" boolean DEFAULT 'f', "notification_code" varchar(255), "notified_object_id" integer, "notified_object_type" varchar(255), "attachment" varchar(255), "updated_at" datetime NOT NULL, "created_at" datetime NOT NULL, "global" boolean DEFAULT 'f', "expires" datetime)  (0.1ms) CREATE INDEX "index_mailboxer_receipts_on_notification_id" ON "mailboxer_receipts" ("notification_id")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_conversation_id" ON "mailboxer_notifications" ("conversation_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123152908')  (0.6ms) commit transaction Migrating to AddConversationOptout (20151123152909)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "mailboxer_conversation_opt_outs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "unsubscriber_id" integer, "unsubscriber_type" varchar(255), "conversation_id" integer)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123152909')  (0.6ms) commit transaction Migrating to AddMissingIndices (20151123152910)  (0.0ms) begin transaction  (0.3ms) CREATE INDEX "index_mailboxer_conversation_opt_outs_on_unsubscriber_id_type" ON "mailboxer_conversation_opt_outs" ("unsubscriber_id", "unsubscriber_type")  (0.1ms) CREATE INDEX "index_mailboxer_conversation_opt_outs_on_conversation_id" ON "mailboxer_conversation_opt_outs" ("conversation_id")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_type" ON "mailboxer_notifications" ("type")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_sender_id_and_sender_type" ON "mailboxer_notifications" ("sender_id", "sender_type")  (0.1ms) CREATE INDEX "index_mailboxer_notifications_on_notified_object_id_and_type" ON "mailboxer_notifications" ("notified_object_id", "notified_object_type")  (0.1ms) CREATE INDEX "index_mailboxer_receipts_on_receiver_id_and_receiver_type" ON "mailboxer_receipts" ("receiver_id", "receiver_type")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123152910')  (0.7ms) commit transaction Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "mailboxer_message_attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "message_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20151123235316')  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (1.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:56:23 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 23:56:23 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:56:23 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 23:56:23 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:59:13 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 23 Nov 2015 23:59:13 UTC +00:00]]  (8.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Nov 2015 23:59:13 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 23 Nov 2015 23:59:13 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 00:05:21 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 00:05:21 UTC +00:00]]  (8.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 00:05:21 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 00:05:21 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (3.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 00:09:48 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 00:09:48 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 00:09:48 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 00:09:48 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 00:09:56 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 00:09:56 UTC +00:00]]  (8.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 00:10:16 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 00:10:16 UTC +00:00]]  (8.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (5.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 00:17:38 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 00:17:38 UTC +00:00]]  (7.9ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316) Connecting to database specified by database.yml  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (4.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 00:32:07 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 00:32:07 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 00:32:07 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 00:32:07 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316) Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316) Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (4.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 00:52:50 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 00:52:50 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 00:52:50 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 00:52:50 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (3.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 00:55:00 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 00:55:00 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 00:55:00 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 00:55:00 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 00:55:00 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 00:55:00 UTC +00:00]] SQL (0.7ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", [{"file"=>#}, {"file"=>#}]], ["body", "Body"], ["conversation_id", 1], ["created_at", Tue, 24 Nov 2015 00:55:00 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 16], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 00:55:00 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 00:55:00 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 1], ["receiver_id", 17], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 00:55:00 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 00:55:00 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 1], ["receiver_id", 16], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 00:55:00 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 1 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 17  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 1 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.5ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (13.7ms) Date: Mon, 23 Nov 2015 16:55:00 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <5653b5647cb4d_e7753fe935c5e6cc705c4@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5653b5647aaef_e7753fe935c5e6cc704ef"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5653b5647aaef_e7753fe935c5e6cc704ef Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5653b5647aaef_e7753fe935c5e6cc704ef Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5653b5647aaef_e7753fe935c5e6cc704ef-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 01:00:00 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 01:00:00 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 01:00:00 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 01:00:00 UTC +00:00]]  (4.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 01:00:00 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 01:00:00 UTC +00:00]] SQL (0.8ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", [{"file"=>#}, {"file"=>#}]], ["body", "Body"], ["conversation_id", 2], ["created_at", Tue, 24 Nov 2015 01:00:00 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 18], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 01:00:00 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 01:00:00 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 2], ["receiver_id", 19], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 01:00:00 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 01:00:00 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 2], ["receiver_id", 18], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 01:00:00 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 2 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 19  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 2 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.5ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (10.3ms) Date: Mon, 23 Nov 2015 17:00:00 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <5653b6909dfd6_ea263fd51505e6d035528@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5653b6909c36d_ea263fd51505e6d035499"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5653b6909c36d_ea263fd51505e6d035499 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5653b6909c36d_ea263fd51505e6d035499 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5653b6909c36d_ea263fd51505e6d035499-- Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (4.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 01:01:54 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 01:01:54 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 01:01:54 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 01:01:54 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (4.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 01:36:50 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 01:36:50 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 01:36:50 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 01:36:50 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (3.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 01:38:44 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 01:38:44 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 01:38:44 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 01:38:44 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (3.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 01:39:14 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 01:39:14 UTC +00:00]]  (8.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 01:39:14 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 01:39:14 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316) Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316) Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316) Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (5.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:09:04 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:09:04 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:09:04 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:09:04 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (4.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:11:35 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:11:35 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:11:35 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:11:35 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (4.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:12:24 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:12:24 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:12:24 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:12:24 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (5.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:14:23 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:14:23 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:14:23 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:14:23 UTC +00:00]]  (2.3ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (4.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:14:46 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:14:46 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:14:46 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:14:46 UTC +00:00]]  (0.5ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (3.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:15:13 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:15:13 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:15:13 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:15:13 UTC +00:00]]  (0.5ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (4.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:16:21 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:16:21 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:16:21 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:16:21 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (3.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:17:20 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:17:20 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:17:20 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:17:20 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:18:03 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:18:03 UTC +00:00]]  (8.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:18:03 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:18:03 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:21:42 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:21:42 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:21:42 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:21:42 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:21:52 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:21:52 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:21:52 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:21:52 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:22:55 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:22:55 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:22:55 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:22:55 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (3.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:23:53 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:23:53 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:23:53 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:23:53 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (7.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:36:00 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:36:00 UTC +00:00]]  (2.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:36:00 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:36:00 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:38:05 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:38:05 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:38:05 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:38:05 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:38:17 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:38:17 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:38:17 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:38:17 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:39:30 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:39:30 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:39:30 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:39:30 UTC +00:00]]  (0.9ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:52:05 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 13:52:05 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 13:52:05 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 13:52:05 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 14:02:10 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 14:02:10 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 14:02:10 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 14:02:10 UTC +00:00]]  (0.5ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 14:02:41 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 14:02:41 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 14:02:41 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 14:02:41 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 14:03:05 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 14:03:05 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 14:03:05 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 14:03:05 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 14:07:01 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 14:07:01 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 14:07:01 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 14:07:01 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 14:07:15 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 14:07:15 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 14:07:15 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 14:07:15 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 14:09:46 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 14:09:46 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 14:09:47 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 14:09:47 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 14:10:00 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 14:10:00 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 14:10:00 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 14:10:00 UTC +00:00]]  (0.9ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 14:12:44 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 14:12:44 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 14:12:44 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 14:12:44 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (5.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:00:26 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 15:00:26 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:00:26 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 15:00:26 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:01:01 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 15:01:01 UTC +00:00]]  (9.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:01:01 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 15:01:01 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:01:30 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 15:01:30 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:01:30 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 15:01:30 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:02:42 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 15:02:42 UTC +00:00]]  (8.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:02:42 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 15:02:42 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:03:57 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 15:03:57 UTC +00:00]]  (8.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:03:57 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 15:03:57 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:07:47 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 15:07:47 UTC +00:00]]  (8.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:07:47 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 15:07:47 UTC +00:00]]  (0.9ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:09:15 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 15:09:15 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:09:15 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 15:09:15 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:09:15 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 15:09:15 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 3], ["created_at", Tue, 24 Nov 2015 15:09:15 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 92], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 15:09:15 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:09:33 UTC +00:00], ["file", "testfile.txt"], ["message_id", 3], ["updated_at", Tue, 24 Nov 2015 15:09:33 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:09:33 UTC +00:00], ["file", "testfile.txt"], ["message_id", 3], ["updated_at", Tue, 24 Nov 2015 15:09:33 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:09:33 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 3], ["receiver_id", 93], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:09:33 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:09:33 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 3], ["receiver_id", 92], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:09:33 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 3 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 93  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 3 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.2ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.4ms) Sent mail to user2@user.com (10.1ms) Date: Tue, 24 Nov 2015 07:09:33 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <56547dad69b68_160e63fc37605e6cc13bd@ip-192-168-1-206.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56547dad67c6b_160e63fc37605e6cc12ea"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56547dad67c6b_160e63fc37605e6cc12ea Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_56547dad67c6b_160e63fc37605e6cc12ea Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_56547dad67c6b_160e63fc37605e6cc12ea-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:12:11 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 15:12:11 UTC +00:00]]  (9.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:12:11 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 15:12:11 UTC +00:00]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:12:11 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 15:12:11 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 4], ["created_at", Tue, 24 Nov 2015 15:12:11 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 94], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 15:12:11 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:12:17 UTC +00:00], ["file", "testfile.txt"], ["message_id", 4], ["updated_at", Tue, 24 Nov 2015 15:12:17 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:12:17 UTC +00:00], ["file", "testfile.txt"], ["message_id", 4], ["updated_at", Tue, 24 Nov 2015 15:12:17 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:12:17 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 4], ["receiver_id", 95], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:12:17 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:12:17 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 4], ["receiver_id", 94], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:12:17 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 4 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 95  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 4 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (8.3ms) Date: Tue, 24 Nov 2015 07:12:17 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <56547e51914bd_161c83fdaa445e6d837735@ip-192-168-1-206.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56547e518fd82_161c83fdaa445e6d837619"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56547e518fd82_161c83fdaa445e6d837619 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_56547e518fd82_161c83fdaa445e6d837619 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_56547e518fd82_161c83fdaa445e6d837619-- Mailboxer::MessageAttachment Load (0.1ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 4 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:12:38 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 15:12:38 UTC +00:00]]  (9.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:12:38 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 15:12:38 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:12:38 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 15:12:38 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 5], ["created_at", Tue, 24 Nov 2015 15:12:38 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 96], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 15:12:38 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:12:40 UTC +00:00], ["file", "testfile.txt"], ["message_id", 5], ["updated_at", Tue, 24 Nov 2015 15:12:40 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:12:40 UTC +00:00], ["file", "testfile.txt"], ["message_id", 5], ["updated_at", Tue, 24 Nov 2015 15:12:40 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:12:40 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 5], ["receiver_id", 97], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:12:40 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:12:40 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 5], ["receiver_id", 96], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:12:40 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 5 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 97  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 5 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (8.6ms) Date: Tue, 24 Nov 2015 07:12:40 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <56547e68905c1_161f73fef9145e6cc24011@ip-192-168-1-206.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56547e688ed81_161f73fef9145e6cc23934"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56547e688ed81_161f73fef9145e6cc23934 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_56547e688ed81_161f73fef9145e6cc23934 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_56547e688ed81_161f73fef9145e6cc23934--  (0.1ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 5 Mailboxer::MessageAttachment Load (0.1ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 5 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:13:57 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 15:13:57 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:13:57 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 15:13:57 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:13:57 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 15:13:57 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 6], ["created_at", Tue, 24 Nov 2015 15:13:57 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 98], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 15:13:57 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:14:42 UTC +00:00], ["file", "testfile.txt"], ["message_id", 6], ["updated_at", Tue, 24 Nov 2015 15:14:42 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:14:42 UTC +00:00], ["file", "testfile.txt"], ["message_id", 6], ["updated_at", Tue, 24 Nov 2015 15:14:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:14:42 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 6], ["receiver_id", 99], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:14:42 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:14:42 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 6], ["receiver_id", 98], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:14:42 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 6 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 99  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 6 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (8.7ms) Date: Tue, 24 Nov 2015 07:14:42 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <56547ee273d72_162283feef585e6d8189ce@ip-192-168-1-206.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56547ee27273d_162283feef585e6d81885d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56547ee27273d_162283feef585e6d81885d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_56547ee27273d_162283feef585e6d81885d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_56547ee27273d_162283feef585e6d81885d--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:29 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 24 Nov 2015 15:15:29 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:29 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 24 Nov 2015 15:15:29 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:29 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 15:15:29 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 7], ["created_at", Tue, 24 Nov 2015 15:15:29 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 100], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 15:15:29 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:31 UTC +00:00], ["file", "testfile.txt"], ["message_id", 7], ["updated_at", Tue, 24 Nov 2015 15:15:31 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:31 UTC +00:00], ["file", "testfile.txt"], ["message_id", 7], ["updated_at", Tue, 24 Nov 2015 15:15:31 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:31 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 7], ["receiver_id", 101], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:15:31 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:31 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 7], ["receiver_id", 100], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:15:31 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 7 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 101  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 7 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.0ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user4@user.com (5.9ms) Date: Tue, 24 Nov 2015 07:15:31 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <56547f13262ab_162283feef585e6d81918d@ip-192-168-1-206.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56547f132525d_162283feef585e6d819089"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56547f132525d_162283feef585e6d819089 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_56547f132525d_162283feef585e6d819089 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_56547f132525d_162283feef585e6d819089--  (0.1ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 7 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:49 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 15:15:49 UTC +00:00]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:49 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 15:15:49 UTC +00:00]]  (0.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:49 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 15:15:49 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 8], ["created_at", Tue, 24 Nov 2015 15:15:49 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 102], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 15:15:49 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:49 UTC +00:00], ["file", "testfile.txt"], ["message_id", 8], ["updated_at", Tue, 24 Nov 2015 15:15:49 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:49 UTC +00:00], ["file", "testfile.txt"], ["message_id", 8], ["updated_at", Tue, 24 Nov 2015 15:15:49 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:49 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 8], ["receiver_id", 103], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:15:49 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:49 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 8], ["receiver_id", 102], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:15:49 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 8 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 103  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 8 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (8.4ms) Date: Tue, 24 Nov 2015 07:15:50 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <56547f26afdf_1625e3fe83dc5e6d488f4@ip-192-168-1-206.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56547f26985b_1625e3fe83dc5e6d4873e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56547f26985b_1625e3fe83dc5e6d4873e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_56547f26985b_1625e3fe83dc5e6d4873e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_56547f26985b_1625e3fe83dc5e6d4873e--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:51 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 24 Nov 2015 15:15:51 UTC +00:00]]  (8.7ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:51 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 24 Nov 2015 15:15:51 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:51 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 15:15:51 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 9], ["created_at", Tue, 24 Nov 2015 15:15:51 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 104], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 15:15:51 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:51 UTC +00:00], ["file", "testfile.txt"], ["message_id", 9], ["updated_at", Tue, 24 Nov 2015 15:15:51 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:51 UTC +00:00], ["file", "testfile.txt"], ["message_id", 9], ["updated_at", Tue, 24 Nov 2015 15:15:51 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:51 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 9], ["receiver_id", 105], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:15:51 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:15:51 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 9], ["receiver_id", 104], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:15:51 UTC +00:00]]  (0.5ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 9 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 105  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 9 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user4@user.com (6.0ms) Date: Tue, 24 Nov 2015 07:15:51 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <56547f2764264_1625e3fe83dc5e6d490fd@ip-192-168-1-206.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56547f27632a4_1625e3fe83dc5e6d489b"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56547f27632a4_1625e3fe83dc5e6d489b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_56547f27632a4_1625e3fe83dc5e6d489b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_56547f27632a4_1625e3fe83dc5e6d489b--  (0.1ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 9 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:16:06 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 15:16:06 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:16:06 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 15:16:06 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:16:06 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 15:16:06 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 10], ["created_at", Tue, 24 Nov 2015 15:16:06 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 106], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 15:16:06 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:16:06 UTC +00:00], ["file", "testfile.txt"], ["message_id", 10], ["updated_at", Tue, 24 Nov 2015 15:16:06 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:16:06 UTC +00:00], ["file", "testfile.txt"], ["message_id", 10], ["updated_at", Tue, 24 Nov 2015 15:16:06 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:16:06 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 10], ["receiver_id", 107], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:16:06 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:16:06 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 10], ["receiver_id", 106], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:16:06 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 10 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 107  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 10 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (8.4ms) Date: Tue, 24 Nov 2015 07:16:06 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <56547f3637e98_1629c3fc83d85e6d09067a@ip-192-168-1-206.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56547f363685c_1629c3fc83d85e6d0905f1"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56547f363685c_1629c3fc83d85e6d0905f1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_56547f363685c_1629c3fc83d85e6d0905f1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_56547f363685c_1629c3fc83d85e6d0905f1--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:16:07 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 24 Nov 2015 15:16:07 UTC +00:00]]  (7.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:16:07 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 24 Nov 2015 15:16:07 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:16:07 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 15:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 11], ["created_at", Tue, 24 Nov 2015 15:16:07 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 108], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 15:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:16:07 UTC +00:00], ["file", "testfile.txt"], ["message_id", 11], ["updated_at", Tue, 24 Nov 2015 15:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:16:07 UTC +00:00], ["file", "testfile.txt"], ["message_id", 11], ["updated_at", Tue, 24 Nov 2015 15:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:16:07 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 11], ["receiver_id", 109], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:16:07 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:16:07 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 11], ["receiver_id", 108], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:16:07 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 11 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 109  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 11 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.0ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user4@user.com (6.7ms) Date: Tue, 24 Nov 2015 07:16:07 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <56547f373adeb_1629c3fc83d85e6d090835@ip-192-168-1-206.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56547f3739d9b_1629c3fc83d85e6d0907eb"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56547f3739d9b_1629c3fc83d85e6d0907eb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_56547f3739d9b_1629c3fc83d85e6d0907eb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_56547f3739d9b_1629c3fc83d85e6d0907eb--  (0.1ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 11 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00]]  (8.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 12], ["created_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 110], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00], ["file", "testfile.txt"], ["message_id", 12], ["updated_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00], ["file", "testfile.txt"], ["message_id", 12], ["updated_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 12], ["receiver_id", 111], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 12], ["receiver_id", 110], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 12 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 111  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 12 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.8ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (8.4ms) Date: Tue, 24 Nov 2015 07:17:26 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <56547f86e3bd4_162e23fe1acc5e6d09683d@ip-192-168-1-206.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56547f86e2608_162e23fe1acc5e6d09678"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56547f86e2608_162e23fe1acc5e6d09678 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_56547f86e2608_162e23fe1acc5e6d09678 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_56547f86e2608_162e23fe1acc5e6d09678--  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 13], ["created_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 112], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00], ["file", "testfile.txt"], ["message_id", 13], ["updated_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00], ["file", "testfile.txt"], ["message_id", 13], ["updated_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 13], ["receiver_id", 113], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 13], ["receiver_id", 112], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 15:17:26 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 13 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 113  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 13 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.0ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user4@user.com (7.2ms) Date: Tue, 24 Nov 2015 07:17:26 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <56547f86edb9e_162e23fe1acc5e6d0970c1@ip-192-168-1-206.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_56547f86ec573_162e23fe1acc5e6d096947"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_56547f86ec573_162e23fe1acc5e6d096947 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_56547f86ec573_162e23fe1acc5e6d096947 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_56547f86ec573_162e23fe1acc5e6d096947--  (0.1ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 13 Connecting to database specified by database.yml  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (7.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.7ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]] SQL (1.8ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 14], ["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 114], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]] SQL (0.5ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["file", "testfile.txt"], ["message_id", 14], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["file", "testfile.txt"], ["message_id", 14], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]] SQL (1.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 14], ["receiver_id", 115], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 14], ["receiver_id", 114], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]]  (0.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 14 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 115  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 14 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.2ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (10.9ms) Date: Tue, 24 Nov 2015 10:48:23 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <5654b0f77c518_1773f3ff0bd45e6cc6057f@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654b0f77a74e_1773f3ff0bd45e6cc60487"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654b0f77a74e_1773f3ff0bd45e6cc60487 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654b0f77a74e_1773f3ff0bd45e6cc60487 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654b0f77a74e_1773f3ff0bd45e6cc60487--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 15], ["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 116], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["file", "testfile.txt"], ["message_id", 15], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["file", "testfile.txt"], ["message_id", 15], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 15], ["receiver_id", 117], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 15], ["receiver_id", 116], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 15 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 117  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 15 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user4@user.com (6.5ms) Date: Tue, 24 Nov 2015 10:48:23 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <5654b0f78f49e_1773f3ff0bd45e6cc607d1@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654b0f78e389_1773f3ff0bd45e6cc606f0"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654b0f78e389_1773f3ff0bd45e6cc606f0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654b0f78e389_1773f3ff0bd45e6cc606f0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654b0f78e389_1773f3ff0bd45e6cc606f0--  (0.1ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 15  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 16], ["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 118], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["file", "testfile.txt"], ["message_id", 16], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["file", "testfile.txt"], ["message_id", 16], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 16], ["receiver_id", 119], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 16], ["receiver_id", 118], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 18:48:23 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 16 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 119  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 16 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user6@user.com (5.9ms) Date: Tue, 24 Nov 2015 10:48:23 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <5654b0f79933d_1773f3ff0bd45e6cc60943@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654b0f79823d_1773f3ff0bd45e6cc608e3"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654b0f79823d_1773f3ff0bd45e6cc608e3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654b0f79823d_1773f3ff0bd45e6cc608e3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654b0f79823d_1773f3ff0bd45e6cc608e3-- Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:11:48 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 19:11:48 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:11:48 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 19:11:48 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (2.8ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:11:48 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 19:11:48 UTC +00:00]] SQL (3.1ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 17], ["created_at", Tue, 24 Nov 2015 19:11:48 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 120], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 19:11:48 UTC +00:00]] SQL (1.8ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:12:48 UTC +00:00], ["file", "testfile.txt"], ["message_id", 17], ["updated_at", Tue, 24 Nov 2015 19:12:48 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:12:48 UTC +00:00], ["file", "testfile.txt"], ["message_id", 17], ["updated_at", Tue, 24 Nov 2015 19:12:48 UTC +00:00]] SQL (0.9ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:12:48 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 17], ["receiver_id", 121], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 19:12:48 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:12:48 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 17], ["receiver_id", 120], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 19:12:48 UTC +00:00]]  (0.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 17 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 121  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 17 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.4ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (11.7ms) Date: Tue, 24 Nov 2015 11:12:48 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <5654b6b0da645_179fc3fde39c5e6d8384e4@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654b6b0d8206_179fc3fde39c5e6d838361"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654b6b0d8206_179fc3fde39c5e6d838361 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654b6b0d8206_179fc3fde39c5e6d838361 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654b6b0d8206_179fc3fde39c5e6d838361--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:12:48 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 24 Nov 2015 19:12:48 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:12:48 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 24 Nov 2015 19:12:48 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:12:48 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 19:12:48 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 18], ["created_at", Tue, 24 Nov 2015 19:12:48 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 122], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 19:12:48 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:13:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 18], ["updated_at", Tue, 24 Nov 2015 19:13:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:13:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 18], ["updated_at", Tue, 24 Nov 2015 19:13:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:13:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 18], ["receiver_id", 123], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 19:13:01 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:13:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 18], ["receiver_id", 122], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 19:13:01 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 18 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 123  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 18 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user4@user.com (6.3ms) Date: Tue, 24 Nov 2015 11:13:01 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <5654b6bd12065_179fc3fde39c5e6d838611@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654b6bd10f6b_179fc3fde39c5e6d8385cb"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654b6bd10f6b_179fc3fde39c5e6d8385cb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654b6bd10f6b_179fc3fde39c5e6d8385cb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654b6bd10f6b_179fc3fde39c5e6d8385cb--  (0.1ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 18  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:13:01 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 24 Nov 2015 19:13:01 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:13:01 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 24 Nov 2015 19:13:01 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:13:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 19:13:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 19], ["created_at", Tue, 24 Nov 2015 19:13:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 124], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 19:13:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:13:07 UTC +00:00], ["file", "testfile.txt"], ["message_id", 19], ["updated_at", Tue, 24 Nov 2015 19:13:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:13:07 UTC +00:00], ["file", "testfile.txt"], ["message_id", 19], ["updated_at", Tue, 24 Nov 2015 19:13:07 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:13:07 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 19], ["receiver_id", 125], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 19:13:07 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:13:07 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 19], ["receiver_id", 124], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 19:13:07 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 19 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 125  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 19 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user6@user.com (6.3ms) Date: Tue, 24 Nov 2015 11:13:07 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <5654b6c3ba72b_179fc3fde39c5e6d838886@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654b6c3b9632_179fc3fde39c5e6d8387b5"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654b6c3b9632_179fc3fde39c5e6d8387b5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654b6c3b9632_179fc3fde39c5e6d8387b5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654b6c3b9632_179fc3fde39c5e6d8387b5-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (3.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:13:13 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 19:13:13 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:13:13 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 19:13:13 UTC +00:00]]  (1.0ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:55:48 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 19:55:48 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:55:48 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 19:55:48 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:55:48 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 19:55:48 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 20], ["created_at", Tue, 24 Nov 2015 19:55:48 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 128], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 19:55:48 UTC +00:00]] SQL (0.7ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:07 UTC +00:00], ["file", "testfile.txt"], ["message_id", 20], ["updated_at", Tue, 24 Nov 2015 19:56:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:07 UTC +00:00], ["file", "testfile.txt"], ["message_id", 20], ["updated_at", Tue, 24 Nov 2015 19:56:07 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:07 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 20], ["receiver_id", 129], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 19:56:07 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:07 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 20], ["receiver_id", 128], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 19:56:07 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 20 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 129  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 20 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.3ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (12.0ms) Date: Tue, 24 Nov 2015 11:56:07 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <5654c0d74f4d1_17c593fede5c5e6cc6156d@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c0d74d51d_17c593fede5c5e6cc61484"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c0d74d51d_17c593fede5c5e6cc61484 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c0d74d51d_17c593fede5c5e6cc61484 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c0d74d51d_17c593fede5c5e6cc61484--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:07 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 24 Nov 2015 19:56:07 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:07 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 24 Nov 2015 19:56:07 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:07 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 19:56:07 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 21], ["created_at", Tue, 24 Nov 2015 19:56:07 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 130], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 19:56:07 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:14 UTC +00:00], ["file", "testfile.txt"], ["message_id", 21], ["updated_at", Tue, 24 Nov 2015 19:56:14 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:14 UTC +00:00], ["file", "testfile.txt"], ["message_id", 21], ["updated_at", Tue, 24 Nov 2015 19:56:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:14 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 21], ["receiver_id", 131], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 19:56:14 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:14 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 21], ["receiver_id", 130], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 19:56:14 UTC +00:00]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 21 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 131  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 21 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user4@user.com (6.3ms) Date: Tue, 24 Nov 2015 11:56:14 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <5654c0de6200f_17c593fede5c5e6cc61731@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c0de60efd_17c593fede5c5e6cc6165d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c0de60efd_17c593fede5c5e6cc6165d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c0de60efd_17c593fede5c5e6cc6165d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c0de60efd_17c593fede5c5e6cc6165d--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:14 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 24 Nov 2015 19:56:14 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:14 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 24 Nov 2015 19:56:14 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:14 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 19:56:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 22], ["created_at", Tue, 24 Nov 2015 19:56:14 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 132], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 19:56:14 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:21 UTC +00:00], ["file", "testfile.txt"], ["message_id", 22], ["updated_at", Tue, 24 Nov 2015 19:56:21 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:21 UTC +00:00], ["file", "testfile.txt"], ["message_id", 22], ["updated_at", Tue, 24 Nov 2015 19:56:21 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:21 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 22], ["receiver_id", 133], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 19:56:21 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:21 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 22], ["receiver_id", 132], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 19:56:21 UTC +00:00]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 22 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 133  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 22 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user6@user.com (6.2ms) Date: Tue, 24 Nov 2015 11:56:21 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <5654c0e59bb8f_17c593fede5c5e6cc619b@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c0e59a474_17c593fede5c5e6cc6182"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c0e59a474_17c593fede5c5e6cc6182 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c0e59a474_17c593fede5c5e6cc6182 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c0e59a474_17c593fede5c5e6cc6182--  (0.2ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 22  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:21 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 24 Nov 2015 19:56:21 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:21 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 24 Nov 2015 19:56:21 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:21 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 19:56:21 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 23], ["created_at", Tue, 24 Nov 2015 19:56:21 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 134], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 19:56:21 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:26 UTC +00:00], ["file", "testfile.txt"], ["message_id", 23], ["updated_at", Tue, 24 Nov 2015 19:56:26 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:26 UTC +00:00], ["file", "testfile.txt"], ["message_id", 23], ["updated_at", Tue, 24 Nov 2015 19:56:26 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:26 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 23], ["receiver_id", 135], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 19:56:26 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:56:26 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 23], ["receiver_id", 134], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 19:56:26 UTC +00:00]]  (1.4ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 23 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 135  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 23 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.1ms) Sent mail to user8@user.com (6.4ms) Date: Tue, 24 Nov 2015 11:56:26 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <5654c0ea339db_17c593fede5c5e6cc62188@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c0ea3294c_17c593fede5c5e6cc62045"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c0ea3294c_17c593fede5c5e6cc62045 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c0ea3294c_17c593fede5c5e6cc62045 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c0ea3294c_17c593fede5c5e6cc62045-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (5.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:59:23 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 19:59:23 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:59:23 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 19:59:23 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:59:23 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 19:59:23 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 24], ["created_at", Tue, 24 Nov 2015 19:59:23 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 136], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 19:59:23 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:59:35 UTC +00:00], ["file", "testfile.txt"], ["message_id", 24], ["updated_at", Tue, 24 Nov 2015 19:59:35 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:59:35 UTC +00:00], ["file", "1.mp4"], ["message_id", 24], ["updated_at", Tue, 24 Nov 2015 19:59:35 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:59:35 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 24], ["receiver_id", 137], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 19:59:35 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 19:59:35 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 24], ["receiver_id", 136], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 19:59:35 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 24 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 137  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 24 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.3ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (10.2ms) Date: Tue, 24 Nov 2015 11:59:35 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <5654c1a73725d_17cec3fc20605e6d480d7@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c1a73574d_17cec3fc20605e6d4794c"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c1a73574d_17cec3fc20605e6d4794c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c1a73574d_17cec3fc20605e6d4794c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c1a73574d_17cec3fc20605e6d4794c-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (4.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:19 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 20:00:19 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:19 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 20:00:19 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:19 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 20:00:19 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 25], ["created_at", Tue, 24 Nov 2015 20:00:19 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 138], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 20:00:19 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:26 UTC +00:00], ["file", "testfile.txt"], ["message_id", 25], ["updated_at", Tue, 24 Nov 2015 20:00:26 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:26 UTC +00:00], ["file", "1.mp4"], ["message_id", 25], ["updated_at", Tue, 24 Nov 2015 20:00:26 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:26 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 25], ["receiver_id", 139], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:00:26 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:26 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 25], ["receiver_id", 138], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:00:26 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 25 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 139  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 25 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.3ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (10.6ms) Date: Tue, 24 Nov 2015 12:00:26 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <5654c1da87ec2_17d263fe22d45e6d48707e@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c1da861f9_17d263fe22d45e6d486984"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c1da861f9_17d263fe22d45e6d486984 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c1da861f9_17d263fe22d45e6d486984 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c1da861f9_17d263fe22d45e6d486984-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (3.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (8.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 26], ["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 140], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["file", "testfile.txt"], ["message_id", 26], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["file", "1.mp4"], ["message_id", 26], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 26], ["receiver_id", 141], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 26], ["receiver_id", 140], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 26 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 141  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 26 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.4ms) Sent mail to user2@user.com (8.4ms) Date: Tue, 24 Nov 2015 12:00:48 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <5654c1f0850c9_17d6a3fddc885e6d0631f@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c1f083af1_17d6a3fddc885e6d0630fe"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c1f083af1_17d6a3fddc885e6d0630fe Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c1f083af1_17d6a3fddc885e6d0630fe Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c1f083af1_17d6a3fddc885e6d0630fe--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 27], ["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 142], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["file", "testfile.txt"], ["message_id", 27], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["file", "1.mp4"], ["message_id", 27], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 27], ["receiver_id", 143], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 27], ["receiver_id", 142], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 27 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 143  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 27 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user4@user.com (6.2ms) Date: Tue, 24 Nov 2015 12:00:48 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <5654c1f098d36_17d6a3fddc885e6d06334@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c1f097cb8_17d6a3fddc885e6d0632e5"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c1f097cb8_17d6a3fddc885e6d0632e5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c1f097cb8_17d6a3fddc885e6d0632e5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c1f097cb8_17d6a3fddc885e6d0632e5--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 28], ["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 144], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["file", "testfile.txt"], ["message_id", 28], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["file", "1.mp4"], ["message_id", 28], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 28], ["receiver_id", 145], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (1.4ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 28], ["receiver_id", 144], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 28 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 145  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 28 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.0ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user6@user.com (6.5ms) Date: Tue, 24 Nov 2015 12:00:48 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <5654c1f0a385b_17d6a3fddc885e6d06358f@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c1f0a263a_17d6a3fddc885e6d06344d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c1f0a263a_17d6a3fddc885e6d06344d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c1f0a263a_17d6a3fddc885e6d06344d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c1f0a263a_17d6a3fddc885e6d06344d--  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 29], ["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 146], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["file", "testfile.txt"], ["message_id", 29], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["file", "1.mp4"], ["message_id", 29], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 29], ["receiver_id", 147], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 29], ["receiver_id", 146], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 29 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 147  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 29 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user8@user.com (7.3ms) Date: Tue, 24 Nov 2015 12:00:48 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <5654c1f0ae8d4_17d6a3fddc885e6d063720@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c1f0ad5d2_17d6a3fddc885e6d06364b"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c1f0ad5d2_17d6a3fddc885e6d06364b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c1f0ad5d2_17d6a3fddc885e6d06364b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c1f0ad5d2_17d6a3fddc885e6d06364b--  (0.1ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 29  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 30], ["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 148], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["file", "testfile.txt"], ["message_id", 30], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["file", "1.mp4"], ["message_id", 30], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 30], ["receiver_id", 149], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 30], ["receiver_id", 148], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:00:48 UTC +00:00]]  (0.7ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 30 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 149  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 30 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user10@user.com (6.4ms) Date: Tue, 24 Nov 2015 12:00:48 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <5654c1f0b9e0c_17d6a3fddc885e6d06399d@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c1f0b8c81_17d6a3fddc885e6d0638e2"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c1f0b8c81_17d6a3fddc885e6d0638e2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c1f0b8c81_17d6a3fddc885e6d0638e2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c1f0b8c81_17d6a3fddc885e6d0638e2-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 31], ["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 150], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 31], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 31], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 31], ["receiver_id", 151], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 31], ["receiver_id", 150], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 31 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 151  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 31 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (9.8ms) Date: Tue, 24 Nov 2015 12:01:01 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <5654c1fd77489_17d973fe7f445e6d043837@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c1fd75da3_17d973fe7f445e6d0437bb"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c1fd75da3_17d973fe7f445e6d0437bb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c1fd75da3_17d973fe7f445e6d0437bb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c1fd75da3_17d973fe7f445e6d0437bb--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 32], ["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 152], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 32], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 32], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 32], ["receiver_id", 153], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 32], ["receiver_id", 152], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 32 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 153  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 32 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user4@user.com (6.8ms) Date: Tue, 24 Nov 2015 12:01:01 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <5654c1fd829e4_17d973fe7f445e6d0440d2@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c1fd81776_17d973fe7f445e6d043920"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c1fd81776_17d973fe7f445e6d043920 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c1fd81776_17d973fe7f445e6d043920 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c1fd81776_17d973fe7f445e6d043920--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 33], ["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 154], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 33], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 33], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 33], ["receiver_id", 155], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (2.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 33], ["receiver_id", 154], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 33 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 155  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 33 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user6@user.com (6.2ms) Date: Tue, 24 Nov 2015 12:01:01 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <5654c1fd8e6a1_17d973fe7f445e6d044228@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c1fd8d66a_17d973fe7f445e6d04413"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c1fd8d66a_17d973fe7f445e6d04413 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c1fd8d66a_17d973fe7f445e6d04413 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c1fd8d66a_17d973fe7f445e6d04413--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 34], ["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 156], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 34], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 34], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 34], ["receiver_id", 157], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 34], ["receiver_id", 156], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 34 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 157  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 34 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.0ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user8@user.com (6.5ms) Date: Tue, 24 Nov 2015 12:01:01 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <5654c1fda2b48_17d973fe7f445e6d044413@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c1fd97e7f_17d973fe7f445e6d044320"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c1fd97e7f_17d973fe7f445e6d044320 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c1fd97e7f_17d973fe7f445e6d044320 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c1fd97e7f_17d973fe7f445e6d044320--  (0.2ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 34  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 35], ["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 158], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 35], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 35], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 35], ["receiver_id", 159], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 35], ["receiver_id", 158], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:01 UTC +00:00]]  (0.5ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 35 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 159  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 35 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.2ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user10@user.com (6.0ms) Date: Tue, 24 Nov 2015 12:01:01 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <5654c1fdae062_17d973fe7f445e6d044638@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c1fdacfd2_17d973fe7f445e6d044540"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c1fdacfd2_17d973fe7f445e6d044540 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c1fdacfd2_17d973fe7f445e6d044540 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c1fdacfd2_17d973fe7f445e6d044540-- Mailboxer::MessageAttachment Load (0.2ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 32 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (8.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 36], ["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 160], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["file", "testfile.txt"], ["message_id", 36], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["file", "1.mp4"], ["message_id", 36], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 36], ["receiver_id", 161], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 36], ["receiver_id", 160], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 36 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 161  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 36 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.2ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.4ms) Sent mail to user2@user.com (9.1ms) Date: Tue, 24 Nov 2015 12:01:32 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <5654c21c7de21_17dc53fc8f905e6d09437b@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c21c7c48c_17dc53fc8f905e6d094257"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c21c7c48c_17dc53fc8f905e6d094257 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c21c7c48c_17dc53fc8f905e6d094257 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c21c7c48c_17dc53fc8f905e6d094257--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 37], ["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 162], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["file", "testfile.txt"], ["message_id", 37], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["file", "1.mp4"], ["message_id", 37], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 37], ["receiver_id", 163], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (2.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 37], ["receiver_id", 162], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 37 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 163  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 37 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.0ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user4@user.com (7.0ms) Date: Tue, 24 Nov 2015 12:01:32 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <5654c21c90e69_17dc53fc8f905e6d0945eb@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c21c8fbc8_17dc53fc8f905e6d09447d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c21c8fbc8_17dc53fc8f905e6d09447d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c21c8fbc8_17dc53fc8f905e6d09447d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c21c8fbc8_17dc53fc8f905e6d09447d--  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 38], ["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 164], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["file", "testfile.txt"], ["message_id", 38], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["file", "1.mp4"], ["message_id", 38], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 38], ["receiver_id", 165], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (1.3ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 38], ["receiver_id", 164], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 38 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 165  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 38 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.0ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user6@user.com (6.3ms) Date: Tue, 24 Nov 2015 12:01:32 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <5654c21c9b21a_17dc53fc8f905e6d0947c5@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c21c9a27d_17dc53fc8f905e6d09467a"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c21c9a27d_17dc53fc8f905e6d09467a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c21c9a27d_17dc53fc8f905e6d09467a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c21c9a27d_17dc53fc8f905e6d09467a--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 39], ["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 166], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["file", "testfile.txt"], ["message_id", 39], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["file", "1.mp4"], ["message_id", 39], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 39], ["receiver_id", 167], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (1.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 39], ["receiver_id", 166], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 39 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 167  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 39 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user8@user.com (6.5ms) Date: Tue, 24 Nov 2015 12:01:32 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <5654c21ca6272_17dc53fc8f905e6d094985@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c21ca4f3a_17dc53fc8f905e6d094888"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c21ca4f3a_17dc53fc8f905e6d094888 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c21ca4f3a_17dc53fc8f905e6d094888 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c21ca4f3a_17dc53fc8f905e6d094888--  (0.1ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 39  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 40], ["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 168], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["file", "testfile.txt"], ["message_id", 40], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["file", "1.mp4"], ["message_id", 40], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 40], ["receiver_id", 169], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (1.4ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 40], ["receiver_id", 168], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 24 Nov 2015 20:01:32 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 40 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 169  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 40 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user10@user.com (7.4ms) Date: Tue, 24 Nov 2015 12:01:32 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <5654c21cb18fa_17dc53fc8f905e6d0951d9@ip-10-1-10-31.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5654c21cb0564_17dc53fc8f905e6d0950d5"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5654c21cb0564_17dc53fc8f905e6d0950d5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_5654c21cb0564_17dc53fc8f905e6d0950d5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_5654c21cb0564_17dc53fc8f905e6d0950d5-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (4.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 23:43:20 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 23:43:20 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 23:43:20 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 23:43:20 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (4.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 23:51:27 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 24 Nov 2015 23:51:27 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Nov 2015 23:51:27 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 24 Nov 2015 23:51:27 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (5.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 25 Nov 2015 15:22:31 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Wed, 25 Nov 2015 15:22:31 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 25 Nov 2015 15:22:31 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Wed, 25 Nov 2015 15:22:31 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 25 Nov 2015 15:22:44 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Wed, 25 Nov 2015 15:22:44 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 25 Nov 2015 15:22:44 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Wed, 25 Nov 2015 15:22:44 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (5.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:04 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 20:57:04 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:04 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 20:57:04 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:04 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 20:57:04 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 41], ["created_at", Mon, 30 Nov 2015 20:57:04 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 178], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 20:57:04 UTC +00:00]] SQL (0.8ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:11 UTC +00:00], ["file", "testfile.txt"], ["message_id", 41], ["updated_at", Mon, 30 Nov 2015 20:57:11 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:11 UTC +00:00], ["file", "1.mp4"], ["message_id", 41], ["updated_at", Mon, 30 Nov 2015 20:57:11 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:11 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 41], ["receiver_id", 179], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 20:57:11 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:11 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 41], ["receiver_id", 178], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 20:57:11 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 41 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 179  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 41 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.6ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (11.1ms) Date: Mon, 30 Nov 2015 12:57:11 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cb827be2e7_49153fdcdc8306dc121a6@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cb827bc46e_49153fdcdc8306dc1204"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cb827bc46e_49153fdcdc8306dc1204 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cb827bc46e_49153fdcdc8306dc1204 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cb827bc46e_49153fdcdc8306dc1204--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:11 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Mon, 30 Nov 2015 20:57:11 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:11 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Mon, 30 Nov 2015 20:57:11 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:11 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 20:57:11 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 42], ["created_at", Mon, 30 Nov 2015 20:57:11 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 180], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 20:57:11 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:13 UTC +00:00], ["file", "testfile.txt"], ["message_id", 42], ["updated_at", Mon, 30 Nov 2015 20:57:13 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:13 UTC +00:00], ["file", "1.mp4"], ["message_id", 42], ["updated_at", Mon, 30 Nov 2015 20:57:13 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:13 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 42], ["receiver_id", 181], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 20:57:13 UTC +00:00]]  (2.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:13 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 42], ["receiver_id", 180], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 20:57:13 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 42 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 181  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 42 Sent mail to user4@user.com (7.5ms) Date: Mon, 30 Nov 2015 12:57:13 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <565cb82938da3_49153fdcdc8306dc12329@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cb82937b47_49153fdcdc8306dc1221a"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cb82937b47_49153fdcdc8306dc1221a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cb82937b47_49153fdcdc8306dc1221a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cb82937b47_49153fdcdc8306dc1221a--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:13 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Mon, 30 Nov 2015 20:57:13 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:13 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Mon, 30 Nov 2015 20:57:13 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:13 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 20:57:13 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 43], ["created_at", Mon, 30 Nov 2015 20:57:13 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 182], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 20:57:13 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00], ["file", "testfile.txt"], ["message_id", 43], ["updated_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00], ["file", "1.mp4"], ["message_id", 43], ["updated_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 43], ["receiver_id", 183], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 43], ["receiver_id", 182], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 43 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 183  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 43 Sent mail to user6@user.com (6.3ms) Date: Mon, 30 Nov 2015 12:57:14 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <565cb82a30a39_49153fdcdc8306dc12525@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cb82a2faca_49153fdcdc8306dc124c5"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cb82a2faca_49153fdcdc8306dc124c5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cb82a2faca_49153fdcdc8306dc124c5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cb82a2faca_49153fdcdc8306dc124c5--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 44], ["created_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 184], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00], ["file", "testfile.txt"], ["message_id", 44], ["updated_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00], ["file", "1.mp4"], ["message_id", 44], ["updated_at", Mon, 30 Nov 2015 20:57:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 44], ["receiver_id", 185], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 44], ["receiver_id", 184], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 44 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 185  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 44 Sent mail to user8@user.com (6.4ms) Date: Mon, 30 Nov 2015 12:57:15 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <565cb82b41be_49153fdcdc8306dc127bf@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cb82b3210_49153fdcdc8306dc126e5"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cb82b3210_49153fdcdc8306dc126e5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cb82b3210_49153fdcdc8306dc126e5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cb82b3210_49153fdcdc8306dc126e5--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 45], ["created_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 186], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00], ["file", "testfile.txt"], ["message_id", 45], ["updated_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00], ["file", "1.mp4"], ["message_id", 45], ["updated_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 45], ["receiver_id", 187], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 45], ["receiver_id", 186], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 45 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 187  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 45 Sent mail to user10@user.com (5.8ms) Date: Mon, 30 Nov 2015 12:57:15 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <565cb82bd48db_49153fdcdc8306dc129f@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cb82bd3a3a_49153fdcdc8306dc128ed"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cb82bd3a3a_49153fdcdc8306dc128ed Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cb82bd3a3a_49153fdcdc8306dc128ed Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cb82bd3a3a_49153fdcdc8306dc128ed--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 46], ["created_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 188], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 20:57:15 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:16 UTC +00:00], ["file", "testfile.txt"], ["message_id", 46], ["updated_at", Mon, 30 Nov 2015 20:57:16 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:16 UTC +00:00], ["file", "1.mp4"], ["message_id", 46], ["updated_at", Mon, 30 Nov 2015 20:57:16 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:16 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 46], ["receiver_id", 189], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 20:57:16 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:16 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 46], ["receiver_id", 188], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 20:57:16 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 46 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 189  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 46 Sent mail to user12@user.com (6.5ms) Date: Mon, 30 Nov 2015 12:57:16 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565cb82ca4200_49153fdcdc8306dc13178@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cb82ca3020_49153fdcdc8306dc13075"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cb82ca3020_49153fdcdc8306dc13075 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cb82ca3020_49153fdcdc8306dc13075 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cb82ca3020_49153fdcdc8306dc13075-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (3.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:41 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 20:57:41 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:41 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 20:57:41 UTC +00:00]]  (0.5ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:57:41 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 20:57:41 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 47], ["created_at", Mon, 30 Nov 2015 20:57:41 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 190], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 20:57:41 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:59:00 UTC +00:00], ["file", "testfile.txt"], ["message_id", 47], ["updated_at", Mon, 30 Nov 2015 20:59:00 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:59:00 UTC +00:00], ["file", "1.mp4"], ["message_id", 47], ["updated_at", Mon, 30 Nov 2015 20:59:00 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:59:00 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 47], ["receiver_id", 191], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 20:59:00 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 20:59:00 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 47], ["receiver_id", 190], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 20:59:00 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 47 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 191  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 47 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.5ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (10.7ms) Date: Mon, 30 Nov 2015 12:59:00 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cb894aad47_49673fedb605e6d05033@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cb894a8f27_49673fedb605e6d050268"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cb894a8f27_49673fedb605e6d050268 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cb894a8f27_49673fedb605e6d050268 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cb894a8f27_49673fedb605e6d050268-- Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (3.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00]] SQL (2.0ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 48], ["created_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 192], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00]] SQL (0.8ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00], ["file", "testfile.txt"], ["message_id", 48], ["updated_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00], ["file", "1.mp4"], ["message_id", 48], ["updated_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00]] SQL (2.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 48], ["receiver_id", 193], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 48], ["receiver_id", 192], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00]]  (0.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 48 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 193  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 48 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.3ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.4ms) Sent mail to user2@user.com (10.9ms) Date: Mon, 30 Nov 2015 13:04:18 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cb9d2ed26d_49af3fc23885e6cc716c6@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cb9d2eb261_49af3fc23885e6cc71511"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cb9d2eb261_49af3fc23885e6cc71511 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cb9d2eb261_49af3fc23885e6cc71511 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cb9d2eb261_49af3fc23885e6cc71511--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 49], ["created_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 192], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 49], ["receiver_id", 193], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 49], ["receiver_id", 192], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 21:04:18 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 49 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 193  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 49 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user2@user.com (6.0ms) Date: Mon, 30 Nov 2015 13:04:18 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cb9d2f36c4_49af3fc23885e6cc7185@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cb9d2f2662_49af3fc23885e6cc71744"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cb9d2f2662_49af3fc23885e6cc71744 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cb9d2f2662_49af3fc23885e6cc71744 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cb9d2f2662_49af3fc23885e6cc71744-- Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (4.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:13:42 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 21:13:42 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:13:42 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 21:13:42 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:13:42 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 21:13:42 UTC +00:00]] SQL (2.1ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 50], ["created_at", Mon, 30 Nov 2015 21:13:42 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 194], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 21:13:42 UTC +00:00]] SQL (0.9ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:13:42 UTC +00:00], ["file", "testfile.txt"], ["message_id", 50], ["updated_at", Mon, 30 Nov 2015 21:13:42 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:13:42 UTC +00:00], ["file", "1.mp4"], ["message_id", 50], ["updated_at", Mon, 30 Nov 2015 21:13:42 UTC +00:00]] SQL (4.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:13:42 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 50], ["receiver_id", 195], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 21:13:42 UTC +00:00]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 21:13:42 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 50], ["receiver_id", 194], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 21:13:42 UTC +00:00]]  (0.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 50 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 195  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 50 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.3ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (45.1ms) Date: Mon, 30 Nov 2015 13:13:42 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cbc06f19e2_4a1a3fe0b945e6cc726ad@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cbc06efce1_4a1a3fe0b945e6cc7255b"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cbc06efce1_4a1a3fe0b945e6cc7255b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cbc06efce1_4a1a3fe0b945e6cc7255b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cbc06efce1_4a1a3fe0b945e6cc7255b-- Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (4.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:02:50 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:02:50 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:02:50 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:02:50 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:02:50 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:02:50 UTC +00:00]] SQL (1.7ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 51], ["created_at", Mon, 30 Nov 2015 22:02:50 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 196], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:02:50 UTC +00:00]] SQL (0.8ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:02:50 UTC +00:00], ["file", "testfile.txt"], ["message_id", 51], ["updated_at", Mon, 30 Nov 2015 22:02:50 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:02:50 UTC +00:00], ["file", "1.mp4"], ["message_id", 51], ["updated_at", Mon, 30 Nov 2015 22:02:50 UTC +00:00]] SQL (3.0ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:02:50 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 51], ["receiver_id", 197], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:02:50 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:02:50 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 51], ["receiver_id", 196], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:02:50 UTC +00:00]]  (0.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 51 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 197  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 51 Rendered mailboxer/message_mailer/new_message_email.html.erb (2.0ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (12.4ms) Date: Mon, 30 Nov 2015 14:02:50 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cc78a89441_4b283fc55a05e6dc4281@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc78a870af_4b283fc55a05e6dc427bb"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc78a870af_4b283fc55a05e6dc427bb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc78a870af_4b283fc55a05e6dc427bb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc78a870af_4b283fc55a05e6dc427bb-- Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (3.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:03:13 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:03:13 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:03:13 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:03:13 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:03:13 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:03:13 UTC +00:00]] SQL (1.9ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 52], ["created_at", Mon, 30 Nov 2015 22:03:13 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 198], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:03:13 UTC +00:00]] SQL (0.8ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:03:13 UTC +00:00], ["file", "testfile.txt"], ["message_id", 52], ["updated_at", Mon, 30 Nov 2015 22:03:13 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:03:13 UTC +00:00], ["file", "1.mp4"], ["message_id", 52], ["updated_at", Mon, 30 Nov 2015 22:03:13 UTC +00:00]] SQL (2.0ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:03:13 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 52], ["receiver_id", 199], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:03:13 UTC +00:00]]  (16.4ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:03:13 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 52], ["receiver_id", 198], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:03:13 UTC +00:00]]  (0.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 52 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 199  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 52 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.4ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.4ms) Sent mail to user2@user.com (10.5ms) Date: Mon, 30 Nov 2015 14:03:13 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cc7a1d503d_4b633fc6a445e6d8137c2@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc7a1d31ca_4b633fc6a445e6d8136ce"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc7a1d31ca_4b633fc6a445e6d8136ce Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc7a1d31ca_4b633fc6a445e6d8136ce Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc7a1d31ca_4b633fc6a445e6d8136ce-- Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (3.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:03:44 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:03:44 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:03:44 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:03:44 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:03:44 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:03:44 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 53], ["created_at", Mon, 30 Nov 2015 22:03:44 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 200], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:03:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:04:30 UTC +00:00], ["file", "testfile.txt"], ["message_id", 53], ["updated_at", Mon, 30 Nov 2015 22:04:30 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:04:30 UTC +00:00], ["file", "1.mp4"], ["message_id", 53], ["updated_at", Mon, 30 Nov 2015 22:04:30 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:04:30 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 53], ["receiver_id", 201], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:04:30 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:04:30 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 53], ["receiver_id", 200], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:04:30 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 53 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 201  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 53 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.6ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.4ms) Sent mail to user2@user.com (10.1ms) Date: Mon, 30 Nov 2015 14:04:30 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cc7eeb254e_4ba13fda6905e6cc7941e@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc7eeb08cb_4ba13fda6905e6cc7939c"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc7eeb08cb_4ba13fda6905e6cc7939c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc7eeb08cb_4ba13fda6905e6cc7939c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc7eeb08cb_4ba13fda6905e6cc7939c-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (3.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:04:44 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:04:44 UTC +00:00]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:04:44 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:04:44 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:04:44 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:04:44 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 54], ["created_at", Mon, 30 Nov 2015 22:04:44 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 202], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:04:44 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:07:45 UTC +00:00], ["file", "testfile.txt"], ["message_id", 54], ["updated_at", Mon, 30 Nov 2015 22:07:45 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:07:45 UTC +00:00], ["file", "1.mp4"], ["message_id", 54], ["updated_at", Mon, 30 Nov 2015 22:07:45 UTC +00:00]] SQL (0.7ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:07:45 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 54], ["receiver_id", 203], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:07:45 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:07:45 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 54], ["receiver_id", 202], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:07:45 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 54 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 203  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 54 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.2ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.4ms) Sent mail to user2@user.com (11.2ms) Date: Mon, 30 Nov 2015 14:07:45 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cc8b1563a9_4be03fc745c5e6d4700f2@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc8b154676_4be03fc745c5e6d4699eb"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc8b154676_4be03fc745c5e6d4699eb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc8b154676_4be03fc745c5e6d4699eb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc8b154676_4be03fc745c5e6d4699eb-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (4.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:07:58 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:07:58 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:07:58 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:07:58 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:07:58 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:07:58 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 55], ["created_at", Mon, 30 Nov 2015 22:07:58 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 204], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:07:58 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:29 UTC +00:00], ["file", "testfile.txt"], ["message_id", 55], ["updated_at", Mon, 30 Nov 2015 22:08:29 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:29 UTC +00:00], ["file", "1.mp4"], ["message_id", 55], ["updated_at", Mon, 30 Nov 2015 22:08:29 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:29 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 55], ["receiver_id", 205], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:08:29 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:29 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 55], ["receiver_id", 204], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:08:29 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 55 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 205  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 55 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.2ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (11.2ms) Date: Mon, 30 Nov 2015 14:08:29 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cc8dd5e8b7_4c2b3fc9dc85e6d091b@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc8dd5c71f_4c2b3fc9dc85e6d0829"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc8dd5c71f_4c2b3fc9dc85e6d0829 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc8dd5c71f_4c2b3fc9dc85e6d0829 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc8dd5c71f_4c2b3fc9dc85e6d0829--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:29 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Mon, 30 Nov 2015 22:08:29 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:29 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Mon, 30 Nov 2015 22:08:29 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:29 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:08:29 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 56], ["created_at", Mon, 30 Nov 2015 22:08:29 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 206], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:08:29 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:30 UTC +00:00], ["file", "testfile.txt"], ["message_id", 56], ["updated_at", Mon, 30 Nov 2015 22:08:30 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:30 UTC +00:00], ["file", "1.mp4"], ["message_id", 56], ["updated_at", Mon, 30 Nov 2015 22:08:30 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:30 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 56], ["receiver_id", 207], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:08:30 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:30 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 56], ["receiver_id", 206], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:08:30 UTC +00:00]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 56 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 207  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 56 Sent mail to user4@user.com (7.6ms) Date: Mon, 30 Nov 2015 14:08:30 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <565cc8de6d6c5_4c2b3fc9dc85e6d011cc@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc8de6c6d9_4c2b3fc9dc85e6d0107e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc8de6c6d9_4c2b3fc9dc85e6d0107e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc8de6c6d9_4c2b3fc9dc85e6d0107e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc8de6c6d9_4c2b3fc9dc85e6d0107e--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:30 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Mon, 30 Nov 2015 22:08:30 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:30 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Mon, 30 Nov 2015 22:08:30 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:30 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:08:30 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 57], ["created_at", Mon, 30 Nov 2015 22:08:30 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 208], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:08:30 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00], ["file", "testfile.txt"], ["message_id", 57], ["updated_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00], ["file", "1.mp4"], ["message_id", 57], ["updated_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 57], ["receiver_id", 209], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 57], ["receiver_id", 208], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 57 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 209  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 57 Sent mail to user6@user.com (6.9ms) Date: Mon, 30 Nov 2015 14:08:31 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <565cc8df3a063_4c2b3fc9dc85e6d01330@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc8df38eda_4c2b3fc9dc85e6d0129e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc8df38eda_4c2b3fc9dc85e6d0129e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc8df38eda_4c2b3fc9dc85e6d0129e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc8df38eda_4c2b3fc9dc85e6d0129e--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 58], ["created_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 210], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00], ["file", "testfile.txt"], ["message_id", 58], ["updated_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00], ["file", "1.mp4"], ["message_id", 58], ["updated_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 58], ["receiver_id", 211], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 58], ["receiver_id", 210], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 58 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 211  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 58 Sent mail to user8@user.com (7.4ms) Date: Mon, 30 Nov 2015 14:08:31 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <565cc8dfe8a5b_4c2b3fc9dc85e6d0152@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc8dfe799d_4c2b3fc9dc85e6d01493"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc8dfe799d_4c2b3fc9dc85e6d01493 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc8dfe799d_4c2b3fc9dc85e6d01493 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc8dfe799d_4c2b3fc9dc85e6d01493--  (0.4ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 58  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 59], ["created_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 212], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:08:31 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:32 UTC +00:00], ["file", "testfile.txt"], ["message_id", 59], ["updated_at", Mon, 30 Nov 2015 22:08:32 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:32 UTC +00:00], ["file", "1.mp4"], ["message_id", 59], ["updated_at", Mon, 30 Nov 2015 22:08:32 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:32 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 59], ["receiver_id", 213], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:08:32 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:08:32 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 59], ["receiver_id", 212], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:08:32 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 59 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 213  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 59 Sent mail to user10@user.com (6.0ms) Date: Mon, 30 Nov 2015 14:08:32 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <565cc8e084a7e_4c2b3fc9dc85e6d0173@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc8e0839be_4c2b3fc9dc85e6d0168a"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc8e0839be_4c2b3fc9dc85e6d0168a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc8e0839be_4c2b3fc9dc85e6d0168a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc8e0839be_4c2b3fc9dc85e6d0168a-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (5.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:34 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:09:34 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:34 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:09:34 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:34 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:09:34 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 60], ["created_at", Mon, 30 Nov 2015 22:09:34 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 214], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:09:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:37 UTC +00:00], ["file", "testfile.txt"], ["message_id", 60], ["updated_at", Mon, 30 Nov 2015 22:09:37 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:37 UTC +00:00], ["file", "1.mp4"], ["message_id", 60], ["updated_at", Mon, 30 Nov 2015 22:09:37 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:37 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 60], ["receiver_id", 215], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:09:37 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:37 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 60], ["receiver_id", 214], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:09:37 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 60 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 215  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 60 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (8.7ms) Date: Mon, 30 Nov 2015 14:09:37 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cc921a9ad3_4c9f3fde5905e6d8910a4@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc921a823b_4c9f3fde5905e6d890928"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc921a823b_4c9f3fde5905e6d890928 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc921a823b_4c9f3fde5905e6d890928 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc921a823b_4c9f3fde5905e6d890928--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:37 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Mon, 30 Nov 2015 22:09:37 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:37 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Mon, 30 Nov 2015 22:09:37 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:37 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:09:37 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 61], ["created_at", Mon, 30 Nov 2015 22:09:37 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 216], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:09:37 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00], ["file", "testfile.txt"], ["message_id", 61], ["updated_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00], ["file", "1.mp4"], ["message_id", 61], ["updated_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 61], ["receiver_id", 217], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 61], ["receiver_id", 216], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 61 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 217  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 61 Sent mail to user4@user.com (6.5ms) Date: Mon, 30 Nov 2015 14:09:38 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <565cc92272395_4c9f3fde5905e6d8912ef@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc92271445_4c9f3fde5905e6d8911d2"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc92271445_4c9f3fde5905e6d8911d2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc92271445_4c9f3fde5905e6d8911d2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc92271445_4c9f3fde5905e6d8911d2--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 62], ["created_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 218], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00], ["file", "testfile.txt"], ["message_id", 62], ["updated_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00], ["file", "1.mp4"], ["message_id", 62], ["updated_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 62], ["receiver_id", 219], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 62], ["receiver_id", 218], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 62 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 219  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 62 Sent mail to user6@user.com (9.6ms) Date: Mon, 30 Nov 2015 14:09:38 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <565cc922e3061_4c9f3fde5905e6d8914e9@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc922e1707_4c9f3fde5905e6d89132a"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc922e1707_4c9f3fde5905e6d89132a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc922e1707_4c9f3fde5905e6d89132a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc922e1707_4c9f3fde5905e6d89132a--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 63], ["created_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 220], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:09:38 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00], ["file", "testfile.txt"], ["message_id", 63], ["updated_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00], ["file", "1.mp4"], ["message_id", 63], ["updated_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 63], ["receiver_id", 221], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 63], ["receiver_id", 220], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 63 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 221  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 63 Sent mail to user8@user.com (6.1ms) Date: Mon, 30 Nov 2015 14:09:39 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <565cc9234accf_4c9f3fde5905e6d891613@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc92349d02_4c9f3fde5905e6d89153e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc92349d02_4c9f3fde5905e6d89153e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc92349d02_4c9f3fde5905e6d89153e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc92349d02_4c9f3fde5905e6d89153e--  (0.1ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 63  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 64], ["created_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 222], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00], ["file", "testfile.txt"], ["message_id", 64], ["updated_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00], ["file", "1.mp4"], ["message_id", 64], ["updated_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 64], ["receiver_id", 223], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 64], ["receiver_id", 222], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 64 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 223  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 64 Sent mail to user10@user.com (6.2ms) Date: Mon, 30 Nov 2015 14:09:39 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <565cc923aa1c4_4c9f3fde5905e6d8918cc@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc923a9144_4c9f3fde5905e6d89178e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc923a9144_4c9f3fde5905e6d89178e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc923a9144_4c9f3fde5905e6d89178e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc923a9144_4c9f3fde5905e6d89178e--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 65], ["created_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 224], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:09:39 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:40 UTC +00:00], ["file", "testfile.txt"], ["message_id", 65], ["updated_at", Mon, 30 Nov 2015 22:09:40 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:40 UTC +00:00], ["file", "1.mp4"], ["message_id", 65], ["updated_at", Mon, 30 Nov 2015 22:09:40 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:40 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 65], ["receiver_id", 225], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:09:40 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:40 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 65], ["receiver_id", 224], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:09:40 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 65 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 225  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 65 Sent mail to user12@user.com (5.8ms) Date: Mon, 30 Nov 2015 14:09:40 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565cc9241dc7f_4c9f3fde5905e6d892055@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc9241cd85_4c9f3fde5905e6d8919ce"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc9241cd85_4c9f3fde5905e6d8919ce Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc9241cd85_4c9f3fde5905e6d8919ce Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc9241cd85_4c9f3fde5905e6d8919ce--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:47 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:09:47 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 66], ["created_at", Mon, 30 Nov 2015 22:09:47 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 224], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:09:47 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:47 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 66], ["receiver_id", 225], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:09:47 UTC +00:00]]  (8.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:09:47 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 66], ["receiver_id", 224], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:09:47 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 66 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 225  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 66 Sent mail to user12@user.com (6.9ms) Date: Mon, 30 Nov 2015 14:09:47 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565cc92bc76a8_4c9f3fde5905e6d892228@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc92bc64ec_4c9f3fde5905e6d892167"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc92bc64ec_4c9f3fde5905e6d892167 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc92bc64ec_4c9f3fde5905e6d892167 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc92bc64ec_4c9f3fde5905e6d892167-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:10:39 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:10:39 UTC +00:00]]  (7.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:10:39 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:10:39 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:10:39 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:10:39 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 67], ["created_at", Mon, 30 Nov 2015 22:10:39 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 226], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:10:39 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:10:46 UTC +00:00], ["file", "testfile.txt"], ["message_id", 67], ["updated_at", Mon, 30 Nov 2015 22:10:46 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:10:46 UTC +00:00], ["file", "1.mp4"], ["message_id", 67], ["updated_at", Mon, 30 Nov 2015 22:10:46 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:10:46 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 67], ["receiver_id", 227], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:10:46 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:10:46 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 67], ["receiver_id", 226], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:10:46 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 67 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 227  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 67 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (8.4ms) Date: Mon, 30 Nov 2015 14:10:46 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cc9668122d_4ce13fca0145e6dc99053@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc9667f9e3_4ce13fca0145e6dc98915"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc9667f9e3_4ce13fca0145e6dc98915 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc9667f9e3_4ce13fca0145e6dc98915 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc9667f9e3_4ce13fca0145e6dc98915--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:10:47 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:10:47 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 68], ["created_at", Mon, 30 Nov 2015 22:10:47 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 226], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:10:47 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:10:47 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 68], ["receiver_id", 227], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:10:47 UTC +00:00]]  (8.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:10:47 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 68], ["receiver_id", 226], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:10:47 UTC +00:00]]  (1.1ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 68 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 227  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 68 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user2@user.com (6.1ms) Date: Mon, 30 Nov 2015 14:10:47 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cc96733a01_4ce13fca0145e6dc9927@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc967328d1_4ce13fca0145e6dc99172"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc967328d1_4ce13fca0145e6dc99172 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc967328d1_4ce13fca0145e6dc99172 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc967328d1_4ce13fca0145e6dc99172-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (3.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:15 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:11:15 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:15 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:11:15 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:15 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:11:15 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 69], ["created_at", Mon, 30 Nov 2015 22:11:15 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 228], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:11:15 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:15 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 69], ["receiver_id", 229], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:11:15 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:15 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 69], ["receiver_id", 228], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:11:15 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 69 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 229  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 69 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.0ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (9.8ms) Date: Mon, 30 Nov 2015 14:11:16 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cc9841272f_4d303fe9b4c5e6d45749d@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc98410560_4d303fe9b4c5e6d457347"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc98410560_4d303fe9b4c5e6d457347 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc98410560_4d303fe9b4c5e6d457347 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc98410560_4d303fe9b4c5e6d457347--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:16 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:11:16 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 70], ["created_at", Mon, 30 Nov 2015 22:11:16 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 228], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:11:16 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:16 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 70], ["receiver_id", 229], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:11:16 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:16 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 70], ["receiver_id", 228], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:11:16 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 70 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 229  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 70 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user2@user.com (6.7ms) Date: Mon, 30 Nov 2015 14:11:16 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cc98419211_4d303fe9b4c5e6d457612@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc98418323_4d303fe9b4c5e6d4575be"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc98418323_4d303fe9b4c5e6d4575be Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc98418323_4d303fe9b4c5e6d4575be Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc98418323_4d303fe9b4c5e6d4575be-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:21 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:11:21 UTC +00:00]]  (8.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:21 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:11:21 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:21 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:11:21 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 71], ["created_at", Mon, 30 Nov 2015 22:11:21 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 230], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:11:21 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:21 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 71], ["receiver_id", 231], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:11:21 UTC +00:00]]  (1.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:21 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 71], ["receiver_id", 230], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:11:21 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 71 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 231  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 71 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.6ms) Sent mail to user2@user.com (11.0ms) Date: Mon, 30 Nov 2015 14:11:21 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cc989f22cd_4d5b3fffa585e6cc48712@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc989f0197_4d5b3fffa585e6cc48693"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc989f0197_4d5b3fffa585e6cc48693 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc989f0197_4d5b3fffa585e6cc48693 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc989f0197_4d5b3fffa585e6cc48693--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:21 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:11:21 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 72], ["created_at", Mon, 30 Nov 2015 22:11:21 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 230], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:11:21 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:22 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 72], ["receiver_id", 231], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:11:22 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:22 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 72], ["receiver_id", 230], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:11:22 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 72 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 231  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 72 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user2@user.com (7.0ms) Date: Mon, 30 Nov 2015 14:11:22 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cc98a568c_4d5b3fffa585e6cc4891c@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc98a4177_4d5b3fffa585e6cc48828"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc98a4177_4d5b3fffa585e6cc48828 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc98a4177_4d5b3fffa585e6cc48828 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc98a4177_4d5b3fffa585e6cc48828-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:33 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:11:33 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:33 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:11:33 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:33 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:11:33 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 73], ["created_at", Mon, 30 Nov 2015 22:11:33 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 232], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:11:33 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:34 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 73], ["receiver_id", 233], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:11:34 UTC +00:00]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:34 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 73], ["receiver_id", 232], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:11:34 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 73 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 233  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 73 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.6ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.6ms) Sent mail to user2@user.com (10.8ms) Date: Mon, 30 Nov 2015 14:11:34 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cc99619b8d_4d963fed8145e6d43446e@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc99617ea1_4d963fed8145e6d434327"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc99617ea1_4d963fed8145e6d434327 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc99617ea1_4d963fed8145e6d434327 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc99617ea1_4d963fed8145e6d434327--  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:44 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:11:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 74], ["created_at", Mon, 30 Nov 2015 22:11:44 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 232], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:11:44 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:44 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 74], ["receiver_id", 233], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:11:44 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:11:44 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 74], ["receiver_id", 232], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:11:44 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 74 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 233  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 74 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user2@user.com (7.6ms) Date: Mon, 30 Nov 2015 14:11:44 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cc9a057937_4d963fed8145e6d4346b9@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cc9a0563b0_4d963fed8145e6d4345eb"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cc9a0563b0_4d963fed8145e6d4345eb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cc9a0563b0_4d963fed8145e6d4345eb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cc9a0563b0_4d963fed8145e6d4345eb-- Mailboxer::Message Load (0.2ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."id" = 74 LIMIT 1 Mailboxer::MessageAttachment Load (7.4ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 74 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (3.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00]]  (0.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 75], ["created_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 234], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 75], ["receiver_id", 235], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 75], ["receiver_id", 234], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 75 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 235  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 75 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.6ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (11.2ms) Date: Mon, 30 Nov 2015 14:20:40 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccbb87d62d_4e733fc9298086d099ce@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccbb87b758_4e733fc9298086d098d0"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccbb87b758_4e733fc9298086d098d0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccbb87b758_4e733fc9298086d098d0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccbb87b758_4e733fc9298086d098d0--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 76], ["created_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 234], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 76], ["receiver_id", 235], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 76], ["receiver_id", 234], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:20:40 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 76 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 235  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 76 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user2@user.com (6.8ms) Date: Mon, 30 Nov 2015 14:20:40 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccbb88411f_4e733fc9298086d010154@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccbb882f33_4e733fc9298086d010046"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccbb882f33_4e733fc9298086d010046 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccbb882f33_4e733fc9298086d010046 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccbb882f33_4e733fc9298086d010046-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:21:14 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:21:14 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:21:14 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:21:14 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:21:14 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:21:14 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 77], ["created_at", Mon, 30 Nov 2015 22:21:14 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 236], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:21:14 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:21:14 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 77], ["receiver_id", 237], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:21:14 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:21:14 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 77], ["receiver_id", 236], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:21:14 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 77 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 237  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 77 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (9.2ms) Date: Mon, 30 Nov 2015 14:21:15 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccbdb8a04_4eaf3fec79c5e6d069564@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccbdb7145_4eaf3fec79c5e6d0694fb"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccbdb7145_4eaf3fec79c5e6d0694fb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccbdb7145_4eaf3fec79c5e6d0694fb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccbdb7145_4eaf3fec79c5e6d0694fb--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:21:15 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:21:15 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 78], ["created_at", Mon, 30 Nov 2015 22:21:15 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 236], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:21:15 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:21:15 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 78], ["receiver_id", 237], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:21:15 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:21:15 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 78], ["receiver_id", 236], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:21:15 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 78 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 237  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 78 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user2@user.com (7.2ms) Date: Mon, 30 Nov 2015 14:21:15 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccbdbf4a6_4eaf3fec79c5e6d069733@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccbdbe2f9_4eaf3fec79c5e6d069637"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccbdbe2f9_4eaf3fec79c5e6d069637 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccbdbe2f9_4eaf3fec79c5e6d069637 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccbdbe2f9_4eaf3fec79c5e6d069637-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (3.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00]] SQL (1.7ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 79], ["created_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 238], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 79], ["receiver_id", 239], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 79], ["receiver_id", 238], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 79 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 239  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 79 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (9.8ms) Date: Mon, 30 Nov 2015 14:23:04 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccc487159b_4f013fc50cc5e6d8945f2@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccc486ff59_4f013fc50cc5e6d894423"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccc486ff59_4f013fc50cc5e6d894423 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccc486ff59_4f013fc50cc5e6d894423 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccc486ff59_4f013fc50cc5e6d894423--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 80], ["created_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 238], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 80], ["receiver_id", 239], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 80], ["receiver_id", 238], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:23:04 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 80 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 239  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 80 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user2@user.com (5.9ms) Date: Mon, 30 Nov 2015 14:23:04 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccc48785e0_4f013fc50cc5e6d8947fe@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccc4877695_4f013fc50cc5e6d89461d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccc4877695_4f013fc50cc5e6d89461d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccc4877695_4f013fc50cc5e6d89461d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccc4877695_4f013fc50cc5e6d89461d-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00]]  (0.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00]] SQL (0.9ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 81], ["created_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 240], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00]] SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 81], ["receiver_id", 241], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 81], ["receiver_id", 240], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 81 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 241  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 81 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (8.4ms) Date: Mon, 30 Nov 2015 14:23:14 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccc5279ddd_4f3b3fe718c5e6dc5346d@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccc5278609_4f3b3fe718c5e6dc533b8"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccc5278609_4f3b3fe718c5e6dc533b8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccc5278609_4f3b3fe718c5e6dc533b8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccc5278609_4f3b3fe718c5e6dc533b8--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 82], ["created_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 240], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 82], ["receiver_id", 241], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 82], ["receiver_id", 240], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:23:14 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 82 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 241  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 82 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.1ms) Sent mail to user2@user.com (6.5ms) Date: Mon, 30 Nov 2015 14:23:14 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccc5280883_4f3b3fe718c5e6dc536d4@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccc527f940_4f3b3fe718c5e6dc53568"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccc527f940_4f3b3fe718c5e6dc53568 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccc527f940_4f3b3fe718c5e6dc53568 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccc527f940_4f3b3fe718c5e6dc53568-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:50 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:23:50 UTC +00:00]]  (8.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:50 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:23:50 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:50 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:23:50 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 83], ["created_at", Mon, 30 Nov 2015 22:23:50 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 242], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:23:50 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:50 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 83], ["receiver_id", 243], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:23:50 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:23:50 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 83], ["receiver_id", 242], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:23:50 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 83 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 243  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 83 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.0ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (9.5ms) Date: Mon, 30 Nov 2015 14:23:50 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccc769bc9f_4f7a3fe9f445e6d81098@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccc769a4b2_4f7a3fe9f445e6d81087"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccc769a4b2_4f7a3fe9f445e6d81087 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccc769a4b2_4f7a3fe9f445e6d81087 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccc769a4b2_4f7a3fe9f445e6d81087-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:03 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:24:03 UTC +00:00]]  (8.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:03 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:24:03 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:03 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:24:03 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 84], ["created_at", Mon, 30 Nov 2015 22:24:03 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 244], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:24:03 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:03 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 84], ["receiver_id", 245], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:24:03 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:03 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 84], ["receiver_id", 244], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:24:03 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 84 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 245  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 84 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.0ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (8.4ms) Date: Mon, 30 Nov 2015 14:24:03 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccc838dc55_4fb63fe51505e6d4943c2@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccc838c520_4fb63fe51505e6d494218"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccc838c520_4fb63fe51505e6d494218 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccc838c520_4fb63fe51505e6d494218 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccc838c520_4fb63fe51505e6d494218-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:18 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:24:18 UTC +00:00]]  (8.2ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:18 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:24:18 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:18 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:24:18 UTC +00:00]] SQL (1.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 85], ["created_at", Mon, 30 Nov 2015 22:24:18 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 246], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:24:18 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:18 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 85], ["receiver_id", 247], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:24:18 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:18 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 85], ["receiver_id", 246], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:24:18 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 85 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 247  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 85 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (8.1ms) Date: Mon, 30 Nov 2015 14:24:18 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccc92c1dab_4ff23fe02105e6dc50099@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccc92c080f_4ff23fe02105e6dc499c6"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccc92c080f_4ff23fe02105e6dc499c6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccc92c080f_4ff23fe02105e6dc499c6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccc92c080f_4ff23fe02105e6dc499c6-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00]]  (8.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00]] SQL (0.5ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 86], ["created_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 248], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 86], ["receiver_id", 249], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 86], ["receiver_id", 248], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 86 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 249  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 86 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.5ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (8.6ms) Date: Mon, 30 Nov 2015 14:24:46 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cccaed3c12_50693fe84185e6d4675b@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cccaed23e4_50693fe84185e6d46743"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cccaed23e4_50693fe84185e6d46743 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cccaed23e4_50693fe84185e6d46743 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cccaed23e4_50693fe84185e6d46743--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00], ["subject", "subject"], ["updated_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "a riveting body"], ["conversation_id", 87], ["created_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 248], ["sender_type", "User"], ["subject", "subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 87], ["receiver_id", 249], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 87], ["receiver_id", 248], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:24:46 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 87 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 249  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 87 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.1ms) Sent mail to user2@user.com (7.5ms) Date: Mon, 30 Nov 2015 14:24:46 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565cccaeda579_50693fe84185e6d467718@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565cccaed9197_50693fe84185e6d46767f"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565cccaed9197_50693fe84185e6d46767f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: subject =============================================== You have received a new message: ----------------------------------------------- a riveting body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565cccaed9197_50693fe84185e6d46767f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: subject

You have received a new message:

a riveting body

Visit root_url and go to your inbox for more info.

----==_mimepart_565cccaed9197_50693fe84185e6d46767f-- Mailboxer::Message Load (0.2ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."id" = 87 LIMIT 1 Mailboxer::Conversation Load (0.1ms) SELECT "mailboxer_conversations".* FROM "mailboxer_conversations" WHERE "mailboxer_conversations"."id" = 87 LIMIT 1 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:25:48 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:25:48 UTC +00:00]]  (7.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:25:48 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:25:48 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:25:48 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:25:48 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 88], ["created_at", Mon, 30 Nov 2015 22:25:48 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 250], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:25:48 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:26:18 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 88], ["receiver_id", 251], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:26:18 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:26:18 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 88], ["receiver_id", 250], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:26:18 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 88 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 251  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 88 Rendered mailboxer/message_mailer/new_message_email.html.erb (2.6ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.4ms) Sent mail to user2@user.com (9.3ms) Date: Mon, 30 Nov 2015 14:26:18 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccd0ab4e26_50a83fd6a045e6cc21782@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccd0ab359d_50a83fd6a045e6cc2168b"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccd0ab359d_50a83fd6a045e6cc2168b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccd0ab359d_50a83fd6a045e6cc2168b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccd0ab359d_50a83fd6a045e6cc2168b--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:26:18 UTC +00:00], ["subject", "subject"], ["updated_at", Mon, 30 Nov 2015 22:26:18 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "a riveting body"], ["conversation_id", 89], ["created_at", Mon, 30 Nov 2015 22:26:18 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 250], ["sender_type", "User"], ["subject", "subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:26:18 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:26:19 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 89], ["receiver_id", 251], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:26:19 UTC +00:00]]  (9.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:26:19 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 89], ["receiver_id", 250], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:26:19 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 89 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 251  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 89 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user2@user.com (5.9ms) Date: Mon, 30 Nov 2015 14:26:19 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccd0b5061f_50a83fd6a045e6cc21928@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccd0b4f566_50a83fd6a045e6cc2184a"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccd0b4f566_50a83fd6a045e6cc2184a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: subject =============================================== You have received a new message: ----------------------------------------------- a riveting body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccd0b4f566_50a83fd6a045e6cc2184a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: subject

You have received a new message:

a riveting body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccd0b4f566_50a83fd6a045e6cc2184a-- Mailboxer::Message Load (0.1ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."id" = 89 LIMIT 1 Mailboxer::Conversation Load (0.1ms) SELECT "mailboxer_conversations".* FROM "mailboxer_conversations" WHERE "mailboxer_conversations"."id" = 89 LIMIT 1 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:26:22 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:26:22 UTC +00:00]]  (7.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:26:22 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:26:22 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:26:22 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:26:22 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 90], ["created_at", Mon, 30 Nov 2015 22:26:22 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 252], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:26:22 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:00 UTC +00:00], ["file", "testfile.txt"], ["message_id", 90], ["updated_at", Mon, 30 Nov 2015 22:27:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:00 UTC +00:00], ["file", "1.mp4"], ["message_id", 90], ["updated_at", Mon, 30 Nov 2015 22:27:00 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:00 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 90], ["receiver_id", 253], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:27:00 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:00 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 90], ["receiver_id", 252], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:27:00 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 90 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 253  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 90 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.4ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.4ms) Sent mail to user2@user.com (11.0ms) Date: Mon, 30 Nov 2015 14:27:00 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccd349319c_50d53fca6c85e6cc4056c@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccd34911d3_50d53fca6c85e6cc40450"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccd34911d3_50d53fca6c85e6cc40450 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccd34911d3_50d53fca6c85e6cc40450 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccd34911d3_50d53fca6c85e6cc40450-- Connecting to database specified by database.yml  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:33 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:27:33 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:33 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:27:33 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:33 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:27:33 UTC +00:00]] SQL (2.0ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 91], ["created_at", Mon, 30 Nov 2015 22:27:33 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 254], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:27:33 UTC +00:00]] SQL (0.8ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:35 UTC +00:00], ["file", "testfile.txt"], ["message_id", 91], ["updated_at", Mon, 30 Nov 2015 22:27:35 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:35 UTC +00:00], ["file", "1.mp4"], ["message_id", 91], ["updated_at", Mon, 30 Nov 2015 22:27:35 UTC +00:00]] SQL (2.9ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:35 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 91], ["receiver_id", 255], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:27:35 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:35 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 91], ["receiver_id", 254], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:27:35 UTC +00:00]]  (0.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 91 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 255  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 91 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.3ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (10.9ms) Date: Mon, 30 Nov 2015 14:27:35 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccd57bad67_51183fdcad05e6cc56520@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccd57b90ff_51183fdcad05e6cc5643c"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccd57b90ff_51183fdcad05e6cc5643c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccd57b90ff_51183fdcad05e6cc5643c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccd57b90ff_51183fdcad05e6cc5643c-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:50 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:27:50 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:50 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:27:50 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:50 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:27:50 UTC +00:00]] SQL (0.5ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 92], ["created_at", Mon, 30 Nov 2015 22:27:50 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 256], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:27:50 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:52 UTC +00:00], ["file", "testfile.txt"], ["message_id", 92], ["updated_at", Mon, 30 Nov 2015 22:27:52 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:52 UTC +00:00], ["file", "1.mp4"], ["message_id", 92], ["updated_at", Mon, 30 Nov 2015 22:27:52 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:52 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 92], ["receiver_id", 257], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:27:52 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:52 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 92], ["receiver_id", 256], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:27:52 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 92 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 257  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 92 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.4ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (12.8ms) Date: Mon, 30 Nov 2015 14:27:52 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccd68e43f0_51573feed4c5e6dc6878e@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccd68e2040_51573feed4c5e6dc686cd"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccd68e2040_51573feed4c5e6dc686cd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccd68e2040_51573feed4c5e6dc686cd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccd68e2040_51573feed4c5e6dc686cd--  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:52 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:27:52 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 93], ["created_at", Mon, 30 Nov 2015 22:27:52 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 256], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:27:52 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:53 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 93], ["receiver_id", 257], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:27:53 UTC +00:00]]  (8.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:27:53 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 93], ["receiver_id", 256], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:27:53 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 93 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 257  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 93 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user2@user.com (6.4ms) Date: Mon, 30 Nov 2015 14:27:53 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccd699f3f9_51573feed4c5e6dc6897d@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccd699e050_51573feed4c5e6dc688f1"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccd699e050_51573feed4c5e6dc688f1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccd699e050_51573feed4c5e6dc688f1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccd699e050_51573feed4c5e6dc688f1-- Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (6.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:33:12 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:33:12 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:33:12 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:33:12 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:33:12 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:33:12 UTC +00:00]] SQL (2.1ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 94], ["created_at", Mon, 30 Nov 2015 22:33:12 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 258], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:33:12 UTC +00:00]] SQL (0.7ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:33:38 UTC +00:00], ["file", "testfile.txt"], ["message_id", 94], ["updated_at", Mon, 30 Nov 2015 22:33:38 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:33:38 UTC +00:00], ["file", "1.mp4"], ["message_id", 94], ["updated_at", Mon, 30 Nov 2015 22:33:38 UTC +00:00]] SQL (2.6ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:33:38 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 94], ["receiver_id", 259], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:33:38 UTC +00:00]]  (1.3ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:33:38 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 94], ["receiver_id", 258], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:33:38 UTC +00:00]]  (0.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 94 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 259  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 94 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.5ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.4ms) Sent mail to user2@user.com (10.9ms) Date: Mon, 30 Nov 2015 14:33:38 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccec26d950_51df3ff05905e6d028110@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccec26baca_51df3ff05905e6d02802c"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccec26baca_51df3ff05905e6d02802c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccec26baca_51df3ff05905e6d02802c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccec26baca_51df3ff05905e6d02802c--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:33:38 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:33:38 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 95], ["created_at", Mon, 30 Nov 2015 22:33:38 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 258], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:33:38 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:33:39 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 95], ["receiver_id", 259], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:33:39 UTC +00:00]]  (9.2ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:33:39 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 95], ["receiver_id", 258], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:33:39 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 95 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 259  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 95 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user2@user.com (6.2ms) Date: Mon, 30 Nov 2015 14:33:39 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccec3ebd13_51df3ff05905e6d02839d@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccec3eacab_51df3ff05905e6d02823"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccec3eacab_51df3ff05905e6d02823 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccec3eacab_51df3ff05905e6d02823 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccec3eacab_51df3ff05905e6d02823-- Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (4.1ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:34:46 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:34:46 UTC +00:00]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:34:46 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:34:46 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (1.7ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:34:46 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:34:46 UTC +00:00]] SQL (1.7ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 96], ["created_at", Mon, 30 Nov 2015 22:34:46 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 260], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:34:46 UTC +00:00]] SQL (0.9ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:07 UTC +00:00], ["file", "testfile.txt"], ["message_id", 96], ["updated_at", Mon, 30 Nov 2015 22:35:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:07 UTC +00:00], ["file", "1.mp4"], ["message_id", 96], ["updated_at", Mon, 30 Nov 2015 22:35:07 UTC +00:00]] SQL (1.6ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:07 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 96], ["receiver_id", 261], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:07 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:07 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 96], ["receiver_id", 260], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:07 UTC +00:00]]  (0.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 96 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 261  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 96 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.4ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (11.0ms) Date: Mon, 30 Nov 2015 14:35:07 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccf1b9dba3_52253fff7c45e6cc4107@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf1b9bcc8_52253fff7c45e6cc409f7"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf1b9bcc8_52253fff7c45e6cc409f7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf1b9bcc8_52253fff7c45e6cc409f7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf1b9bcc8_52253fff7c45e6cc409f7--  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:07 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:35:07 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 97], ["created_at", Mon, 30 Nov 2015 22:35:07 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 260], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:35:07 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 97], ["receiver_id", 261], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:08 UTC +00:00]]  (8.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 97], ["receiver_id", 260], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:08 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 97 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 261  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 97 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user2@user.com (9.9ms) Date: Mon, 30 Nov 2015 14:35:08 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccf1c6212c_52253fff7c45e6cc41274@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf1c5f858_52253fff7c45e6cc41168"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf1c5f858_52253fff7c45e6cc41168 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf1c5f858_52253fff7c45e6cc41168 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf1c5f858_52253fff7c45e6cc41168-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (3.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 98], ["created_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 262], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00], ["file", "testfile.txt"], ["message_id", 98], ["updated_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00], ["file", "1.mp4"], ["message_id", 98], ["updated_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 98], ["receiver_id", 263], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 98], ["receiver_id", 262], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 98 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 263  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 98 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.8ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.2ms) Sent mail to user2@user.com (39.9ms) Date: Mon, 30 Nov 2015 14:35:20 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccf28b6c0e_52543fded085e6cc83694@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf28b5690_52543fded085e6cc8353f"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf28b5690_52543fded085e6cc8353f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf28b5690_52543fded085e6cc8353f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf28b5690_52543fded085e6cc8353f--  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 99], ["created_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 262], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 99], ["receiver_id", 263], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 99], ["receiver_id", 262], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:20 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 99 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 263  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 99 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.1ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.0ms) Sent mail to user2@user.com (7.2ms) Date: Mon, 30 Nov 2015 14:35:20 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccf28c4b53_52543fded085e6cc838f5@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf28c3a8f_52543fded085e6cc83762"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf28c3a8f_52543fded085e6cc83762 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf28c3a8f_52543fded085e6cc83762 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf28c3a8f_52543fded085e6cc83762-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 100], ["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 264], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["file", "testfile.txt"], ["message_id", 100], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["file", "1.mp4"], ["message_id", 100], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 100], ["receiver_id", 265], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 100], ["receiver_id", 264], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 100 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 265  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 100 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.8ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (40.4ms) Date: Mon, 30 Nov 2015 14:35:27 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccf2f266c0_52863fc83d05e6d83732e@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf2f25098_52863fc83d05e6d8372ba"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf2f25098_52863fc83d05e6d8372ba Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf2f25098_52863fc83d05e6d8372ba Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf2f25098_52863fc83d05e6d8372ba--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 101], ["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 266], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["file", "testfile.txt"], ["message_id", 101], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["file", "1.mp4"], ["message_id", 101], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 101], ["receiver_id", 267], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 101], ["receiver_id", 266], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 101 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 267  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 101 Sent mail to user4@user.com (6.5ms) Date: Mon, 30 Nov 2015 14:35:27 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <565ccf2f38bf4_52863fc83d05e6d837594@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf2f37cbb_52863fc83d05e6d837419"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf2f37cbb_52863fc83d05e6d837419 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf2f37cbb_52863fc83d05e6d837419 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf2f37cbb_52863fc83d05e6d837419--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 102], ["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 268], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["file", "testfile.txt"], ["message_id", 102], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["file", "1.mp4"], ["message_id", 102], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 102], ["receiver_id", 269], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 102], ["receiver_id", 268], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 102 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 269  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 102 Sent mail to user6@user.com (6.5ms) Date: Mon, 30 Nov 2015 14:35:27 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <565ccf2f42cc5_52863fc83d05e6d83773f@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf2f41c63_52863fc83d05e6d8376d5"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf2f41c63_52863fc83d05e6d8376d5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf2f41c63_52863fc83d05e6d8376d5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf2f41c63_52863fc83d05e6d8376d5--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 103], ["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 270], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["file", "testfile.txt"], ["message_id", 103], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["file", "1.mp4"], ["message_id", 103], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 103], ["receiver_id", 271], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 103], ["receiver_id", 270], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.6ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 103 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 271  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 103 Sent mail to user8@user.com (6.0ms) Date: Mon, 30 Nov 2015 14:35:27 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <565ccf2f4d06d_52863fc83d05e6d8379d7@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf2f4c128_52863fc83d05e6d837886"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf2f4c128_52863fc83d05e6d837886 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf2f4c128_52863fc83d05e6d837886 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf2f4c128_52863fc83d05e6d837886--  (0.2ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 103  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 104], ["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 272], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["file", "testfile.txt"], ["message_id", 104], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["file", "1.mp4"], ["message_id", 104], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 104], ["receiver_id", 273], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (1.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 104], ["receiver_id", 272], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 104 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 273  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 104 Sent mail to user10@user.com (6.8ms) Date: Mon, 30 Nov 2015 14:35:27 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <565ccf2f57d56_52863fc83d05e6d8381e9@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf2f56beb_52863fc83d05e6d838030"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf2f56beb_52863fc83d05e6d838030 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf2f56beb_52863fc83d05e6d838030 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf2f56beb_52863fc83d05e6d838030--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 105], ["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 274], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["file", "testfile.txt"], ["message_id", 105], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["file", "1.mp4"], ["message_id", 105], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 105], ["receiver_id", 275], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (1.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 105], ["receiver_id", 274], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 105 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 275  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 105 Sent mail to user12@user.com (6.5ms) Date: Mon, 30 Nov 2015 14:35:27 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565ccf2f62a0b_52863fc83d05e6d838377@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf2f618fe_52863fc83d05e6d8382bb"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf2f618fe_52863fc83d05e6d8382bb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf2f618fe_52863fc83d05e6d8382bb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf2f618fe_52863fc83d05e6d8382bb--  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 106], ["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 274], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 106], ["receiver_id", 275], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 106], ["receiver_id", 274], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.6ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 106 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 275  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 106 Sent mail to user12@user.com (8.4ms) Date: Mon, 30 Nov 2015 14:35:27 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565ccf2f7353b_52863fc83d05e6d83853a@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf2f7246d_52863fc83d05e6d838439"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf2f7246d_52863fc83d05e6d838439 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf2f7246d_52863fc83d05e6d838439 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf2f7246d_52863fc83d05e6d838439--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 107], ["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 276], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["file", "testfile.txt"], ["message_id", 107], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["file", "1.mp4"], ["message_id", 107], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 107], ["receiver_id", 277], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (2.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 107], ["receiver_id", 276], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 107 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 277  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 107 Sent mail to user14@user.com (6.3ms) Date: Mon, 30 Nov 2015 14:35:27 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565ccf2f7f38b_52863fc83d05e6d8387ee@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf2f7e35a_52863fc83d05e6d8386a7"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf2f7e35a_52863fc83d05e6d8386a7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf2f7e35a_52863fc83d05e6d8386a7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf2f7e35a_52863fc83d05e6d8386a7--  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 108], ["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 276], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 108], ["receiver_id", 277], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 108], ["receiver_id", 276], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:35:27 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 108 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 277  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 108 Sent mail to user14@user.com (7.1ms) Date: Mon, 30 Nov 2015 14:35:27 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565ccf2f85935_52863fc83d05e6d83896e@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf2f84774_52863fc83d05e6d8388d1"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf2f84774_52863fc83d05e6d8388d1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf2f84774_52863fc83d05e6d8388d1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf2f84774_52863fc83d05e6d8388d1-- Mailboxer::Message Load (0.2ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."id" = 108 LIMIT 1 Mailboxer::MessageAttachment Load (0.1ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 108 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (3.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (9.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 109], ["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 278], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["file", "testfile.txt"], ["message_id", 109], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["file", "1.mp4"], ["message_id", 109], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 109], ["receiver_id", 279], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 109], ["receiver_id", 278], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 109 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 279  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 109 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.8ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (10.4ms) Date: Mon, 30 Nov 2015 14:36:08 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccf589658a_52b33ff7ce05e6cc36661@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf5894e2e_52b33ff7ce05e6cc3657a"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf5894e2e_52b33ff7ce05e6cc3657a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf5894e2e_52b33ff7ce05e6cc3657a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf5894e2e_52b33ff7ce05e6cc3657a--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 110], ["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 280], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["file", "testfile.txt"], ["message_id", 110], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["file", "1.mp4"], ["message_id", 110], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 110], ["receiver_id", 281], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 110], ["receiver_id", 280], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 110 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 281  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 110 Sent mail to user4@user.com (8.1ms) Date: Mon, 30 Nov 2015 14:36:08 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <565ccf58a25bc_52b33ff7ce05e6cc368ca@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf58a0e92_52b33ff7ce05e6cc367f3"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf58a0e92_52b33ff7ce05e6cc367f3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf58a0e92_52b33ff7ce05e6cc367f3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf58a0e92_52b33ff7ce05e6cc367f3--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 111], ["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 282], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["file", "testfile.txt"], ["message_id", 111], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["file", "1.mp4"], ["message_id", 111], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 111], ["receiver_id", 283], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (1.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 111], ["receiver_id", 282], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 111 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 283  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 111 Sent mail to user6@user.com (6.2ms) Date: Mon, 30 Nov 2015 14:36:08 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <565ccf58adec6_52b33ff7ce05e6cc3701a@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf58acc57_52b33ff7ce05e6cc3696e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf58acc57_52b33ff7ce05e6cc3696e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf58acc57_52b33ff7ce05e6cc3696e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf58acc57_52b33ff7ce05e6cc3696e--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 112], ["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 284], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["file", "testfile.txt"], ["message_id", 112], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["file", "1.mp4"], ["message_id", 112], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 112], ["receiver_id", 285], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 112], ["receiver_id", 284], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 112 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 285  (0.5ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 112 Sent mail to user8@user.com (8.1ms) Date: Mon, 30 Nov 2015 14:36:08 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <565ccf58c2df4_52b33ff7ce05e6cc37236@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf58b883b_52b33ff7ce05e6cc3712f"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf58b883b_52b33ff7ce05e6cc3712f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf58b883b_52b33ff7ce05e6cc3712f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf58b883b_52b33ff7ce05e6cc3712f--  (0.2ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 112  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 113], ["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 286], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["file", "testfile.txt"], ["message_id", 113], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["file", "1.mp4"], ["message_id", 113], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 113], ["receiver_id", 287], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 113], ["receiver_id", 286], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 113 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 287  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 113 Sent mail to user10@user.com (6.7ms) Date: Mon, 30 Nov 2015 14:36:08 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <565ccf58ced7b_52b33ff7ce05e6cc374b7@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf58cd864_52b33ff7ce05e6cc373e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf58cd864_52b33ff7ce05e6cc373e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf58cd864_52b33ff7ce05e6cc373e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf58cd864_52b33ff7ce05e6cc373e--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 114], ["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 288], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["file", "testfile.txt"], ["message_id", 114], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["file", "1.mp4"], ["message_id", 114], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 114], ["receiver_id", 289], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 114], ["receiver_id", 288], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 114 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 289  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 114 Sent mail to user12@user.com (6.8ms) Date: Mon, 30 Nov 2015 14:36:08 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565ccf58da431_52b33ff7ce05e6cc3766b@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf58d924b_52b33ff7ce05e6cc375f"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf58d924b_52b33ff7ce05e6cc375f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf58d924b_52b33ff7ce05e6cc375f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf58d924b_52b33ff7ce05e6cc375f--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 115], ["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 290], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["file", "testfile.txt"], ["message_id", 115], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["file", "1.mp4"], ["message_id", 115], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 115], ["receiver_id", 291], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 115], ["receiver_id", 290], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:08 UTC +00:00]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 115 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 291  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 115 Sent mail to user14@user.com (9.2ms) Date: Mon, 30 Nov 2015 14:36:08 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565ccf58e7219_52b33ff7ce05e6cc378e0@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf58e5cad_52b33ff7ce05e6cc377a0"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf58e5cad_52b33ff7ce05e6cc377a0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf58e5cad_52b33ff7ce05e6cc377a0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf58e5cad_52b33ff7ce05e6cc377a0-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 116], ["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 292], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["file", "testfile.txt"], ["message_id", 116], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["file", "1.mp4"], ["message_id", 116], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 116], ["receiver_id", 293], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 116], ["receiver_id", 292], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 116 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 293  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 116 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.5ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.4ms) Sent mail to user2@user.com (48.5ms) Date: Mon, 30 Nov 2015 14:36:24 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ccf6864469_52e93fcae9c5e6dc5311e@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf6862379_52e93fcae9c5e6dc5306b"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf6862379_52e93fcae9c5e6dc5306b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf6862379_52e93fcae9c5e6dc5306b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf6862379_52e93fcae9c5e6dc5306b--  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 117], ["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 294], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["file", "testfile.txt"], ["message_id", 117], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["file", "1.mp4"], ["message_id", 117], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 117], ["receiver_id", 295], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 117], ["receiver_id", 294], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 117 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 295  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 117 Sent mail to user4@user.com (7.7ms) Date: Mon, 30 Nov 2015 14:36:24 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <565ccf687a62c_52e93fcae9c5e6dc533a4@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf687942c_52e93fcae9c5e6dc532fd"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf687942c_52e93fcae9c5e6dc532fd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf687942c_52e93fcae9c5e6dc532fd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf687942c_52e93fcae9c5e6dc532fd--  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 118], ["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 296], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["file", "testfile.txt"], ["message_id", 118], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["file", "1.mp4"], ["message_id", 118], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 118], ["receiver_id", 297], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (2.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 118], ["receiver_id", 296], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 118 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 297  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 118 Sent mail to user6@user.com (8.2ms) Date: Mon, 30 Nov 2015 14:36:24 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <565ccf6885c7e_52e93fcae9c5e6dc535dc@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf6884b96_52e93fcae9c5e6dc534b4"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf6884b96_52e93fcae9c5e6dc534b4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf6884b96_52e93fcae9c5e6dc534b4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf6884b96_52e93fcae9c5e6dc534b4--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 119], ["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 298], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["file", "testfile.txt"], ["message_id", 119], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["file", "1.mp4"], ["message_id", 119], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 119], ["receiver_id", 299], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 119], ["receiver_id", 298], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.6ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 119 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 299  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 119 Sent mail to user8@user.com (8.0ms) Date: Mon, 30 Nov 2015 14:36:24 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <565ccf689150c_52e93fcae9c5e6dc5372a@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf68902f0_52e93fcae9c5e6dc53621"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf68902f0_52e93fcae9c5e6dc53621 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf68902f0_52e93fcae9c5e6dc53621 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf68902f0_52e93fcae9c5e6dc53621--  (0.2ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 119  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 120], ["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 300], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["file", "testfile.txt"], ["message_id", 120], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["file", "1.mp4"], ["message_id", 120], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 120], ["receiver_id", 301], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 120], ["receiver_id", 300], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 120 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 301  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 120 Sent mail to user10@user.com (6.7ms) Date: Mon, 30 Nov 2015 14:36:24 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <565ccf689d208_52e93fcae9c5e6dc5397@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf689c185_52e93fcae9c5e6dc538d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf689c185_52e93fcae9c5e6dc538d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf689c185_52e93fcae9c5e6dc538d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf689c185_52e93fcae9c5e6dc538d--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 121], ["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 302], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["file", "testfile.txt"], ["message_id", 121], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["file", "1.mp4"], ["message_id", 121], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 121], ["receiver_id", 303], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 121], ["receiver_id", 302], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 121 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 303  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 121 Sent mail to user12@user.com (6.2ms) Date: Mon, 30 Nov 2015 14:36:24 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565ccf68a82e9_52e93fcae9c5e6dc541f2@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf68a72ad_52e93fcae9c5e6dc54066"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf68a72ad_52e93fcae9c5e6dc54066 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf68a72ad_52e93fcae9c5e6dc54066 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf68a72ad_52e93fcae9c5e6dc54066--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["subject", "Subject"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 122], ["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 304], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["file", "testfile.txt"], ["message_id", 122], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["file", "1.mp4"], ["message_id", 122], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 122], ["receiver_id", 305], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (2.3ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 122], ["receiver_id", 304], ["receiver_type", "User"], ["trashed", false], ["updated_at", Mon, 30 Nov 2015 22:36:24 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 122 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 305  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 122 Sent mail to user14@user.com (6.0ms) Date: Mon, 30 Nov 2015 14:36:24 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565ccf68be629_52e93fcae9c5e6dc5433f@ip-172-16-0-75.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ccf68bd54a_52e93fcae9c5e6dc542f0"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ccf68bd54a_52e93fcae9c5e6dc542f0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ccf68bd54a_52e93fcae9c5e6dc542f0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ccf68bd54a_52e93fcae9c5e6dc542f0-- Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (4.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (1.5ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 123], ["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 306], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.9ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["file", "testfile.txt"], ["message_id", 123], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["file", "1.mp4"], ["message_id", 123], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (2.8ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 123], ["receiver_id", 307], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 123], ["receiver_id", 306], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 123 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 307  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 123 Rendered mailboxer/message_mailer/new_message_email.html.erb (2.2ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (11.4ms) Date: Tue, 01 Dec 2015 09:21:46 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565dd72a5d937_65333ff15905e6d4783ea@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565dd72a5b7d3_65333ff15905e6d478294"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565dd72a5b7d3_65333ff15905e6d478294 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565dd72a5b7d3_65333ff15905e6d478294 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565dd72a5b7d3_65333ff15905e6d478294--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 124], ["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 308], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["file", "testfile.txt"], ["message_id", 124], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["file", "1.mp4"], ["message_id", 124], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 124], ["receiver_id", 309], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 124], ["receiver_id", 308], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 124 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 309  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 124 Sent mail to user4@user.com (6.9ms) Date: Tue, 01 Dec 2015 09:21:46 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <565dd72a6824f_65333ff15905e6d4785d1@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565dd72a67083_65333ff15905e6d478466"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565dd72a67083_65333ff15905e6d478466 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565dd72a67083_65333ff15905e6d478466 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565dd72a67083_65333ff15905e6d478466--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 125], ["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 310], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["file", "testfile.txt"], ["message_id", 125], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["file", "1.mp4"], ["message_id", 125], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 125], ["receiver_id", 311], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (2.3ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 125], ["receiver_id", 310], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 125 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 311  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 125 Sent mail to user6@user.com (7.0ms) Date: Tue, 01 Dec 2015 09:21:46 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <565dd72a73402_65333ff15905e6d478738@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565dd72a723cf_65333ff15905e6d478688"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565dd72a723cf_65333ff15905e6d478688 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565dd72a723cf_65333ff15905e6d478688 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565dd72a723cf_65333ff15905e6d478688--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 126], ["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 312], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["file", "testfile.txt"], ["message_id", 126], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["file", "1.mp4"], ["message_id", 126], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 126], ["receiver_id", 313], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (2.3ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 126], ["receiver_id", 312], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 126 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 313  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 126 Sent mail to user8@user.com (6.5ms) Date: Tue, 01 Dec 2015 09:21:46 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <565dd72a874c2_65333ff15905e6d4789a7@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565dd72a860d5_65333ff15905e6d47883"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565dd72a860d5_65333ff15905e6d47883 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565dd72a860d5_65333ff15905e6d47883 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565dd72a860d5_65333ff15905e6d47883--  (1.2ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 126  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 127], ["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 314], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["file", "testfile.txt"], ["message_id", 127], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["file", "1.mp4"], ["message_id", 127], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 127], ["receiver_id", 315], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 127], ["receiver_id", 314], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 127 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 315  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 127 Sent mail to user10@user.com (5.8ms) Date: Tue, 01 Dec 2015 09:21:46 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <565dd72a918b6_65333ff15905e6d479115@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565dd72a907c6_65333ff15905e6d47906c"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565dd72a907c6_65333ff15905e6d47906c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565dd72a907c6_65333ff15905e6d47906c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565dd72a907c6_65333ff15905e6d47906c--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 128], ["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 316], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["file", "testfile.txt"], ["message_id", 128], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["file", "1.mp4"], ["message_id", 128], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 128], ["receiver_id", 317], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (2.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 128], ["receiver_id", 316], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 128 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 317  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 128 Sent mail to user12@user.com (6.6ms) Date: Tue, 01 Dec 2015 09:21:46 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565dd72a9bbe4_65333ff15905e6d479371@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565dd72a9ad11_65333ff15905e6d47928"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565dd72a9ad11_65333ff15905e6d47928 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565dd72a9ad11_65333ff15905e6d47928 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565dd72a9ad11_65333ff15905e6d47928--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 129], ["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 318], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["file", "testfile.txt"], ["message_id", 129], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["file", "1.mp4"], ["message_id", 129], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 129], ["receiver_id", 319], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 129], ["receiver_id", 318], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:21:46 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 129 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 319  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 129 Sent mail to user14@user.com (6.1ms) Date: Tue, 01 Dec 2015 09:21:46 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565dd72aa6416_65333ff15905e6d479585@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565dd72aa528f_65333ff15905e6d479416"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565dd72aa528f_65333ff15905e6d479416 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565dd72aa528f_65333ff15905e6d479416 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565dd72aa528f_65333ff15905e6d479416-- Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (3.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00]]  (8.4ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 130], ["created_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 320], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00], ["file", "testfile.txt"], ["message_id", 130], ["updated_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00], ["file", "1.mp4"], ["message_id", 130], ["updated_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 130], ["receiver_id", 321], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 130], ["receiver_id", 320], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 130 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 321  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 130 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.8ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (8.4ms) Date: Tue, 01 Dec 2015 09:24:00 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565dd7b0f1217_65a63fc76085e6cc6292c@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565dd7b0efc45_65a63fc76085e6cc628d4"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565dd7b0efc45_65a63fc76085e6cc628d4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565dd7b0efc45_65a63fc76085e6cc628d4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565dd7b0efc45_65a63fc76085e6cc628d4--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 131], ["created_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 322], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:24:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 131], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 131], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 131], ["receiver_id", 323], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 131], ["receiver_id", 322], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 131 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 323  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 131 Sent mail to user4@user.com (5.9ms) Date: Tue, 01 Dec 2015 09:24:01 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <565dd7b11008c_65a63fc76085e6cc63124@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565dd7b1f161_65a63fc76085e6cc630a7"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565dd7b1f161_65a63fc76085e6cc630a7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565dd7b1f161_65a63fc76085e6cc630a7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565dd7b1f161_65a63fc76085e6cc630a7--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 132], ["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 324], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 132], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 132], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 132], ["receiver_id", 325], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 132], ["receiver_id", 324], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 132 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 325  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 132 Sent mail to user6@user.com (5.8ms) Date: Tue, 01 Dec 2015 09:24:01 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <565dd7b119a5a_65a63fc76085e6cc63337@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565dd7b118b7d_65a63fc76085e6cc63286"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565dd7b118b7d_65a63fc76085e6cc63286 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565dd7b118b7d_65a63fc76085e6cc63286 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565dd7b118b7d_65a63fc76085e6cc63286--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 133], ["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 326], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 133], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 133], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 133], ["receiver_id", 327], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 133], ["receiver_id", 326], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 133 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 327  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 133 Sent mail to user8@user.com (6.8ms) Date: Tue, 01 Dec 2015 09:24:01 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <565dd7b12378e_65a63fc76085e6cc6351a@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565dd7b1227de_65a63fc76085e6cc634cc"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565dd7b1227de_65a63fc76085e6cc634cc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565dd7b1227de_65a63fc76085e6cc634cc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565dd7b1227de_65a63fc76085e6cc634cc--  (0.2ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 133  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 134], ["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 328], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 134], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 134], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 134], ["receiver_id", 329], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (2.4ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 134], ["receiver_id", 328], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 134 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 329  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 134 Sent mail to user10@user.com (7.6ms) Date: Tue, 01 Dec 2015 09:24:01 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <565dd7b12eb4b_65a63fc76085e6cc637a0@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565dd7b12da42_65a63fc76085e6cc636b0"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565dd7b12da42_65a63fc76085e6cc636b0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565dd7b12da42_65a63fc76085e6cc636b0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565dd7b12da42_65a63fc76085e6cc636b0--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 135], ["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 330], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 135], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 135], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 135], ["receiver_id", 331], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (1.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 135], ["receiver_id", 330], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 135 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 331  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 135 Sent mail to user12@user.com (6.5ms) Date: Tue, 01 Dec 2015 09:24:01 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565dd7b13926b_65a63fc76085e6cc639c9@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565dd7b1380f4_65a63fc76085e6cc63849"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565dd7b1380f4_65a63fc76085e6cc63849 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565dd7b1380f4_65a63fc76085e6cc63849 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565dd7b1380f4_65a63fc76085e6cc63849--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 136], ["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 330], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 136], ["receiver_id", 331], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 136], ["receiver_id", 330], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 136 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 331  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 136 Sent mail to user12@user.com (6.1ms) Date: Tue, 01 Dec 2015 09:24:01 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565dd7b13f37b_65a63fc76085e6cc641c7@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565dd7b13e35d_65a63fc76085e6cc640e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565dd7b13e35d_65a63fc76085e6cc640e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565dd7b13e35d_65a63fc76085e6cc640e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565dd7b13e35d_65a63fc76085e6cc640e--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 137], ["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 332], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 137], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 137], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 137], ["receiver_id", 333], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (2.2ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 137], ["receiver_id", 332], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 137 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 333  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 137 Sent mail to user14@user.com (6.2ms) Date: Tue, 01 Dec 2015 09:24:01 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565dd7b153b9a_65a63fc76085e6cc643a2@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565dd7b152bca_65a63fc76085e6cc642e2"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565dd7b152bca_65a63fc76085e6cc642e2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565dd7b152bca_65a63fc76085e6cc642e2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565dd7b152bca_65a63fc76085e6cc642e2--  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 138], ["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 332], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 138], ["receiver_id", 333], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 138], ["receiver_id", 332], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:24:01 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 138 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 333  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 138 Sent mail to user14@user.com (5.8ms) Date: Tue, 01 Dec 2015 09:24:01 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565dd7b159b36_65a63fc76085e6cc64592@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565dd7b158c35_65a63fc76085e6cc64481"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565dd7b158c35_65a63fc76085e6cc64481 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565dd7b158c35_65a63fc76085e6cc64481 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565dd7b158c35_65a63fc76085e6cc64481-- Mailboxer::Message Load (0.2ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."id" = 138 LIMIT 1 Mailboxer::MessageAttachment Load (0.1ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 138 Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (5.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 17:37:47 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (5.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 17:46:51 UTC +00:00]]  (0.5ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (3.0ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 17:48:14 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 17:49:10 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 17:49:44 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (9.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 139], ["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 404], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.5ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["file", "testfile.txt"], ["message_id", 139], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["file", "1.mp4"], ["message_id", 139], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 139], ["receiver_id", 405], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 139], ["receiver_id", 404], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 139 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 405  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 139 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.4ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.4ms) Sent mail to user2@user.com (10.9ms) Date: Tue, 01 Dec 2015 09:50:25 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ddde142bdd_68013fce9d85e6d857940@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddde140d78_68013fce9d85e6d8578b7"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddde140d78_68013fce9d85e6d8578b7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddde140d78_68013fce9d85e6d8578b7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddde140d78_68013fce9d85e6d8578b7--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 140], ["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 406], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["file", "testfile.txt"], ["message_id", 140], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["file", "1.mp4"], ["message_id", 140], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 140], ["receiver_id", 407], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (2.3ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 140], ["receiver_id", 406], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 140 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 407  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 140 Sent mail to user4@user.com (6.2ms) Date: Tue, 01 Dec 2015 09:50:25 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <565ddde156916_68013fce9d85e6d8581d0@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddde15582e_68013fce9d85e6d8580be"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddde15582e_68013fce9d85e6d8580be Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddde15582e_68013fce9d85e6d8580be Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddde15582e_68013fce9d85e6d8580be--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 141], ["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 408], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["file", "testfile.txt"], ["message_id", 141], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["file", "1.mp4"], ["message_id", 141], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 141], ["receiver_id", 409], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (1.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 141], ["receiver_id", 408], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 141 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 409  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 141 Sent mail to user6@user.com (6.4ms) Date: Tue, 01 Dec 2015 09:50:25 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <565ddde161097_68013fce9d85e6d8583b4@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddde15fc79_68013fce9d85e6d8582ba"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddde15fc79_68013fce9d85e6d8582ba Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddde15fc79_68013fce9d85e6d8582ba Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddde15fc79_68013fce9d85e6d8582ba--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 142], ["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 410], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["file", "testfile.txt"], ["message_id", 142], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["file", "1.mp4"], ["message_id", 142], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 142], ["receiver_id", 411], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (1.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 142], ["receiver_id", 410], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 142 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 411  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 142 Sent mail to user8@user.com (6.2ms) Date: Tue, 01 Dec 2015 09:50:25 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <565ddde16b785_68013fce9d85e6d8585be@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddde16a3f4_68013fce9d85e6d858440"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddde16a3f4_68013fce9d85e6d858440 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddde16a3f4_68013fce9d85e6d858440 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddde16a3f4_68013fce9d85e6d858440--  (0.2ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 142  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 143], ["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 412], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["file", "testfile.txt"], ["message_id", 143], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["file", "1.mp4"], ["message_id", 143], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 143], ["receiver_id", 413], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 143], ["receiver_id", 412], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 143 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 413  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 143 Sent mail to user10@user.com (6.8ms) Date: Tue, 01 Dec 2015 09:50:25 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <565ddde17601a_68013fce9d85e6d85874e@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddde174ea0_68013fce9d85e6d85862d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddde174ea0_68013fce9d85e6d85862d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddde174ea0_68013fce9d85e6d85862d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddde174ea0_68013fce9d85e6d85862d--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 144], ["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 414], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["file", "testfile.txt"], ["message_id", 144], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["file", "1.mp4"], ["message_id", 144], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 144], ["receiver_id", 415], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 144], ["receiver_id", 414], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 144 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 415  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 144 Sent mail to user12@user.com (6.9ms) Date: Tue, 01 Dec 2015 09:50:25 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565ddde180811_68013fce9d85e6d858994@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddde17f889_68013fce9d85e6d8588f"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddde17f889_68013fce9d85e6d8588f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddde17f889_68013fce9d85e6d8588f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddde17f889_68013fce9d85e6d8588f--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 145], ["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 414], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 145], ["receiver_id", 415], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 145], ["receiver_id", 414], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 145 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 415  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 145 Sent mail to user12@user.com (6.1ms) Date: Tue, 01 Dec 2015 09:50:25 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565ddde186bf1_68013fce9d85e6d85916f@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddde185c1c_68013fce9d85e6d85902c"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddde185c1c_68013fce9d85e6d85902c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddde185c1c_68013fce9d85e6d85902c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddde185c1c_68013fce9d85e6d85902c--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 146], ["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 416], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["file", "testfile.txt"], ["message_id", 146], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["file", "1.mp4"], ["message_id", 146], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 146], ["receiver_id", 417], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (2.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 146], ["receiver_id", 416], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 146 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 417  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 146 Sent mail to user14@user.com (5.9ms) Date: Tue, 01 Dec 2015 09:50:25 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565ddde19b060_68013fce9d85e6d859374@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddde19a10e_68013fce9d85e6d8592ea"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddde19a10e_68013fce9d85e6d8592ea Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddde19a10e_68013fce9d85e6d8592ea Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddde19a10e_68013fce9d85e6d8592ea--  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 147], ["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 416], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 147], ["receiver_id", 417], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 147], ["receiver_id", 416], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:50:25 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 147 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 417  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 147 Sent mail to user14@user.com (5.8ms) Date: Tue, 01 Dec 2015 09:50:25 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565ddde1a0bcd_68013fce9d85e6d85958a@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddde19fc00_68013fce9d85e6d85948e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddde19fc00_68013fce9d85e6d85948e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddde19fc00_68013fce9d85e6d85948e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddde19fc00_68013fce9d85e6d85948e-- Mailboxer::Message Load (0.1ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."id" = 147 LIMIT 1 Mailboxer::MessageAttachment Load (0.1ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 147 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00]]  (8.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 17:56:33 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (9.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 148], ["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 432], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 148], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 148], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 148], ["receiver_id", 433], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 148], ["receiver_id", 432], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 148 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 433  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 148 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (8.2ms) Date: Tue, 01 Dec 2015 09:57:01 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565ddf6d54f6b_69793fcb9c85e6dc489b7@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddf6d5392a_69793fcb9c85e6dc488be"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddf6d5392a_69793fcb9c85e6dc488be Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddf6d5392a_69793fcb9c85e6dc488be Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddf6d5392a_69793fcb9c85e6dc488be--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 149], ["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 434], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 149], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 149], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 149], ["receiver_id", 435], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 149], ["receiver_id", 434], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 149 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 435  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 149 Sent mail to user4@user.com (6.1ms) Date: Tue, 01 Dec 2015 09:57:01 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <565ddf6d68cc8_69793fcb9c85e6dc491b0@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddf6d67c4a_69793fcb9c85e6dc4906e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddf6d67c4a_69793fcb9c85e6dc4906e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddf6d67c4a_69793fcb9c85e6dc4906e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddf6d67c4a_69793fcb9c85e6dc4906e--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 150], ["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 436], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 150], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 150], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 150], ["receiver_id", 437], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (1.4ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 150], ["receiver_id", 436], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 150 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 437  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 150 Sent mail to user6@user.com (6.3ms) Date: Tue, 01 Dec 2015 09:57:01 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <565ddf6d72d40_69793fcb9c85e6dc49349@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddf6d71d0d_69793fcb9c85e6dc492bd"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddf6d71d0d_69793fcb9c85e6dc492bd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddf6d71d0d_69793fcb9c85e6dc492bd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddf6d71d0d_69793fcb9c85e6dc492bd--  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 151], ["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 438], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 151], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 151], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 151], ["receiver_id", 439], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 151], ["receiver_id", 438], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 151 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 439  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 151 Sent mail to user8@user.com (6.2ms) Date: Tue, 01 Dec 2015 09:57:01 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <565ddf6d7ca59_69793fcb9c85e6dc495bd@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddf6d7b894_69793fcb9c85e6dc494d4"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddf6d7b894_69793fcb9c85e6dc494d4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddf6d7b894_69793fcb9c85e6dc494d4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddf6d7b894_69793fcb9c85e6dc494d4--  (0.2ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 151  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 152], ["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 440], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 152], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 152], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 152], ["receiver_id", 441], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 152], ["receiver_id", 440], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 152 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 441  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 152 Sent mail to user10@user.com (6.5ms) Date: Tue, 01 Dec 2015 09:57:01 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <565ddf6d86fa9_69793fcb9c85e6dc497d7@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddf6d85dc9_69793fcb9c85e6dc496da"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddf6d85dc9_69793fcb9c85e6dc496da Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddf6d85dc9_69793fcb9c85e6dc496da Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddf6d85dc9_69793fcb9c85e6dc496da--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 153], ["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 442], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 153], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 153], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 153], ["receiver_id", 443], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (2.1ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 153], ["receiver_id", 442], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 153 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 443  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 153 Sent mail to user12@user.com (6.8ms) Date: Tue, 01 Dec 2015 09:57:01 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565ddf6d91ba6_69793fcb9c85e6dc49928@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddf6d9096b_69793fcb9c85e6dc49818"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddf6d9096b_69793fcb9c85e6dc49818 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddf6d9096b_69793fcb9c85e6dc49818 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddf6d9096b_69793fcb9c85e6dc49818--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 154], ["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 442], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 154], ["receiver_id", 443], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 154], ["receiver_id", 442], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 154 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 443  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 154 Sent mail to user12@user.com (6.0ms) Date: Tue, 01 Dec 2015 09:57:01 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565ddf6d985f0_69793fcb9c85e6dc50144@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddf6d97694_69793fcb9c85e6dc500f9"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddf6d97694_69793fcb9c85e6dc500f9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddf6d97694_69793fcb9c85e6dc500f9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddf6d97694_69793fcb9c85e6dc500f9--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 155], ["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 444], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["file", "testfile.txt"], ["message_id", 155], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["file", "1.mp4"], ["message_id", 155], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 155], ["receiver_id", 445], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 155], ["receiver_id", 444], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 155 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 445  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 155 Sent mail to user14@user.com (6.3ms) Date: Tue, 01 Dec 2015 09:57:01 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565ddf6dad1a3_69793fcb9c85e6dc50331@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddf6dac25f_69793fcb9c85e6dc50217"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddf6dac25f_69793fcb9c85e6dc50217 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddf6dac25f_69793fcb9c85e6dc50217 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddf6dac25f_69793fcb9c85e6dc50217--  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 156], ["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 444], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 156], ["receiver_id", 445], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 156], ["receiver_id", 444], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 17:57:01 UTC +00:00]]  (0.5ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 156 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 445  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 156 Sent mail to user14@user.com (6.0ms) Date: Tue, 01 Dec 2015 09:57:01 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565ddf6db2c7c_69793fcb9c85e6dc505ea@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565ddf6db1cbc_69793fcb9c85e6dc5043d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565ddf6db1cbc_69793fcb9c85e6dc5043d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565ddf6db1cbc_69793fcb9c85e6dc5043d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565ddf6db1cbc_69793fcb9c85e6dc5043d-- Mailboxer::Message Load (0.1ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."id" = 156 LIMIT 1 Mailboxer::MessageAttachment Load (0.1ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 156 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:00:32 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 18:00:32 UTC +00:00]]  (8.1ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:00:32 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 18:00:32 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:01:56 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 18:01:56 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:01:56 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 18:01:56 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:03:17 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 18:03:17 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:03:18 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 18:03:18 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:03:19 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 18:03:19 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:03:19 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 18:03:19 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:03:20 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 18:03:20 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:03:20 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 18:03:20 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:03:21 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 18:03:21 UTC +00:00]]  (7.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:03:21 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 18:03:21 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:03:26 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 18:03:26 UTC +00:00]]  (8.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:03:26 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 18:03:26 UTC +00:00]]  (0.7ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.1ms) begin transaction SQL (2.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:03:51 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 18:03:51 UTC +00:00]]  (9.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:03:51 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 18:03:51 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:04:10 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 18:04:10 UTC +00:00]]  (7.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:04:10 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 18:04:10 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:04:13 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 18:04:13 UTC +00:00]]  (7.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:04:13 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 18:04:13 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:04:15 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 18:04:15 UTC +00:00]]  (7.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:04:15 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 18:04:15 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:04:17 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 18:04:17 UTC +00:00]]  (8.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:04:17 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 18:04:17 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:04:18 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 18:04:18 UTC +00:00]]  (8.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:04:18 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 18:04:18 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:04:19 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 18:04:19 UTC +00:00]]  (7.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:04:19 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 18:04:19 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:06:18 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 18:06:18 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:06:18 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 18:06:18 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:06:47 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 18:06:47 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:06:48 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 18:06:48 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:06:50 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 18:06:50 UTC +00:00]]  (9.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:06:50 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 18:06:50 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:06:51 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 18:06:51 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:06:51 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 18:06:51 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:06:53 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 18:06:53 UTC +00:00]]  (8.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:06:53 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 18:06:53 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:06:54 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 18:06:54 UTC +00:00]]  (8.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:06:54 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 18:06:54 UTC +00:00]]  (0.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.8ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:05 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 18:07:05 UTC +00:00]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:05 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 18:07:05 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:05 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:07:05 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 157], ["created_at", Tue, 01 Dec 2015 18:07:05 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 486], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:07:05 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:17 UTC +00:00], ["file", "testfile.txt"], ["message_id", 157], ["updated_at", Tue, 01 Dec 2015 18:07:17 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:17 UTC +00:00], ["file", "1.mp4"], ["message_id", 157], ["updated_at", Tue, 01 Dec 2015 18:07:17 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:17 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 157], ["receiver_id", 487], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:17 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:17 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 157], ["receiver_id", 486], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:17 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 157 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 487  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 157 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (7.8ms) Date: Tue, 01 Dec 2015 10:07:17 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565de1d590355_6a843fe330c5e6dc49845@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de1d58ee24_6a843fe330c5e6dc4974e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de1d58ee24_6a843fe330c5e6dc4974e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de1d58ee24_6a843fe330c5e6dc4974e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de1d58ee24_6a843fe330c5e6dc4974e--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:17 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 18:07:17 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:17 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 18:07:17 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:17 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:07:17 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 158], ["created_at", Tue, 01 Dec 2015 18:07:17 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 488], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:07:17 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:20 UTC +00:00], ["file", "testfile.txt"], ["message_id", 158], ["updated_at", Tue, 01 Dec 2015 18:07:20 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:20 UTC +00:00], ["file", "1.mp4"], ["message_id", 158], ["updated_at", Tue, 01 Dec 2015 18:07:20 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:20 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 158], ["receiver_id", 489], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:20 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:20 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 158], ["receiver_id", 488], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:20 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 158 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 489  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 158 Sent mail to user4@user.com (6.7ms) Date: Tue, 01 Dec 2015 10:07:20 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <565de1d891208_6a843fe330c5e6dc500a4@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de1d88fe84_6a843fe330c5e6dc499fd"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de1d88fe84_6a843fe330c5e6dc499fd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de1d88fe84_6a843fe330c5e6dc499fd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de1d88fe84_6a843fe330c5e6dc499fd--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:20 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 18:07:20 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:20 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 18:07:20 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:20 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:07:20 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 159], ["created_at", Tue, 01 Dec 2015 18:07:20 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 490], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:07:20 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:22 UTC +00:00], ["file", "testfile.txt"], ["message_id", 159], ["updated_at", Tue, 01 Dec 2015 18:07:22 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:22 UTC +00:00], ["file", "1.mp4"], ["message_id", 159], ["updated_at", Tue, 01 Dec 2015 18:07:22 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:22 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 159], ["receiver_id", 491], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:22 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:22 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 159], ["receiver_id", 490], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:22 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 159 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 491  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 159 Sent mail to user6@user.com (6.1ms) Date: Tue, 01 Dec 2015 10:07:22 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <565de1da7f350_6a843fe330c5e6dc5023e@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de1da7e37b_6a843fe330c5e6dc501a4"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de1da7e37b_6a843fe330c5e6dc501a4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de1da7e37b_6a843fe330c5e6dc501a4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de1da7e37b_6a843fe330c5e6dc501a4--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:22 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 18:07:22 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:22 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 18:07:22 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:22 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:07:22 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 160], ["created_at", Tue, 01 Dec 2015 18:07:22 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 492], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:07:22 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:24 UTC +00:00], ["file", "testfile.txt"], ["message_id", 160], ["updated_at", Tue, 01 Dec 2015 18:07:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:24 UTC +00:00], ["file", "1.mp4"], ["message_id", 160], ["updated_at", Tue, 01 Dec 2015 18:07:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:24 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 160], ["receiver_id", 493], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:24 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:24 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 160], ["receiver_id", 492], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:24 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 160 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 493  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 160 Sent mail to user8@user.com (7.0ms) Date: Tue, 01 Dec 2015 10:07:24 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <565de1dc3743f_6a843fe330c5e6dc5042c@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de1dc36034_6a843fe330c5e6dc5031d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de1dc36034_6a843fe330c5e6dc5031d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de1dc36034_6a843fe330c5e6dc5031d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de1dc36034_6a843fe330c5e6dc5031d--  (0.2ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 160  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:24 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 18:07:24 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:24 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 18:07:24 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:24 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:07:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 161], ["created_at", Tue, 01 Dec 2015 18:07:24 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 494], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:07:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:25 UTC +00:00], ["file", "testfile.txt"], ["message_id", 161], ["updated_at", Tue, 01 Dec 2015 18:07:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:25 UTC +00:00], ["file", "1.mp4"], ["message_id", 161], ["updated_at", Tue, 01 Dec 2015 18:07:25 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:25 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 161], ["receiver_id", 495], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:25 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:25 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 161], ["receiver_id", 494], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:25 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 161 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 495  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 161 Sent mail to user10@user.com (7.2ms) Date: Tue, 01 Dec 2015 10:07:25 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <565de1ddaaa99_6a843fe330c5e6dc506b1@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de1dda98df_6a843fe330c5e6dc505db"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de1dda98df_6a843fe330c5e6dc505db Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de1dda98df_6a843fe330c5e6dc505db Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de1dda98df_6a843fe330c5e6dc505db--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:25 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 18:07:25 UTC +00:00]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:25 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 18:07:25 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:25 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:07:25 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 162], ["created_at", Tue, 01 Dec 2015 18:07:25 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 496], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:07:25 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00], ["file", "testfile.txt"], ["message_id", 162], ["updated_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00], ["file", "1.mp4"], ["message_id", 162], ["updated_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 162], ["receiver_id", 497], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 162], ["receiver_id", 496], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 162 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 497  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 162 Sent mail to user12@user.com (5.8ms) Date: Tue, 01 Dec 2015 10:07:28 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565de1e02f01b_6a843fe330c5e6dc508a7@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de1e02e08a_6a843fe330c5e6dc507a4"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de1e02e08a_6a843fe330c5e6dc507a4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de1e02e08a_6a843fe330c5e6dc507a4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de1e02e08a_6a843fe330c5e6dc507a4--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 163], ["created_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 496], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 163], ["receiver_id", 497], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00]]  (8.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 163], ["receiver_id", 496], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 163 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 497  (0.3ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 163 Sent mail to user12@user.com (7.8ms) Date: Tue, 01 Dec 2015 10:07:28 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565de1e0db93e_6a843fe330c5e6dc5101c@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de1e0da601_6a843fe330c5e6dc5091e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de1e0da601_6a843fe330c5e6dc5091e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de1e0da601_6a843fe330c5e6dc5091e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de1e0da601_6a843fe330c5e6dc5091e--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 164], ["created_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 498], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:07:28 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:30 UTC +00:00], ["file", "testfile.txt"], ["message_id", 164], ["updated_at", Tue, 01 Dec 2015 18:07:30 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:30 UTC +00:00], ["file", "1.mp4"], ["message_id", 164], ["updated_at", Tue, 01 Dec 2015 18:07:30 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:30 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 164], ["receiver_id", 499], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:30 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:30 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 164], ["receiver_id", 498], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:30 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 164 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 499  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 164 Sent mail to user14@user.com (6.8ms) Date: Tue, 01 Dec 2015 10:07:30 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565de1e2cde4a_6a843fe330c5e6dc5124d@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de1e2ccf14_6a843fe330c5e6dc5118"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de1e2ccf14_6a843fe330c5e6dc5118 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de1e2ccf14_6a843fe330c5e6dc5118 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de1e2ccf14_6a843fe330c5e6dc5118--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:30 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:07:30 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 165], ["created_at", Tue, 01 Dec 2015 18:07:30 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 498], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:07:30 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:31 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 165], ["receiver_id", 499], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:31 UTC +00:00]]  (8.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:07:31 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 165], ["receiver_id", 498], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:07:31 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 165 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 499  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 165 Sent mail to user14@user.com (7.0ms) Date: Tue, 01 Dec 2015 10:07:31 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565de1e352c1c_6a843fe330c5e6dc51464@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de1e351b79_6a843fe330c5e6dc513de"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de1e351b79_6a843fe330c5e6dc513de Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de1e351b79_6a843fe330c5e6dc513de Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de1e351b79_6a843fe330c5e6dc513de-- Mailboxer::Message Load (0.2ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."id" = 165 LIMIT 1 Mailboxer::MessageAttachment Load (0.1ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 165 Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (4.9ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (2.4ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 166], ["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 500], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.9ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["file", "testfile.txt"], ["message_id", 166], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["file", "1.mp4"], ["message_id", 166], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (3.0ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 166], ["receiver_id", 501], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 166], ["receiver_id", 500], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.6ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 166 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 501  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 166 Rendered mailboxer/message_mailer/new_message_email.html.erb (1.3ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (14.0ms) Date: Tue, 01 Dec 2015 10:22:44 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565de5744b5eb_6be63fe5f105e6d469546@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de574490e6_6be63fe5f105e6d4694ac"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de574490e6_6be63fe5f105e6d4694ac Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de574490e6_6be63fe5f105e6d4694ac Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de574490e6_6be63fe5f105e6d4694ac--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 167], ["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 502], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["file", "testfile.txt"], ["message_id", 167], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["file", "1.mp4"], ["message_id", 167], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 167], ["receiver_id", 503], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 167], ["receiver_id", 502], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 167 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 503  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 167 Sent mail to user4@user.com (6.1ms) Date: Tue, 01 Dec 2015 10:22:44 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <565de5745eea2_6be63fe5f105e6d46979@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de5745de86_6be63fe5f105e6d469692"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de5745de86_6be63fe5f105e6d469692 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de5745de86_6be63fe5f105e6d469692 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de5745de86_6be63fe5f105e6d469692--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 168], ["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 504], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["file", "testfile.txt"], ["message_id", 168], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["file", "1.mp4"], ["message_id", 168], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 168], ["receiver_id", 505], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (1.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 168], ["receiver_id", 504], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 168 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 505  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 168 Sent mail to user6@user.com (6.3ms) Date: Tue, 01 Dec 2015 10:22:44 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <565de57468fdb_6be63fe5f105e6d46998f@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de57467f9d_6be63fe5f105e6d469838"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de57467f9d_6be63fe5f105e6d469838 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de57467f9d_6be63fe5f105e6d469838 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de57467f9d_6be63fe5f105e6d469838--  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 169], ["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 506], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["file", "testfile.txt"], ["message_id", 169], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["file", "1.mp4"], ["message_id", 169], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 169], ["receiver_id", 507], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 169], ["receiver_id", 506], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 169 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 507  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 169 Sent mail to user8@user.com (7.2ms) Date: Tue, 01 Dec 2015 10:22:44 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <565de57472eb2_6be63fe5f105e6d4701c5@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de57471e4c_6be63fe5f105e6d4700bc"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de57471e4c_6be63fe5f105e6d4700bc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de57471e4c_6be63fe5f105e6d4700bc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de57471e4c_6be63fe5f105e6d4700bc--  (1.6ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 169  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 170], ["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 508], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["file", "testfile.txt"], ["message_id", 170], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["file", "1.mp4"], ["message_id", 170], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 170], ["receiver_id", 509], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 170], ["receiver_id", 508], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 170 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 509  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 170 Sent mail to user10@user.com (6.5ms) Date: Tue, 01 Dec 2015 10:22:44 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <565de5747eaf4_6be63fe5f105e6d47039c@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de5747d932_6be63fe5f105e6d4702bd"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de5747d932_6be63fe5f105e6d4702bd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de5747d932_6be63fe5f105e6d4702bd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de5747d932_6be63fe5f105e6d4702bd--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 171], ["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 510], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["file", "testfile.txt"], ["message_id", 171], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["file", "1.mp4"], ["message_id", 171], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 171], ["receiver_id", 511], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (1.3ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 171], ["receiver_id", 510], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 171 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 511  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 171 Sent mail to user12@user.com (7.2ms) Date: Tue, 01 Dec 2015 10:22:44 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565de5748906f_6be63fe5f105e6d470579@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de57488087_6be63fe5f105e6d4704e3"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de57488087_6be63fe5f105e6d4704e3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de57488087_6be63fe5f105e6d4704e3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de57488087_6be63fe5f105e6d4704e3--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 172], ["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 510], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 172], ["receiver_id", 511], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 172], ["receiver_id", 510], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 172 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 511  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 172 Sent mail to user12@user.com (6.8ms) Date: Tue, 01 Dec 2015 10:22:44 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565de5748fc65_6be63fe5f105e6d4707b8@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de5748ecc2_6be63fe5f105e6d4706ec"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de5748ecc2_6be63fe5f105e6d4706ec Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de5748ecc2_6be63fe5f105e6d4706ec Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de5748ecc2_6be63fe5f105e6d4706ec--  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 173], ["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 512], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["file", "testfile.txt"], ["message_id", 173], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["file", "1.mp4"], ["message_id", 173], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 173], ["receiver_id", 513], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (2.3ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 173], ["receiver_id", 512], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 173 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 513  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 173 Sent mail to user14@user.com (5.9ms) Date: Tue, 01 Dec 2015 10:22:44 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565de574a464a_6be63fe5f105e6d470969@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de574a36fa_6be63fe5f105e6d47084a"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de574a36fa_6be63fe5f105e6d47084a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de574a36fa_6be63fe5f105e6d47084a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de574a36fa_6be63fe5f105e6d47084a--  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 174], ["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 512], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 174], ["receiver_id", 513], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 174], ["receiver_id", 512], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:22:44 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 174 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 513  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 174 Sent mail to user14@user.com (6.3ms) Date: Tue, 01 Dec 2015 10:22:44 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565de574aa2ea_6be63fe5f105e6d471153@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de574a93e1_6be63fe5f105e6d47106d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de574a93e1_6be63fe5f105e6d47106d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de574a93e1_6be63fe5f105e6d47106d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de574a93e1_6be63fe5f105e6d47106d-- Mailboxer::Message Load (0.1ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."id" = 174 LIMIT 1 Mailboxer::MessageAttachment Load (0.1ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 174 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 175], ["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 514], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["file", "testfile.txt"], ["message_id", 175], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["file", "1.mp4"], ["message_id", 175], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 175], ["receiver_id", 515], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 175], ["receiver_id", 514], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 175 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 515  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 175 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.8ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (9.8ms) Date: Tue, 01 Dec 2015 10:41:08 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565de9c465cd6_6ccd3fe27905e6dc18ad@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de9c463e97_6ccd3fe27905e6dc179f"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de9c463e97_6ccd3fe27905e6dc179f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de9c463e97_6ccd3fe27905e6dc179f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de9c463e97_6ccd3fe27905e6dc179f--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 176], ["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 516], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["file", "testfile.txt"], ["message_id", 176], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["file", "1.mp4"], ["message_id", 176], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 176], ["receiver_id", 517], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 176], ["receiver_id", 516], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 176 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 517  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 176 Sent mail to user4@user.com (6.1ms) Date: Tue, 01 Dec 2015 10:41:08 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <565de9c478d35_6ccd3fe27905e6dc2041@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de9c477def_6ccd3fe27905e6dc199a"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de9c477def_6ccd3fe27905e6dc199a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de9c477def_6ccd3fe27905e6dc199a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de9c477def_6ccd3fe27905e6dc199a--  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 177], ["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 518], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["file", "testfile.txt"], ["message_id", 177], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["file", "1.mp4"], ["message_id", 177], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 177], ["receiver_id", 519], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (2.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 177], ["receiver_id", 518], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 177 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 519  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 177 Sent mail to user6@user.com (6.2ms) Date: Tue, 01 Dec 2015 10:41:08 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <565de9c483168_6ccd3fe27905e6dc2285@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de9c4820d5_6ccd3fe27905e6dc2176"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de9c4820d5_6ccd3fe27905e6dc2176 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de9c4820d5_6ccd3fe27905e6dc2176 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de9c4820d5_6ccd3fe27905e6dc2176--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 178], ["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 520], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["file", "testfile.txt"], ["message_id", 178], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["file", "1.mp4"], ["message_id", 178], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 178], ["receiver_id", 521], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (1.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 178], ["receiver_id", 520], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 178 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 521  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 178 Sent mail to user8@user.com (6.8ms) Date: Tue, 01 Dec 2015 10:41:08 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <565de9c48d3a5_6ccd3fe27905e6dc2487@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de9c48c283_6ccd3fe27905e6dc232a"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de9c48c283_6ccd3fe27905e6dc232a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de9c48c283_6ccd3fe27905e6dc232a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de9c48c283_6ccd3fe27905e6dc232a--  (0.2ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 178  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 179], ["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 522], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["file", "testfile.txt"], ["message_id", 179], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["file", "1.mp4"], ["message_id", 179], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 179], ["receiver_id", 523], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 179], ["receiver_id", 522], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 179 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 523  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 179 Sent mail to user10@user.com (6.2ms) Date: Tue, 01 Dec 2015 10:41:08 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <565de9c497896_6ccd3fe27905e6dc266f@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de9c49689c_6ccd3fe27905e6dc2558"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de9c49689c_6ccd3fe27905e6dc2558 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de9c49689c_6ccd3fe27905e6dc2558 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de9c49689c_6ccd3fe27905e6dc2558--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 180], ["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 524], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["file", "testfile.txt"], ["message_id", 180], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["file", "1.mp4"], ["message_id", 180], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 180], ["receiver_id", 525], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 180], ["receiver_id", 524], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 180 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 525  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 180 Sent mail to user12@user.com (6.1ms) Date: Tue, 01 Dec 2015 10:41:08 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565de9c4a1ae0_6ccd3fe27905e6dc2869@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de9c4a0b53_6ccd3fe27905e6dc27c8"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de9c4a0b53_6ccd3fe27905e6dc27c8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de9c4a0b53_6ccd3fe27905e6dc27c8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de9c4a0b53_6ccd3fe27905e6dc27c8--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 181], ["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 524], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 181], ["receiver_id", 525], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 181], ["receiver_id", 524], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 181 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 525  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 181 Sent mail to user12@user.com (6.1ms) Date: Tue, 01 Dec 2015 10:41:08 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565de9c4a7b61_6ccd3fe27905e6dc3019@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de9c4a6be6_6ccd3fe27905e6dc2959"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de9c4a6be6_6ccd3fe27905e6dc2959 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de9c4a6be6_6ccd3fe27905e6dc2959 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de9c4a6be6_6ccd3fe27905e6dc2959--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 182], ["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 526], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["file", "testfile.txt"], ["message_id", 182], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["file", "1.mp4"], ["message_id", 182], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 182], ["receiver_id", 527], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 182], ["receiver_id", 526], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 182 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 527  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 182 Sent mail to user14@user.com (5.9ms) Date: Tue, 01 Dec 2015 10:41:08 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565de9c4bc372_6ccd3fe27905e6dc3219@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de9c4bb406_6ccd3fe27905e6dc3177"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de9c4bb406_6ccd3fe27905e6dc3177 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de9c4bb406_6ccd3fe27905e6dc3177 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de9c4bb406_6ccd3fe27905e6dc3177--  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 183], ["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 526], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 183], ["receiver_id", 527], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 183], ["receiver_id", 526], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:41:08 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 183 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 527  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 183 Sent mail to user14@user.com (6.2ms) Date: Tue, 01 Dec 2015 10:41:08 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565de9c4c1f30_6ccd3fe27905e6dc34eb@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565de9c4c1013_6ccd3fe27905e6dc33fc"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565de9c4c1013_6ccd3fe27905e6dc33fc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565de9c4c1013_6ccd3fe27905e6dc33fc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565de9c4c1013_6ccd3fe27905e6dc33fc-- Mailboxer::Message Load (0.2ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."id" = 183 LIMIT 1 Mailboxer::MessageAttachment Load (0.1ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 183 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:11 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 18:49:11 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:11 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 18:49:11 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:11 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:11 UTC +00:00]] SQL (0.5ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 184], ["created_at", Tue, 01 Dec 2015 18:49:11 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 528], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:11 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:11 UTC +00:00], ["file", "testfile.txt"], ["message_id", 184], ["updated_at", Tue, 01 Dec 2015 18:49:11 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:11 UTC +00:00], ["file", "1.mp4"], ["message_id", 184], ["updated_at", Tue, 01 Dec 2015 18:49:11 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:11 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 184], ["receiver_id", 529], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:11 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:11 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 184], ["receiver_id", 528], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:11 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 184 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 529  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 184 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.9ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (9.0ms) Date: Tue, 01 Dec 2015 10:49:12 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565deba8a3a8_70a23fc2994526d019318@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565deba88dcf_70a23fc2994526d019237"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565deba88dcf_70a23fc2994526d019237 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565deba88dcf_70a23fc2994526d019237 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565deba88dcf_70a23fc2994526d019237--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 185], ["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 530], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["file", "testfile.txt"], ["message_id", 185], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["file", "1.mp4"], ["message_id", 185], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 185], ["receiver_id", 531], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 185], ["receiver_id", 530], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 185 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 531  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 185 Sent mail to user4@user.com (6.6ms) Date: Tue, 01 Dec 2015 10:49:12 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <565deba8147b8_70a23fc2994526d019562@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565deba81384c_70a23fc2994526d0194cb"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565deba81384c_70a23fc2994526d0194cb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565deba81384c_70a23fc2994526d0194cb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565deba81384c_70a23fc2994526d0194cb--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 186], ["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 532], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["file", "testfile.txt"], ["message_id", 186], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["file", "1.mp4"], ["message_id", 186], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 186], ["receiver_id", 533], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 186], ["receiver_id", 532], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 186 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 533  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 186 Sent mail to user6@user.com (6.1ms) Date: Tue, 01 Dec 2015 10:49:12 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <565deba81efe0_70a23fc2994526d019790@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565deba81de85_70a23fc2994526d019681"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565deba81de85_70a23fc2994526d019681 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565deba81de85_70a23fc2994526d019681 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565deba81de85_70a23fc2994526d019681--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 187], ["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 534], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["file", "testfile.txt"], ["message_id", 187], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["file", "1.mp4"], ["message_id", 187], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 187], ["receiver_id", 535], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (1.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 187], ["receiver_id", 534], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 187 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 535  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 187 Sent mail to user8@user.com (7.2ms) Date: Tue, 01 Dec 2015 10:49:12 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <565deba829541_70a23fc2994526d0199ca@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565deba8284b9_70a23fc2994526d0198e9"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565deba8284b9_70a23fc2994526d0198e9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565deba8284b9_70a23fc2994526d0198e9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565deba8284b9_70a23fc2994526d0198e9--  (0.2ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 187  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 188], ["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 536], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["file", "testfile.txt"], ["message_id", 188], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["file", "1.mp4"], ["message_id", 188], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 188], ["receiver_id", 537], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 188], ["receiver_id", 536], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 188 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 537  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 188 Sent mail to user10@user.com (6.0ms) Date: Tue, 01 Dec 2015 10:49:12 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <565deba83d46e_70a23fc2994526d0201af@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565deba83c4f1_70a23fc2994526d02008f"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565deba83c4f1_70a23fc2994526d02008f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565deba83c4f1_70a23fc2994526d02008f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565deba83c4f1_70a23fc2994526d02008f--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 189], ["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 538], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["file", "testfile.txt"], ["message_id", 189], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["file", "1.mp4"], ["message_id", 189], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 189], ["receiver_id", 539], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 189], ["receiver_id", 538], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 189 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 539  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 189 Sent mail to user12@user.com (6.0ms) Date: Tue, 01 Dec 2015 10:49:12 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565deba846e23_70a23fc2994526d0203fa@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565deba845dd5_70a23fc2994526d0202fe"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565deba845dd5_70a23fc2994526d0202fe Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565deba845dd5_70a23fc2994526d0202fe Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565deba845dd5_70a23fc2994526d0202fe--  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 190], ["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 538], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 190], ["receiver_id", 539], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 190], ["receiver_id", 538], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 190 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 539  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 190 Sent mail to user12@user.com (6.3ms) Date: Tue, 01 Dec 2015 10:49:12 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565deba84d11d_70a23fc2994526d0205ec@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565deba84c031_70a23fc2994526d020493"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565deba84c031_70a23fc2994526d020493 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565deba84c031_70a23fc2994526d020493 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565deba84c031_70a23fc2994526d020493--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 191], ["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 540], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["file", "testfile.txt"], ["message_id", 191], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["file", "1.mp4"], ["message_id", 191], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 191], ["receiver_id", 541], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 191], ["receiver_id", 540], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 191 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 541  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 191 Sent mail to user14@user.com (5.9ms) Date: Tue, 01 Dec 2015 10:49:12 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565deba856bc6_70a23fc2994526d020716@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565deba855ad7_70a23fc2994526d020628"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565deba855ad7_70a23fc2994526d020628 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565deba855ad7_70a23fc2994526d020628 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565deba855ad7_70a23fc2994526d020628--  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 192], ["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 540], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 192], ["receiver_id", 541], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 192], ["receiver_id", 540], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 192 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 541  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 192 Sent mail to user14@user.com (6.1ms) Date: Tue, 01 Dec 2015 10:49:12 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565deba85d12e_70a23fc2994526d02093e@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565deba85be4e_70a23fc2994526d0208ac"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565deba85be4e_70a23fc2994526d0208ac Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565deba85be4e_70a23fc2994526d0208ac Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565deba85be4e_70a23fc2994526d0208ac-- Mailboxer::Message Load (0.2ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."id" = 192 LIMIT 1 Mailboxer::MessageAttachment Load (0.1ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 192  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["email", "user15@user.com"], ["name", "User 15"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00], ["email", "user16@user.com"], ["name", "User 16"], ["updated_at", Tue, 01 Dec 2015 18:49:12 UTC +00:00]]  (0.9ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20151123025448) Migrating to CreateMailboxer (20151123152908) Migrating to AddConversationOptout (20151123152909) Migrating to AddMissingIndices (20151123152910) Migrating to CreateMessageAttachments (20151123235316)  (0.0ms) begin transaction SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["email", "user1@user.com"], ["name", "User 1"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (8.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["email", "user2@user.com"], ["name", "User 2"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 193], ["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 544], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["file", "testfile.txt"], ["message_id", 193], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["file", "1.mp4"], ["message_id", 193], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 193], ["receiver_id", 545], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 193], ["receiver_id", 544], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 193 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 545  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 193 Rendered mailboxer/message_mailer/new_message_email.html.erb (0.8ms) Rendered mailboxer/message_mailer/new_message_email.text.erb (0.3ms) Sent mail to user2@user.com (8.3ms) Date: Tue, 01 Dec 2015 10:49:54 -0800 From: no-reply@mailboxer.com To: user2@user.com Message-ID: <565debd28bae4_71173fc33905e6dc3019c@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565debd28a36d_71173fc33905e6dc3008f"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565debd28a36d_71173fc33905e6dc3008f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565debd28a36d_71173fc33905e6dc3008f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565debd28a36d_71173fc33905e6dc3008f--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["email", "user3@user.com"], ["name", "User 3"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["email", "user4@user.com"], ["name", "User 4"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 194], ["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 546], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["file", "testfile.txt"], ["message_id", 194], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["file", "1.mp4"], ["message_id", 194], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 194], ["receiver_id", 547], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (2.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 194], ["receiver_id", 546], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 194 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 547  (0.4ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 194 Sent mail to user4@user.com (6.2ms) Date: Tue, 01 Dec 2015 10:49:54 -0800 From: no-reply@mailboxer.com To: user4@user.com Message-ID: <565debd296201_71173fc33905e6dc3037a@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565debd294de5_71173fc33905e6dc3027a"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565debd294de5_71173fc33905e6dc3027a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565debd294de5_71173fc33905e6dc3027a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565debd294de5_71173fc33905e6dc3027a--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["email", "user5@user.com"], ["name", "User 5"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["email", "user6@user.com"], ["name", "User 6"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 195], ["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 548], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["file", "testfile.txt"], ["message_id", 195], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["file", "1.mp4"], ["message_id", 195], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.4ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 195], ["receiver_id", 549], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 195], ["receiver_id", 548], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 195 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 549  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 195 Sent mail to user6@user.com (7.1ms) Date: Tue, 01 Dec 2015 10:49:54 -0800 From: no-reply@mailboxer.com To: user6@user.com Message-ID: <565debd2a0db4_71173fc33905e6dc305bf@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565debd29fb63_71173fc33905e6dc304a2"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565debd29fb63_71173fc33905e6dc304a2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565debd29fb63_71173fc33905e6dc304a2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565debd29fb63_71173fc33905e6dc304a2--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["email", "user7@user.com"], ["name", "User 7"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["email", "user8@user.com"], ["name", "User 8"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 196], ["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 550], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["file", "testfile.txt"], ["message_id", 196], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["file", "1.mp4"], ["message_id", 196], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 196], ["receiver_id", 551], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (2.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 196], ["receiver_id", 550], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 196 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 551  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 196 Sent mail to user8@user.com (7.7ms) Date: Tue, 01 Dec 2015 10:49:54 -0800 From: no-reply@mailboxer.com To: user8@user.com Message-ID: <565debd2ab1b0_71173fc33905e6dc307eb@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565debd2aa1df_71173fc33905e6dc306df"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565debd2aa1df_71173fc33905e6dc306df Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565debd2aa1df_71173fc33905e6dc306df Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565debd2aa1df_71173fc33905e6dc306df--  (0.2ms) SELECT COUNT(*) FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 196  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["email", "user9@user.com"], ["name", "User 9"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["email", "user10@user.com"], ["name", "User 10"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 197], ["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 552], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["file", "testfile.txt"], ["message_id", 197], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["file", "1.mp4"], ["message_id", 197], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 197], ["receiver_id", 553], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 197], ["receiver_id", 552], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 197 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 553  (0.2ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 197 Sent mail to user10@user.com (5.8ms) Date: Tue, 01 Dec 2015 10:49:54 -0800 From: no-reply@mailboxer.com To: user10@user.com Message-ID: <565debd2bfa4b_71173fc33905e6dc30918@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565debd2beab6_71173fc33905e6dc30824"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565debd2beab6_71173fc33905e6dc30824 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565debd2beab6_71173fc33905e6dc30824 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565debd2beab6_71173fc33905e6dc30824--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["email", "user11@user.com"], ["name", "User 11"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["email", "user12@user.com"], ["name", "User 12"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 198], ["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 554], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["file", "testfile.txt"], ["message_id", 198], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["file", "1.mp4"], ["message_id", 198], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 198], ["receiver_id", 555], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 198], ["receiver_id", 554], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 198 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 555  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 198 Sent mail to user12@user.com (5.8ms) Date: Tue, 01 Dec 2015 10:49:54 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565debd2c9217_71173fc33905e6dc311ba@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565debd2c835b_71173fc33905e6dc3102f"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565debd2c835b_71173fc33905e6dc3102f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565debd2c835b_71173fc33905e6dc3102f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565debd2c835b_71173fc33905e6dc3102f--  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 199], ["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 554], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 199], ["receiver_id", 555], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 199], ["receiver_id", 554], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 199 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 555  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 199 Sent mail to user12@user.com (6.5ms) Date: Tue, 01 Dec 2015 10:49:54 -0800 From: no-reply@mailboxer.com To: user12@user.com Message-ID: <565debd2cf1e8_71173fc33905e6dc313da@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565debd2cdf62_71173fc33905e6dc31292"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565debd2cdf62_71173fc33905e6dc31292 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565debd2cdf62_71173fc33905e6dc31292 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565debd2cdf62_71173fc33905e6dc31292--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["email", "user13@user.com"], ["name", "User 13"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["email", "user14@user.com"], ["name", "User 14"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 200], ["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 556], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["file", "testfile.txt"], ["message_id", 200], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_message_attachments" ("created_at", "file", "message_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["file", "1.mp4"], ["message_id", 200], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 200], ["receiver_id", 557], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 200], ["receiver_id", 556], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 200 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 557  (0.3ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 200 Sent mail to user14@user.com (6.0ms) Date: Tue, 01 Dec 2015 10:49:54 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565debd2d8ceb_71173fc33905e6dc315b1@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565debd2d7cb3_71173fc33905e6dc314af"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565debd2d7cb3_71173fc33905e6dc314af Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565debd2d7cb3_71173fc33905e6dc314af Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565debd2d7cb3_71173fc33905e6dc314af--  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_conversations" ("created_at", "subject", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["subject", "Subject"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.2ms) INSERT INTO "mailboxer_notifications" ("attachment", "body", "conversation_id", "created_at", "draft", "expires", "global", "notification_code", "notified_object_id", "notified_object_type", "sender_id", "sender_type", "subject", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attachment", nil], ["body", "Body"], ["conversation_id", 201], ["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["draft", false], ["expires", nil], ["global", false], ["notification_code", nil], ["notified_object_id", nil], ["notified_object_type", nil], ["sender_id", 556], ["sender_type", "User"], ["subject", "Subject"], ["type", "Mailboxer::Message"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]] SQL (0.1ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", false], ["mailbox_type", "inbox"], ["notification_id", 201], ["receiver_id", 557], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "mailboxer_receipts" ("created_at", "deleted", "is_read", "mailbox_type", "notification_id", "receiver_id", "receiver_type", "trashed", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["deleted", false], ["is_read", true], ["mailbox_type", "sentbox"], ["notification_id", 201], ["receiver_id", 556], ["receiver_type", "User"], ["trashed", false], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "mailboxer_conversation_opt_outs" WHERE "mailboxer_conversation_opt_outs"."conversation_id" = 201 AND "mailboxer_conversation_opt_outs"."unsubscriber_type" = 'User' AND "mailboxer_conversation_opt_outs"."unsubscriber_id" = 557  (0.1ms) SELECT COUNT(*) FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."conversation_id" = 201 Sent mail to user14@user.com (6.2ms) Date: Tue, 01 Dec 2015 10:49:54 -0800 From: no-reply@mailboxer.com To: user14@user.com Message-ID: <565debd2df11e_71173fc33905e6dc3177e@ip-172-16-0-50.ec2.internal.mail> Subject: Mailboxer new message: Subject Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_565debd2ddf9f_71173fc33905e6dc31695"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_565debd2ddf9f_71173fc33905e6dc31695 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You have a new message: Subject =============================================== You have received a new message: ----------------------------------------------- Body ----------------------------------------------- Visit root_url and go to your inbox for more info. ----==_mimepart_565debd2ddf9f_71173fc33905e6dc31695 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

You have a new message: Subject

You have received a new message:

Body

Visit root_url and go to your inbox for more info.

----==_mimepart_565debd2ddf9f_71173fc33905e6dc31695-- Mailboxer::Message Load (0.2ms) SELECT "mailboxer_notifications".* FROM "mailboxer_notifications" WHERE "mailboxer_notifications"."type" IN ('Mailboxer::Message') AND "mailboxer_notifications"."id" = 201 LIMIT 1 Mailboxer::MessageAttachment Load (0.1ms) SELECT "mailboxer_message_attachments".* FROM "mailboxer_message_attachments" WHERE "mailboxer_message_attachments"."message_id" = 201  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00], ["email", "user15@user.com"], ["name", "User 15"], ["updated_at", Tue, 01 Dec 2015 18:49:54 UTC +00:00]]  (0.8ms) commit transaction