push_type_auth 0.6.0.beta.3 → 0.6.0.beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/test/dummy/config/initializers/push_type.rb +1 -1
- data/test/dummy/config/secrets.yml +2 -2
- data/test/dummy/db/migrate/{20151102202810_create_push_type_users.push_type.rb → 20151108150849_create_push_type_users.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20151102202811_create_push_type_nodes.push_type.rb → 20151108150850_create_push_type_nodes.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20151102202812_create_push_type_node_hierarchies.push_type.rb → 20151108150851_create_push_type_node_hierarchies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20151102202813_create_push_type_assets.push_type.rb → 20151108150852_create_push_type_assets.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20151102202814_create_push_type_taxonomies.push_type.rb → 20151108150853_create_push_type_taxonomies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20151102202815_create_push_type_taxonomy_hierarchies.push_type.rb → 20151108150854_create_push_type_taxonomy_hierarchies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20151102202816_add_field_store_default_values.push_type.rb → 20151108150855_add_field_store_default_values.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20151102202817_devise_extend_push_type_users.push_type_auth.rb → 20151108150856_devise_extend_push_type_users.push_type_auth.rb} +0 -0
- data/test/dummy/db/schema.rb +1 -1
- data/test/dummy/log/test.log +772 -772
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/13enFOLQsI8Mye9dhTWkj9KKyYFODHE888fUc0YLTYw.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{T8sccjFXxE1mgzkBdDIfr-KPpfLsct71V_4nwVaPXLs.cache → 7gLQBh3Ik9gTVFib3VMPp7E1xnaMA0nZ2vqbsd6nc0o.cache} +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{zP91Jjz9HOOY02y9uWi9dLwV74l3kIGkSw6i7PUFkoQ.cache → 9Z74veAvEOGER8nxvUsOzSxyPdV4V2XBbP7SXXBtUzU.cache} +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/YYzFefU0_ds10v4STNe8TB77tSdI0H_KoOTf3IC0W5w.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/f1opt7BM9dnmxGb_MLgUjRgCNqtffPgDaP1yQPYozHw.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/megN6QCcG4mwKczRObfHIHA8XpDGRwlsppU_Zz3_Tl4.cache +0 -0
- metadata +26 -26
data/test/dummy/log/test.log
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
[1m[36m (
|
|
2
|
-
[1m[35m (
|
|
1
|
+
[1m[36m (13.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
|
|
2
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
3
3
|
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
4
|
-
Migrating to CreatePushTypeUsers (
|
|
4
|
+
Migrating to CreatePushTypeUsers (20151108150849)
|
|
5
5
|
[1m[35m (0.1ms)[0m BEGIN
|
|
6
|
-
[1m[36mSQL (1.
|
|
6
|
+
[1m[36mSQL (1.8ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "uuid-ossp"[0m
|
|
7
7
|
[1m[35m (2.2ms)[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)
|
|
8
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "
|
|
8
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20151108150849"]]
|
|
9
9
|
[1m[35m (0.7ms)[0m COMMIT
|
|
10
|
-
Migrating to CreatePushTypeNodes (
|
|
10
|
+
Migrating to CreatePushTypeNodes (20151108150850)
|
|
11
11
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
12
|
-
[1m[35m (
|
|
13
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "
|
|
12
|
+
[1m[35m (1.9ms)[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)
|
|
13
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20151108150850"]]
|
|
14
14
|
[1m[35m (0.4ms)[0m COMMIT
|
|
15
|
-
Migrating to CreatePushTypeNodeHierarchies (
|
|
15
|
+
Migrating to CreatePushTypeNodeHierarchies (20151108150851)
|
|
16
16
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
17
17
|
[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)
|
|
18
|
-
[1m[36m (0.
|
|
19
|
-
[1m[35m (0.
|
|
20
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "
|
|
21
|
-
[1m[35m (0.4ms)[0m COMMIT
|
|
22
|
-
Migrating to CreatePushTypeAssets (20151102202813)
|
|
23
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
24
|
-
[1m[35m (2.4ms)[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)
|
|
25
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20151102202813"]]
|
|
18
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "node_anc_desc_idx" ON "push_type_node_hierarchies" ("ancestor_id", "descendant_id", "generations")[0m
|
|
19
|
+
[1m[35m (0.6ms)[0m CREATE INDEX "node_desc_idx" ON "push_type_node_hierarchies" ("descendant_id")
|
|
20
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20151108150851"]]
|
|
26
21
|
[1m[35m (0.5ms)[0m COMMIT
|
|
27
|
-
Migrating to
|
|
22
|
+
Migrating to CreatePushTypeAssets (20151108150852)
|
|
23
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
24
|
+
[1m[35m (2.0ms)[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)
|
|
25
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20151108150852"]]
|
|
26
|
+
[1m[35m (0.4ms)[0m COMMIT
|
|
27
|
+
Migrating to CreatePushTypeTaxonomies (20151108150853)
|
|
28
28
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
29
|
-
[1m[35m (
|
|
29
|
+
[1m[35m (1.8ms)[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)
|
|
30
30
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "push_type_assets" ADD "tags" character varying[][0m
|
|
31
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "
|
|
32
|
-
[1m[36m (0.
|
|
33
|
-
Migrating to CreatePushTypeTaxonomyHierarchies (
|
|
31
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20151108150853"]]
|
|
32
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
|
|
33
|
+
Migrating to CreatePushTypeTaxonomyHierarchies (20151108150854)
|
|
34
34
|
[1m[35m (0.1ms)[0m BEGIN
|
|
35
35
|
[1m[36m (0.5ms)[0m [1mCREATE TABLE "push_type_taxonomy_hierarchies" ("ancestor_id" uuid NOT NULL, "descendant_id" uuid NOT NULL, "generations" integer NOT NULL) [0m
|
|
36
36
|
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "taxonomy_anc_desc_idx" ON "push_type_taxonomy_hierarchies" ("ancestor_id", "descendant_id", "generations")
|
|
37
37
|
[1m[36m (0.5ms)[0m [1mCREATE INDEX "taxonomy_desc_idx" ON "push_type_taxonomy_hierarchies" ("descendant_id")[0m
|
|
38
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "
|
|
38
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20151108150854"]]
|
|
39
39
|
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
|
|
40
|
-
Migrating to AddFieldStoreDefaultValues (
|
|
40
|
+
Migrating to AddFieldStoreDefaultValues (20151108150855)
|
|
41
41
|
[1m[35m (0.1ms)[0m BEGIN
|
|
42
42
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "push_type_nodes" ALTER COLUMN "field_store" TYPE jsonb[0m
|
|
43
43
|
[1m[35m (0.2ms)[0m ALTER TABLE "push_type_nodes" ALTER COLUMN "field_store" SET DEFAULT '{}'
|
|
@@ -46,16 +46,16 @@ Migrating to AddFieldStoreDefaultValues (20151102202816)
|
|
|
46
46
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "push_type_users" ALTER COLUMN "field_store" TYPE jsonb[0m
|
|
47
47
|
[1m[35m (0.1ms)[0m ALTER TABLE "push_type_users" ALTER COLUMN "field_store" SET DEFAULT '{}'
|
|
48
48
|
[1m[36m (0.2ms)[0m [1mUPDATE "push_type_users" SET "field_store"='{}' WHERE "field_store" IS NULL[0m
|
|
49
|
-
[1m[35m (0.
|
|
50
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "
|
|
51
|
-
[1m[35m (0.
|
|
52
|
-
Migrating to DeviseExtendPushTypeUsers (
|
|
49
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "push_type_users" ALTER "field_store" SET NOT NULL
|
|
50
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20151108150855"]]
|
|
51
|
+
[1m[35m (0.4ms)[0m COMMIT
|
|
52
|
+
Migrating to DeviseExtendPushTypeUsers (20151108150856)
|
|
53
53
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
54
|
-
[1m[35m (2.
|
|
54
|
+
[1m[35m (2.7ms)[0m ALTER TABLE "push_type_users" ADD "encrypted_password" character varying DEFAULT '' NOT NULL
|
|
55
55
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "push_type_users" ADD "reset_password_token" character varying[0m
|
|
56
|
-
[1m[35m (0.
|
|
57
|
-
[1m[36m (0.
|
|
58
|
-
[1m[35m (2.
|
|
56
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "push_type_users" ADD "reset_password_sent_at" timestamp
|
|
57
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "push_type_users" ADD "remember_created_at" timestamp[0m
|
|
58
|
+
[1m[35m (2.1ms)[0m ALTER TABLE "push_type_users" ADD "sign_in_count" integer DEFAULT 0 NOT NULL
|
|
59
59
|
[1m[36m (0.1ms)[0m [1mALTER TABLE "push_type_users" ADD "current_sign_in_at" timestamp[0m
|
|
60
60
|
[1m[35m (0.1ms)[0m ALTER TABLE "push_type_users" ADD "last_sign_in_at" timestamp
|
|
61
61
|
[1m[36m (0.1ms)[0m [1mALTER TABLE "push_type_users" ADD "current_sign_in_ip" character varying[0m
|
|
@@ -63,12 +63,12 @@ Migrating to DeviseExtendPushTypeUsers (20151102202817)
|
|
|
63
63
|
[1m[36m (0.1ms)[0m [1mALTER TABLE "push_type_users" ADD "confirmation_token" character varying[0m
|
|
64
64
|
[1m[35m (0.1ms)[0m ALTER TABLE "push_type_users" ADD "confirmed_at" timestamp
|
|
65
65
|
[1m[36m (0.1ms)[0m [1mALTER TABLE "push_type_users" ADD "confirmation_sent_at" timestamp[0m
|
|
66
|
-
[1m[35m (0.
|
|
67
|
-
[1m[36m (0.
|
|
68
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "
|
|
69
|
-
[1m[36m (1.
|
|
66
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "index_push_type_users_on_email" ON "push_type_users" ("email")
|
|
67
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "index_push_type_users_on_reset_password_token" ON "push_type_users" ("reset_password_token")[0m
|
|
68
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20151108150856"]]
|
|
69
|
+
[1m[36m (1.2ms)[0m [1mCOMMIT[0m
|
|
70
70
|
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
71
|
-
[1m[36m (1.
|
|
71
|
+
[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
|
|
72
72
|
FROM pg_constraint c
|
|
73
73
|
JOIN pg_class t1 ON c.conrelid = t1.oid
|
|
74
74
|
JOIN pg_class t2 ON c.confrelid = t2.oid
|
|
@@ -92,7 +92,7 @@ WHERE c.contype = 'f'
|
|
|
92
92
|
AND t3.nspname = ANY (current_schemas(false))
|
|
93
93
|
ORDER BY c.conname
|
|
94
94
|
|
|
95
|
-
[1m[36m (1.
|
|
95
|
+
[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
|
|
96
96
|
FROM pg_constraint c
|
|
97
97
|
JOIN pg_class t1 ON c.conrelid = t1.oid
|
|
98
98
|
JOIN pg_class t2 ON c.confrelid = t2.oid
|
|
@@ -128,7 +128,7 @@ WHERE c.contype = 'f'
|
|
|
128
128
|
AND t3.nspname = ANY (current_schemas(false))
|
|
129
129
|
ORDER BY c.conname
|
|
130
130
|
[0m
|
|
131
|
-
[1m[35m (1.
|
|
131
|
+
[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
|
|
132
132
|
FROM pg_constraint c
|
|
133
133
|
JOIN pg_class t1 ON c.conrelid = t1.oid
|
|
134
134
|
JOIN pg_class t2 ON c.confrelid = t2.oid
|
|
@@ -140,76 +140,112 @@ WHERE c.contype = 'f'
|
|
|
140
140
|
AND t3.nspname = ANY (current_schemas(false))
|
|
141
141
|
ORDER BY c.conname
|
|
142
142
|
|
|
143
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.
|
|
144
|
-
[1m[35m (0.
|
|
145
|
-
[1m[36m (1.
|
|
143
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
144
|
+
[1m[35m (0.6ms)[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
|
|
145
|
+
[1m[36m (1.2ms)[0m [1m SELECT schemaname || '.' || tablename
|
|
146
146
|
FROM pg_tables
|
|
147
147
|
WHERE
|
|
148
148
|
tablename !~ '_prt_' AND
|
|
149
149
|
tablename <> 'schema_migrations' AND
|
|
150
150
|
schemaname = ANY (current_schemas(false))
|
|
151
151
|
[0m
|
|
152
|
-
[1m[35m (
|
|
153
|
-
[1m[36m (
|
|
154
|
-
[1m[35m (0.
|
|
152
|
+
[1m[35m (1.1ms)[0m select table_name from information_schema.views where table_schema = 'dummy_test'
|
|
153
|
+
[1m[36m (96.7ms)[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
|
|
154
|
+
[1m[35m (0.5ms)[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
|
|
155
155
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
156
|
-
|
|
157
|
-
PushType::
|
|
158
|
-
|
|
156
|
+
----------------------------------------------------------------
|
|
157
|
+
PushType::ProfilesControllerTest::GET #edit: test_0001_anonymous
|
|
158
|
+
----------------------------------------------------------------
|
|
159
159
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
160
160
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
161
|
-
[1m[35m (0.
|
|
161
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
162
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
163
|
+
[1m[35mPushType::User Exists (0.5ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-1@example.com' LIMIT 1
|
|
164
|
+
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-1@example.com' LIMIT 1[0m
|
|
165
|
+
[1m[35mSQL (0.7ms)[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-1@example.com"], ["confirmation_sent_at", "2015-11-08 15:08:55.595880"], ["confirmed_at", "2015-11-08 15:08:55.595989"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-08 15:08:55.608600"], ["updated_at", "2015-11-08 15:08:55.608600"]]
|
|
166
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
167
|
+
Processing by PushType::ProfilesController#edit as HTML
|
|
168
|
+
[1m[35mPushType::User Load (0.3ms)[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", "a66741c1-ead6-41fe-97ff-590ee5a103eb"]]
|
|
169
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (29.4ms)
|
|
170
|
+
Completed 200 OK in 11185ms (Views: 11155.4ms | ActiveRecord: 0.3ms)
|
|
171
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
172
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
173
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
174
|
+
----------------------------------------------------------------
|
|
175
|
+
PushType::ProfilesControllerTest::GET #edit: test_0002_anonymous
|
|
176
|
+
----------------------------------------------------------------
|
|
177
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
178
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
179
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
180
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
181
|
+
[1m[35mPushType::User Exists (0.3ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-2@example.com' LIMIT 1
|
|
182
|
+
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-2@example.com' LIMIT 1[0m
|
|
183
|
+
[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-11-08 15:09:06.801996"], ["confirmed_at", "2015-11-08 15:09:06.802083"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-08 15:09:06.803914"], ["updated_at", "2015-11-08 15:09:06.803914"]]
|
|
184
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
185
|
+
Processing by PushType::ProfilesController#edit as HTML
|
|
186
|
+
[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", "2601aa4f-0627-4525-a9b9-675b421e7786"]]
|
|
187
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (1.9ms)
|
|
188
|
+
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms)
|
|
162
189
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
163
190
|
[1m[35m (0.1ms)[0m ROLLBACK
|
|
164
|
-
[1m[36m (0.
|
|
165
|
-
|
|
166
|
-
PushType::
|
|
167
|
-
|
|
191
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
192
|
+
----------------------------------------------------
|
|
193
|
+
PushType::InvitationMethodsTest: test_0001_anonymous
|
|
194
|
+
----------------------------------------------------
|
|
168
195
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
169
196
|
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
170
197
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
171
198
|
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
172
199
|
[1m[35m (0.0ms)[0m ROLLBACK
|
|
173
200
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
174
|
-
|
|
175
|
-
PushType::
|
|
176
|
-
|
|
201
|
+
---------------------------------------------------------------
|
|
202
|
+
PushType::AuthenticatableTest::validatable: test_0001_anonymous
|
|
203
|
+
---------------------------------------------------------------
|
|
177
204
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
178
205
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
206
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
207
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
208
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
209
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
210
|
+
---------------------------------------------------------------
|
|
211
|
+
PushType::AuthenticatableTest::validatable: test_0002_anonymous
|
|
212
|
+
---------------------------------------------------------------
|
|
213
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
214
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
179
215
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
180
216
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
181
|
-
[1m[35m (0.
|
|
217
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
182
218
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
183
|
-
|
|
184
|
-
PushType::
|
|
185
|
-
|
|
219
|
+
------------------------------------------------------------------------------------------
|
|
220
|
+
PushType::ConfirmationsControllerTest::PUT #update::with invalid user: test_0001_anonymous
|
|
221
|
+
------------------------------------------------------------------------------------------
|
|
222
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
223
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
186
224
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
187
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
188
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
189
225
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
190
|
-
[1m[35mPushType::User Exists (0.
|
|
191
|
-
[1m[36mPushType::User Exists (0.
|
|
192
|
-
[1m[35mPushType::User Load (0.
|
|
193
|
-
[1m[36mSQL (0.
|
|
194
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (
|
|
226
|
+
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-3@example.com' LIMIT 1
|
|
227
|
+
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-3@example.com' LIMIT 1[0m
|
|
228
|
+
[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", "aed521d9bfc91b0e04effd0ef9fe8cd8447cdb94859d65ca5102e5f4ae1c6f20"]]
|
|
229
|
+
[1m[36mSQL (0.2ms)[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-3@example.com"], ["created_at", "2015-11-08 15:09:06.851452"], ["updated_at", "2015-11-08 15:09:06.851452"], ["confirmation_token", "ZQq626SEhs9pL4M6Wcyv"], ["confirmation_sent_at", "2015-11-08 15:09:07.025585"]]
|
|
230
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.7ms)
|
|
195
231
|
|
|
196
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in
|
|
232
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 223.5ms
|
|
197
233
|
|
|
198
|
-
Sent mail to joe-
|
|
199
|
-
Date:
|
|
234
|
+
Sent mail to joe-3@example.com (9.4ms)
|
|
235
|
+
Date: Sun, 08 Nov 2015 15:09:07 +0000
|
|
200
236
|
From: pushtype@example.com
|
|
201
237
|
Reply-To: pushtype@example.com
|
|
202
|
-
To: joe-
|
|
203
|
-
Message-ID: <
|
|
238
|
+
To: joe-3@example.com
|
|
239
|
+
Message-ID: <563f659350fd5_2b1b3fde29063be0536dd@Aarons-iMac.local.mail>
|
|
204
240
|
Subject: [PushType] Confirm your account
|
|
205
241
|
Mime-Version: 1.0
|
|
206
242
|
Content-Type: multipart/alternative;
|
|
207
|
-
boundary="--==
|
|
243
|
+
boundary="--==_mimepart_563f65934fa15_2b1b3fde29063be0535d3";
|
|
208
244
|
charset=UTF-8
|
|
209
245
|
Content-Transfer-Encoding: 7bit
|
|
210
246
|
|
|
211
247
|
|
|
212
|
-
----==
|
|
248
|
+
----==_mimepart_563f65934fa15_2b1b3fde29063be0535d3
|
|
213
249
|
Content-Type: text/plain;
|
|
214
250
|
charset=UTF-8
|
|
215
251
|
Content-Transfer-Encoding: 7bit
|
|
@@ -224,10 +260,10 @@ created for you.
|
|
|
224
260
|
To get started, confirm your account and set your own password by
|
|
225
261
|
clicking the link below:
|
|
226
262
|
|
|
227
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
263
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=ZQq626SEhs9pL4M6Wcyv )
|
|
228
264
|
|
|
229
265
|
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
|
|
230
|
-
----==
|
|
266
|
+
----==_mimepart_563f65934fa15_2b1b3fde29063be0535d3
|
|
231
267
|
Content-Type: text/html;
|
|
232
268
|
charset=UTF-8
|
|
233
269
|
Content-Transfer-Encoding: 7bit
|
|
@@ -273,7 +309,7 @@ body {
|
|
|
273
309
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
274
310
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
275
311
|
<td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
|
|
276
|
-
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
312
|
+
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=ZQq626SEhs9pL4M6Wcyv" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
|
|
277
313
|
</td>
|
|
278
314
|
</tr>
|
|
279
315
|
</table>
|
|
@@ -318,42 +354,49 @@ body {
|
|
|
318
354
|
</body>
|
|
319
355
|
</html>
|
|
320
356
|
|
|
321
|
-
----==
|
|
357
|
+
----==_mimepart_563f65934fa15_2b1b3fde29063be0535d3--
|
|
322
358
|
|
|
323
359
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
360
|
+
Processing by PushType::ConfirmationsController#update as HTML
|
|
361
|
+
Parameters: {"user"=>{"confirmation_token"=>"ZQq626SEhs9pL4M6Wcyv", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
|
|
362
|
+
[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", "ZQq626SEhs9pL4M6Wcyv"]]
|
|
363
|
+
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-3@example.com' AND "push_type_users"."id" != '02954d70-7f83-4959-a372-12b90e0c058f') LIMIT 1
|
|
364
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.9ms)
|
|
365
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (7.2ms)
|
|
366
|
+
Completed 200 OK in 31ms (Views: 27.6ms | ActiveRecord: 0.5ms)
|
|
324
367
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
325
|
-
[1m[35m (0.
|
|
368
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
326
369
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
327
|
-
|
|
328
|
-
PushType::
|
|
329
|
-
|
|
330
|
-
[1m[35m (0.
|
|
370
|
+
------------------------------------------------------------------------------------------
|
|
371
|
+
PushType::ConfirmationsControllerTest::PUT #update::with invalid user: test_0002_anonymous
|
|
372
|
+
------------------------------------------------------------------------------------------
|
|
373
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
331
374
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
332
375
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
333
376
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
334
|
-
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-
|
|
335
|
-
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-
|
|
336
|
-
[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", "
|
|
337
|
-
[1m[36mSQL (0.
|
|
338
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.
|
|
377
|
+
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-4@example.com' LIMIT 1
|
|
378
|
+
[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
|
|
379
|
+
[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", "c5840767c1e23ce99a090cecb8b708b072b31507955edd57622268a95552c951"]]
|
|
380
|
+
[1m[36mSQL (0.2ms)[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-4@example.com"], ["created_at", "2015-11-08 15:09:07.372671"], ["updated_at", "2015-11-08 15:09:07.372671"], ["confirmation_token", "oekNz6zyHt-TAq-vdiAC"], ["confirmation_sent_at", "2015-11-08 15:09:07.373525"]]
|
|
381
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
|
|
339
382
|
|
|
340
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.
|
|
383
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.4ms
|
|
341
384
|
|
|
342
|
-
Sent mail to joe-
|
|
343
|
-
Date:
|
|
385
|
+
Sent mail to joe-4@example.com (3.1ms)
|
|
386
|
+
Date: Sun, 08 Nov 2015 15:09:07 +0000
|
|
344
387
|
From: pushtype@example.com
|
|
345
388
|
Reply-To: pushtype@example.com
|
|
346
|
-
To: joe-
|
|
347
|
-
Message-ID: <
|
|
389
|
+
To: joe-4@example.com
|
|
390
|
+
Message-ID: <563f659362dc8_2b1b3fde29063be05392@Aarons-iMac.local.mail>
|
|
348
391
|
Subject: [PushType] Confirm your account
|
|
349
392
|
Mime-Version: 1.0
|
|
350
393
|
Content-Type: multipart/alternative;
|
|
351
|
-
boundary="--==
|
|
394
|
+
boundary="--==_mimepart_563f65936284e_2b1b3fde29063be053877";
|
|
352
395
|
charset=UTF-8
|
|
353
396
|
Content-Transfer-Encoding: 7bit
|
|
354
397
|
|
|
355
398
|
|
|
356
|
-
----==
|
|
399
|
+
----==_mimepart_563f65936284e_2b1b3fde29063be053877
|
|
357
400
|
Content-Type: text/plain;
|
|
358
401
|
charset=UTF-8
|
|
359
402
|
Content-Transfer-Encoding: 7bit
|
|
@@ -368,10 +411,10 @@ created for you.
|
|
|
368
411
|
To get started, confirm your account and set your own password by
|
|
369
412
|
clicking the link below:
|
|
370
413
|
|
|
371
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
414
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=oekNz6zyHt-TAq-vdiAC )
|
|
372
415
|
|
|
373
416
|
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
|
|
374
|
-
----==
|
|
417
|
+
----==_mimepart_563f65936284e_2b1b3fde29063be053877
|
|
375
418
|
Content-Type: text/html;
|
|
376
419
|
charset=UTF-8
|
|
377
420
|
Content-Transfer-Encoding: 7bit
|
|
@@ -417,7 +460,7 @@ body {
|
|
|
417
460
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
418
461
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
419
462
|
<td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
|
|
420
|
-
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
463
|
+
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=oekNz6zyHt-TAq-vdiAC" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
|
|
421
464
|
</td>
|
|
422
465
|
</tr>
|
|
423
466
|
</table>
|
|
@@ -462,76 +505,49 @@ body {
|
|
|
462
505
|
</body>
|
|
463
506
|
</html>
|
|
464
507
|
|
|
465
|
-
----==
|
|
508
|
+
----==_mimepart_563f65936284e_2b1b3fde29063be053877--
|
|
466
509
|
|
|
467
510
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
511
|
+
Processing by PushType::ConfirmationsController#update as HTML
|
|
512
|
+
Parameters: {"user"=>{"confirmation_token"=>"oekNz6zyHt-TAq-vdiAC", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
|
|
513
|
+
[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", "oekNz6zyHt-TAq-vdiAC"]]
|
|
514
|
+
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-4@example.com' AND "push_type_users"."id" != '9ed61fac-4afa-4479-87be-47eaee6d24c8') LIMIT 1
|
|
515
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
|
|
516
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.6ms)
|
|
517
|
+
Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.4ms)
|
|
468
518
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
469
519
|
[1m[35m (0.1ms)[0m ROLLBACK
|
|
470
520
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
471
|
-
|
|
472
|
-
PushType::ConfirmationsControllerTest::
|
|
473
|
-
|
|
521
|
+
------------------------------------------------------------------------------------------
|
|
522
|
+
PushType::ConfirmationsControllerTest::PUT #update::with invalid user: test_0003_anonymous
|
|
523
|
+
------------------------------------------------------------------------------------------
|
|
474
524
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
475
525
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
476
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
477
|
-
Processing by PushType::ConfirmationsController#show as HTML
|
|
478
|
-
Parameters: {"confirmation_token"=>"invalid"}
|
|
479
|
-
[1m[36mPushType::User Load (0.3ms)[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"]]
|
|
480
|
-
[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"]]
|
|
481
|
-
[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", "28f7df9a6236f9200910a798dd2926c2089541bdd936c8e1cff259b33244fd39"]]
|
|
482
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (1.0ms)
|
|
483
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/new.html.haml within layouts/push_type/auth (9.0ms)
|
|
484
|
-
Completed 200 OK in 10862ms (Views: 10857.7ms | ActiveRecord: 0.7ms)
|
|
485
|
-
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
486
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
487
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
488
|
-
------------------------------------------------------------------------------------------------------
|
|
489
|
-
PushType::ConfirmationsControllerTest::GET #show::with invalid confirmation token: test_0002_anonymous
|
|
490
|
-
------------------------------------------------------------------------------------------------------
|
|
491
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
492
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
493
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
494
|
-
Processing by PushType::ConfirmationsController#show as HTML
|
|
495
|
-
Parameters: {"confirmation_token"=>"invalid"}
|
|
496
|
-
[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"]]
|
|
497
|
-
[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", "invalid"]]
|
|
498
|
-
[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", "28f7df9a6236f9200910a798dd2926c2089541bdd936c8e1cff259b33244fd39"]]
|
|
499
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
|
|
500
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/new.html.haml within layouts/push_type/auth (1.5ms)
|
|
501
|
-
Completed 200 OK in 8ms (Views: 5.0ms | ActiveRecord: 0.4ms)
|
|
502
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
503
|
-
[1m[35m (0.1ms)[0m ROLLBACK
|
|
504
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
505
|
-
----------------------------------------------------------------------------------------------------
|
|
506
|
-
PushType::ConfirmationsControllerTest::GET #show::with valid confirmation token: test_0001_anonymous
|
|
507
|
-
----------------------------------------------------------------------------------------------------
|
|
508
526
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
509
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
510
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
511
527
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
512
|
-
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-
|
|
513
|
-
[1m[36mPushType::User Exists (0.
|
|
514
|
-
[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", "
|
|
515
|
-
[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-
|
|
528
|
+
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-5@example.com' LIMIT 1
|
|
529
|
+
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-5@example.com' LIMIT 1[0m
|
|
530
|
+
[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", "d9f484473ebf3a983a16ed1728f8250c8157cee284d253402c4eae63bdd53368"]]
|
|
531
|
+
[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-5@example.com"], ["created_at", "2015-11-08 15:09:07.419159"], ["updated_at", "2015-11-08 15:09:07.419159"], ["confirmation_token", "sLvwYDaqMoiE9z2i4EW6"], ["confirmation_sent_at", "2015-11-08 15:09:07.419938"]]
|
|
516
532
|
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
|
|
517
533
|
|
|
518
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.
|
|
534
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.3ms
|
|
519
535
|
|
|
520
|
-
Sent mail to joe-
|
|
521
|
-
Date:
|
|
536
|
+
Sent mail to joe-5@example.com (3.2ms)
|
|
537
|
+
Date: Sun, 08 Nov 2015 15:09:07 +0000
|
|
522
538
|
From: pushtype@example.com
|
|
523
539
|
Reply-To: pushtype@example.com
|
|
524
|
-
To: joe-
|
|
525
|
-
Message-ID: <
|
|
540
|
+
To: joe-5@example.com
|
|
541
|
+
Message-ID: <563f65936e2cd_2b1b3fde29063be0542a3@Aarons-iMac.local.mail>
|
|
526
542
|
Subject: [PushType] Confirm your account
|
|
527
543
|
Mime-Version: 1.0
|
|
528
544
|
Content-Type: multipart/alternative;
|
|
529
|
-
boundary="--==
|
|
545
|
+
boundary="--==_mimepart_563f65936dcf6_2b1b3fde29063be0541b4";
|
|
530
546
|
charset=UTF-8
|
|
531
547
|
Content-Transfer-Encoding: 7bit
|
|
532
548
|
|
|
533
549
|
|
|
534
|
-
----==
|
|
550
|
+
----==_mimepart_563f65936dcf6_2b1b3fde29063be0541b4
|
|
535
551
|
Content-Type: text/plain;
|
|
536
552
|
charset=UTF-8
|
|
537
553
|
Content-Transfer-Encoding: 7bit
|
|
@@ -546,10 +562,10 @@ created for you.
|
|
|
546
562
|
To get started, confirm your account and set your own password by
|
|
547
563
|
clicking the link below:
|
|
548
564
|
|
|
549
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
565
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=sLvwYDaqMoiE9z2i4EW6 )
|
|
550
566
|
|
|
551
567
|
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
|
|
552
|
-
----==
|
|
568
|
+
----==_mimepart_563f65936dcf6_2b1b3fde29063be0541b4
|
|
553
569
|
Content-Type: text/html;
|
|
554
570
|
charset=UTF-8
|
|
555
571
|
Content-Transfer-Encoding: 7bit
|
|
@@ -595,7 +611,7 @@ body {
|
|
|
595
611
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
596
612
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
597
613
|
<td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
|
|
598
|
-
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
614
|
+
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=sLvwYDaqMoiE9z2i4EW6" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
|
|
599
615
|
</td>
|
|
600
616
|
</tr>
|
|
601
617
|
</table>
|
|
@@ -640,48 +656,67 @@ body {
|
|
|
640
656
|
</body>
|
|
641
657
|
</html>
|
|
642
658
|
|
|
643
|
-
----==
|
|
659
|
+
----==_mimepart_563f65936dcf6_2b1b3fde29063be0541b4--
|
|
644
660
|
|
|
645
661
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
646
|
-
Processing by PushType::ConfirmationsController#
|
|
647
|
-
Parameters: {"confirmation_token"=>"
|
|
648
|
-
[1m[36mPushType::User Load (0.
|
|
662
|
+
Processing by PushType::ConfirmationsController#update as HTML
|
|
663
|
+
Parameters: {"user"=>{"confirmation_token"=>"sLvwYDaqMoiE9z2i4EW6", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
|
|
664
|
+
[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", "sLvwYDaqMoiE9z2i4EW6"]]
|
|
665
|
+
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-5@example.com' AND "push_type_users"."id" != 'b86de9eb-cbbb-4f8d-8360-8a4efe70bfb6') LIMIT 1
|
|
649
666
|
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
|
|
650
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (
|
|
651
|
-
Completed 200 OK in
|
|
652
|
-
[1m[
|
|
653
|
-
[1m[
|
|
654
|
-
[1m[
|
|
655
|
-
|
|
656
|
-
PushType::
|
|
657
|
-
|
|
658
|
-
[1m[
|
|
659
|
-
[1m[
|
|
660
|
-
[1m[
|
|
661
|
-
[1m[
|
|
662
|
-
[1m[
|
|
663
|
-
[1m[
|
|
664
|
-
|
|
665
|
-
|
|
667
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.8ms)
|
|
668
|
+
Completed 200 OK in 8ms (Views: 5.3ms | ActiveRecord: 0.4ms)
|
|
669
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
670
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
671
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
672
|
+
---------------------------------------------------------------------------
|
|
673
|
+
PushType::AuthenticatableTest::database_athenticatable: test_0002_anonymous
|
|
674
|
+
---------------------------------------------------------------------------
|
|
675
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
676
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
677
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
678
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
679
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
680
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
681
|
+
---------------------------------------------------------------------------
|
|
682
|
+
PushType::AuthenticatableTest::database_athenticatable: test_0001_anonymous
|
|
683
|
+
---------------------------------------------------------------------------
|
|
684
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
685
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
686
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
687
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
688
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
689
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
690
|
+
--------------------------------------------------------------------------------------------------------------
|
|
691
|
+
PushType::AuthenticatableTest::#password_required?::with existing user and dirty password: test_0001_anonymous
|
|
692
|
+
--------------------------------------------------------------------------------------------------------------
|
|
693
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
694
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
695
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
696
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
697
|
+
[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
|
|
698
|
+
[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
|
|
699
|
+
[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", "34c95ea598a13b88097a89f3682d315ac2c1dd2eea0922d21b2e2c34d93d4f53"]]
|
|
700
|
+
[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-6@example.com"], ["created_at", "2015-11-08 15:09:07.469091"], ["updated_at", "2015-11-08 15:09:07.469091"], ["confirmation_token", "xMZx2-5zMLVmJXrN_fdh"], ["confirmation_sent_at", "2015-11-08 15:09:07.469806"]]
|
|
666
701
|
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
|
|
667
702
|
|
|
668
703
|
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.3ms
|
|
669
704
|
|
|
670
|
-
Sent mail to joe-
|
|
671
|
-
Date:
|
|
705
|
+
Sent mail to joe-6@example.com (3.0ms)
|
|
706
|
+
Date: Sun, 08 Nov 2015 15:09:07 +0000
|
|
672
707
|
From: pushtype@example.com
|
|
673
708
|
Reply-To: pushtype@example.com
|
|
674
|
-
To: joe-
|
|
675
|
-
Message-ID: <
|
|
709
|
+
To: joe-6@example.com
|
|
710
|
+
Message-ID: <563f65937a646_2b1b3fde29063be054567@Aarons-iMac.local.mail>
|
|
676
711
|
Subject: [PushType] Confirm your account
|
|
677
712
|
Mime-Version: 1.0
|
|
678
713
|
Content-Type: multipart/alternative;
|
|
679
|
-
boundary="--==
|
|
714
|
+
boundary="--==_mimepart_563f65937a0e4_2b1b3fde29063be0544b4";
|
|
680
715
|
charset=UTF-8
|
|
681
716
|
Content-Transfer-Encoding: 7bit
|
|
682
717
|
|
|
683
718
|
|
|
684
|
-
----==
|
|
719
|
+
----==_mimepart_563f65937a0e4_2b1b3fde29063be0544b4
|
|
685
720
|
Content-Type: text/plain;
|
|
686
721
|
charset=UTF-8
|
|
687
722
|
Content-Transfer-Encoding: 7bit
|
|
@@ -696,10 +731,10 @@ created for you.
|
|
|
696
731
|
To get started, confirm your account and set your own password by
|
|
697
732
|
clicking the link below:
|
|
698
733
|
|
|
699
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
734
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=xMZx2-5zMLVmJXrN_fdh )
|
|
700
735
|
|
|
701
736
|
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
|
|
702
|
-
----==
|
|
737
|
+
----==_mimepart_563f65937a0e4_2b1b3fde29063be0544b4
|
|
703
738
|
Content-Type: text/html;
|
|
704
739
|
charset=UTF-8
|
|
705
740
|
Content-Transfer-Encoding: 7bit
|
|
@@ -745,7 +780,7 @@ body {
|
|
|
745
780
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
746
781
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
747
782
|
<td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
|
|
748
|
-
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
783
|
+
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=xMZx2-5zMLVmJXrN_fdh" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
|
|
749
784
|
</td>
|
|
750
785
|
</tr>
|
|
751
786
|
</table>
|
|
@@ -790,106 +825,148 @@ body {
|
|
|
790
825
|
</body>
|
|
791
826
|
</html>
|
|
792
827
|
|
|
793
|
-
----==
|
|
828
|
+
----==_mimepart_563f65937a0e4_2b1b3fde29063be0544b4--
|
|
794
829
|
|
|
795
|
-
[1m[
|
|
796
|
-
Processing by PushType::ConfirmationsController#show as HTML
|
|
797
|
-
Parameters: {"confirmation_token"=>"Hv4_6NNm5nVQyCxMZmMa"}
|
|
798
|
-
[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", "Hv4_6NNm5nVQyCxMZmMa"]]
|
|
799
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
|
|
800
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.7ms)
|
|
801
|
-
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.1ms)
|
|
830
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
802
831
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
803
832
|
[1m[35m (0.1ms)[0m ROLLBACK
|
|
804
833
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
805
|
-
|
|
806
|
-
PushType::AuthenticatableTest::
|
|
807
|
-
|
|
834
|
+
----------------------------------------------------------------
|
|
835
|
+
PushType::AuthenticatableTest::rememberable: test_0001_anonymous
|
|
836
|
+
----------------------------------------------------------------
|
|
808
837
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
809
838
|
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
810
839
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
811
840
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
812
841
|
[1m[35m (0.1ms)[0m ROLLBACK
|
|
813
842
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
814
|
-
|
|
815
|
-
PushType::
|
|
816
|
-
|
|
817
|
-
[1m[35m (0.
|
|
843
|
+
--------------------------------------------------------
|
|
844
|
+
PushType::AuthenticationMethodsTest: test_0001_anonymous
|
|
845
|
+
--------------------------------------------------------
|
|
846
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
818
847
|
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
819
848
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
820
849
|
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
821
|
-
[1m[35m (0.
|
|
822
|
-
[1m[36m (0.
|
|
823
|
-
|
|
824
|
-
PushType::
|
|
825
|
-
|
|
850
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
851
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
852
|
+
--------------------------------------------------------
|
|
853
|
+
PushType::AuthenticationMethodsTest: test_0002_anonymous
|
|
854
|
+
--------------------------------------------------------
|
|
826
855
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
827
856
|
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
828
857
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
829
858
|
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
830
859
|
[1m[35m (0.0ms)[0m ROLLBACK
|
|
831
860
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
832
|
-
|
|
833
|
-
PushType::
|
|
834
|
-
|
|
861
|
+
-------------------------------------------------------------------------------------
|
|
862
|
+
PushType::ProfilesControllerTest::PUT #update::with invalid user: test_0001_anonymous
|
|
863
|
+
-------------------------------------------------------------------------------------
|
|
835
864
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
836
|
-
[1m[36m (0.
|
|
865
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
837
866
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
838
867
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
839
|
-
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-
|
|
840
|
-
[1m[36mPushType::User Exists (0.
|
|
841
|
-
[1m[35mSQL (0.
|
|
868
|
+
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-7@example.com' LIMIT 1
|
|
869
|
+
[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
|
|
870
|
+
[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-7@example.com"], ["confirmation_sent_at", "2015-11-08 15:09:07.535815"], ["confirmed_at", "2015-11-08 15:09:07.535882"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-08 15:09:07.537471"], ["updated_at", "2015-11-08 15:09:07.537471"]]
|
|
842
871
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
[1m[35mPushType::User
|
|
846
|
-
[1m[
|
|
847
|
-
[1m[
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
872
|
+
Processing by PushType::ProfilesController#update as HTML
|
|
873
|
+
Parameters: {"user"=>{"name"=>""}}
|
|
874
|
+
[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", "2d2915e0-2bf9-4b4d-be62-dbc9500576a5"]]
|
|
875
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
876
|
+
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-7@example.com' AND "push_type_users"."id" != '2d2915e0-2bf9-4b4d-be62-dbc9500576a5') LIMIT 1
|
|
877
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_2[0m
|
|
878
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (1.9ms)
|
|
879
|
+
Completed 200 OK in 10ms (Views: 7.0ms | ActiveRecord: 0.5ms)
|
|
880
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
881
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
882
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
883
|
+
-------------------------------------------------------------------------------------
|
|
884
|
+
PushType::ProfilesControllerTest::PUT #update::with invalid user: test_0002_anonymous
|
|
885
|
+
-------------------------------------------------------------------------------------
|
|
886
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
887
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
888
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
889
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
890
|
+
[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
|
|
891
|
+
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-8@example.com' LIMIT 1
|
|
892
|
+
[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-8@example.com"], ["confirmation_sent_at", "2015-11-08 15:09:07.551293"], ["confirmed_at", "2015-11-08 15:09:07.551355"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-08 15:09:07.552838"], ["updated_at", "2015-11-08 15:09:07.552838"]]
|
|
893
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
894
|
+
Processing by PushType::ProfilesController#update as HTML
|
|
895
|
+
Parameters: {"user"=>{"name"=>""}}
|
|
896
|
+
[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", "d45400ac-0b84-4404-ae0e-eb98c4c67102"]]
|
|
897
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
898
|
+
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-8@example.com' AND "push_type_users"."id" != 'd45400ac-0b84-4404-ae0e-eb98c4c67102') LIMIT 1[0m
|
|
899
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_2
|
|
900
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (1.8ms)
|
|
901
|
+
Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.5ms)
|
|
902
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
903
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
904
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
905
|
+
-------------------------------------------------------------
|
|
906
|
+
PushType::AuthenticatableTest::trackable: test_0001_anonymous
|
|
907
|
+
-------------------------------------------------------------
|
|
908
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
909
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
910
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
911
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
912
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
913
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
914
|
+
----------------------------------------------------------------------------------------------------
|
|
915
|
+
PushType::ConfirmationsControllerTest::GET #show::with valid confirmation token: test_0001_anonymous
|
|
916
|
+
----------------------------------------------------------------------------------------------------
|
|
917
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
918
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
919
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
920
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
921
|
+
[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
|
|
922
|
+
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-9@example.com' LIMIT 1[0m
|
|
923
|
+
[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", "d4377e0736a55e753b88b2fa777d5ad5e6b02a85647d4464c391e0efeb5cbc73"]]
|
|
924
|
+
[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-9@example.com"], ["created_at", "2015-11-08 15:09:07.570491"], ["updated_at", "2015-11-08 15:09:07.570491"], ["confirmation_token", "BZN_z_gz16f_EbZWs_9d"], ["confirmation_sent_at", "2015-11-08 15:09:07.571198"]]
|
|
925
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
|
|
926
|
+
|
|
927
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.5ms
|
|
928
|
+
|
|
929
|
+
Sent mail to joe-9@example.com (3.0ms)
|
|
930
|
+
Date: Sun, 08 Nov 2015 15:09:07 +0000
|
|
931
|
+
From: pushtype@example.com
|
|
932
|
+
Reply-To: pushtype@example.com
|
|
933
|
+
To: joe-9@example.com
|
|
934
|
+
Message-ID: <563f65939344f_2b1b3fde29063be05488@Aarons-iMac.local.mail>
|
|
935
|
+
Subject: [PushType] Confirm your account
|
|
936
|
+
Mime-Version: 1.0
|
|
937
|
+
Content-Type: multipart/alternative;
|
|
938
|
+
boundary="--==_mimepart_563f659392eed_2b1b3fde29063be0547c3";
|
|
939
|
+
charset=UTF-8
|
|
940
|
+
Content-Transfer-Encoding: 7bit
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
----==_mimepart_563f659392eed_2b1b3fde29063be0547c3
|
|
944
|
+
Content-Type: text/plain;
|
|
945
|
+
charset=UTF-8
|
|
946
|
+
Content-Transfer-Encoding: 7bit
|
|
947
|
+
|
|
948
|
+
PushType ( http://localhost:3000/push_type/ )
|
|
949
|
+
|
|
950
|
+
Hello Joe Bloggs
|
|
951
|
+
|
|
952
|
+
You're receiving this email because a PushType account has been
|
|
953
|
+
created for you.
|
|
954
|
+
|
|
955
|
+
To get started, confirm your account and set your own password by
|
|
956
|
+
clicking the link below:
|
|
957
|
+
|
|
958
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=BZN_z_gz16f_EbZWs_9d )
|
|
959
|
+
|
|
960
|
+
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
|
|
961
|
+
----==_mimepart_563f659392eed_2b1b3fde29063be0547c3
|
|
962
|
+
Content-Type: text/html;
|
|
963
|
+
charset=UTF-8
|
|
964
|
+
Content-Transfer-Encoding: 7bit
|
|
965
|
+
|
|
966
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
967
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
968
|
+
<head>
|
|
969
|
+
<meta name="viewport" content="width=device-width" />
|
|
893
970
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
894
971
|
<title>[PushType] Confirm your account</title>
|
|
895
972
|
|
|
@@ -927,7 +1004,7 @@ body {
|
|
|
927
1004
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
928
1005
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
929
1006
|
<td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
|
|
930
|
-
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1007
|
+
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=BZN_z_gz16f_EbZWs_9d" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
|
|
931
1008
|
</td>
|
|
932
1009
|
</tr>
|
|
933
1010
|
</table>
|
|
@@ -972,34 +1049,48 @@ body {
|
|
|
972
1049
|
</body>
|
|
973
1050
|
</html>
|
|
974
1051
|
|
|
975
|
-
----==
|
|
1052
|
+
----==_mimepart_563f659392eed_2b1b3fde29063be0547c3--
|
|
976
1053
|
|
|
977
|
-
[1m[
|
|
978
|
-
Processing by PushType::
|
|
979
|
-
Parameters: {"
|
|
980
|
-
[1m[
|
|
981
|
-
|
|
1054
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1055
|
+
Processing by PushType::ConfirmationsController#show as HTML
|
|
1056
|
+
Parameters: {"confirmation_token"=>"BZN_z_gz16f_EbZWs_9d"}
|
|
1057
|
+
[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", "BZN_z_gz16f_EbZWs_9d"]]
|
|
1058
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
|
|
1059
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.6ms)
|
|
1060
|
+
Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.1ms)
|
|
1061
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
1062
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1063
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
1064
|
+
----------------------------------------------------------------------------------------------------
|
|
1065
|
+
PushType::ConfirmationsControllerTest::GET #show::with valid confirmation token: test_0002_anonymous
|
|
1066
|
+
----------------------------------------------------------------------------------------------------
|
|
1067
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1068
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1069
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
982
1070
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
983
|
-
[1m[
|
|
1071
|
+
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-10@example.com' LIMIT 1[0m
|
|
1072
|
+
[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
|
|
1073
|
+
[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", "37e65f17c4be2b983722cc49028d9e6a956058029fd207e5fe37844c30829a04"]]
|
|
1074
|
+
[1m[35mSQL (0.2ms)[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-11-08 15:09:07.616064"], ["updated_at", "2015-11-08 15:09:07.616064"], ["confirmation_token", "GFGZSrVmwXx-umxAj1Nv"], ["confirmation_sent_at", "2015-11-08 15:09:07.616891"]]
|
|
984
1075
|
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
|
|
985
1076
|
|
|
986
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.
|
|
1077
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.3ms
|
|
987
1078
|
|
|
988
|
-
Sent mail to joe-
|
|
989
|
-
Date:
|
|
1079
|
+
Sent mail to joe-10@example.com (3.2ms)
|
|
1080
|
+
Date: Sun, 08 Nov 2015 15:09:07 +0000
|
|
990
1081
|
From: pushtype@example.com
|
|
991
1082
|
Reply-To: pushtype@example.com
|
|
992
|
-
To: joe-
|
|
993
|
-
Message-ID: <
|
|
1083
|
+
To: joe-10@example.com
|
|
1084
|
+
Message-ID: <563f65939e610_2b1b3fde29063be055156@Aarons-iMac.local.mail>
|
|
994
1085
|
Subject: [PushType] Confirm your account
|
|
995
1086
|
Mime-Version: 1.0
|
|
996
1087
|
Content-Type: multipart/alternative;
|
|
997
|
-
boundary="--==
|
|
1088
|
+
boundary="--==_mimepart_563f65939e041_2b1b3fde29063be0550ee";
|
|
998
1089
|
charset=UTF-8
|
|
999
1090
|
Content-Transfer-Encoding: 7bit
|
|
1000
1091
|
|
|
1001
1092
|
|
|
1002
|
-
----==
|
|
1093
|
+
----==_mimepart_563f65939e041_2b1b3fde29063be0550ee
|
|
1003
1094
|
Content-Type: text/plain;
|
|
1004
1095
|
charset=UTF-8
|
|
1005
1096
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1014,10 +1105,10 @@ created for you.
|
|
|
1014
1105
|
To get started, confirm your account and set your own password by
|
|
1015
1106
|
clicking the link below:
|
|
1016
1107
|
|
|
1017
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1108
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=GFGZSrVmwXx-umxAj1Nv )
|
|
1018
1109
|
|
|
1019
1110
|
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
|
|
1020
|
-
----==
|
|
1111
|
+
----==_mimepart_563f65939e041_2b1b3fde29063be0550ee
|
|
1021
1112
|
Content-Type: text/html;
|
|
1022
1113
|
charset=UTF-8
|
|
1023
1114
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1063,7 +1154,7 @@ body {
|
|
|
1063
1154
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1064
1155
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1065
1156
|
<td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
|
|
1066
|
-
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1157
|
+
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=GFGZSrVmwXx-umxAj1Nv" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
|
|
1067
1158
|
</td>
|
|
1068
1159
|
</tr>
|
|
1069
1160
|
</table>
|
|
@@ -1108,48 +1199,48 @@ body {
|
|
|
1108
1199
|
</body>
|
|
1109
1200
|
</html>
|
|
1110
1201
|
|
|
1111
|
-
----==
|
|
1202
|
+
----==_mimepart_563f65939e041_2b1b3fde29063be0550ee--
|
|
1112
1203
|
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
[1m[
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
[1m[
|
|
1122
|
-
[1m[
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
[1m[
|
|
1127
|
-
[1m[
|
|
1128
|
-
[1m[35m (0.
|
|
1204
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1205
|
+
Processing by PushType::ConfirmationsController#show as HTML
|
|
1206
|
+
Parameters: {"confirmation_token"=>"GFGZSrVmwXx-umxAj1Nv"}
|
|
1207
|
+
[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", "GFGZSrVmwXx-umxAj1Nv"]]
|
|
1208
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
|
|
1209
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.7ms)
|
|
1210
|
+
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.1ms)
|
|
1211
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
1212
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1213
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1214
|
+
----------------------------------------------------------------------------------------
|
|
1215
|
+
PushType::ConfirmationsControllerTest::PUT #update::with valid user: test_0001_anonymous
|
|
1216
|
+
----------------------------------------------------------------------------------------
|
|
1217
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1218
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1219
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1129
1220
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1130
|
-
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-
|
|
1131
|
-
[1m[36mPushType::User Exists (0.
|
|
1132
|
-
[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", "
|
|
1133
|
-
[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-
|
|
1134
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.
|
|
1221
|
+
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-11@example.com' LIMIT 1
|
|
1222
|
+
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-11@example.com' LIMIT 1[0m
|
|
1223
|
+
[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", "7ab7819efe51897021e0d3a63f46538cb7220f80fe0d7f4a74dc18240a233db5"]]
|
|
1224
|
+
[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-11@example.com"], ["created_at", "2015-11-08 15:09:07.662515"], ["updated_at", "2015-11-08 15:09:07.662515"], ["confirmation_token", "Kbei3-MWnC6Vs_M7sdv6"], ["confirmation_sent_at", "2015-11-08 15:09:07.663208"]]
|
|
1225
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.6ms)
|
|
1135
1226
|
|
|
1136
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.
|
|
1227
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.9ms
|
|
1137
1228
|
|
|
1138
|
-
Sent mail to joe-
|
|
1139
|
-
Date:
|
|
1229
|
+
Sent mail to joe-11@example.com (3.1ms)
|
|
1230
|
+
Date: Sun, 08 Nov 2015 15:09:07 +0000
|
|
1140
1231
|
From: pushtype@example.com
|
|
1141
1232
|
Reply-To: pushtype@example.com
|
|
1142
|
-
To: joe-
|
|
1143
|
-
Message-ID: <
|
|
1233
|
+
To: joe-11@example.com
|
|
1234
|
+
Message-ID: <563f6593a9aa4_2b1b3fde29063be055433@Aarons-iMac.local.mail>
|
|
1144
1235
|
Subject: [PushType] Confirm your account
|
|
1145
1236
|
Mime-Version: 1.0
|
|
1146
1237
|
Content-Type: multipart/alternative;
|
|
1147
|
-
boundary="--==
|
|
1238
|
+
boundary="--==_mimepart_563f6593a94e8_2b1b3fde29063be055357";
|
|
1148
1239
|
charset=UTF-8
|
|
1149
1240
|
Content-Transfer-Encoding: 7bit
|
|
1150
1241
|
|
|
1151
1242
|
|
|
1152
|
-
----==
|
|
1243
|
+
----==_mimepart_563f6593a94e8_2b1b3fde29063be055357
|
|
1153
1244
|
Content-Type: text/plain;
|
|
1154
1245
|
charset=UTF-8
|
|
1155
1246
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1164,10 +1255,10 @@ created for you.
|
|
|
1164
1255
|
To get started, confirm your account and set your own password by
|
|
1165
1256
|
clicking the link below:
|
|
1166
1257
|
|
|
1167
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1258
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=Kbei3-MWnC6Vs_M7sdv6 )
|
|
1168
1259
|
|
|
1169
1260
|
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
|
|
1170
|
-
----==
|
|
1261
|
+
----==_mimepart_563f6593a94e8_2b1b3fde29063be055357
|
|
1171
1262
|
Content-Type: text/html;
|
|
1172
1263
|
charset=UTF-8
|
|
1173
1264
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1213,7 +1304,7 @@ body {
|
|
|
1213
1304
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1214
1305
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1215
1306
|
<td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
|
|
1216
|
-
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1307
|
+
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=Kbei3-MWnC6Vs_M7sdv6" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
|
|
1217
1308
|
</td>
|
|
1218
1309
|
</tr>
|
|
1219
1310
|
</table>
|
|
@@ -1258,34 +1349,55 @@ body {
|
|
|
1258
1349
|
</body>
|
|
1259
1350
|
</html>
|
|
1260
1351
|
|
|
1261
|
-
----==
|
|
1352
|
+
----==_mimepart_563f6593a94e8_2b1b3fde29063be055357--
|
|
1262
1353
|
|
|
1263
1354
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1264
|
-
Processing by PushType::
|
|
1265
|
-
Parameters: {"
|
|
1266
|
-
[1m[36mPushType::User Load (0.2ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."
|
|
1267
|
-
[1m[35mPushType::User
|
|
1355
|
+
Processing by PushType::ConfirmationsController#update as HTML
|
|
1356
|
+
Parameters: {"user"=>{"confirmation_token"=>"Kbei3-MWnC6Vs_M7sdv6", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
|
|
1357
|
+
[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", "Kbei3-MWnC6Vs_M7sdv6"]]
|
|
1358
|
+
[1m[35mPushType::User Exists (0.3ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-11@example.com' AND "push_type_users"."id" != '84bd9f19-29a0-498b-b87e-2144ef41924c') LIMIT 1
|
|
1268
1359
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1360
|
+
[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$r3f/o5oADa7o3PQr1ikuF.k2Bk7IgUe9SUzFE06qsjyA5KLYgzun6"], ["confirmed_at", "2015-11-08 15:09:07.701823"], ["updated_at", "2015-11-08 15:09:07.702318"], ["id", "84bd9f19-29a0-498b-b87e-2144ef41924c"]]
|
|
1361
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1362
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1363
|
+
[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-11-08 15:09:07.704541"], ["current_sign_in_at", "2015-11-08 15:09:07.704541"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-11-08 15:09:07.705075"], ["id", "84bd9f19-29a0-498b-b87e-2144ef41924c"]]
|
|
1269
1364
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1270
|
-
|
|
1365
|
+
Redirected to http://test.host/push_type/
|
|
1366
|
+
Completed 302 Found in 8ms (ActiveRecord: 1.1ms)
|
|
1367
|
+
[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", "84bd9f19-29a0-498b-b87e-2144ef41924c"]]
|
|
1368
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
1369
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1370
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
1371
|
+
----------------------------------------------------------------------------------------
|
|
1372
|
+
PushType::ConfirmationsControllerTest::PUT #update::with valid user: test_0002_anonymous
|
|
1373
|
+
----------------------------------------------------------------------------------------
|
|
1374
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1375
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1376
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1377
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1378
|
+
[1m[36mPushType::User Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-12@example.com' LIMIT 1[0m
|
|
1379
|
+
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-12@example.com' LIMIT 1
|
|
1380
|
+
[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", "c1b4085f43f12cda1866823223a916925c24a5df2760981623507c66163474bc"]]
|
|
1381
|
+
[1m[35mSQL (0.2ms)[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-12@example.com"], ["created_at", "2015-11-08 15:09:07.711379"], ["updated_at", "2015-11-08 15:09:07.711379"], ["confirmation_token", "qiezzXcQsfAMcxASCJSH"], ["confirmation_sent_at", "2015-11-08 15:09:07.712270"]]
|
|
1382
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.3ms)
|
|
1271
1383
|
|
|
1272
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.
|
|
1384
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.6ms
|
|
1273
1385
|
|
|
1274
|
-
Sent mail to joe-
|
|
1275
|
-
Date:
|
|
1386
|
+
Sent mail to joe-12@example.com (4.1ms)
|
|
1387
|
+
Date: Sun, 08 Nov 2015 15:09:07 +0000
|
|
1276
1388
|
From: pushtype@example.com
|
|
1277
1389
|
Reply-To: pushtype@example.com
|
|
1278
|
-
To: joe-
|
|
1279
|
-
Message-ID: <
|
|
1390
|
+
To: joe-12@example.com
|
|
1391
|
+
Message-ID: <563f6593b7592_2b1b3fde29063be0557d9@Aarons-iMac.local.mail>
|
|
1280
1392
|
Subject: [PushType] Confirm your account
|
|
1281
1393
|
Mime-Version: 1.0
|
|
1282
1394
|
Content-Type: multipart/alternative;
|
|
1283
|
-
boundary="--==
|
|
1395
|
+
boundary="--==_mimepart_563f6593b6f54_2b1b3fde29063be05567f";
|
|
1284
1396
|
charset=UTF-8
|
|
1285
1397
|
Content-Transfer-Encoding: 7bit
|
|
1286
1398
|
|
|
1287
1399
|
|
|
1288
|
-
----==
|
|
1400
|
+
----==_mimepart_563f6593b6f54_2b1b3fde29063be05567f
|
|
1289
1401
|
Content-Type: text/plain;
|
|
1290
1402
|
charset=UTF-8
|
|
1291
1403
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1300,10 +1412,10 @@ created for you.
|
|
|
1300
1412
|
To get started, confirm your account and set your own password by
|
|
1301
1413
|
clicking the link below:
|
|
1302
1414
|
|
|
1303
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1415
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=qiezzXcQsfAMcxASCJSH )
|
|
1304
1416
|
|
|
1305
1417
|
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
|
|
1306
|
-
----==
|
|
1418
|
+
----==_mimepart_563f6593b6f54_2b1b3fde29063be05567f
|
|
1307
1419
|
Content-Type: text/html;
|
|
1308
1420
|
charset=UTF-8
|
|
1309
1421
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1349,7 +1461,7 @@ body {
|
|
|
1349
1461
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1350
1462
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1351
1463
|
<td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
|
|
1352
|
-
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1464
|
+
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=qiezzXcQsfAMcxASCJSH" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
|
|
1353
1465
|
</td>
|
|
1354
1466
|
</tr>
|
|
1355
1467
|
</table>
|
|
@@ -1394,48 +1506,142 @@ body {
|
|
|
1394
1506
|
</body>
|
|
1395
1507
|
</html>
|
|
1396
1508
|
|
|
1397
|
-
----==
|
|
1509
|
+
----==_mimepart_563f6593b6f54_2b1b3fde29063be05567f--
|
|
1398
1510
|
|
|
1399
|
-
|
|
1400
|
-
|
|
1511
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1512
|
+
Processing by PushType::ConfirmationsController#update as HTML
|
|
1513
|
+
Parameters: {"user"=>{"confirmation_token"=>"qiezzXcQsfAMcxASCJSH", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
|
|
1514
|
+
[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", "qiezzXcQsfAMcxASCJSH"]]
|
|
1515
|
+
[1m[36mPushType::User Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-12@example.com' AND "push_type_users"."id" != 'a96a8d9b-7399-49f4-b675-1b26f1a384d8') LIMIT 1[0m
|
|
1516
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1517
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "push_type_users" SET "encrypted_password" = $1, "confirmed_at" = $2, "updated_at" = $3 WHERE "push_type_users"."id" = $4[0m [["encrypted_password", "$2a$04$ZXmY5vl/YHzPII.wGM8pVu30QtxA.E4HrPGndfZhHtNX9yPiNJAqu"], ["confirmed_at", "2015-11-08 15:09:07.758564"], ["updated_at", "2015-11-08 15:09:07.758943"], ["id", "a96a8d9b-7399-49f4-b675-1b26f1a384d8"]]
|
|
1518
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1519
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1520
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "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 [["last_sign_in_at", "2015-11-08 15:09:07.760450"], ["current_sign_in_at", "2015-11-08 15:09:07.760450"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-11-08 15:09:07.760803"], ["id", "a96a8d9b-7399-49f4-b675-1b26f1a384d8"]]
|
|
1521
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1522
|
+
Redirected to http://test.host/push_type/
|
|
1523
|
+
Completed 302 Found in 7ms (ActiveRecord: 1.1ms)
|
|
1524
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
1525
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1526
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
1527
|
+
---------------------------------------------------------------
|
|
1528
|
+
PushType::AuthenticatableTest::confirmable: test_0001_anonymous
|
|
1529
|
+
---------------------------------------------------------------
|
|
1530
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1531
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1532
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1533
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
1534
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1535
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
1536
|
+
-----------------------------------------------------------------------------------
|
|
1537
|
+
PushType::ProfilesControllerTest::PUT #update::with valid user: test_0003_anonymous
|
|
1538
|
+
-----------------------------------------------------------------------------------
|
|
1539
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1540
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1541
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1542
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1543
|
+
[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
|
|
1544
|
+
[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
|
|
1545
|
+
[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-13@example.com"], ["confirmation_sent_at", "2015-11-08 15:09:07.766571"], ["confirmed_at", "2015-11-08 15:09:07.766629"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-08 15:09:07.768641"], ["updated_at", "2015-11-08 15:09:07.768641"]]
|
|
1546
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1547
|
+
Processing by PushType::ProfilesController#update as HTML
|
|
1548
|
+
Parameters: {"user"=>{"name"=>"Test user ABC"}}
|
|
1549
|
+
[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", "b8b64f34-d8ac-474c-8689-aa297fa407a5"]]
|
|
1550
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1551
|
+
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-13@example.com' AND "push_type_users"."id" != 'b8b64f34-d8ac-474c-8689-aa297fa407a5') LIMIT 1[0m
|
|
1552
|
+
[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-11-08 15:09:07.773136"], ["id", "b8b64f34-d8ac-474c-8689-aa297fa407a5"]]
|
|
1553
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1554
|
+
Redirected to http://test.host/push_type/profile/edit
|
|
1555
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
|
|
1556
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
1557
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1558
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
1559
|
+
-----------------------------------------------------------------------------------
|
|
1560
|
+
PushType::ProfilesControllerTest::PUT #update::with valid user: test_0002_anonymous
|
|
1561
|
+
-----------------------------------------------------------------------------------
|
|
1562
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1563
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1564
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1565
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1566
|
+
[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
|
|
1567
|
+
[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
|
|
1568
|
+
[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-14@example.com"], ["confirmation_sent_at", "2015-11-08 15:09:07.776454"], ["confirmed_at", "2015-11-08 15:09:07.776501"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-08 15:09:07.778034"], ["updated_at", "2015-11-08 15:09:07.778034"]]
|
|
1569
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1570
|
+
Processing by PushType::ProfilesController#update as HTML
|
|
1571
|
+
Parameters: {"user"=>{"name"=>"Test user ABC"}}
|
|
1572
|
+
[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", "3f29093f-92e9-463b-ae1e-0f5e999eef66"]]
|
|
1573
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1574
|
+
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-14@example.com' AND "push_type_users"."id" != '3f29093f-92e9-463b-ae1e-0f5e999eef66') LIMIT 1[0m
|
|
1575
|
+
[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-11-08 15:09:07.782074"], ["id", "3f29093f-92e9-463b-ae1e-0f5e999eef66"]]
|
|
1576
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1577
|
+
Redirected to http://test.host/push_type/profile/edit
|
|
1578
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
|
|
1579
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
1580
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1581
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
1582
|
+
-----------------------------------------------------------------------------------
|
|
1583
|
+
PushType::ProfilesControllerTest::PUT #update::with valid user: test_0001_anonymous
|
|
1584
|
+
-----------------------------------------------------------------------------------
|
|
1585
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1586
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1587
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1588
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1589
|
+
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-15@example.com' LIMIT 1[0m
|
|
1590
|
+
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-15@example.com' LIMIT 1
|
|
1591
|
+
[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-15@example.com"], ["confirmation_sent_at", "2015-11-08 15:09:07.785399"], ["confirmed_at", "2015-11-08 15:09:07.785488"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-08 15:09:07.787015"], ["updated_at", "2015-11-08 15:09:07.787015"]]
|
|
1592
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1593
|
+
Processing by PushType::ProfilesController#update as HTML
|
|
1594
|
+
Parameters: {"user"=>{"name"=>"Test user ABC"}}
|
|
1595
|
+
[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", "1e4df0da-191d-472c-85cc-021c021794e2"]]
|
|
1596
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1597
|
+
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-15@example.com' AND "push_type_users"."id" != '1e4df0da-191d-472c-85cc-021c021794e2') LIMIT 1[0m
|
|
1598
|
+
[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-11-08 15:09:07.791405"], ["id", "1e4df0da-191d-472c-85cc-021c021794e2"]]
|
|
1599
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1600
|
+
Redirected to http://test.host/push_type/profile/edit
|
|
1601
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
|
|
1602
|
+
[1m[35mPushType::User Load (0.1ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 LIMIT 1 [["id", "1e4df0da-191d-472c-85cc-021c021794e2"]]
|
|
1401
1603
|
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
1402
1604
|
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1403
1605
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1404
1606
|
---------------------------------------------------------------
|
|
1405
|
-
PushType::
|
|
1607
|
+
PushType::AuthenticatableTest::recoverable: test_0001_anonymous
|
|
1406
1608
|
---------------------------------------------------------------
|
|
1407
1609
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1408
1610
|
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1409
1611
|
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1612
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
1613
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1614
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1615
|
+
--------------------------------------------------------------------------------------------------------------
|
|
1616
|
+
PushType::AuthenticatableTest::#password_required?::with existing user and clean password: test_0001_anonymous
|
|
1617
|
+
--------------------------------------------------------------------------------------------------------------
|
|
1618
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1619
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1620
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1410
1621
|
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1411
|
-
[1m[35mPushType::User Exists (0.
|
|
1412
|
-
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-
|
|
1413
|
-
[1m[
|
|
1414
|
-
[1m[
|
|
1415
|
-
|
|
1416
|
-
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-10@example.com' LIMIT 1[0m
|
|
1417
|
-
[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
|
|
1418
|
-
[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", "5d29b887aa967220553cb678de3b2dde4e0ff4a131071a2562f0a67ec3580765"]]
|
|
1419
|
-
[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-11-02 20:28:27.918483"], ["updated_at", "2015-11-02 20:28:27.918483"], ["confirmation_token", "z7Jhxm9LMeDb5tnV8VMe"], ["confirmation_sent_at", "2015-11-02 20:28:27.919160"]]
|
|
1420
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
|
|
1622
|
+
[1m[35mPushType::User Exists (0.3ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-16@example.com' LIMIT 1
|
|
1623
|
+
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-16@example.com' LIMIT 1[0m
|
|
1624
|
+
[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", "4e8f595c692ea70bd8e7c83f3f1a0cc52f19798adf7f0020e681e39cead2f560"]]
|
|
1625
|
+
[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-11-08 15:09:07.798924"], ["updated_at", "2015-11-08 15:09:07.798924"], ["confirmation_token", "yexdEVH-UsY9RdBfVw4J"], ["confirmation_sent_at", "2015-11-08 15:09:07.799851"]]
|
|
1626
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.4ms)
|
|
1421
1627
|
|
|
1422
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.
|
|
1628
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.9ms
|
|
1423
1629
|
|
|
1424
|
-
Sent mail to joe-
|
|
1425
|
-
Date:
|
|
1630
|
+
Sent mail to joe-16@example.com (3.6ms)
|
|
1631
|
+
Date: Sun, 08 Nov 2015 15:09:07 +0000
|
|
1426
1632
|
From: pushtype@example.com
|
|
1427
1633
|
Reply-To: pushtype@example.com
|
|
1428
|
-
To: joe-
|
|
1429
|
-
Message-ID: <
|
|
1634
|
+
To: joe-16@example.com
|
|
1635
|
+
Message-ID: <563f6593cb8f7_2b1b3fde29063be056079@Aarons-iMac.local.mail>
|
|
1430
1636
|
Subject: [PushType] Confirm your account
|
|
1431
1637
|
Mime-Version: 1.0
|
|
1432
1638
|
Content-Type: multipart/alternative;
|
|
1433
|
-
boundary="--==
|
|
1639
|
+
boundary="--==_mimepart_563f6593cb2cd_2b1b3fde29063be05599b";
|
|
1434
1640
|
charset=UTF-8
|
|
1435
1641
|
Content-Transfer-Encoding: 7bit
|
|
1436
1642
|
|
|
1437
1643
|
|
|
1438
|
-
----==
|
|
1644
|
+
----==_mimepart_563f6593cb2cd_2b1b3fde29063be05599b
|
|
1439
1645
|
Content-Type: text/plain;
|
|
1440
1646
|
charset=UTF-8
|
|
1441
1647
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1450,10 +1656,10 @@ created for you.
|
|
|
1450
1656
|
To get started, confirm your account and set your own password by
|
|
1451
1657
|
clicking the link below:
|
|
1452
1658
|
|
|
1453
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1659
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=yexdEVH-UsY9RdBfVw4J )
|
|
1454
1660
|
|
|
1455
1661
|
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
|
|
1456
|
-
----==
|
|
1662
|
+
----==_mimepart_563f6593cb2cd_2b1b3fde29063be05599b
|
|
1457
1663
|
Content-Type: text/html;
|
|
1458
1664
|
charset=UTF-8
|
|
1459
1665
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1499,7 +1705,7 @@ body {
|
|
|
1499
1705
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1500
1706
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1501
1707
|
<td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
|
|
1502
|
-
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1708
|
+
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=yexdEVH-UsY9RdBfVw4J" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
|
|
1503
1709
|
</td>
|
|
1504
1710
|
</tr>
|
|
1505
1711
|
</table>
|
|
@@ -1544,34 +1750,47 @@ body {
|
|
|
1544
1750
|
</body>
|
|
1545
1751
|
</html>
|
|
1546
1752
|
|
|
1547
|
-
----==
|
|
1753
|
+
----==_mimepart_563f6593cb2cd_2b1b3fde29063be05599b--
|
|
1548
1754
|
|
|
1755
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1756
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
1757
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1758
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1759
|
+
---------------------------------------------------------------
|
|
1760
|
+
PushType::UsersControllerTest::PUT #invite: test_0003_anonymous
|
|
1761
|
+
---------------------------------------------------------------
|
|
1762
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1763
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1764
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1765
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1766
|
+
[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
|
|
1767
|
+
[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
|
|
1768
|
+
[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-17@example.com"], ["confirmation_sent_at", "2015-11-08 15:09:07.839683"], ["confirmed_at", "2015-11-08 15:09:07.839744"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-08 15:09:07.841450"], ["updated_at", "2015-11-08 15:09:07.841450"]]
|
|
1549
1769
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
[1m[35mPushType::User
|
|
1553
|
-
[1m[36mPushType::User Load (0.1ms)[0m [1mSELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."
|
|
1554
|
-
[1m[
|
|
1555
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1770
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
1771
|
+
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-18@example.com' LIMIT 1[0m
|
|
1772
|
+
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-18@example.com' LIMIT 1
|
|
1773
|
+
[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", "c69018a4768dc052ab6a2633bfcdf6318bd101958cecb167d405a3e4f698d856"]]
|
|
1774
|
+
[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-11-08 15:09:07.844036"], ["updated_at", "2015-11-08 15:09:07.844036"], ["confirmation_token", "spf2yKg2rvqMgYfuVuUE"], ["confirmation_sent_at", "2015-11-08 15:09:07.844898"]]
|
|
1556
1775
|
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
|
|
1557
1776
|
|
|
1558
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.
|
|
1777
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.4ms
|
|
1559
1778
|
|
|
1560
|
-
Sent mail to joe-
|
|
1561
|
-
Date:
|
|
1779
|
+
Sent mail to joe-18@example.com (3.4ms)
|
|
1780
|
+
Date: Sun, 08 Nov 2015 15:09:07 +0000
|
|
1562
1781
|
From: pushtype@example.com
|
|
1563
1782
|
Reply-To: pushtype@example.com
|
|
1564
|
-
To: joe-
|
|
1565
|
-
Message-ID: <
|
|
1783
|
+
To: joe-18@example.com
|
|
1784
|
+
Message-ID: <563f6593d6b4f_2b1b3fde29063be056359@Aarons-iMac.local.mail>
|
|
1566
1785
|
Subject: [PushType] Confirm your account
|
|
1567
1786
|
Mime-Version: 1.0
|
|
1568
1787
|
Content-Type: multipart/alternative;
|
|
1569
|
-
boundary="--==
|
|
1788
|
+
boundary="--==_mimepart_563f6593d64fe_2b1b3fde29063be0562b7";
|
|
1570
1789
|
charset=UTF-8
|
|
1571
1790
|
Content-Transfer-Encoding: 7bit
|
|
1572
1791
|
|
|
1573
1792
|
|
|
1574
|
-
----==
|
|
1793
|
+
----==_mimepart_563f6593d64fe_2b1b3fde29063be0562b7
|
|
1575
1794
|
Content-Type: text/plain;
|
|
1576
1795
|
charset=UTF-8
|
|
1577
1796
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1586,10 +1805,10 @@ created for you.
|
|
|
1586
1805
|
To get started, confirm your account and set your own password by
|
|
1587
1806
|
clicking the link below:
|
|
1588
1807
|
|
|
1589
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1808
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=spf2yKg2rvqMgYfuVuUE )
|
|
1590
1809
|
|
|
1591
1810
|
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
|
|
1592
|
-
----==
|
|
1811
|
+
----==_mimepart_563f6593d64fe_2b1b3fde29063be0562b7
|
|
1593
1812
|
Content-Type: text/html;
|
|
1594
1813
|
charset=UTF-8
|
|
1595
1814
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1635,238 +1854,79 @@ body {
|
|
|
1635
1854
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1636
1855
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1637
1856
|
<td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
|
|
1638
|
-
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1857
|
+
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=spf2yKg2rvqMgYfuVuUE" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
|
|
1639
1858
|
</td>
|
|
1640
1859
|
</tr>
|
|
1641
1860
|
</table>
|
|
1642
1861
|
|
|
1643
1862
|
|
|
1644
1863
|
</td>
|
|
1645
|
-
</tr>
|
|
1646
|
-
</table>
|
|
1647
|
-
</div>
|
|
1648
|
-
<!-- /content -->
|
|
1649
|
-
|
|
1650
|
-
</td>
|
|
1651
|
-
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"></td>
|
|
1652
|
-
</tr>
|
|
1653
|
-
</table>
|
|
1654
|
-
<!-- /body -->
|
|
1655
|
-
|
|
1656
|
-
<!-- footer -->
|
|
1657
|
-
<table class="footer-wrap" style="clear: both !important; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1658
|
-
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1659
|
-
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"></td>
|
|
1660
|
-
<td class="container" style="clear: both !important; display: block !important; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0 auto; max-width: 600px !important; padding: 0">
|
|
1661
|
-
|
|
1662
|
-
<!-- content -->
|
|
1663
|
-
<div class="content" style="display: block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0 auto; max-width: 600px; padding: 0">
|
|
1664
|
-
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1665
|
-
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1666
|
-
<td align="center" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1667
|
-
<p style="color: #666; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0">PushType CMS: <a href="http://www.pushtype.org" style="color: #999; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">www.pushtype.org</a>.</p>
|
|
1668
|
-
</td>
|
|
1669
|
-
</tr>
|
|
1670
|
-
</table>
|
|
1671
|
-
</div>
|
|
1672
|
-
<!-- /content -->
|
|
1673
|
-
|
|
1674
|
-
</td>
|
|
1675
|
-
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"></td>
|
|
1676
|
-
</tr>
|
|
1677
|
-
</table>
|
|
1678
|
-
<!-- /footer -->
|
|
1679
|
-
|
|
1680
|
-
</body>
|
|
1681
|
-
</html>
|
|
1682
|
-
|
|
1683
|
-
----==
|
|
1684
|
-
|
|
1685
|
-
Redirected to /push_type/users
|
|
1686
|
-
Completed 302 Found in 34ms (ActiveRecord: 0.5ms)
|
|
1687
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
1688
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1689
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
1690
|
-
-------------------------------------------------------------------------------------
|
|
1691
|
-
PushType::ProfilesControllerTest::PUT #update::with invalid user: test_0001_anonymous
|
|
1692
|
-
-------------------------------------------------------------------------------------
|
|
1693
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1694
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1695
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1696
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1697
|
-
[1m[36mPushType::User Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-11@example.com' LIMIT 1[0m
|
|
1698
|
-
[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
|
|
1699
|
-
[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-11@example.com"], ["confirmation_sent_at", "2015-11-02 20:28:27.993031"], ["confirmed_at", "2015-11-02 20:28:27.993094"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-02 20:28:27.994799"], ["updated_at", "2015-11-02 20:28:27.994799"]]
|
|
1700
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1701
|
-
Processing by PushType::ProfilesController#update as HTML
|
|
1702
|
-
Parameters: {"user"=>{"name"=>""}}
|
|
1703
|
-
[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", "accc4f3a-7a89-4c8f-8813-5f02d44834e6"]]
|
|
1704
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1705
|
-
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-11@example.com' AND "push_type_users"."id" != 'accc4f3a-7a89-4c8f-8813-5f02d44834e6') LIMIT 1[0m
|
|
1706
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_2
|
|
1707
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (5.2ms)
|
|
1708
|
-
Completed 200 OK in 25ms (Views: 21.7ms | ActiveRecord: 0.5ms)
|
|
1709
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
1710
|
-
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1711
|
-
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
1712
|
-
-------------------------------------------------------------------------------------
|
|
1713
|
-
PushType::ProfilesControllerTest::PUT #update::with invalid user: test_0002_anonymous
|
|
1714
|
-
-------------------------------------------------------------------------------------
|
|
1715
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1716
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1717
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1718
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1719
|
-
[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
|
|
1720
|
-
[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
|
|
1721
|
-
[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-12@example.com"], ["confirmation_sent_at", "2015-11-02 20:28:28.025101"], ["confirmed_at", "2015-11-02 20:28:28.025168"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-02 20:28:28.026692"], ["updated_at", "2015-11-02 20:28:28.026692"]]
|
|
1722
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1723
|
-
Processing by PushType::ProfilesController#update as HTML
|
|
1724
|
-
Parameters: {"user"=>{"name"=>""}}
|
|
1725
|
-
[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", "344f0aa5-c254-4d6f-a998-d34ae8187a35"]]
|
|
1726
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1727
|
-
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-12@example.com' AND "push_type_users"."id" != '344f0aa5-c254-4d6f-a998-d34ae8187a35') LIMIT 1
|
|
1728
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_2[0m
|
|
1729
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (1.8ms)
|
|
1730
|
-
Completed 200 OK in 10ms (Views: 7.0ms | ActiveRecord: 0.4ms)
|
|
1731
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
1732
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1733
|
-
[1m[35m (0.0ms)[0m BEGIN
|
|
1734
|
-
-----------------------------------------------------------------------------------
|
|
1735
|
-
PushType::ProfilesControllerTest::PUT #update::with valid user: test_0001_anonymous
|
|
1736
|
-
-----------------------------------------------------------------------------------
|
|
1737
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1738
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1739
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1740
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1741
|
-
[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
|
|
1742
|
-
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-13@example.com' LIMIT 1
|
|
1743
|
-
[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-13@example.com"], ["confirmation_sent_at", "2015-11-02 20:28:28.040866"], ["confirmed_at", "2015-11-02 20:28:28.040925"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-02 20:28:28.042486"], ["updated_at", "2015-11-02 20:28:28.042486"]]
|
|
1744
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1745
|
-
Processing by PushType::ProfilesController#update as HTML
|
|
1746
|
-
Parameters: {"user"=>{"name"=>"Test user ABC"}}
|
|
1747
|
-
[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", "d31322a9-bb6d-4c87-a45f-36793e8a49e9"]]
|
|
1748
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1749
|
-
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-13@example.com' AND "push_type_users"."id" != 'd31322a9-bb6d-4c87-a45f-36793e8a49e9') LIMIT 1[0m
|
|
1750
|
-
[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-11-02 20:28:28.046501"], ["id", "d31322a9-bb6d-4c87-a45f-36793e8a49e9"]]
|
|
1751
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1752
|
-
Redirected to http://test.host/push_type/profile/edit
|
|
1753
|
-
Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
|
|
1754
|
-
[1m[35mPushType::User Load (0.1ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 LIMIT 1 [["id", "d31322a9-bb6d-4c87-a45f-36793e8a49e9"]]
|
|
1755
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
1756
|
-
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1757
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1758
|
-
-----------------------------------------------------------------------------------
|
|
1759
|
-
PushType::ProfilesControllerTest::PUT #update::with valid user: test_0002_anonymous
|
|
1760
|
-
-----------------------------------------------------------------------------------
|
|
1761
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1762
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1763
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1764
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1765
|
-
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-14@example.com' LIMIT 1
|
|
1766
|
-
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-14@example.com' LIMIT 1[0m
|
|
1767
|
-
[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-14@example.com"], ["confirmation_sent_at", "2015-11-02 20:28:28.051152"], ["confirmed_at", "2015-11-02 20:28:28.051198"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-02 20:28:28.052476"], ["updated_at", "2015-11-02 20:28:28.052476"]]
|
|
1768
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1769
|
-
Processing by PushType::ProfilesController#update as HTML
|
|
1770
|
-
Parameters: {"user"=>{"name"=>"Test user ABC"}}
|
|
1771
|
-
[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", "19d4d57f-822f-4464-91ed-71a90674d6bb"]]
|
|
1772
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1773
|
-
[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" != '19d4d57f-822f-4464-91ed-71a90674d6bb') LIMIT 1
|
|
1774
|
-
[1m[36mSQL (0.1ms)[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-11-02 20:28:28.056349"], ["id", "19d4d57f-822f-4464-91ed-71a90674d6bb"]]
|
|
1775
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1776
|
-
Redirected to http://test.host/push_type/profile/edit
|
|
1777
|
-
Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
|
|
1778
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
1779
|
-
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1780
|
-
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
1781
|
-
-----------------------------------------------------------------------------------
|
|
1782
|
-
PushType::ProfilesControllerTest::PUT #update::with valid user: test_0003_anonymous
|
|
1783
|
-
-----------------------------------------------------------------------------------
|
|
1784
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1785
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1786
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1787
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1788
|
-
[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
|
|
1789
|
-
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-15@example.com' LIMIT 1[0m
|
|
1790
|
-
[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-15@example.com"], ["confirmation_sent_at", "2015-11-02 20:28:28.059231"], ["confirmed_at", "2015-11-02 20:28:28.059317"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-02 20:28:28.060793"], ["updated_at", "2015-11-02 20:28:28.060793"]]
|
|
1791
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1792
|
-
Processing by PushType::ProfilesController#update as HTML
|
|
1793
|
-
Parameters: {"user"=>{"name"=>"Test user ABC"}}
|
|
1794
|
-
[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", "c920f327-6cab-45d0-b84f-676a9736f4a1"]]
|
|
1795
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1796
|
-
[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" != 'c920f327-6cab-45d0-b84f-676a9736f4a1') LIMIT 1
|
|
1797
|
-
[1m[36mSQL (0.1ms)[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-11-02 20:28:28.065124"], ["id", "c920f327-6cab-45d0-b84f-676a9736f4a1"]]
|
|
1798
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1799
|
-
Redirected to http://test.host/push_type/profile/edit
|
|
1800
|
-
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
|
1801
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
1802
|
-
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1803
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1804
|
-
----------------------------------------------------------------
|
|
1805
|
-
PushType::ProfilesControllerTest::GET #edit: test_0001_anonymous
|
|
1806
|
-
----------------------------------------------------------------
|
|
1807
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1808
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1809
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1810
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1811
|
-
[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
|
|
1812
|
-
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-16@example.com' LIMIT 1[0m
|
|
1813
|
-
[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-16@example.com"], ["confirmation_sent_at", "2015-11-02 20:28:28.069938"], ["confirmed_at", "2015-11-02 20:28:28.069983"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-02 20:28:28.071454"], ["updated_at", "2015-11-02 20:28:28.071454"]]
|
|
1864
|
+
</tr>
|
|
1865
|
+
</table>
|
|
1866
|
+
</div>
|
|
1867
|
+
<!-- /content -->
|
|
1868
|
+
|
|
1869
|
+
</td>
|
|
1870
|
+
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"></td>
|
|
1871
|
+
</tr>
|
|
1872
|
+
</table>
|
|
1873
|
+
<!-- /body -->
|
|
1874
|
+
|
|
1875
|
+
<!-- footer -->
|
|
1876
|
+
<table class="footer-wrap" style="clear: both !important; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1877
|
+
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1878
|
+
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"></td>
|
|
1879
|
+
<td class="container" style="clear: both !important; display: block !important; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0 auto; max-width: 600px !important; padding: 0">
|
|
1880
|
+
|
|
1881
|
+
<!-- content -->
|
|
1882
|
+
<div class="content" style="display: block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0 auto; max-width: 600px; padding: 0">
|
|
1883
|
+
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1884
|
+
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1885
|
+
<td align="center" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1886
|
+
<p style="color: #666; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0">PushType CMS: <a href="http://www.pushtype.org" style="color: #999; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">www.pushtype.org</a>.</p>
|
|
1887
|
+
</td>
|
|
1888
|
+
</tr>
|
|
1889
|
+
</table>
|
|
1890
|
+
</div>
|
|
1891
|
+
<!-- /content -->
|
|
1892
|
+
|
|
1893
|
+
</td>
|
|
1894
|
+
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"></td>
|
|
1895
|
+
</tr>
|
|
1896
|
+
</table>
|
|
1897
|
+
<!-- /footer -->
|
|
1898
|
+
|
|
1899
|
+
</body>
|
|
1900
|
+
</html>
|
|
1901
|
+
|
|
1902
|
+
----==_mimepart_563f6593d64fe_2b1b3fde29063be0562b7--
|
|
1903
|
+
|
|
1814
1904
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1815
|
-
Processing by PushType::
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
[1m[
|
|
1820
|
-
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1821
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1822
|
-
----------------------------------------------------------------
|
|
1823
|
-
PushType::ProfilesControllerTest::GET #edit: test_0002_anonymous
|
|
1824
|
-
----------------------------------------------------------------
|
|
1825
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1826
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1827
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1828
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1829
|
-
[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
|
|
1830
|
-
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-17@example.com' LIMIT 1[0m
|
|
1831
|
-
[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-17@example.com"], ["confirmation_sent_at", "2015-11-02 20:28:28.082872"], ["confirmed_at", "2015-11-02 20:28:28.082927"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-02 20:28:28.084419"], ["updated_at", "2015-11-02 20:28:28.084419"]]
|
|
1905
|
+
Processing by PushType::UsersController#invite as HTML
|
|
1906
|
+
Parameters: {"id"=>"36b31554-c161-44e1-8901-011fd39e58d9"}
|
|
1907
|
+
[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", "ac121c62-c8e4-4534-99f5-4e0c344fe81d"]]
|
|
1908
|
+
[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", "36b31554-c161-44e1-8901-011fd39e58d9"]]
|
|
1909
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1832
1910
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1833
|
-
Processing by PushType::ProfilesController#edit as HTML
|
|
1834
|
-
[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", "0fa8c988-633f-455a-a276-8ba47f4a25c9"]]
|
|
1835
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (1.9ms)
|
|
1836
|
-
Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.1ms)
|
|
1837
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
1838
|
-
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1839
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1840
|
-
----------------------------------------------------------------------------------------
|
|
1841
|
-
PushType::ConfirmationsControllerTest::PUT #update::with valid user: test_0002_anonymous
|
|
1842
|
-
----------------------------------------------------------------------------------------
|
|
1843
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1844
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1845
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1846
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1847
|
-
[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
|
|
1848
|
-
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-18@example.com' LIMIT 1[0m
|
|
1849
|
-
[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", "8ff1dc8f021328912901fc1a039cf14c441e755b8c61362e2a66246efd7918b2"]]
|
|
1850
|
-
[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-18@example.com"], ["created_at", "2015-11-02 20:28:28.098197"], ["updated_at", "2015-11-02 20:28:28.098197"], ["confirmation_token", "Woe5rN-8KD_p5yxJuAa5"], ["confirmation_sent_at", "2015-11-02 20:28:28.098913"]]
|
|
1851
1911
|
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
|
|
1852
1912
|
|
|
1853
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.
|
|
1913
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.4ms
|
|
1854
1914
|
|
|
1855
|
-
Sent mail to joe-18@example.com (3.
|
|
1856
|
-
Date:
|
|
1915
|
+
Sent mail to joe-18@example.com (3.4ms)
|
|
1916
|
+
Date: Sun, 08 Nov 2015 15:09:07 +0000
|
|
1857
1917
|
From: pushtype@example.com
|
|
1858
1918
|
Reply-To: pushtype@example.com
|
|
1859
1919
|
To: joe-18@example.com
|
|
1860
|
-
Message-ID: <
|
|
1920
|
+
Message-ID: <563f6593e07d0_2b1b3fde29063be0566e7@Aarons-iMac.local.mail>
|
|
1861
1921
|
Subject: [PushType] Confirm your account
|
|
1862
1922
|
Mime-Version: 1.0
|
|
1863
1923
|
Content-Type: multipart/alternative;
|
|
1864
|
-
boundary="--==
|
|
1924
|
+
boundary="--==_mimepart_563f6593e0155_2b1b3fde29063be0565d9";
|
|
1865
1925
|
charset=UTF-8
|
|
1866
1926
|
Content-Transfer-Encoding: 7bit
|
|
1867
1927
|
|
|
1868
1928
|
|
|
1869
|
-
----==
|
|
1929
|
+
----==_mimepart_563f6593e0155_2b1b3fde29063be0565d9
|
|
1870
1930
|
Content-Type: text/plain;
|
|
1871
1931
|
charset=UTF-8
|
|
1872
1932
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1881,10 +1941,10 @@ created for you.
|
|
|
1881
1941
|
To get started, confirm your account and set your own password by
|
|
1882
1942
|
clicking the link below:
|
|
1883
1943
|
|
|
1884
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1944
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=spf2yKg2rvqMgYfuVuUE )
|
|
1885
1945
|
|
|
1886
1946
|
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
|
|
1887
|
-
----==
|
|
1947
|
+
----==_mimepart_563f6593e0155_2b1b3fde29063be0565d9
|
|
1888
1948
|
Content-Type: text/html;
|
|
1889
1949
|
charset=UTF-8
|
|
1890
1950
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1930,7 +1990,7 @@ body {
|
|
|
1930
1990
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1931
1991
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1932
1992
|
<td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
|
|
1933
|
-
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1993
|
+
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=spf2yKg2rvqMgYfuVuUE" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
|
|
1934
1994
|
</td>
|
|
1935
1995
|
</tr>
|
|
1936
1996
|
</table>
|
|
@@ -1975,54 +2035,48 @@ body {
|
|
|
1975
2035
|
</body>
|
|
1976
2036
|
</html>
|
|
1977
2037
|
|
|
1978
|
-
----==
|
|
2038
|
+
----==_mimepart_563f6593e0155_2b1b3fde29063be0565d9--
|
|
1979
2039
|
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
[1m[
|
|
1984
|
-
[1m[
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
2040
|
+
Redirected to /push_type/users
|
|
2041
|
+
Completed 302 Found in 39ms (ActiveRecord: 0.5ms)
|
|
2042
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2043
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2044
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2045
|
+
---------------------------------------------------------------
|
|
2046
|
+
PushType::UsersControllerTest::PUT #invite: test_0002_anonymous
|
|
2047
|
+
---------------------------------------------------------------
|
|
2048
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2049
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2050
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1988
2051
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1989
|
-
[1m[
|
|
2052
|
+
[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
|
|
2053
|
+
[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
|
|
2054
|
+
[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-19@example.com"], ["confirmation_sent_at", "2015-11-08 15:09:07.924256"], ["confirmed_at", "2015-11-08 15:09:07.924324"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-08 15:09:07.925840"], ["updated_at", "2015-11-08 15:09:07.925840"]]
|
|
1990
2055
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
[1m[
|
|
1994
|
-
[1m[
|
|
1995
|
-
[1m[
|
|
1996
|
-
----------------------------------------------------------------------------------------
|
|
1997
|
-
PushType::ConfirmationsControllerTest::PUT #update::with valid user: test_0001_anonymous
|
|
1998
|
-
----------------------------------------------------------------------------------------
|
|
1999
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2000
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2001
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
2002
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2003
|
-
[1m[35mPushType::User Exists (0.3ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-19@example.com' LIMIT 1
|
|
2004
|
-
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-19@example.com' LIMIT 1[0m
|
|
2005
|
-
[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", "ee6676cf38cacc6a03921c808d96f2689acf1dd078cab61b65dc78fc11f4a713"]]
|
|
2006
|
-
[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-11-02 20:28:28.143508"], ["updated_at", "2015-11-02 20:28:28.143508"], ["confirmation_token", "_zAj1_psLqz-exVYEvkK"], ["confirmation_sent_at", "2015-11-02 20:28:28.144231"]]
|
|
2056
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2057
|
+
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-20@example.com' LIMIT 1
|
|
2058
|
+
[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
|
|
2059
|
+
[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", "409286f597fc1d73b3bcdd5f8d2d898a7d4895103ce1314acd17ab010998a3c6"]]
|
|
2060
|
+
[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-11-08 15:09:07.928566"], ["updated_at", "2015-11-08 15:09:07.928566"], ["confirmation_token", "yaZJMF2j4nq7Zpc_sUwK"], ["confirmation_sent_at", "2015-11-08 15:09:07.929279"]]
|
|
2007
2061
|
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
|
|
2008
2062
|
|
|
2009
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.
|
|
2063
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.3ms
|
|
2010
2064
|
|
|
2011
|
-
Sent mail to joe-
|
|
2012
|
-
Date:
|
|
2065
|
+
Sent mail to joe-20@example.com (2.9ms)
|
|
2066
|
+
Date: Sun, 08 Nov 2015 15:09:07 +0000
|
|
2013
2067
|
From: pushtype@example.com
|
|
2014
2068
|
Reply-To: pushtype@example.com
|
|
2015
|
-
To: joe-
|
|
2016
|
-
Message-ID: <
|
|
2069
|
+
To: joe-20@example.com
|
|
2070
|
+
Message-ID: <563f6593eb215_2b1b3fde29063be056963@Aarons-iMac.local.mail>
|
|
2017
2071
|
Subject: [PushType] Confirm your account
|
|
2018
2072
|
Mime-Version: 1.0
|
|
2019
2073
|
Content-Type: multipart/alternative;
|
|
2020
|
-
boundary="--==
|
|
2074
|
+
boundary="--==_mimepart_563f6593eac6e_2b1b3fde29063be0568d3";
|
|
2021
2075
|
charset=UTF-8
|
|
2022
2076
|
Content-Transfer-Encoding: 7bit
|
|
2023
2077
|
|
|
2024
2078
|
|
|
2025
|
-
----==
|
|
2079
|
+
----==_mimepart_563f6593eac6e_2b1b3fde29063be0568d3
|
|
2026
2080
|
Content-Type: text/plain;
|
|
2027
2081
|
charset=UTF-8
|
|
2028
2082
|
Content-Transfer-Encoding: 7bit
|
|
@@ -2037,10 +2091,10 @@ created for you.
|
|
|
2037
2091
|
To get started, confirm your account and set your own password by
|
|
2038
2092
|
clicking the link below:
|
|
2039
2093
|
|
|
2040
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
2094
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=yaZJMF2j4nq7Zpc_sUwK )
|
|
2041
2095
|
|
|
2042
2096
|
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
|
|
2043
|
-
----==
|
|
2097
|
+
----==_mimepart_563f6593eac6e_2b1b3fde29063be0568d3
|
|
2044
2098
|
Content-Type: text/html;
|
|
2045
2099
|
charset=UTF-8
|
|
2046
2100
|
Content-Transfer-Encoding: 7bit
|
|
@@ -2086,7 +2140,7 @@ body {
|
|
|
2086
2140
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
2087
2141
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
2088
2142
|
<td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
|
|
2089
|
-
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
2143
|
+
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=yaZJMF2j4nq7Zpc_sUwK" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
|
|
2090
2144
|
</td>
|
|
2091
2145
|
</tr>
|
|
2092
2146
|
</table>
|
|
@@ -2131,109 +2185,34 @@ body {
|
|
|
2131
2185
|
</body>
|
|
2132
2186
|
</html>
|
|
2133
2187
|
|
|
2134
|
-
----==
|
|
2188
|
+
----==_mimepart_563f6593eac6e_2b1b3fde29063be0568d3--
|
|
2135
2189
|
|
|
2136
2190
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2137
|
-
Processing by PushType::
|
|
2138
|
-
Parameters: {"
|
|
2139
|
-
[1m[36mPushType::User Load (0.
|
|
2140
|
-
[1m[35mPushType::User
|
|
2191
|
+
Processing by PushType::UsersController#invite as HTML
|
|
2192
|
+
Parameters: {"id"=>"eeb20ad5-049e-4b88-8d82-e02794d46c47"}
|
|
2193
|
+
[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", "65af6108-a7e5-4ac6-bbda-7f8cf395a0ae"]]
|
|
2194
|
+
[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", "eeb20ad5-049e-4b88-8d82-e02794d46c47"]]
|
|
2141
2195
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2142
|
-
[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$gXAv/OgQyAfGeo06uezfS.n6RVA/xFDItkEIiLCv9n27jUoUWzkqq"], ["confirmed_at", "2015-11-02 20:28:28.181129"], ["updated_at", "2015-11-02 20:28:28.181571"], ["id", "2a037ca6-65e9-4c79-85f5-b5536c337226"]]
|
|
2143
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2144
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2145
|
-
[1m[36mSQL (0.1ms)[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-11-02 20:28:28.182835"], ["current_sign_in_at", "2015-11-02 20:28:28.182835"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-11-02 20:28:28.183272"], ["id", "2a037ca6-65e9-4c79-85f5-b5536c337226"]]
|
|
2146
2196
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2147
|
-
|
|
2148
|
-
Completed 302 Found in 7ms (ActiveRecord: 1.0ms)
|
|
2149
|
-
[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", "2a037ca6-65e9-4c79-85f5-b5536c337226"]]
|
|
2150
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2151
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2152
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
2153
|
-
---------------------------------------------------------------
|
|
2154
|
-
PushType::AuthenticatableTest::validatable: test_0001_anonymous
|
|
2155
|
-
---------------------------------------------------------------
|
|
2156
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2157
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2158
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2159
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2160
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2161
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
2162
|
-
---------------------------------------------------------------
|
|
2163
|
-
PushType::AuthenticatableTest::validatable: test_0002_anonymous
|
|
2164
|
-
---------------------------------------------------------------
|
|
2165
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2166
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2167
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2168
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2169
|
-
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
2170
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
2171
|
-
-------------------------------------------------------------
|
|
2172
|
-
PushType::AuthenticatableTest::trackable: test_0001_anonymous
|
|
2173
|
-
-------------------------------------------------------------
|
|
2174
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2175
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2176
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2177
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2178
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2179
|
-
[1m[35m (0.0ms)[0m BEGIN
|
|
2180
|
-
---------------------------------------------------------------------------
|
|
2181
|
-
PushType::AuthenticatableTest::database_athenticatable: test_0001_anonymous
|
|
2182
|
-
---------------------------------------------------------------------------
|
|
2183
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2184
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2185
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2186
|
-
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2187
|
-
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
2188
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
2189
|
-
---------------------------------------------------------------------------
|
|
2190
|
-
PushType::AuthenticatableTest::database_athenticatable: test_0002_anonymous
|
|
2191
|
-
---------------------------------------------------------------------------
|
|
2192
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2193
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2194
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2195
|
-
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2196
|
-
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
2197
|
-
[1m[35m (0.0ms)[0m BEGIN
|
|
2198
|
-
----------------------------------------------------------------
|
|
2199
|
-
PushType::AuthenticatableTest::rememberable: test_0001_anonymous
|
|
2200
|
-
----------------------------------------------------------------
|
|
2201
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2202
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2203
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2204
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2205
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2206
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
2207
|
-
------------------------------------------------------------------------------------------
|
|
2208
|
-
PushType::ConfirmationsControllerTest::PUT #update::with invalid user: test_0001_anonymous
|
|
2209
|
-
------------------------------------------------------------------------------------------
|
|
2210
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2211
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2212
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2213
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
2214
|
-
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-20@example.com' LIMIT 1[0m
|
|
2215
|
-
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-20@example.com' LIMIT 1
|
|
2216
|
-
[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", "413a383e8b43164f38bbffa69c743ee896628a0b1c09e2c57a8467a98832f841"]]
|
|
2217
|
-
[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-20@example.com"], ["created_at", "2015-11-02 20:28:28.199409"], ["updated_at", "2015-11-02 20:28:28.199409"], ["confirmation_token", "75vpx6fuqwdrWdfHwuj-"], ["confirmation_sent_at", "2015-11-02 20:28:28.200129"]]
|
|
2218
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
|
|
2197
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.3ms)
|
|
2219
2198
|
|
|
2220
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.
|
|
2199
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.5ms
|
|
2221
2200
|
|
|
2222
|
-
Sent mail to joe-20@example.com (3.
|
|
2223
|
-
Date:
|
|
2201
|
+
Sent mail to joe-20@example.com (3.7ms)
|
|
2202
|
+
Date: Sun, 08 Nov 2015 15:09:08 +0000
|
|
2224
2203
|
From: pushtype@example.com
|
|
2225
2204
|
Reply-To: pushtype@example.com
|
|
2226
2205
|
To: joe-20@example.com
|
|
2227
|
-
Message-ID: <
|
|
2206
|
+
Message-ID: <563f65945c3_2b1b3fde29063be057233@Aarons-iMac.local.mail>
|
|
2228
2207
|
Subject: [PushType] Confirm your account
|
|
2229
2208
|
Mime-Version: 1.0
|
|
2230
2209
|
Content-Type: multipart/alternative;
|
|
2231
|
-
boundary="--==
|
|
2210
|
+
boundary="--==_mimepart_563f65942_2b1b3fde29063be057115";
|
|
2232
2211
|
charset=UTF-8
|
|
2233
2212
|
Content-Transfer-Encoding: 7bit
|
|
2234
2213
|
|
|
2235
2214
|
|
|
2236
|
-
----==
|
|
2215
|
+
----==_mimepart_563f65942_2b1b3fde29063be057115
|
|
2237
2216
|
Content-Type: text/plain;
|
|
2238
2217
|
charset=UTF-8
|
|
2239
2218
|
Content-Transfer-Encoding: 7bit
|
|
@@ -2248,10 +2227,10 @@ created for you.
|
|
|
2248
2227
|
To get started, confirm your account and set your own password by
|
|
2249
2228
|
clicking the link below:
|
|
2250
2229
|
|
|
2251
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
2230
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=yaZJMF2j4nq7Zpc_sUwK )
|
|
2252
2231
|
|
|
2253
2232
|
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
|
|
2254
|
-
----==
|
|
2233
|
+
----==_mimepart_563f65942_2b1b3fde29063be057115
|
|
2255
2234
|
Content-Type: text/html;
|
|
2256
2235
|
charset=UTF-8
|
|
2257
2236
|
Content-Transfer-Encoding: 7bit
|
|
@@ -2297,7 +2276,7 @@ body {
|
|
|
2297
2276
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
2298
2277
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
2299
2278
|
<td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
|
|
2300
|
-
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
2279
|
+
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=yaZJMF2j4nq7Zpc_sUwK" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
|
|
2301
2280
|
</td>
|
|
2302
2281
|
</tr>
|
|
2303
2282
|
</table>
|
|
@@ -2342,49 +2321,48 @@ body {
|
|
|
2342
2321
|
</body>
|
|
2343
2322
|
</html>
|
|
2344
2323
|
|
|
2345
|
-
----==
|
|
2324
|
+
----==_mimepart_563f65942_2b1b3fde29063be057115--
|
|
2346
2325
|
|
|
2326
|
+
Redirected to /push_type/users
|
|
2327
|
+
Completed 302 Found in 38ms (ActiveRecord: 0.4ms)
|
|
2328
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
2329
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
2330
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2331
|
+
---------------------------------------------------------------
|
|
2332
|
+
PushType::UsersControllerTest::PUT #invite: test_0001_anonymous
|
|
2333
|
+
---------------------------------------------------------------
|
|
2334
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
2335
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2336
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
2337
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2338
|
+
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-21@example.com' LIMIT 1
|
|
2339
|
+
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-21@example.com' LIMIT 1[0m
|
|
2340
|
+
[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-21@example.com"], ["confirmation_sent_at", "2015-11-08 15:09:08.006133"], ["confirmed_at", "2015-11-08 15:09:08.006198"], ["confirmation_token", "Generated account"], ["created_at", "2015-11-08 15:09:08.007641"], ["updated_at", "2015-11-08 15:09:08.007641"]]
|
|
2347
2341
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2348
|
-
Processing by PushType::ConfirmationsController#update as HTML
|
|
2349
|
-
Parameters: {"user"=>{"confirmation_token"=>"75vpx6fuqwdrWdfHwuj-", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
|
|
2350
|
-
[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", "75vpx6fuqwdrWdfHwuj-"]]
|
|
2351
|
-
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-20@example.com' AND "push_type_users"."id" != '700f03dc-7e3e-4e16-8935-dfaf94314da8') LIMIT 1[0m
|
|
2352
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
|
|
2353
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.6ms)
|
|
2354
|
-
Completed 200 OK in 8ms (Views: 5.4ms | ActiveRecord: 0.4ms)
|
|
2355
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2356
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2357
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
2358
|
-
------------------------------------------------------------------------------------------
|
|
2359
|
-
PushType::ConfirmationsControllerTest::PUT #update::with invalid user: test_0002_anonymous
|
|
2360
|
-
------------------------------------------------------------------------------------------
|
|
2361
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2362
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2363
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2364
2342
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2365
|
-
[1m[36mPushType::User Exists (0.
|
|
2366
|
-
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-
|
|
2367
|
-
[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", "
|
|
2368
|
-
[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-
|
|
2369
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.
|
|
2343
|
+
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-22@example.com' LIMIT 1[0m
|
|
2344
|
+
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-22@example.com' LIMIT 1
|
|
2345
|
+
[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", "d8e2cbbf3c99f66417680ed9bb7331301e7ebb85ba57431df20c22a3eeedb931"]]
|
|
2346
|
+
[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-22@example.com"], ["created_at", "2015-11-08 15:09:08.010269"], ["updated_at", "2015-11-08 15:09:08.010269"], ["confirmation_token", "mC1cxqUC1pzsUpu4nAku"], ["confirmation_sent_at", "2015-11-08 15:09:08.010931"]]
|
|
2347
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
|
|
2370
2348
|
|
|
2371
2349
|
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.5ms
|
|
2372
2350
|
|
|
2373
|
-
Sent mail to joe-
|
|
2374
|
-
Date:
|
|
2351
|
+
Sent mail to joe-22@example.com (3.1ms)
|
|
2352
|
+
Date: Sun, 08 Nov 2015 15:09:08 +0000
|
|
2375
2353
|
From: pushtype@example.com
|
|
2376
2354
|
Reply-To: pushtype@example.com
|
|
2377
|
-
To: joe-
|
|
2378
|
-
Message-ID: <
|
|
2355
|
+
To: joe-22@example.com
|
|
2356
|
+
Message-ID: <563f6594a8ff_2b1b3fde29063be05752c@Aarons-iMac.local.mail>
|
|
2379
2357
|
Subject: [PushType] Confirm your account
|
|
2380
2358
|
Mime-Version: 1.0
|
|
2381
2359
|
Content-Type: multipart/alternative;
|
|
2382
|
-
boundary="--==
|
|
2360
|
+
boundary="--==_mimepart_563f6594a3a5_2b1b3fde29063be05748e";
|
|
2383
2361
|
charset=UTF-8
|
|
2384
2362
|
Content-Transfer-Encoding: 7bit
|
|
2385
2363
|
|
|
2386
2364
|
|
|
2387
|
-
----==
|
|
2365
|
+
----==_mimepart_563f6594a3a5_2b1b3fde29063be05748e
|
|
2388
2366
|
Content-Type: text/plain;
|
|
2389
2367
|
charset=UTF-8
|
|
2390
2368
|
Content-Transfer-Encoding: 7bit
|
|
@@ -2399,10 +2377,10 @@ created for you.
|
|
|
2399
2377
|
To get started, confirm your account and set your own password by
|
|
2400
2378
|
clicking the link below:
|
|
2401
2379
|
|
|
2402
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
2380
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=mC1cxqUC1pzsUpu4nAku )
|
|
2403
2381
|
|
|
2404
2382
|
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
|
|
2405
|
-
----==
|
|
2383
|
+
----==_mimepart_563f6594a3a5_2b1b3fde29063be05748e
|
|
2406
2384
|
Content-Type: text/html;
|
|
2407
2385
|
charset=UTF-8
|
|
2408
2386
|
Content-Transfer-Encoding: 7bit
|
|
@@ -2448,7 +2426,7 @@ body {
|
|
|
2448
2426
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
2449
2427
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
2450
2428
|
<td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
|
|
2451
|
-
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
2429
|
+
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=mC1cxqUC1pzsUpu4nAku" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
|
|
2452
2430
|
</td>
|
|
2453
2431
|
</tr>
|
|
2454
2432
|
</table>
|
|
@@ -2493,49 +2471,34 @@ body {
|
|
|
2493
2471
|
</body>
|
|
2494
2472
|
</html>
|
|
2495
2473
|
|
|
2496
|
-
----==
|
|
2474
|
+
----==_mimepart_563f6594a3a5_2b1b3fde29063be05748e--
|
|
2497
2475
|
|
|
2498
2476
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2499
|
-
Processing by PushType::
|
|
2500
|
-
Parameters: {"
|
|
2501
|
-
[1m[35mPushType::User Load (0.
|
|
2502
|
-
[1m[36mPushType::User
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2507
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2508
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
2509
|
-
------------------------------------------------------------------------------------------
|
|
2510
|
-
PushType::ConfirmationsControllerTest::PUT #update::with invalid user: test_0003_anonymous
|
|
2511
|
-
------------------------------------------------------------------------------------------
|
|
2512
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2513
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2514
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2515
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
2516
|
-
[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
|
|
2517
|
-
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-22@example.com' LIMIT 1
|
|
2518
|
-
[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", "6f49c6c1ddb9d45240deda2cf8b3d3adce3d85c0d059db20d0fe43ebadf57bbd"]]
|
|
2519
|
-
[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-22@example.com"], ["created_at", "2015-11-02 20:28:28.291597"], ["updated_at", "2015-11-02 20:28:28.291597"], ["confirmation_token", "aSJEQsv4yhmuAWx1KN9_"], ["confirmation_sent_at", "2015-11-02 20:28:28.292351"]]
|
|
2520
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.3ms)
|
|
2477
|
+
Processing by PushType::UsersController#invite as HTML
|
|
2478
|
+
Parameters: {"id"=>"2924ef25-5a19-4352-acda-c8e98802c94e"}
|
|
2479
|
+
[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", "9ea3546e-7d5c-4508-aebc-aaaa3e05b482"]]
|
|
2480
|
+
[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", "2924ef25-5a19-4352-acda-c8e98802c94e"]]
|
|
2481
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2482
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2483
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
|
|
2521
2484
|
|
|
2522
2485
|
Devise::Mailer#confirmation_instructions: processed outbound mail in 2.5ms
|
|
2523
2486
|
|
|
2524
|
-
Sent mail to joe-22@example.com (
|
|
2525
|
-
Date:
|
|
2487
|
+
Sent mail to joe-22@example.com (3.1ms)
|
|
2488
|
+
Date: Sun, 08 Nov 2015 15:09:08 +0000
|
|
2526
2489
|
From: pushtype@example.com
|
|
2527
2490
|
Reply-To: pushtype@example.com
|
|
2528
2491
|
To: joe-22@example.com
|
|
2529
|
-
Message-ID: <
|
|
2492
|
+
Message-ID: <563f659413b13_2b1b3fde29063be05783@Aarons-iMac.local.mail>
|
|
2530
2493
|
Subject: [PushType] Confirm your account
|
|
2531
2494
|
Mime-Version: 1.0
|
|
2532
2495
|
Content-Type: multipart/alternative;
|
|
2533
|
-
boundary="--==
|
|
2496
|
+
boundary="--==_mimepart_563f6594135a5_2b1b3fde29063be057790";
|
|
2534
2497
|
charset=UTF-8
|
|
2535
2498
|
Content-Transfer-Encoding: 7bit
|
|
2536
2499
|
|
|
2537
2500
|
|
|
2538
|
-
----==
|
|
2501
|
+
----==_mimepart_563f6594135a5_2b1b3fde29063be057790
|
|
2539
2502
|
Content-Type: text/plain;
|
|
2540
2503
|
charset=UTF-8
|
|
2541
2504
|
Content-Transfer-Encoding: 7bit
|
|
@@ -2550,10 +2513,10 @@ created for you.
|
|
|
2550
2513
|
To get started, confirm your account and set your own password by
|
|
2551
2514
|
clicking the link below:
|
|
2552
2515
|
|
|
2553
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
2516
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=mC1cxqUC1pzsUpu4nAku )
|
|
2554
2517
|
|
|
2555
2518
|
PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
|
|
2556
|
-
----==
|
|
2519
|
+
----==_mimepart_563f6594135a5_2b1b3fde29063be057790
|
|
2557
2520
|
Content-Type: text/html;
|
|
2558
2521
|
charset=UTF-8
|
|
2559
2522
|
Content-Transfer-Encoding: 7bit
|
|
@@ -2599,7 +2562,7 @@ body {
|
|
|
2599
2562
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
2600
2563
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
2601
2564
|
<td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
|
|
2602
|
-
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
2565
|
+
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=mC1cxqUC1pzsUpu4nAku" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
|
|
2603
2566
|
</td>
|
|
2604
2567
|
</tr>
|
|
2605
2568
|
</table>
|
|
@@ -2644,15 +2607,52 @@ body {
|
|
|
2644
2607
|
</body>
|
|
2645
2608
|
</html>
|
|
2646
2609
|
|
|
2647
|
-
----==
|
|
2610
|
+
----==_mimepart_563f6594135a5_2b1b3fde29063be057790--
|
|
2648
2611
|
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
[1m[
|
|
2653
|
-
[1m[
|
|
2612
|
+
Redirected to /push_type/users
|
|
2613
|
+
Completed 302 Found in 36ms (ActiveRecord: 0.4ms)
|
|
2614
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2615
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2616
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2617
|
+
--------------------------------------------------------------------------------------
|
|
2618
|
+
PushType::AuthenticatableTest::#password_required?::with new user: test_0001_anonymous
|
|
2619
|
+
--------------------------------------------------------------------------------------
|
|
2620
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2621
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2622
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2623
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2624
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
2625
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2626
|
+
------------------------------------------------------------------------------------------------------
|
|
2627
|
+
PushType::ConfirmationsControllerTest::GET #show::with invalid confirmation token: test_0001_anonymous
|
|
2628
|
+
------------------------------------------------------------------------------------------------------
|
|
2629
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2630
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2631
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2632
|
+
Processing by PushType::ConfirmationsController#show as HTML
|
|
2633
|
+
Parameters: {"confirmation_token"=>"invalid"}
|
|
2634
|
+
[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", "invalid"]]
|
|
2635
|
+
[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", "invalid"]]
|
|
2636
|
+
[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", "ec1f005c64ac87922cbe92a38f29fbf8b1cb8c5cc5d4b8f13b834e4dbaa5d526"]]
|
|
2654
2637
|
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
|
|
2655
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/
|
|
2656
|
-
Completed 200 OK in
|
|
2638
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/new.html.haml within layouts/push_type/auth (2.8ms)
|
|
2639
|
+
Completed 200 OK in 23ms (Views: 18.6ms | ActiveRecord: 0.3ms)
|
|
2640
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
2641
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
2642
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2643
|
+
------------------------------------------------------------------------------------------------------
|
|
2644
|
+
PushType::ConfirmationsControllerTest::GET #show::with invalid confirmation token: test_0002_anonymous
|
|
2645
|
+
------------------------------------------------------------------------------------------------------
|
|
2646
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
2647
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2648
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
2649
|
+
Processing by PushType::ConfirmationsController#show as HTML
|
|
2650
|
+
Parameters: {"confirmation_token"=>"invalid"}
|
|
2651
|
+
[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", "invalid"]]
|
|
2652
|
+
[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", "invalid"]]
|
|
2653
|
+
[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", "ec1f005c64ac87922cbe92a38f29fbf8b1cb8c5cc5d4b8f13b834e4dbaa5d526"]]
|
|
2654
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
|
|
2655
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/new.html.haml within layouts/push_type/auth (1.2ms)
|
|
2656
|
+
Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.3ms)
|
|
2657
2657
|
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2658
2658
|
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|