[1m[36m (7.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreatePushTypeUsers (20150928114749)
[1m[35m (0.1ms)[0m BEGIN
[1m[36mSQL (1.7ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "uuid-ossp"[0m
[1m[35m (2.1ms)[0m CREATE TABLE "push_type_users" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "name" character varying, "email" character varying, "field_store" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20150928114749"]]
[1m[35m (0.6ms)[0m COMMIT
Migrating to CreatePushTypeNodes (20150928114750)
[1m[36m (0.1ms)[0m [1mBEGIN[0m
[1m[35m (1.7ms)[0m CREATE TABLE "push_type_nodes" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "type" character varying, "title" character varying, "slug" character varying, "field_store" jsonb, "parent_id" uuid, "sort_order" integer, "status" integer, "published_at" timestamp, "published_to" timestamp, "creator_id" uuid, "updater_id" uuid, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "deleted_at" timestamp)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20150928114750"]]
[1m[35m (0.4ms)[0m COMMIT
Migrating to CreatePushTypeNodeHierarchies (20150928114751)
[1m[36m (0.1ms)[0m [1mBEGIN[0m
[1m[35m (0.4ms)[0m CREATE TABLE "push_type_node_hierarchies" ("ancestor_id" uuid NOT NULL, "descendant_id" uuid NOT NULL, "generations" integer NOT NULL)
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "node_anc_desc_idx" ON "push_type_node_hierarchies" ("ancestor_id", "descendant_id", "generations")[0m
[1m[35m (0.5ms)[0m CREATE INDEX "node_desc_idx" ON "push_type_node_hierarchies" ("descendant_id")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20150928114751"]]
[1m[35m (0.4ms)[0m COMMIT
Migrating to CreatePushTypeAssets (20150928114752)
[1m[36m (0.1ms)[0m [1mBEGIN[0m
[1m[35m (1.7ms)[0m CREATE TABLE "push_type_assets" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "file_uid" character varying, "file_name" character varying, "file_size" integer, "file_ext" character varying, "mime_type" character varying, "description" character varying, "uploader_id" uuid, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "deleted_at" timestamp)
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20150928114752"]]
[1m[35m (0.5ms)[0m COMMIT
Migrating to CreatePushTypeTaxonomies (20150928114753)
[1m[36m (0.1ms)[0m [1mBEGIN[0m
[1m[35m (1.5ms)[0m CREATE TABLE "push_type_taxonomies" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "type" character varying, "title" character varying, "slug" character varying, "parent_id" uuid, "sort_order" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
[1m[36m (0.2ms)[0m [1mALTER TABLE "push_type_assets" ADD "tags" character varying[][0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150928114753"]]
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
Migrating to CreatePushTypeTaxonomyHierarchies (20150928114754)
[1m[35m (0.1ms)[0m BEGIN
[1m[36m (0.4ms)[0m [1mCREATE TABLE "push_type_taxonomy_hierarchies" ("ancestor_id" uuid NOT NULL, "descendant_id" uuid NOT NULL, "generations" integer NOT NULL) [0m
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "taxonomy_anc_desc_idx" ON "push_type_taxonomy_hierarchies" ("ancestor_id", "descendant_id", "generations")
[1m[36m (0.5ms)[0m [1mCREATE INDEX "taxonomy_desc_idx" ON "push_type_taxonomy_hierarchies" ("descendant_id")[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150928114754"]]
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
Migrating to AddFieldStoreDefaultValues (20150928114755)
[1m[35m (0.1ms)[0m BEGIN
[1m[36m (0.3ms)[0m [1mALTER TABLE "push_type_nodes" ALTER COLUMN "field_store" TYPE jsonb[0m
[1m[35m (0.2ms)[0m ALTER TABLE "push_type_nodes" ALTER COLUMN "field_store" SET DEFAULT '{}'
[1m[36m (0.2ms)[0m [1mUPDATE "push_type_nodes" SET "field_store"='{}' WHERE "field_store" IS NULL[0m
[1m[35m (0.1ms)[0m ALTER TABLE "push_type_nodes" ALTER "field_store" SET NOT NULL
[1m[36m (0.2ms)[0m [1mALTER TABLE "push_type_users" ALTER COLUMN "field_store" TYPE jsonb[0m
[1m[35m (0.2ms)[0m ALTER TABLE "push_type_users" ALTER COLUMN "field_store" SET DEFAULT '{}'
[1m[36m (0.2ms)[0m [1mUPDATE "push_type_users" SET "field_store"='{}' WHERE "field_store" IS NULL[0m
[1m[35m (0.1ms)[0m ALTER TABLE "push_type_users" ALTER "field_store" SET NOT NULL
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20150928114755"]]
[1m[35m (0.5ms)[0m COMMIT
Migrating to DeviseExtendPushTypeUsers (20150928114756)
[1m[36m (0.1ms)[0m [1mBEGIN[0m
[1m[35m (2.5ms)[0m ALTER TABLE "push_type_users" ADD "encrypted_password" character varying DEFAULT '' NOT NULL
[1m[36m (0.1ms)[0m [1mALTER TABLE "push_type_users" ADD "reset_password_token" character varying[0m
[1m[35m (0.1ms)[0m ALTER TABLE "push_type_users" ADD "reset_password_sent_at" timestamp
[1m[36m (0.1ms)[0m [1mALTER TABLE "push_type_users" ADD "remember_created_at" timestamp[0m
[1m[35m (2.1ms)[0m ALTER TABLE "push_type_users" ADD "sign_in_count" integer DEFAULT 0 NOT NULL
[1m[36m (0.1ms)[0m [1mALTER TABLE "push_type_users" ADD "current_sign_in_at" timestamp[0m
[1m[35m (0.1ms)[0m ALTER TABLE "push_type_users" ADD "last_sign_in_at" timestamp
[1m[36m (0.1ms)[0m [1mALTER TABLE "push_type_users" ADD "current_sign_in_ip" character varying[0m
[1m[35m (0.1ms)[0m ALTER TABLE "push_type_users" ADD "last_sign_in_ip" character varying
[1m[36m (0.1ms)[0m [1mALTER TABLE "push_type_users" ADD "confirmation_token" character varying[0m
[1m[35m (0.1ms)[0m ALTER TABLE "push_type_users" ADD "confirmed_at" timestamp
[1m[36m (0.1ms)[0m [1mALTER TABLE "push_type_users" ADD "confirmation_sent_at" timestamp[0m
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "index_push_type_users_on_email" ON "push_type_users" ("email")
[1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "index_push_type_users_on_reset_password_token" ON "push_type_users" ("reset_password_token")[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150928114756"]]
[1m[36m (1.1ms)[0m [1mCOMMIT[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (1.6ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
FROM pg_constraint c
JOIN pg_class t1 ON c.conrelid = t1.oid
JOIN pg_class t2 ON c.confrelid = t2.oid
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
JOIN pg_namespace t3 ON c.connamespace = t3.oid
WHERE c.contype = 'f'
AND t1.relname = 'push_type_assets'
AND t3.nspname = ANY (current_schemas(false))
ORDER BY c.conname
[0m
[1m[35m (1.2ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
FROM pg_constraint c
JOIN pg_class t1 ON c.conrelid = t1.oid
JOIN pg_class t2 ON c.confrelid = t2.oid
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
JOIN pg_namespace t3 ON c.connamespace = t3.oid
WHERE c.contype = 'f'
AND t1.relname = 'push_type_node_hierarchies'
AND t3.nspname = ANY (current_schemas(false))
ORDER BY c.conname
[1m[36m (1.3ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
FROM pg_constraint c
JOIN pg_class t1 ON c.conrelid = t1.oid
JOIN pg_class t2 ON c.confrelid = t2.oid
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
JOIN pg_namespace t3 ON c.connamespace = t3.oid
WHERE c.contype = 'f'
AND t1.relname = 'push_type_nodes'
AND t3.nspname = ANY (current_schemas(false))
ORDER BY c.conname
[0m
[1m[35m (1.3ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
FROM pg_constraint c
JOIN pg_class t1 ON c.conrelid = t1.oid
JOIN pg_class t2 ON c.confrelid = t2.oid
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
JOIN pg_namespace t3 ON c.connamespace = t3.oid
WHERE c.contype = 'f'
AND t1.relname = 'push_type_taxonomies'
AND t3.nspname = ANY (current_schemas(false))
ORDER BY c.conname
[1m[36m (1.2ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
FROM pg_constraint c
JOIN pg_class t1 ON c.conrelid = t1.oid
JOIN pg_class t2 ON c.confrelid = t2.oid
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
JOIN pg_namespace t3 ON c.connamespace = t3.oid
WHERE c.contype = 'f'
AND t1.relname = 'push_type_taxonomy_hierarchies'
AND t3.nspname = ANY (current_schemas(false))
ORDER BY c.conname
[0m
[1m[35m (1.2ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
FROM pg_constraint c
JOIN pg_class t1 ON c.conrelid = t1.oid
JOIN pg_class t2 ON c.confrelid = t2.oid
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
JOIN pg_namespace t3 ON c.connamespace = t3.oid
WHERE c.contype = 'f'
AND t1.relname = 'push_type_users'
AND t3.nspname = ANY (current_schemas(false))
ORDER BY c.conname
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.4ms)[0m ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "push_type_nodes" DISABLE TRIGGER ALL;ALTER TABLE "push_type_node_hierarchies" DISABLE TRIGGER ALL;ALTER TABLE "push_type_taxonomies" DISABLE TRIGGER ALL;ALTER TABLE "push_type_assets" DISABLE TRIGGER ALL;ALTER TABLE "push_type_taxonomy_hierarchies" DISABLE TRIGGER ALL;ALTER TABLE "push_type_users" DISABLE TRIGGER ALL
[1m[36m (0.9ms)[0m [1m SELECT schemaname || '.' || tablename
FROM pg_tables
WHERE
tablename !~ '_prt_' AND
tablename <> 'schema_migrations' AND
schemaname = ANY (current_schemas(false))
[0m
[1m[35m (1.0ms)[0m select table_name from information_schema.views where table_schema = 'dummy_test'
[1m[36m (10.0ms)[0m [1mTRUNCATE TABLE "public"."push_type_nodes", "public"."push_type_node_hierarchies", "public"."push_type_taxonomies", "public"."push_type_assets", "public"."push_type_taxonomy_hierarchies", "public"."push_type_users" RESTART IDENTITY CASCADE;[0m
[1m[35m (0.3ms)[0m ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "push_type_nodes" ENABLE TRIGGER ALL;ALTER TABLE "push_type_taxonomies" ENABLE TRIGGER ALL;ALTER TABLE "push_type_assets" ENABLE TRIGGER ALL;ALTER TABLE "push_type_users" ENABLE TRIGGER ALL;ALTER TABLE "push_type_node_hierarchies" ENABLE TRIGGER ALL;ALTER TABLE "push_type_taxonomy_hierarchies" ENABLE TRIGGER ALL
[1m[36m (0.1ms)[0m [1mBEGIN[0m
------------------------------------------------------------------------------------------------------
PushType::ConfirmationsControllerTest::GET #show::with invalid confirmation token: test_0001_anonymous
------------------------------------------------------------------------------------------------------
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
Processing by PushType::ConfirmationsController#show as HTML
Parameters: {"confirmation_token"=>"invalid"}
[1m[36mPushType::User Load (0.4ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["confirmation_token", "invalid"]]
[1m[35mPushType::User Load (0.2ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "invalid"]]
[1m[36mPushType::User Load (0.2ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["confirmation_token", "5c793a37d5070450b5a9371ce7dc3494302fde0b6d668820c0ea8f4335585cff"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (1.3ms)
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/new.html.haml within layouts/push_type/auth (23.7ms)
Completed 200 OK in 10411ms (Views: 10218.3ms | ActiveRecord: 2.0ms)
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
[1m[35m (0.1ms)[0m BEGIN
------------------------------------------------------------------------------------------------------
PushType::ConfirmationsControllerTest::GET #show::with invalid confirmation token: test_0002_anonymous
------------------------------------------------------------------------------------------------------
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
Processing by PushType::ConfirmationsController#show as HTML
Parameters: {"confirmation_token"=>"invalid"}
[1m[35mPushType::User Load (0.3ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "invalid"]]
[1m[36mPushType::User Load (0.2ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["confirmation_token", "invalid"]]
[1m[35mPushType::User Load (0.2ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "5c793a37d5070450b5a9371ce7dc3494302fde0b6d668820c0ea8f4335585cff"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/new.html.haml within layouts/push_type/auth (1.4ms)
Completed 200 OK in 8ms (Views: 4.9ms | ActiveRecord: 0.6ms)
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK
[1m[36m (0.0ms)[0m [1mBEGIN[0m
---------------------------------------------------------------
PushType::AuthenticatableTest::validatable: test_0001_anonymous
---------------------------------------------------------------
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK
[1m[36m (0.1ms)[0m [1mBEGIN[0m
---------------------------------------------------------------
PushType::AuthenticatableTest::validatable: test_0002_anonymous
---------------------------------------------------------------
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m ROLLBACK
[1m[36m (0.0ms)[0m [1mBEGIN[0m
--------------------------------------------------------------------------------------------------------------
PushType::AuthenticatableTest::#password_required?::with existing user and dirty password: test_0001_anonymous
--------------------------------------------------------------------------------------------------------------
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mPushType::User Exists (0.3ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-1@example.com' LIMIT 1
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-1@example.com' LIMIT 1[0m
[1m[35mPushType::User Load (0.1ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "0f2261de7e1260ba81a341d40aae842812b1ea3b216af22aad4158ba64a42fe4"]]
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-1@example.com"], ["created_at", "2015-09-28 11:48:05.569811"], ["updated_at", "2015-09-28 11:48:05.569811"], ["confirmation_token", "zZfQUA5sfFnPq48Pyr28"], ["confirmation_sent_at", "2015-09-28 11:48:05.570627"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.7ms)
Devise::Mailer#confirmation_instructions: processed outbound mail in 162.0ms
Sent mail to joe-1@example.com (39.0ms)
Date: Mon, 28 Sep 2015 12:48:05 +0100
From: pushtype@example.com
Reply-To: pushtype@example.com
To: joe-1@example.com
Message-ID: <560928f5cccf9_1c123feeca065bf021781@Aarons-iMac.local.mail>
Subject: [PushType] Confirm your account
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_560928f5c4202_1c123feeca065bf02167d";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_560928f5c4202_1c123feeca065bf02167d
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
PushType ( http://localhost:3000/push_type/ )
Hello Joe Bloggs
You're receiving this email because a PushType account has been
created for you.
To get started, confirm your account and set your own password by
clicking the link below:
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=zZfQUA5sfFnPq48Pyr28 )
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
----==_mimepart_560928f5c4202_1c123feeca065bf02167d
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
[PushType] Confirm your account
|
 |
Hello Joe Bloggs
You're receiving this email because a PushType account has been created for you.
To get started, confirm your account and set your own password by clicking the link below:
|
|
|
----==_mimepart_560928f5c4202_1c123feeca065bf02167d--
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK
[1m[36m (0.0ms)[0m [1mBEGIN[0m
-----------------------------------------------------------------------------------
PushType::ProfilesControllerTest::PUT #update::with valid user: test_0001_anonymous
-----------------------------------------------------------------------------------
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-2@example.com' LIMIT 1
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-2@example.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-2@example.com"], ["confirmation_sent_at", "2015-09-28 11:48:05.872867"], ["confirmed_at", "2015-09-28 11:48:05.872953"], ["confirmation_token", "Generated account"], ["created_at", "2015-09-28 11:48:05.874848"], ["updated_at", "2015-09-28 11:48:05.874848"]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
Processing by PushType::ProfilesController#update as HTML
Parameters: {"user"=>{"name"=>"Test user ABC"}}
[1m[35mPushType::User Load (0.2ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "7d8908e7-b623-4a69-becb-100c467769c1"]]
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-2@example.com' AND "push_type_users"."id" != '7d8908e7-b623-4a69-becb-100c467769c1') LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mUPDATE "push_type_users" SET "name" = $1, "updated_at" = $2 WHERE "push_type_users"."id" = $3[0m [["name", "Test user ABC"], ["updated_at", "2015-09-28 11:48:05.880882"], ["id", "7d8908e7-b623-4a69-becb-100c467769c1"]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Redirected to http://test.host/push_type/profile/edit
Completed 302 Found in 5ms (ActiveRecord: 0.7ms)
[1m[36mPushType::User Load (0.1ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 LIMIT 1[0m [["id", "7d8908e7-b623-4a69-becb-100c467769c1"]]
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
[1m[35m (0.1ms)[0m BEGIN
-----------------------------------------------------------------------------------
PushType::ProfilesControllerTest::PUT #update::with valid user: test_0002_anonymous
-----------------------------------------------------------------------------------
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-3@example.com' LIMIT 1[0m
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-3@example.com' LIMIT 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-3@example.com"], ["confirmation_sent_at", "2015-09-28 11:48:05.885207"], ["confirmed_at", "2015-09-28 11:48:05.885253"], ["confirmation_token", "Generated account"], ["created_at", "2015-09-28 11:48:05.886524"], ["updated_at", "2015-09-28 11:48:05.886524"]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Processing by PushType::ProfilesController#update as HTML
Parameters: {"user"=>{"name"=>"Test user ABC"}}
[1m[36mPushType::User Load (0.2ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["id", "305700e8-c2b1-4675-a877-b46fe572bd96"]]
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-3@example.com' AND "push_type_users"."id" != '305700e8-c2b1-4675-a877-b46fe572bd96') LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m UPDATE "push_type_users" SET "name" = $1, "updated_at" = $2 WHERE "push_type_users"."id" = $3 [["name", "Test user ABC"], ["updated_at", "2015-09-28 11:48:05.890498"], ["id", "305700e8-c2b1-4675-a877-b46fe572bd96"]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
Redirected to http://test.host/push_type/profile/edit
Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
[1m[35m (0.1ms)[0m BEGIN
-----------------------------------------------------------------------------------
PushType::ProfilesControllerTest::PUT #update::with valid user: test_0003_anonymous
-----------------------------------------------------------------------------------
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-4@example.com' LIMIT 1[0m
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-4@example.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-4@example.com"], ["confirmation_sent_at", "2015-09-28 11:48:05.893453"], ["confirmed_at", "2015-09-28 11:48:05.893499"], ["confirmation_token", "Generated account"], ["created_at", "2015-09-28 11:48:05.894752"], ["updated_at", "2015-09-28 11:48:05.894752"]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Processing by PushType::ProfilesController#update as HTML
Parameters: {"user"=>{"name"=>"Test user ABC"}}
[1m[36mPushType::User Load (0.2ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["id", "de19e010-bb64-43f2-9270-86f14baaa654"]]
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-4@example.com' AND "push_type_users"."id" != 'de19e010-bb64-43f2-9270-86f14baaa654') LIMIT 1[0m
[1m[35mSQL (0.1ms)[0m UPDATE "push_type_users" SET "name" = $1, "updated_at" = $2 WHERE "push_type_users"."id" = $3 [["name", "Test user ABC"], ["updated_at", "2015-09-28 11:48:05.898761"], ["id", "de19e010-bb64-43f2-9270-86f14baaa654"]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
Redirected to http://test.host/push_type/profile/edit
Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
[1m[35m (0.1ms)[0m BEGIN
---------------------------------------------------------------
PushType::AuthenticatableTest::recoverable: test_0001_anonymous
---------------------------------------------------------------
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
[1m[35m (0.1ms)[0m BEGIN
-------------------------------------------------------------------------------------
PushType::ProfilesControllerTest::PUT #update::with invalid user: test_0001_anonymous
-------------------------------------------------------------------------------------
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-5@example.com' LIMIT 1[0m
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-5@example.com' LIMIT 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-5@example.com"], ["confirmation_sent_at", "2015-09-28 11:48:05.904547"], ["confirmed_at", "2015-09-28 11:48:05.904596"], ["confirmation_token", "Generated account"], ["created_at", "2015-09-28 11:48:05.906031"], ["updated_at", "2015-09-28 11:48:05.906031"]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Processing by PushType::ProfilesController#update as HTML
Parameters: {"user"=>{"name"=>""}}
[1m[36mPushType::User Load (0.2ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["id", "d044616f-0959-4a18-b015-58c610ae8050"]]
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-5@example.com' AND "push_type_users"."id" != 'd044616f-0959-4a18-b015-58c610ae8050') LIMIT 1[0m
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_2
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (16.7ms)
Completed 200 OK in 34ms (Views: 31.3ms | ActiveRecord: 0.5ms)
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK
[1m[36m (0.1ms)[0m [1mBEGIN[0m
-------------------------------------------------------------------------------------
PushType::ProfilesControllerTest::PUT #update::with invalid user: test_0002_anonymous
-------------------------------------------------------------------------------------
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-6@example.com' LIMIT 1
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-6@example.com' LIMIT 1[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-6@example.com"], ["confirmation_sent_at", "2015-09-28 11:48:05.943946"], ["confirmed_at", "2015-09-28 11:48:05.944010"], ["confirmation_token", "Generated account"], ["created_at", "2015-09-28 11:48:05.945516"], ["updated_at", "2015-09-28 11:48:05.945516"]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
Processing by PushType::ProfilesController#update as HTML
Parameters: {"user"=>{"name"=>""}}
[1m[35mPushType::User Load (0.2ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "a799eecb-01ea-455f-aa5d-bf05b7a893ce"]]
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-6@example.com' AND "push_type_users"."id" != 'a799eecb-01ea-455f-aa5d-bf05b7a893ce') LIMIT 1
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_2[0m
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (1.8ms)
Completed 200 OK in 10ms (Views: 6.8ms | ActiveRecord: 0.6ms)
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
[1m[35m (0.1ms)[0m BEGIN
---------------------------------------------------------------
PushType::UsersControllerTest::PUT #invite: test_0002_anonymous
---------------------------------------------------------------
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-7@example.com' LIMIT 1[0m
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-7@example.com' LIMIT 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-7@example.com"], ["confirmation_sent_at", "2015-09-28 11:48:05.959671"], ["confirmed_at", "2015-09-28 11:48:05.959731"], ["confirmation_token", "Generated account"], ["created_at", "2015-09-28 11:48:05.961223"], ["updated_at", "2015-09-28 11:48:05.961223"]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-8@example.com' LIMIT 1
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-8@example.com' LIMIT 1[0m
[1m[35mPushType::User Load (0.1ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "c88b2c0c932b8fb313ec8ce34893010059d7bfe3d78b38018deeea01804bf49e"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-8@example.com"], ["created_at", "2015-09-28 11:48:05.963938"], ["updated_at", "2015-09-28 11:48:05.963938"], ["confirmation_token", "CZcyUDeTR7k36_qFJc-L"], ["confirmation_sent_at", "2015-09-28 11:48:05.964712"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.3ms)
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.5ms
Sent mail to joe-8@example.com (2.9ms)
Date: Mon, 28 Sep 2015 12:48:05 +0100
From: pushtype@example.com
Reply-To: pushtype@example.com
To: joe-8@example.com
Message-ID: <560928f5f2e07_1c123feeca065bf02203e@Aarons-iMac.local.mail>
Subject: [PushType] Confirm your account
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_560928f5f28d1_1c123feeca065bf02197";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_560928f5f28d1_1c123feeca065bf02197
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
PushType ( http://localhost:3000/push_type/ )
Hello Joe Bloggs
You're receiving this email because a PushType account has been
created for you.
To get started, confirm your account and set your own password by
clicking the link below:
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=CZcyUDeTR7k36_qFJc-L )
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
----==_mimepart_560928f5f28d1_1c123feeca065bf02197
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
[PushType] Confirm your account
|
 |
Hello Joe Bloggs
You're receiving this email because a PushType account has been created for you.
To get started, confirm your account and set your own password by clicking the link below:
|
|
|
----==_mimepart_560928f5f28d1_1c123feeca065bf02197--
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Processing by PushType::UsersController#invite as HTML
Parameters: {"id"=>"19ec4bb4-a2b3-4d5f-9c31-ea0020fc22fa"}
[1m[36mPushType::User Load (0.2ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["id", "ff33720c-b32f-4d69-9e55-f12850b6ccd9"]]
[1m[35mPushType::User Load (0.1ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "19ec4bb4-a2b3-4d5f-9c31-ea0020fc22fa"]]
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.2ms
Sent mail to joe-8@example.com (2.9ms)
Date: Mon, 28 Sep 2015 12:48:06 +0100
From: pushtype@example.com
Reply-To: pushtype@example.com
To: joe-8@example.com
Message-ID: <560928f61c1d7_1c123feeca065bf0223cd@Aarons-iMac.local.mail>
Subject: [PushType] Confirm your account
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_560928f61bcad_1c123feeca065bf0222e4";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_560928f61bcad_1c123feeca065bf0222e4
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
PushType ( http://localhost:3000/push_type/ )
Hello Joe Bloggs
You're receiving this email because a PushType account has been
created for you.
To get started, confirm your account and set your own password by
clicking the link below:
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=CZcyUDeTR7k36_qFJc-L )
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
----==_mimepart_560928f61bcad_1c123feeca065bf0222e4
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
[PushType] Confirm your account
|
 |
Hello Joe Bloggs
You're receiving this email because a PushType account has been created for you.
To get started, confirm your account and set your own password by clicking the link below:
|
|
|
----==_mimepart_560928f61bcad_1c123feeca065bf0222e4--
Redirected to /push_type/users
Completed 302 Found in 119ms (ActiveRecord: 0.5ms)
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK
[1m[36m (0.1ms)[0m [1mBEGIN[0m
---------------------------------------------------------------
PushType::UsersControllerTest::PUT #invite: test_0001_anonymous
---------------------------------------------------------------
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-9@example.com' LIMIT 1
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-9@example.com' LIMIT 1[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-9@example.com"], ["confirmation_sent_at", "2015-09-28 11:48:06.119332"], ["confirmed_at", "2015-09-28 11:48:06.119394"], ["confirmation_token", "Generated account"], ["created_at", "2015-09-28 11:48:06.120887"], ["updated_at", "2015-09-28 11:48:06.120887"]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-10@example.com' LIMIT 1[0m
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-10@example.com' LIMIT 1
[1m[36mPushType::User Load (0.1ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["confirmation_token", "317d297c3292d47d5d2729cc9f3b4ed17bb42f3d2e5a4f107fc11c9b5888c0ea"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-10@example.com"], ["created_at", "2015-09-28 11:48:06.123435"], ["updated_at", "2015-09-28 11:48:06.123435"], ["confirmation_token", "2Y4uDtnMgi7ehDdSF5Cx"], ["confirmation_sent_at", "2015-09-28 11:48:06.124096"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.3ms
Sent mail to joe-10@example.com (3.0ms)
Date: Mon, 28 Sep 2015 12:48:06 +0100
From: pushtype@example.com
Reply-To: pushtype@example.com
To: joe-10@example.com
Message-ID: <560928f625d62_1c123feeca065bf022627@Aarons-iMac.local.mail>
Subject: [PushType] Confirm your account
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_560928f6257cf_1c123feeca065bf0225c9";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_560928f6257cf_1c123feeca065bf0225c9
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
PushType ( http://localhost:3000/push_type/ )
Hello Joe Bloggs
You're receiving this email because a PushType account has been
created for you.
To get started, confirm your account and set your own password by
clicking the link below:
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=2Y4uDtnMgi7ehDdSF5Cx )
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
----==_mimepart_560928f6257cf_1c123feeca065bf0225c9
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
[PushType] Confirm your account
|
 |
Hello Joe Bloggs
You're receiving this email because a PushType account has been created for you.
To get started, confirm your account and set your own password by clicking the link below:
|
|
|
----==_mimepart_560928f6257cf_1c123feeca065bf0225c9--
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
Processing by PushType::UsersController#invite as HTML
Parameters: {"id"=>"1e639e39-23bc-491b-a8cb-4c160059a171"}
[1m[35mPushType::User Load (0.1ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "d74c9c72-848d-4145-b496-d9734afed78c"]]
[1m[36mPushType::User Load (0.1ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["id", "1e639e39-23bc-491b-a8cb-4c160059a171"]]
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.2ms
Sent mail to joe-10@example.com (2.9ms)
Date: Mon, 28 Sep 2015 12:48:06 +0100
From: pushtype@example.com
Reply-To: pushtype@example.com
To: joe-10@example.com
Message-ID: <560928f62e701_1c123feeca065bf02298f@Aarons-iMac.local.mail>
Subject: [PushType] Confirm your account
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_560928f62e1e9_1c123feeca065bf02281b";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_560928f62e1e9_1c123feeca065bf02281b
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
PushType ( http://localhost:3000/push_type/ )
Hello Joe Bloggs
You're receiving this email because a PushType account has been
created for you.
To get started, confirm your account and set your own password by
clicking the link below:
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=2Y4uDtnMgi7ehDdSF5Cx )
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
----==_mimepart_560928f62e1e9_1c123feeca065bf02281b
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
[PushType] Confirm your account
|
 |
Hello Joe Bloggs
You're receiving this email because a PushType account has been created for you.
To get started, confirm your account and set your own password by clicking the link below:
|
|
|
----==_mimepart_560928f62e1e9_1c123feeca065bf02281b--
Redirected to /push_type/users
Completed 302 Found in 34ms (ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
[1m[35m (0.1ms)[0m BEGIN
---------------------------------------------------------------
PushType::UsersControllerTest::PUT #invite: test_0003_anonymous
---------------------------------------------------------------
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-11@example.com' LIMIT 1[0m
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-11@example.com' LIMIT 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-11@example.com"], ["confirmation_sent_at", "2015-09-28 11:48:06.194185"], ["confirmed_at", "2015-09-28 11:48:06.194244"], ["confirmation_token", "Generated account"], ["created_at", "2015-09-28 11:48:06.195687"], ["updated_at", "2015-09-28 11:48:06.195687"]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-12@example.com' LIMIT 1
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-12@example.com' LIMIT 1[0m
[1m[35mPushType::User Load (0.1ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "7572e4b59de592dc9b628e664d11d09f0e16db2b908b3a6d55da011d71769450"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-12@example.com"], ["created_at", "2015-09-28 11:48:06.198517"], ["updated_at", "2015-09-28 11:48:06.198517"], ["confirmation_token", "1_qkwhxhd7LAibQVakQ9"], ["confirmation_sent_at", "2015-09-28 11:48:06.199195"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.2ms
Sent mail to joe-12@example.com (3.1ms)
Date: Mon, 28 Sep 2015 12:48:06 +0100
From: pushtype@example.com
Reply-To: pushtype@example.com
To: joe-12@example.com
Message-ID: <560928f637e93_1c123feeca065bf023264@Aarons-iMac.local.mail>
Subject: [PushType] Confirm your account
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_560928f6378fc_1c123feeca065bf0231eb";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_560928f6378fc_1c123feeca065bf0231eb
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
PushType ( http://localhost:3000/push_type/ )
Hello Joe Bloggs
You're receiving this email because a PushType account has been
created for you.
To get started, confirm your account and set your own password by
clicking the link below:
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=1_qkwhxhd7LAibQVakQ9 )
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
----==_mimepart_560928f6378fc_1c123feeca065bf0231eb
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
[PushType] Confirm your account
|
 |
Hello Joe Bloggs
You're receiving this email because a PushType account has been created for you.
To get started, confirm your account and set your own password by clicking the link below:
|
|
|
----==_mimepart_560928f6378fc_1c123feeca065bf0231eb--
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Processing by PushType::UsersController#invite as HTML
Parameters: {"id"=>"d5737b15-c300-4d41-89e5-f6f5471c78e1"}
[1m[36mPushType::User Load (0.1ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["id", "311ca9ce-f63e-480a-90e2-59fe013a4cee"]]
[1m[35mPushType::User Load (0.1ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "d5737b15-c300-4d41-89e5-f6f5471c78e1"]]
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.1ms
Sent mail to joe-12@example.com (2.9ms)
Date: Mon, 28 Sep 2015 12:48:06 +0100
From: pushtype@example.com
Reply-To: pushtype@example.com
To: joe-12@example.com
Message-ID: <560928f6405a2_1c123feeca065bf0235ca@Aarons-iMac.local.mail>
Subject: [PushType] Confirm your account
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_560928f640055_1c123feeca065bf02342e";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_560928f640055_1c123feeca065bf02342e
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
PushType ( http://localhost:3000/push_type/ )
Hello Joe Bloggs
You're receiving this email because a PushType account has been
created for you.
To get started, confirm your account and set your own password by
clicking the link below:
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=1_qkwhxhd7LAibQVakQ9 )
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
----==_mimepart_560928f640055_1c123feeca065bf02342e
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
[PushType] Confirm your account
|
 |
Hello Joe Bloggs
You're receiving this email because a PushType account has been created for you.
To get started, confirm your account and set your own password by clicking the link below:
|
|
|
----==_mimepart_560928f640055_1c123feeca065bf02342e--
Redirected to /push_type/users
Completed 302 Found in 33ms (ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK
[1m[36m (0.1ms)[0m [1mBEGIN[0m
---------------------------------------------------------------
PushType::AuthenticatableTest::confirmable: test_0001_anonymous
---------------------------------------------------------------
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK
[1m[36m (0.1ms)[0m [1mBEGIN[0m
--------------------------------------------------------------------------------------------------------------
PushType::AuthenticatableTest::#password_required?::with existing user and clean password: test_0001_anonymous
--------------------------------------------------------------------------------------------------------------
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-13@example.com' LIMIT 1
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-13@example.com' LIMIT 1[0m
[1m[35mPushType::User Load (0.1ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "71c7b8b843f92ef0cbc2f97938480d7901a16b245e59698cd70c06a1034bd95c"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-13@example.com"], ["created_at", "2015-09-28 11:48:06.271251"], ["updated_at", "2015-09-28 11:48:06.271251"], ["confirmation_token", "uysssJFp3uTsxnCWNxkx"], ["confirmation_sent_at", "2015-09-28 11:48:06.271943"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.1ms
Sent mail to joe-13@example.com (3.0ms)
Date: Mon, 28 Sep 2015 12:48:06 +0100
From: pushtype@example.com
Reply-To: pushtype@example.com
To: joe-13@example.com
Message-ID: <560928f649a01_1c123feeca065bf02381d@Aarons-iMac.local.mail>
Subject: [PushType] Confirm your account
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_560928f64948d_1c123feeca065bf0237af";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_560928f64948d_1c123feeca065bf0237af
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
PushType ( http://localhost:3000/push_type/ )
Hello Joe Bloggs
You're receiving this email because a PushType account has been
created for you.
To get started, confirm your account and set your own password by
clicking the link below:
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=uysssJFp3uTsxnCWNxkx )
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
----==_mimepart_560928f64948d_1c123feeca065bf0237af
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
[PushType] Confirm your account
|
 |
Hello Joe Bloggs
You're receiving this email because a PushType account has been created for you.
To get started, confirm your account and set your own password by clicking the link below:
|
|
|
----==_mimepart_560928f64948d_1c123feeca065bf0237af--
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK
[1m[36m (0.1ms)[0m [1mBEGIN[0m
----------------------------------------------------------------
PushType::AuthenticatableTest::rememberable: test_0001_anonymous
----------------------------------------------------------------
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK
[1m[36m (0.1ms)[0m [1mBEGIN[0m
--------------------------------------------------------------------------------------
PushType::AuthenticatableTest::#password_required?::with new user: test_0001_anonymous
--------------------------------------------------------------------------------------
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m ROLLBACK
[1m[36m (0.1ms)[0m [1mBEGIN[0m
------------------------------------------------------------------------------------------
PushType::ConfirmationsControllerTest::PUT #update::with invalid user: test_0002_anonymous
------------------------------------------------------------------------------------------
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-14@example.com' LIMIT 1
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-14@example.com' LIMIT 1[0m
[1m[35mPushType::User Load (0.1ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "f254325edf8d46fa5626704dc0543472af5b577b11c65376f656b079ff5d461a"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-14@example.com"], ["created_at", "2015-09-28 11:48:06.311515"], ["updated_at", "2015-09-28 11:48:06.311515"], ["confirmation_token", "Wm8rjrXMoHbdLPuGrSPk"], ["confirmation_sent_at", "2015-09-28 11:48:06.312232"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.3ms
Sent mail to joe-14@example.com (2.9ms)
Date: Mon, 28 Sep 2015 12:48:06 +0100
From: pushtype@example.com
Reply-To: pushtype@example.com
To: joe-14@example.com
Message-ID: <560928f653891_1c123feeca065bf0241d0@Aarons-iMac.local.mail>
Subject: [PushType] Confirm your account
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_560928f65334b_1c123feeca065bf0240f6";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_560928f65334b_1c123feeca065bf0240f6
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
PushType ( http://localhost:3000/push_type/ )
Hello Joe Bloggs
You're receiving this email because a PushType account has been
created for you.
To get started, confirm your account and set your own password by
clicking the link below:
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=Wm8rjrXMoHbdLPuGrSPk )
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
----==_mimepart_560928f65334b_1c123feeca065bf0240f6
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
[PushType] Confirm your account
|
 |
Hello Joe Bloggs
You're receiving this email because a PushType account has been created for you.
To get started, confirm your account and set your own password by clicking the link below:
|
|
|
----==_mimepart_560928f65334b_1c123feeca065bf0240f6--
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Processing by PushType::ConfirmationsController#update as HTML
Parameters: {"user"=>{"confirmation_token"=>"Wm8rjrXMoHbdLPuGrSPk", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
[1m[36mPushType::User Load (0.1ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["confirmation_token", "Wm8rjrXMoHbdLPuGrSPk"]]
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-14@example.com' AND "push_type_users"."id" != '3f83b3df-0bef-4295-9b8c-f2379bf9e6cd') LIMIT 1
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (4.3ms)
Completed 200 OK in 30ms (Views: 27.8ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK
[1m[36m (0.1ms)[0m [1mBEGIN[0m
------------------------------------------------------------------------------------------
PushType::ConfirmationsControllerTest::PUT #update::with invalid user: test_0001_anonymous
------------------------------------------------------------------------------------------
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-15@example.com' LIMIT 1
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-15@example.com' LIMIT 1[0m
[1m[35mPushType::User Load (0.1ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "05c4ede4363e487eeadd463d65d9a9c24602072e91c814ada663640a82ed2521"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-15@example.com"], ["created_at", "2015-09-28 11:48:06.379076"], ["updated_at", "2015-09-28 11:48:06.379076"], ["confirmation_token", "hekAzr2dmWMAbk9hmuKW"], ["confirmation_sent_at", "2015-09-28 11:48:06.379788"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.4ms
Sent mail to joe-15@example.com (3.1ms)
Date: Mon, 28 Sep 2015 12:48:06 +0100
From: pushtype@example.com
Reply-To: pushtype@example.com
To: joe-15@example.com
Message-ID: <560928f6644b6_1c123feeca065bf0244c@Aarons-iMac.local.mail>
Subject: [PushType] Confirm your account
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_560928f663ea7_1c123feeca065bf02434b";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_560928f663ea7_1c123feeca065bf02434b
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
PushType ( http://localhost:3000/push_type/ )
Hello Joe Bloggs
You're receiving this email because a PushType account has been
created for you.
To get started, confirm your account and set your own password by
clicking the link below:
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=hekAzr2dmWMAbk9hmuKW )
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
----==_mimepart_560928f663ea7_1c123feeca065bf02434b
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
[PushType] Confirm your account
|
 |
Hello Joe Bloggs
You're receiving this email because a PushType account has been created for you.
To get started, confirm your account and set your own password by clicking the link below:
|
|
|
----==_mimepart_560928f663ea7_1c123feeca065bf02434b--
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Processing by PushType::ConfirmationsController#update as HTML
Parameters: {"user"=>{"confirmation_token"=>"hekAzr2dmWMAbk9hmuKW", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
[1m[36mPushType::User Load (0.1ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["confirmation_token", "hekAzr2dmWMAbk9hmuKW"]]
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-15@example.com' AND "push_type_users"."id" != '8852d94d-306c-4146-8905-f673c474bac3') LIMIT 1
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.6ms)
Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK
[1m[36m (0.1ms)[0m [1mBEGIN[0m
------------------------------------------------------------------------------------------
PushType::ConfirmationsControllerTest::PUT #update::with invalid user: test_0003_anonymous
------------------------------------------------------------------------------------------
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-16@example.com' LIMIT 1
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-16@example.com' LIMIT 1[0m
[1m[35mPushType::User Load (0.1ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "515dfc59f3c38c40b183eed3b548d425a221430b05acb9abfbce4b08626453b9"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-16@example.com"], ["created_at", "2015-09-28 11:48:06.424683"], ["updated_at", "2015-09-28 11:48:06.424683"], ["confirmation_token", "PbZixmr6eP5ysG3MvNJY"], ["confirmation_sent_at", "2015-09-28 11:48:06.425377"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.2ms
Sent mail to joe-16@example.com (3.0ms)
Date: Mon, 28 Sep 2015 12:48:06 +0100
From: pushtype@example.com
Reply-To: pushtype@example.com
To: joe-16@example.com
Message-ID: <560928f66f3a1_1c123feeca065bf0247f5@Aarons-iMac.local.mail>
Subject: [PushType] Confirm your account
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_560928f66ee5a_1c123feeca065bf0246ca";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_560928f66ee5a_1c123feeca065bf0246ca
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
PushType ( http://localhost:3000/push_type/ )
Hello Joe Bloggs
You're receiving this email because a PushType account has been
created for you.
To get started, confirm your account and set your own password by
clicking the link below:
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=PbZixmr6eP5ysG3MvNJY )
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
----==_mimepart_560928f66ee5a_1c123feeca065bf0246ca
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
[PushType] Confirm your account
|
 |
Hello Joe Bloggs
You're receiving this email because a PushType account has been created for you.
To get started, confirm your account and set your own password by clicking the link below:
|
|
|
----==_mimepart_560928f66ee5a_1c123feeca065bf0246ca--
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Processing by PushType::ConfirmationsController#update as HTML
Parameters: {"user"=>{"confirmation_token"=>"PbZixmr6eP5ysG3MvNJY", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
[1m[36mPushType::User Load (0.1ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["confirmation_token", "PbZixmr6eP5ysG3MvNJY"]]
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-16@example.com' AND "push_type_users"."id" != 'ab8476be-fb35-43da-9efb-917c2ce97b2a') LIMIT 1
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.7ms)
Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK
[1m[36m (0.1ms)[0m [1mBEGIN[0m
---------------------------------------------------------------------------
PushType::AuthenticatableTest::database_athenticatable: test_0001_anonymous
---------------------------------------------------------------------------
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK
[1m[36m (0.1ms)[0m [1mBEGIN[0m
---------------------------------------------------------------------------
PushType::AuthenticatableTest::database_athenticatable: test_0002_anonymous
---------------------------------------------------------------------------
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m ROLLBACK
[1m[36m (0.0ms)[0m [1mBEGIN[0m
-------------------------------------------------------------
PushType::AuthenticatableTest::trackable: test_0001_anonymous
-------------------------------------------------------------
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m ROLLBACK
[1m[36m (0.1ms)[0m [1mBEGIN[0m
----------------------------------------------------
PushType::InvitationMethodsTest: test_0001_anonymous
----------------------------------------------------
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m ROLLBACK
[1m[36m (0.1ms)[0m [1mBEGIN[0m
----------------------------------------------------------------------------------------------------
PushType::ConfirmationsControllerTest::GET #show::with valid confirmation token: test_0001_anonymous
----------------------------------------------------------------------------------------------------
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-17@example.com' LIMIT 1
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-17@example.com' LIMIT 1[0m
[1m[35mPushType::User Load (0.1ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "7bbe5cb8b6dd9377ac6a300890f245e60ef6527b3b7bae1c320436677c275560"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-17@example.com"], ["created_at", "2015-09-28 11:48:06.477721"], ["updated_at", "2015-09-28 11:48:06.477721"], ["confirmation_token", "4xH8kgCHnsjG2vH3nfGx"], ["confirmation_sent_at", "2015-09-28 11:48:06.478447"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.4ms
Sent mail to joe-17@example.com (3.0ms)
Date: Mon, 28 Sep 2015 12:48:06 +0100
From: pushtype@example.com
Reply-To: pushtype@example.com
To: joe-17@example.com
Message-ID: <560928f67c360_1c123feeca065bf025026@Aarons-iMac.local.mail>
Subject: [PushType] Confirm your account
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_560928f67be05_1c123feeca065bf02494b";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_560928f67be05_1c123feeca065bf02494b
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
PushType ( http://localhost:3000/push_type/ )
Hello Joe Bloggs
You're receiving this email because a PushType account has been
created for you.
To get started, confirm your account and set your own password by
clicking the link below:
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=4xH8kgCHnsjG2vH3nfGx )
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
----==_mimepart_560928f67be05_1c123feeca065bf02494b
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
[PushType] Confirm your account
|
 |
Hello Joe Bloggs
You're receiving this email because a PushType account has been created for you.
To get started, confirm your account and set your own password by clicking the link below:
|
|
|
----==_mimepart_560928f67be05_1c123feeca065bf02494b--
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
Processing by PushType::ConfirmationsController#show as HTML
Parameters: {"confirmation_token"=>"4xH8kgCHnsjG2vH3nfGx"}
[1m[36mPushType::User Load (0.2ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["confirmation_token", "4xH8kgCHnsjG2vH3nfGx"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.8ms)
Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
[1m[35m (0.1ms)[0m BEGIN
----------------------------------------------------------------------------------------------------
PushType::ConfirmationsControllerTest::GET #show::with valid confirmation token: test_0002_anonymous
----------------------------------------------------------------------------------------------------
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-18@example.com' LIMIT 1[0m
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-18@example.com' LIMIT 1
[1m[36mPushType::User Load (0.1ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["confirmation_token", "4987962089489b936ca7a13276b13e3e7deabc38833f5e4125288a93ec205929"]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-18@example.com"], ["created_at", "2015-09-28 11:48:06.521936"], ["updated_at", "2015-09-28 11:48:06.521936"], ["confirmation_token", "Dugbh4_suyMKt3uRc4wA"], ["confirmation_sent_at", "2015-09-28 11:48:06.522678"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.2ms
Sent mail to joe-18@example.com (3.0ms)
Date: Mon, 28 Sep 2015 12:48:06 +0100
From: pushtype@example.com
Reply-To: pushtype@example.com
To: joe-18@example.com
Message-ID: <560928f686e73_1c123feeca065bf02537f@Aarons-iMac.local.mail>
Subject: [PushType] Confirm your account
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_560928f686925_1c123feeca065bf025229";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_560928f686925_1c123feeca065bf025229
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
PushType ( http://localhost:3000/push_type/ )
Hello Joe Bloggs
You're receiving this email because a PushType account has been
created for you.
To get started, confirm your account and set your own password by
clicking the link below:
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=Dugbh4_suyMKt3uRc4wA )
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
----==_mimepart_560928f686925_1c123feeca065bf025229
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
[PushType] Confirm your account
|
 |
Hello Joe Bloggs
You're receiving this email because a PushType account has been created for you.
To get started, confirm your account and set your own password by clicking the link below:
|
|
|
----==_mimepart_560928f686925_1c123feeca065bf025229--
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
Processing by PushType::ConfirmationsController#show as HTML
Parameters: {"confirmation_token"=>"Dugbh4_suyMKt3uRc4wA"}
[1m[35mPushType::User Load (0.1ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "Dugbh4_suyMKt3uRc4wA"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.6ms)
Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK
[1m[36m (0.1ms)[0m [1mBEGIN[0m
----------------------------------------------------------------------------------------
PushType::ConfirmationsControllerTest::PUT #update::with valid user: test_0002_anonymous
----------------------------------------------------------------------------------------
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-19@example.com' LIMIT 1
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-19@example.com' LIMIT 1[0m
[1m[35mPushType::User Load (0.1ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "b5b13d9dc556b4d20b8ecdc6b7bf8c03186f064091e1de71223bf51575023cb0"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-19@example.com"], ["created_at", "2015-09-28 11:48:06.566328"], ["updated_at", "2015-09-28 11:48:06.566328"], ["confirmation_token", "9acxzRXUsyKn_i96UJzn"], ["confirmation_sent_at", "2015-09-28 11:48:06.567116"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.3ms)
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.4ms
Sent mail to joe-19@example.com (3.0ms)
Date: Mon, 28 Sep 2015 12:48:06 +0100
From: pushtype@example.com
Reply-To: pushtype@example.com
To: joe-19@example.com
Message-ID: <560928f691e27_1c123feeca065bf02567b@Aarons-iMac.local.mail>
Subject: [PushType] Confirm your account
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_560928f6918ac_1c123feeca065bf0255ec";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_560928f6918ac_1c123feeca065bf0255ec
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
PushType ( http://localhost:3000/push_type/ )
Hello Joe Bloggs
You're receiving this email because a PushType account has been
created for you.
To get started, confirm your account and set your own password by
clicking the link below:
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=9acxzRXUsyKn_i96UJzn )
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
----==_mimepart_560928f6918ac_1c123feeca065bf0255ec
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
[PushType] Confirm your account
|
 |
Hello Joe Bloggs
You're receiving this email because a PushType account has been created for you.
To get started, confirm your account and set your own password by clicking the link below:
|
|
|
----==_mimepart_560928f6918ac_1c123feeca065bf0255ec--
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Processing by PushType::ConfirmationsController#update as HTML
Parameters: {"user"=>{"confirmation_token"=>"9acxzRXUsyKn_i96UJzn", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
[1m[36mPushType::User Load (0.2ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["confirmation_token", "9acxzRXUsyKn_i96UJzn"]]
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-19@example.com' AND "push_type_users"."id" != '43de002f-4484-4057-8772-7f2c78539e40') LIMIT 1
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mSQL (0.2ms)[0m UPDATE "push_type_users" SET "encrypted_password" = $1, "confirmed_at" = $2, "updated_at" = $3 WHERE "push_type_users"."id" = $4 [["encrypted_password", "$2a$04$/qfxgHO9x5USfHQtO83OwuPzUREep/XKEMlXTLnNkZw73Cvc/RwKC"], ["confirmed_at", "2015-09-28 11:48:06.604047"], ["updated_at", "2015-09-28 11:48:06.604466"], ["id", "43de002f-4484-4057-8772-7f2c78539e40"]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
[1m[36mSQL (0.2ms)[0m [1mUPDATE "push_type_users" SET "last_sign_in_at" = $1, "current_sign_in_at" = $2, "last_sign_in_ip" = $3, "current_sign_in_ip" = $4, "sign_in_count" = $5, "updated_at" = $6 WHERE "push_type_users"."id" = $7[0m [["last_sign_in_at", "2015-09-28 11:48:06.605981"], ["current_sign_in_at", "2015-09-28 11:48:06.605981"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-09-28 11:48:06.606523"], ["id", "43de002f-4484-4057-8772-7f2c78539e40"]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Redirected to http://test.host/push_type/
Completed 302 Found in 7ms (ActiveRecord: 1.0ms)
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK
[1m[36m (0.1ms)[0m [1mBEGIN[0m
----------------------------------------------------------------------------------------
PushType::ConfirmationsControllerTest::PUT #update::with valid user: test_0001_anonymous
----------------------------------------------------------------------------------------
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-20@example.com' LIMIT 1
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-20@example.com' LIMIT 1[0m
[1m[35mPushType::User Load (0.1ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "a4ce96c21a0327928c9622398908ab861cc6792594a832809b8b6b404ad8a5fe"]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-20@example.com"], ["created_at", "2015-09-28 11:48:06.611290"], ["updated_at", "2015-09-28 11:48:06.611290"], ["confirmation_token", "JptQQQK3QnahgxuF9t6s"], ["confirmation_sent_at", "2015-09-28 11:48:06.611948"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.3ms
Sent mail to joe-20@example.com (2.9ms)
Date: Mon, 28 Sep 2015 12:48:06 +0100
From: pushtype@example.com
Reply-To: pushtype@example.com
To: joe-20@example.com
Message-ID: <560928f69cafc_1c123feeca065bf025920@Aarons-iMac.local.mail>
Subject: [PushType] Confirm your account
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_560928f69c5ab_1c123feeca065bf02587e";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_560928f69c5ab_1c123feeca065bf02587e
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
PushType ( http://localhost:3000/push_type/ )
Hello Joe Bloggs
You're receiving this email because a PushType account has been
created for you.
To get started, confirm your account and set your own password by
clicking the link below:
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=JptQQQK3QnahgxuF9t6s )
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
----==_mimepart_560928f69c5ab_1c123feeca065bf02587e
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
[PushType] Confirm your account
|
 |
Hello Joe Bloggs
You're receiving this email because a PushType account has been created for you.
To get started, confirm your account and set your own password by clicking the link below:
|
|
|
----==_mimepart_560928f69c5ab_1c123feeca065bf02587e--
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Processing by PushType::ConfirmationsController#update as HTML
Parameters: {"user"=>{"confirmation_token"=>"JptQQQK3QnahgxuF9t6s", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
[1m[36mPushType::User Load (0.1ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["confirmation_token", "JptQQQK3QnahgxuF9t6s"]]
[1m[35mPushType::User Exists (0.3ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-20@example.com' AND "push_type_users"."id" != 'e788ebb9-b5bb-43c9-a0ae-ce0e28da98e0') LIMIT 1
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
[1m[35mSQL (0.2ms)[0m UPDATE "push_type_users" SET "encrypted_password" = $1, "confirmed_at" = $2, "updated_at" = $3 WHERE "push_type_users"."id" = $4 [["encrypted_password", "$2a$04$Q.LX0gfa6W2L8dTy/qQvcuS6BAtDb2ViDAurvmK4SNKd4bnV.7Eu6"], ["confirmed_at", "2015-09-28 11:48:06.647859"], ["updated_at", "2015-09-28 11:48:06.648296"], ["id", "e788ebb9-b5bb-43c9-a0ae-ce0e28da98e0"]]
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
[1m[36mSQL (0.2ms)[0m [1mUPDATE "push_type_users" SET "last_sign_in_at" = $1, "current_sign_in_at" = $2, "last_sign_in_ip" = $3, "current_sign_in_ip" = $4, "sign_in_count" = $5, "updated_at" = $6 WHERE "push_type_users"."id" = $7[0m [["last_sign_in_at", "2015-09-28 11:48:06.649603"], ["current_sign_in_at", "2015-09-28 11:48:06.649603"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-09-28 11:48:06.649969"], ["id", "e788ebb9-b5bb-43c9-a0ae-ce0e28da98e0"]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Redirected to http://test.host/push_type/
Completed 302 Found in 6ms (ActiveRecord: 1.1ms)
[1m[36mPushType::User Load (0.2ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 LIMIT 1[0m [["id", "e788ebb9-b5bb-43c9-a0ae-ce0e28da98e0"]]
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
[1m[35m (0.1ms)[0m BEGIN
--------------------------------------------------------
PushType::AuthenticationMethodsTest: test_0001_anonymous
--------------------------------------------------------
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
[1m[35m (0.1ms)[0m BEGIN
--------------------------------------------------------
PushType::AuthenticationMethodsTest: test_0002_anonymous
--------------------------------------------------------
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
[1m[35m (0.1ms)[0m BEGIN
----------------------------------------------------------------
PushType::ProfilesControllerTest::GET #edit: test_0001_anonymous
----------------------------------------------------------------
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-21@example.com' LIMIT 1[0m
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-21@example.com' LIMIT 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-21@example.com"], ["confirmation_sent_at", "2015-09-28 11:48:06.657378"], ["confirmed_at", "2015-09-28 11:48:06.657426"], ["confirmation_token", "Generated account"], ["created_at", "2015-09-28 11:48:06.658833"], ["updated_at", "2015-09-28 11:48:06.658833"]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Processing by PushType::ProfilesController#edit as HTML
[1m[36mPushType::User Load (0.1ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["id", "37098d72-6b98-48cc-bd4e-73d81b91af2d"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (1.8ms)
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
[1m[35m (0.1ms)[0m BEGIN
----------------------------------------------------------------
PushType::ProfilesControllerTest::GET #edit: test_0002_anonymous
----------------------------------------------------------------
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-22@example.com' LIMIT 1[0m
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-22@example.com' LIMIT 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-22@example.com"], ["confirmation_sent_at", "2015-09-28 11:48:06.670449"], ["confirmed_at", "2015-09-28 11:48:06.670507"], ["confirmation_token", "Generated account"], ["created_at", "2015-09-28 11:48:06.672059"], ["updated_at", "2015-09-28 11:48:06.672059"]]
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
Processing by PushType::ProfilesController#edit as HTML
[1m[36mPushType::User Load (0.1ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1[0m [["id", "492fa265-860d-4b43-907b-1163f5bfbf59"]]
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (1.7ms)
Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
[1m[36m (0.1ms)[0m [1mROLLBACK[0m