push_type_auth 0.4.0.beta.3 → 0.4.0
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/{20150406131621_create_push_type_users.push_type.rb → 20150423122808_create_push_type_users.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150406131622_create_push_type_nodes.push_type.rb → 20150423122809_create_push_type_nodes.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150406131623_create_push_type_node_hierarchies.push_type.rb → 20150423122810_create_push_type_node_hierarchies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150406131624_create_push_type_assets.push_type.rb → 20150423122811_create_push_type_assets.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150406131625_create_push_type_taxonomies.push_type.rb → 20150423122812_create_push_type_taxonomies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150406131626_create_push_type_taxonomy_hierarchies.push_type.rb → 20150423122813_create_push_type_taxonomy_hierarchies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150406131627_devise_extend_push_type_users.push_type_auth.rb → 20150423122814_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 +645 -645
- data/test/dummy/tmp/cache/assets/test/sass/ddc338bd04efa4c6ae329e9f4f514bc8d0636fb5/admin.scssc +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/26a5499486141a1cfbcd492fca683376 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/755a8cd3fa84cdf03061014ccc2dd621 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/80c23adecc9454798ddea565b6e2f955 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/9fa1a48cec5e59b8081516d8f1979087 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/c642987b1e8317371d1fc3b3e1a7b55e +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cda72f48ef5c694d8c96c8fe2d854629 +0 -0
- metadata +22 -22
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29a72f8a6d0e65b129728ec901e9835eba6b6816
|
|
4
|
+
data.tar.gz: 6fc86571f3e854840295a937292a396dd3541b9b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3bfc9ac8278167023b8f0618ccfc8fc264fe4449ad06e080b8cd61432b08b6128a09888a6862a417a3c8b4f976f49709ef93c1ed2c94eec5d14c7e25ff132774
|
|
7
|
+
data.tar.gz: db758bafb85735aceb149f82e7b6cdee04b7fb353295877f288201279a7b042fb4b56a40ba3d34da7a6e2199c0fd79bf5ef73de341b57410e553f5b5a36e9e6e
|
|
@@ -33,6 +33,6 @@ PushType.setup do |config|
|
|
|
33
33
|
# secret_access_key: ENV['SECRET_ACCESS_KEY_ID']
|
|
34
34
|
# }
|
|
35
35
|
|
|
36
|
-
# config.dragonfly_secret = '
|
|
36
|
+
# config.dragonfly_secret = '2b713fa7e6753eee0c32f42b45827a6a3205f8409ccf9a02aa822270652fee08'
|
|
37
37
|
|
|
38
38
|
end
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
# if you're sharing your code publicly.
|
|
12
12
|
|
|
13
13
|
development:
|
|
14
|
-
secret_key_base:
|
|
14
|
+
secret_key_base: f64b514732cccf57099a2631263609d8f56cc6ca4d9beb46f51649dc843b6931c909f734c0a0de776b7bec081c13edc7425e4e51dad871051122f366edb6cfbf
|
|
15
15
|
|
|
16
16
|
test:
|
|
17
|
-
secret_key_base:
|
|
17
|
+
secret_key_base: 3a69049c95e9e8cec5fc7a42ad0c19e0a5ee75ed6d5df3a5f5abc636f878bd1c5e7f049625a7e66df99dc56e2bd29f76dd93d863eb4c95ca8dc384c6501a8247
|
|
18
18
|
|
|
19
19
|
# Do not keep production secrets in the repository,
|
|
20
20
|
# instead read values from the environment.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/test/dummy/db/schema.rb
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
#
|
|
12
12
|
# It's strongly recommended that you check this file into your version control system.
|
|
13
13
|
|
|
14
|
-
ActiveRecord::Schema.define(version:
|
|
14
|
+
ActiveRecord::Schema.define(version: 20150423122814) do
|
|
15
15
|
|
|
16
16
|
# These are extensions that must be enabled in order to support this database
|
|
17
17
|
enable_extension "plpgsql"
|
data/test/dummy/log/test.log
CHANGED
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
[1m[36m (
|
|
2
|
-
[1m[35m (
|
|
1
|
+
[1m[36m (2.9ms)[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 (20150423122808)
|
|
5
5
|
[1m[35m (0.2ms)[0m BEGIN
|
|
6
|
-
[1m[36mSQL (1.
|
|
7
|
-
[1m[35m (
|
|
8
|
-
[1m[36mSQL (0.
|
|
9
|
-
[1m[35m (
|
|
10
|
-
Migrating to CreatePushTypeNodes (
|
|
6
|
+
[1m[36mSQL (1.9ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "uuid-ossp"[0m
|
|
7
|
+
[1m[35m (2.5ms)[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", "20150423122808"]]
|
|
9
|
+
[1m[35m (0.6ms)[0m COMMIT
|
|
10
|
+
Migrating to CreatePushTypeNodes (20150423122809)
|
|
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", "
|
|
14
|
-
[1m[35m (
|
|
15
|
-
Migrating to CreatePushTypeNodeHierarchies (
|
|
12
|
+
[1m[35m (2.3ms)[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", "20150423122809"]]
|
|
14
|
+
[1m[35m (0.4ms)[0m COMMIT
|
|
15
|
+
Migrating to CreatePushTypeNodeHierarchies (20150423122810)
|
|
16
16
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
17
|
-
[1m[35m (0.
|
|
18
|
-
[1m[36m (
|
|
19
|
-
[1m[35m (
|
|
20
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "
|
|
21
|
-
[1m[35m (
|
|
22
|
-
Migrating to CreatePushTypeAssets (
|
|
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.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", "20150423122810"]]
|
|
21
|
+
[1m[35m (0.4ms)[0m COMMIT
|
|
22
|
+
Migrating to CreatePushTypeAssets (20150423122811)
|
|
23
23
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
24
|
-
[1m[35m (
|
|
25
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "
|
|
26
|
-
[1m[35m (
|
|
27
|
-
Migrating to CreatePushTypeTaxonomies (
|
|
24
|
+
[1m[35m (1.9ms)[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", "20150423122811"]]
|
|
26
|
+
[1m[35m (0.4ms)[0m COMMIT
|
|
27
|
+
Migrating to CreatePushTypeTaxonomies (20150423122812)
|
|
28
28
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
29
|
-
[1m[35m (
|
|
29
|
+
[1m[35m (3.0ms)[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 (
|
|
33
|
-
Migrating to CreatePushTypeTaxonomyHierarchies (
|
|
31
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150423122812"]]
|
|
32
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
|
|
33
|
+
Migrating to CreatePushTypeTaxonomyHierarchies (20150423122813)
|
|
34
34
|
[1m[35m (0.1ms)[0m BEGIN
|
|
35
|
-
[1m[36m (0.
|
|
36
|
-
[1m[35m (
|
|
37
|
-
[1m[36m (
|
|
38
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "
|
|
39
|
-
[1m[36m (
|
|
40
|
-
Migrating to DeviseExtendPushTypeUsers (
|
|
35
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "push_type_taxonomy_hierarchies" ("ancestor_id" uuid NOT NULL, "descendant_id" uuid NOT NULL, "generations" integer NOT NULL) [0m
|
|
36
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "taxonomy_anc_desc_idx" ON "push_type_taxonomy_hierarchies" ("ancestor_id", "descendant_id", "generations")
|
|
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", "20150423122813"]]
|
|
39
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
|
|
40
|
+
Migrating to DeviseExtendPushTypeUsers (20150423122814)
|
|
41
41
|
[1m[35m (0.1ms)[0m BEGIN
|
|
42
|
-
[1m[36m (
|
|
42
|
+
[1m[36m (2.5ms)[0m [1mALTER TABLE "push_type_users" ADD "encrypted_password" character varying DEFAULT '' NOT NULL[0m
|
|
43
43
|
[1m[35m (0.2ms)[0m ALTER TABLE "push_type_users" ADD "reset_password_token" character varying
|
|
44
44
|
[1m[36m (0.1ms)[0m [1mALTER TABLE "push_type_users" ADD "reset_password_sent_at" timestamp[0m
|
|
45
45
|
[1m[35m (0.1ms)[0m ALTER TABLE "push_type_users" ADD "remember_created_at" timestamp
|
|
46
|
-
[1m[36m (
|
|
46
|
+
[1m[36m (2.1ms)[0m [1mALTER TABLE "push_type_users" ADD "sign_in_count" integer DEFAULT 0 NOT NULL[0m
|
|
47
47
|
[1m[35m (0.2ms)[0m ALTER TABLE "push_type_users" ADD "current_sign_in_at" timestamp
|
|
48
|
-
[1m[36m (0.
|
|
48
|
+
[1m[36m (0.1ms)[0m [1mALTER TABLE "push_type_users" ADD "last_sign_in_at" timestamp[0m
|
|
49
49
|
[1m[35m (0.1ms)[0m ALTER TABLE "push_type_users" ADD "current_sign_in_ip" character varying
|
|
50
50
|
[1m[36m (0.1ms)[0m [1mALTER TABLE "push_type_users" ADD "last_sign_in_ip" character varying[0m
|
|
51
51
|
[1m[35m (0.1ms)[0m ALTER TABLE "push_type_users" ADD "confirmation_token" character varying
|
|
52
|
-
[1m[36m (0.
|
|
53
|
-
[1m[35m (0.
|
|
54
|
-
[1m[36m (
|
|
55
|
-
[1m[35m (
|
|
56
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "
|
|
57
|
-
[1m[35m (
|
|
58
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.
|
|
52
|
+
[1m[36m (0.1ms)[0m [1mALTER TABLE "push_type_users" ADD "confirmed_at" timestamp[0m
|
|
53
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "push_type_users" ADD "confirmation_sent_at" timestamp
|
|
54
|
+
[1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "index_push_type_users_on_email" ON "push_type_users" ("email")[0m
|
|
55
|
+
[1m[35m (0.5ms)[0m CREATE UNIQUE INDEX "index_push_type_users_on_reset_password_token" ON "push_type_users" ("reset_password_token")
|
|
56
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20150423122814"]]
|
|
57
|
+
[1m[35m (1.0ms)[0m COMMIT
|
|
58
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
59
59
|
[1m[35m (1.8ms)[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
|
|
60
60
|
FROM pg_constraint c
|
|
61
61
|
JOIN pg_class t1 ON c.conrelid = t1.oid
|
|
@@ -68,7 +68,7 @@ WHERE c.contype = 'f'
|
|
|
68
68
|
AND t3.nspname = ANY (current_schemas(false))
|
|
69
69
|
ORDER BY c.conname
|
|
70
70
|
|
|
71
|
-
[1m[36m (1.
|
|
71
|
+
[1m[36m (1.2ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
|
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
|
|
@@ -80,7 +80,7 @@ WHERE c.contype = 'f'
|
|
|
80
80
|
AND t3.nspname = ANY (current_schemas(false))
|
|
81
81
|
ORDER BY c.conname
|
|
82
82
|
[0m
|
|
83
|
-
[1m[35m (1.
|
|
83
|
+
[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
|
|
84
84
|
FROM pg_constraint c
|
|
85
85
|
JOIN pg_class t1 ON c.conrelid = t1.oid
|
|
86
86
|
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.2ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
|
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
|
|
@@ -104,7 +104,7 @@ WHERE c.contype = 'f'
|
|
|
104
104
|
AND t3.nspname = ANY (current_schemas(false))
|
|
105
105
|
ORDER BY c.conname
|
|
106
106
|
[0m
|
|
107
|
-
[1m[35m (
|
|
107
|
+
[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
|
|
108
108
|
FROM pg_constraint c
|
|
109
109
|
JOIN pg_class t1 ON c.conrelid = t1.oid
|
|
110
110
|
JOIN pg_class t2 ON c.confrelid = t2.oid
|
|
@@ -116,7 +116,7 @@ WHERE c.contype = 'f'
|
|
|
116
116
|
AND t3.nspname = ANY (current_schemas(false))
|
|
117
117
|
ORDER BY c.conname
|
|
118
118
|
|
|
119
|
-
[1m[36m (1.
|
|
119
|
+
[1m[36m (1.2ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
|
120
120
|
FROM pg_constraint c
|
|
121
121
|
JOIN pg_class t1 ON c.conrelid = t1.oid
|
|
122
122
|
JOIN pg_class t2 ON c.confrelid = t2.oid
|
|
@@ -129,115 +129,38 @@ WHERE c.contype = 'f'
|
|
|
129
129
|
ORDER BY c.conname
|
|
130
130
|
[0m
|
|
131
131
|
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
132
|
-
[1m[35m (0.
|
|
133
|
-
[1m[36m (
|
|
132
|
+
[1m[35m (0.4ms)[0m ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "push_type_nodes" DISABLE TRIGGER ALL;ALTER TABLE "push_type_node_hierarchies" DISABLE TRIGGER ALL;ALTER TABLE "push_type_taxonomies" DISABLE TRIGGER ALL;ALTER TABLE "push_type_assets" DISABLE TRIGGER ALL;ALTER TABLE "push_type_taxonomy_hierarchies" DISABLE TRIGGER ALL;ALTER TABLE "push_type_users" DISABLE TRIGGER ALL
|
|
133
|
+
[1m[36m (0.9ms)[0m [1m SELECT schemaname || '.' || tablename
|
|
134
134
|
FROM pg_tables
|
|
135
135
|
WHERE tablename !~ '_prt_' AND schemaname = ANY (current_schemas(false))
|
|
136
136
|
[0m
|
|
137
|
-
[1m[35m (1.
|
|
138
|
-
[1m[36m (
|
|
139
|
-
[1m[35m (0.
|
|
140
|
-
[1m[36m (0.
|
|
141
|
-
-------------------------------------------------------------------------------
|
|
142
|
-
PushType::ProfilesController::PUT #update::with valid user: test_0001_anonymous
|
|
143
|
-
-------------------------------------------------------------------------------
|
|
144
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
145
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
146
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
147
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
137
|
+
[1m[35m (1.1ms)[0m select table_name from information_schema.views where table_schema = 'dummy_test'
|
|
138
|
+
[1m[36m (10.4ms)[0m [1mTRUNCATE TABLE "public"."schema_migrations", "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
|
|
139
|
+
[1m[35m (0.6ms)[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
|
|
140
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
148
141
|
[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
|
|
149
142
|
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-1@example.com' LIMIT 1[0m
|
|
150
|
-
[1m[
|
|
151
|
-
[1m[
|
|
152
|
-
|
|
153
|
-
Parameters: {"user"=>{"name"=>"Test user ABC"}}
|
|
154
|
-
[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", "828baf34-81c5-44e3-b10f-4b96b2b3e34f"]]
|
|
155
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
156
|
-
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-1@example.com' AND "push_type_users"."id" != '828baf34-81c5-44e3-b10f-4b96b2b3e34f') LIMIT 1
|
|
157
|
-
[1m[36mSQL (0.2ms)[0m [1mUPDATE "push_type_users" SET "name" = $1, "updated_at" = $2 WHERE "push_type_users"."id" = $3[0m [["name", "Test user ABC"], ["updated_at", "2015-04-06 13:16:27.395980"], ["id", "828baf34-81c5-44e3-b10f-4b96b2b3e34f"]]
|
|
158
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
159
|
-
Redirected to http://test.host/push_type/profile/edit
|
|
160
|
-
Completed 302 Found in 18ms (ActiveRecord: 0.9ms)
|
|
161
|
-
[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", "828baf34-81c5-44e3-b10f-4b96b2b3e34f"]]
|
|
162
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
163
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
164
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
165
|
-
-------------------------------------------------------------------------------
|
|
166
|
-
PushType::ProfilesController::PUT #update::with valid user: test_0002_anonymous
|
|
167
|
-
-------------------------------------------------------------------------------
|
|
168
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
169
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
170
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
171
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
172
|
-
[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
|
|
173
|
-
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-2@example.com' LIMIT 1
|
|
174
|
-
[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-2@example.com"], ["confirmation_sent_at", "2015-04-06 13:16:27.403076"], ["confirmed_at", "2015-04-06 13:16:27.403195"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-06 13:16:27.404806"], ["updated_at", "2015-04-06 13:16:27.404806"]]
|
|
175
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
176
|
-
Processing by PushType::ProfilesController#update as HTML
|
|
177
|
-
Parameters: {"user"=>{"name"=>"Test user ABC"}}
|
|
178
|
-
[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", "f9357325-2b4c-43f7-bf55-25f4ccff5f79"]]
|
|
179
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
180
|
-
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-2@example.com' AND "push_type_users"."id" != 'f9357325-2b4c-43f7-bf55-25f4ccff5f79') LIMIT 1[0m
|
|
181
|
-
[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-04-06 13:16:27.412228"], ["id", "f9357325-2b4c-43f7-bf55-25f4ccff5f79"]]
|
|
182
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
183
|
-
Redirected to http://test.host/push_type/profile/edit
|
|
184
|
-
Completed 302 Found in 7ms (ActiveRecord: 0.7ms)
|
|
185
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
186
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
187
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
188
|
-
-------------------------------------------------------------------------------
|
|
189
|
-
PushType::ProfilesController::PUT #update::with valid user: test_0003_anonymous
|
|
190
|
-
-------------------------------------------------------------------------------
|
|
191
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
192
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
193
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
194
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
195
|
-
[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
|
|
196
|
-
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-3@example.com' LIMIT 1
|
|
197
|
-
[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-3@example.com"], ["confirmation_sent_at", "2015-04-06 13:16:27.417233"], ["confirmed_at", "2015-04-06 13:16:27.417345"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-06 13:16:27.419103"], ["updated_at", "2015-04-06 13:16:27.419103"]]
|
|
198
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
199
|
-
Processing by PushType::ProfilesController#update as HTML
|
|
200
|
-
Parameters: {"user"=>{"name"=>"Test user ABC"}}
|
|
201
|
-
[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", "c3526234-91f3-4aaa-80f6-3c5294b571f1"]]
|
|
202
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
203
|
-
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-3@example.com' AND "push_type_users"."id" != 'c3526234-91f3-4aaa-80f6-3c5294b571f1') LIMIT 1[0m
|
|
204
|
-
[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-04-06 13:16:27.426344"], ["id", "c3526234-91f3-4aaa-80f6-3c5294b571f1"]]
|
|
205
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
206
|
-
Redirected to http://test.host/push_type/profile/edit
|
|
207
|
-
Completed 302 Found in 7ms (ActiveRecord: 0.8ms)
|
|
208
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
209
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
210
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
211
|
-
------------------------------------------------------------------------------------------------
|
|
212
|
-
PushType::ConfirmationsController::GET #show::with valid confirmation token: test_0001_anonymous
|
|
213
|
-
------------------------------------------------------------------------------------------------
|
|
214
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
215
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
216
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
217
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
218
|
-
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-4@example.com' LIMIT 1[0m
|
|
219
|
-
[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
|
|
220
|
-
[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", "a2ecaaed9a6b57b193fa6f69dd05e64f7ce35cc1009569b84eba674281c54a9e"]]
|
|
221
|
-
[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-4@example.com"], ["created_at", "2015-04-06 13:16:27.436171"], ["updated_at", "2015-04-06 13:16:27.436171"], ["confirmation_token", "a2ecaaed9a6b57b193fa6f69dd05e64f7ce35cc1009569b84eba674281c54a9e"], ["confirmation_sent_at", "2015-04-06 13:16:27.596168"]]
|
|
222
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (3.7ms)
|
|
143
|
+
[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", "68ee81f560b8ff227ed9bc081a78fb6d2bd099ab5f945c35ae58ef8e7c09499e"]]
|
|
144
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-1@example.com"], ["created_at", "2015-04-23 12:28:13.057489"], ["updated_at", "2015-04-23 12:28:13.057489"], ["confirmation_token", "68ee81f560b8ff227ed9bc081a78fb6d2bd099ab5f945c35ae58ef8e7c09499e"], ["confirmation_sent_at", "2015-04-23 12:28:13.225558"]]
|
|
145
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (3.6ms)
|
|
223
146
|
|
|
224
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in
|
|
147
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 157.9ms
|
|
225
148
|
|
|
226
|
-
Sent mail to joe-
|
|
227
|
-
Date:
|
|
149
|
+
Sent mail to joe-1@example.com (6.4ms)
|
|
150
|
+
Date: Thu, 23 Apr 2015 13:28:13 +0100
|
|
228
151
|
From: pushtype@example.com
|
|
229
152
|
Reply-To: pushtype@example.com
|
|
230
|
-
To: joe-
|
|
231
|
-
Message-ID: <
|
|
153
|
+
To: joe-1@example.com
|
|
154
|
+
Message-ID: <5538e55d6762b_15a33ff788c65bf097524@Aarons-iMac.local.mail>
|
|
232
155
|
Subject: [PushType] Confirm your account
|
|
233
156
|
Mime-Version: 1.0
|
|
234
157
|
Content-Type: multipart/alternative;
|
|
235
|
-
boundary="--==
|
|
158
|
+
boundary="--==_mimepart_5538e55d667db_15a33ff788c65bf097495";
|
|
236
159
|
charset=UTF-8
|
|
237
160
|
Content-Transfer-Encoding: 7bit
|
|
238
161
|
|
|
239
162
|
|
|
240
|
-
----==
|
|
163
|
+
----==_mimepart_5538e55d667db_15a33ff788c65bf097495
|
|
241
164
|
Content-Type: text/plain;
|
|
242
165
|
charset=UTF-8
|
|
243
166
|
Content-Transfer-Encoding: 7bit
|
|
@@ -252,11 +175,11 @@ created for you.
|
|
|
252
175
|
To get started, confirm your account and set your own password by
|
|
253
176
|
clicking the link below:
|
|
254
177
|
|
|
255
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
178
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=SZzToioJNK-NAPWrjvMS )
|
|
256
179
|
|
|
257
180
|
PushType is brought to you by Push Code:
|
|
258
181
|
type.pushcode.com ( http://type.pushcode.com ).
|
|
259
|
-
----==
|
|
182
|
+
----==_mimepart_5538e55d667db_15a33ff788c65bf097495
|
|
260
183
|
Content-Type: text/html;
|
|
261
184
|
charset=UTF-8
|
|
262
185
|
Content-Transfer-Encoding: 7bit
|
|
@@ -289,7 +212,7 @@ body {
|
|
|
289
212
|
<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">
|
|
290
213
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
291
214
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
292
|
-
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType"
|
|
215
|
+
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType" src="/assets/push_type/pushtype-logo.png" width="140" height="26" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; max-width: 100%; padding: 0" /></a></td>
|
|
293
216
|
</tr>
|
|
294
217
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
295
218
|
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
@@ -302,7 +225,7 @@ body {
|
|
|
302
225
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
303
226
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
304
227
|
<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">
|
|
305
|
-
<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=
|
|
228
|
+
<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=SZzToioJNK-NAPWrjvMS" 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>
|
|
306
229
|
</td>
|
|
307
230
|
</tr>
|
|
308
231
|
</table>
|
|
@@ -347,48 +270,40 @@ body {
|
|
|
347
270
|
</body>
|
|
348
271
|
</html>
|
|
349
272
|
|
|
350
|
-
----==
|
|
273
|
+
----==_mimepart_5538e55d667db_15a33ff788c65bf097495--
|
|
351
274
|
|
|
352
|
-
[1m[
|
|
353
|
-
Processing by PushType::ConfirmationsController#show as HTML
|
|
354
|
-
Parameters: {"confirmation_token"=>"G5Gk7EsMjoYj3Cx1TjLW"}
|
|
355
|
-
[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", "a2ecaaed9a6b57b193fa6f69dd05e64f7ce35cc1009569b84eba674281c54a9e"]]
|
|
356
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (5.5ms)
|
|
357
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (16.2ms)
|
|
358
|
-
Completed 200 OK in 6486ms (Views: 6484.7ms | ActiveRecord: 0.2ms)
|
|
359
|
-
[1m[36m (0.2ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
360
|
-
[1m[35m (0.2ms)[0m ROLLBACK
|
|
275
|
+
[1m[35m (0.6ms)[0m COMMIT
|
|
361
276
|
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
362
|
-
|
|
363
|
-
PushType::ConfirmationsController::
|
|
364
|
-
|
|
277
|
+
--------------------------------------------------------------------------------------
|
|
278
|
+
PushType::ConfirmationsController::PUT #update::with invalid user: test_0002_anonymous
|
|
279
|
+
--------------------------------------------------------------------------------------
|
|
365
280
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
366
281
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
367
282
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
368
283
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
369
|
-
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-
|
|
370
|
-
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-
|
|
371
|
-
[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", "
|
|
372
|
-
[1m[36mSQL (0.
|
|
373
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (2.
|
|
284
|
+
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-2@example.com' LIMIT 1
|
|
285
|
+
[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
|
|
286
|
+
[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", "219826d0c7206eee293f9527f28a77099cb813c25a8845aa5aaf9295bef2c6d0"]]
|
|
287
|
+
[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-2@example.com"], ["created_at", "2015-04-23 12:28:13.434000"], ["updated_at", "2015-04-23 12:28:13.434000"], ["confirmation_token", "219826d0c7206eee293f9527f28a77099cb813c25a8845aa5aaf9295bef2c6d0"], ["confirmation_sent_at", "2015-04-23 12:28:13.434955"]]
|
|
288
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (2.1ms)
|
|
374
289
|
|
|
375
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in
|
|
290
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 4.8ms
|
|
376
291
|
|
|
377
|
-
Sent mail to joe-
|
|
378
|
-
Date:
|
|
292
|
+
Sent mail to joe-2@example.com (3.0ms)
|
|
293
|
+
Date: Thu, 23 Apr 2015 13:28:13 +0100
|
|
379
294
|
From: pushtype@example.com
|
|
380
295
|
Reply-To: pushtype@example.com
|
|
381
|
-
To: joe-
|
|
382
|
-
Message-ID: <
|
|
296
|
+
To: joe-2@example.com
|
|
297
|
+
Message-ID: <5538e55d728a3_15a33ff788c65bf0978cd@Aarons-iMac.local.mail>
|
|
383
298
|
Subject: [PushType] Confirm your account
|
|
384
299
|
Mime-Version: 1.0
|
|
385
300
|
Content-Type: multipart/alternative;
|
|
386
|
-
boundary="--==
|
|
301
|
+
boundary="--==_mimepart_5538e55d7233d_15a33ff788c65bf097746";
|
|
387
302
|
charset=UTF-8
|
|
388
303
|
Content-Transfer-Encoding: 7bit
|
|
389
304
|
|
|
390
305
|
|
|
391
|
-
----==
|
|
306
|
+
----==_mimepart_5538e55d7233d_15a33ff788c65bf097746
|
|
392
307
|
Content-Type: text/plain;
|
|
393
308
|
charset=UTF-8
|
|
394
309
|
Content-Transfer-Encoding: 7bit
|
|
@@ -403,11 +318,11 @@ created for you.
|
|
|
403
318
|
To get started, confirm your account and set your own password by
|
|
404
319
|
clicking the link below:
|
|
405
320
|
|
|
406
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
321
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=XLGsCxJt5abbSujkCoyA )
|
|
407
322
|
|
|
408
323
|
PushType is brought to you by Push Code:
|
|
409
324
|
type.pushcode.com ( http://type.pushcode.com ).
|
|
410
|
-
----==
|
|
325
|
+
----==_mimepart_5538e55d7233d_15a33ff788c65bf097746
|
|
411
326
|
Content-Type: text/html;
|
|
412
327
|
charset=UTF-8
|
|
413
328
|
Content-Transfer-Encoding: 7bit
|
|
@@ -440,7 +355,7 @@ body {
|
|
|
440
355
|
<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">
|
|
441
356
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
442
357
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
443
|
-
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType"
|
|
358
|
+
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType" src="/assets/push_type/pushtype-logo.png" width="140" height="26" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; max-width: 100%; padding: 0" /></a></td>
|
|
444
359
|
</tr>
|
|
445
360
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
446
361
|
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
@@ -453,7 +368,7 @@ body {
|
|
|
453
368
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
454
369
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
455
370
|
<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">
|
|
456
|
-
<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=
|
|
371
|
+
<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=XLGsCxJt5abbSujkCoyA" 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>
|
|
457
372
|
</td>
|
|
458
373
|
</tr>
|
|
459
374
|
</table>
|
|
@@ -498,48 +413,49 @@ body {
|
|
|
498
413
|
</body>
|
|
499
414
|
</html>
|
|
500
415
|
|
|
501
|
-
----==
|
|
416
|
+
----==_mimepart_5538e55d7233d_15a33ff788c65bf097746--
|
|
502
417
|
|
|
503
418
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
504
|
-
Processing by PushType::ConfirmationsController#
|
|
505
|
-
Parameters: {"confirmation_token"=>"
|
|
506
|
-
[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", "
|
|
507
|
-
|
|
508
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
512
|
-
[1m[35m (0.
|
|
419
|
+
Processing by PushType::ConfirmationsController#update as HTML
|
|
420
|
+
Parameters: {"user"=>{"confirmation_token"=>"XLGsCxJt5abbSujkCoyA", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
|
|
421
|
+
[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", "219826d0c7206eee293f9527f28a77099cb813c25a8845aa5aaf9295bef2c6d0"]]
|
|
422
|
+
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-2@example.com' AND "push_type_users"."id" != '17ef207e-0d43-4132-bbdd-f887fa62648c') LIMIT 1
|
|
423
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (4.9ms)
|
|
424
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (14.9ms)
|
|
425
|
+
Completed 200 OK in 6547ms (Views: 6543.4ms | ActiveRecord: 0.5ms)
|
|
426
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
427
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
428
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
513
429
|
--------------------------------------------------------------------------------------
|
|
514
|
-
PushType::ConfirmationsController::PUT #update::with invalid user:
|
|
430
|
+
PushType::ConfirmationsController::PUT #update::with invalid user: test_0003_anonymous
|
|
515
431
|
--------------------------------------------------------------------------------------
|
|
516
|
-
[1m[
|
|
517
|
-
[1m[
|
|
518
|
-
[1m[
|
|
519
|
-
[1m[
|
|
520
|
-
[1m[
|
|
521
|
-
[1m[
|
|
522
|
-
[1m[
|
|
523
|
-
[1m[
|
|
524
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (2.
|
|
432
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
433
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
434
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
435
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
436
|
+
[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
|
|
437
|
+
[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
|
|
438
|
+
[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", "53c03aff9a5be24c712209d397933872295c41f34024c82c8ec107f36b9da91c"]]
|
|
439
|
+
[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-04-23 12:28:20.028110"], ["updated_at", "2015-04-23 12:28:20.028110"], ["confirmation_token", "53c03aff9a5be24c712209d397933872295c41f34024c82c8ec107f36b9da91c"], ["confirmation_sent_at", "2015-04-23 12:28:20.029241"]]
|
|
440
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (2.4ms)
|
|
525
441
|
|
|
526
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in
|
|
442
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 5.4ms
|
|
527
443
|
|
|
528
|
-
Sent mail to joe-
|
|
529
|
-
Date:
|
|
444
|
+
Sent mail to joe-3@example.com (3.1ms)
|
|
445
|
+
Date: Thu, 23 Apr 2015 13:28:20 +0100
|
|
530
446
|
From: pushtype@example.com
|
|
531
447
|
Reply-To: pushtype@example.com
|
|
532
|
-
To: joe-
|
|
533
|
-
Message-ID: <
|
|
448
|
+
To: joe-3@example.com
|
|
449
|
+
Message-ID: <5538e564f908_15a33ff788c65bf0981c1@Aarons-iMac.local.mail>
|
|
534
450
|
Subject: [PushType] Confirm your account
|
|
535
451
|
Mime-Version: 1.0
|
|
536
452
|
Content-Type: multipart/alternative;
|
|
537
|
-
boundary="--==
|
|
453
|
+
boundary="--==_mimepart_5538e564f333_15a33ff788c65bf098081";
|
|
538
454
|
charset=UTF-8
|
|
539
455
|
Content-Transfer-Encoding: 7bit
|
|
540
456
|
|
|
541
457
|
|
|
542
|
-
----==
|
|
458
|
+
----==_mimepart_5538e564f333_15a33ff788c65bf098081
|
|
543
459
|
Content-Type: text/plain;
|
|
544
460
|
charset=UTF-8
|
|
545
461
|
Content-Transfer-Encoding: 7bit
|
|
@@ -554,11 +470,11 @@ created for you.
|
|
|
554
470
|
To get started, confirm your account and set your own password by
|
|
555
471
|
clicking the link below:
|
|
556
472
|
|
|
557
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
473
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=pLsCBG7yJo6Dh1iWdoZf )
|
|
558
474
|
|
|
559
475
|
PushType is brought to you by Push Code:
|
|
560
476
|
type.pushcode.com ( http://type.pushcode.com ).
|
|
561
|
-
----==
|
|
477
|
+
----==_mimepart_5538e564f333_15a33ff788c65bf098081
|
|
562
478
|
Content-Type: text/html;
|
|
563
479
|
charset=UTF-8
|
|
564
480
|
Content-Transfer-Encoding: 7bit
|
|
@@ -591,7 +507,7 @@ body {
|
|
|
591
507
|
<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">
|
|
592
508
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
593
509
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
594
|
-
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType"
|
|
510
|
+
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType" src="/assets/push_type/pushtype-logo.png" width="140" height="26" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; max-width: 100%; padding: 0" /></a></td>
|
|
595
511
|
</tr>
|
|
596
512
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
597
513
|
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
@@ -604,7 +520,7 @@ body {
|
|
|
604
520
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
605
521
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
606
522
|
<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">
|
|
607
|
-
<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=
|
|
523
|
+
<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=pLsCBG7yJo6Dh1iWdoZf" 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>
|
|
608
524
|
</td>
|
|
609
525
|
</tr>
|
|
610
526
|
</table>
|
|
@@ -649,49 +565,49 @@ body {
|
|
|
649
565
|
</body>
|
|
650
566
|
</html>
|
|
651
567
|
|
|
652
|
-
----==
|
|
568
|
+
----==_mimepart_5538e564f333_15a33ff788c65bf098081--
|
|
653
569
|
|
|
654
|
-
[1m[
|
|
570
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
655
571
|
Processing by PushType::ConfirmationsController#update as HTML
|
|
656
|
-
Parameters: {"user"=>{"confirmation_token"=>"
|
|
657
|
-
[1m[
|
|
658
|
-
[1m[
|
|
659
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (
|
|
572
|
+
Parameters: {"user"=>{"confirmation_token"=>"pLsCBG7yJo6Dh1iWdoZf", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
|
|
573
|
+
[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", "53c03aff9a5be24c712209d397933872295c41f34024c82c8ec107f36b9da91c"]]
|
|
574
|
+
[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" != '05d8f945-1944-4320-b609-bafe80295a90') LIMIT 1
|
|
575
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (2.9ms)
|
|
660
576
|
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (6.1ms)
|
|
661
577
|
Completed 200 OK in 11ms (Views: 7.6ms | ActiveRecord: 0.4ms)
|
|
662
|
-
[1m[
|
|
663
|
-
[1m[
|
|
664
|
-
[1m[
|
|
578
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
579
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
580
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
665
581
|
--------------------------------------------------------------------------------------
|
|
666
|
-
PushType::ConfirmationsController::PUT #update::with invalid user:
|
|
582
|
+
PushType::ConfirmationsController::PUT #update::with invalid user: test_0001_anonymous
|
|
667
583
|
--------------------------------------------------------------------------------------
|
|
668
|
-
[1m[
|
|
669
|
-
[1m[
|
|
670
|
-
[1m[
|
|
671
|
-
[1m[
|
|
672
|
-
[1m[
|
|
673
|
-
[1m[
|
|
674
|
-
[1m[
|
|
675
|
-
[1m[
|
|
676
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (2.
|
|
584
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
585
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
586
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
587
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
588
|
+
[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
|
|
589
|
+
[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
|
|
590
|
+
[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", "af08bc451f3e83403527b94c37e6e194be9c8a04c00a56f39ac178f22b58a278"]]
|
|
591
|
+
[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-4@example.com"], ["created_at", "2015-04-23 12:28:20.083333"], ["updated_at", "2015-04-23 12:28:20.083333"], ["confirmation_token", "af08bc451f3e83403527b94c37e6e194be9c8a04c00a56f39ac178f22b58a278"], ["confirmation_sent_at", "2015-04-23 12:28:20.084355"]]
|
|
592
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (2.1ms)
|
|
677
593
|
|
|
678
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in
|
|
594
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 4.8ms
|
|
679
595
|
|
|
680
|
-
Sent mail to joe-
|
|
681
|
-
Date:
|
|
596
|
+
Sent mail to joe-4@example.com (2.9ms)
|
|
597
|
+
Date: Thu, 23 Apr 2015 13:28:20 +0100
|
|
682
598
|
From: pushtype@example.com
|
|
683
599
|
Reply-To: pushtype@example.com
|
|
684
|
-
To: joe-
|
|
685
|
-
Message-ID: <
|
|
600
|
+
To: joe-4@example.com
|
|
601
|
+
Message-ID: <5538e5641ca9c_15a33ff788c65bf09845e@Aarons-iMac.local.mail>
|
|
686
602
|
Subject: [PushType] Confirm your account
|
|
687
603
|
Mime-Version: 1.0
|
|
688
604
|
Content-Type: multipart/alternative;
|
|
689
|
-
boundary="--==
|
|
605
|
+
boundary="--==_mimepart_5538e5641c559_15a33ff788c65bf098320";
|
|
690
606
|
charset=UTF-8
|
|
691
607
|
Content-Transfer-Encoding: 7bit
|
|
692
608
|
|
|
693
609
|
|
|
694
|
-
----==
|
|
610
|
+
----==_mimepart_5538e5641c559_15a33ff788c65bf098320
|
|
695
611
|
Content-Type: text/plain;
|
|
696
612
|
charset=UTF-8
|
|
697
613
|
Content-Transfer-Encoding: 7bit
|
|
@@ -706,11 +622,11 @@ created for you.
|
|
|
706
622
|
To get started, confirm your account and set your own password by
|
|
707
623
|
clicking the link below:
|
|
708
624
|
|
|
709
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
625
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=SbfpaBJPx36hGTuyH4RZ )
|
|
710
626
|
|
|
711
627
|
PushType is brought to you by Push Code:
|
|
712
628
|
type.pushcode.com ( http://type.pushcode.com ).
|
|
713
|
-
----==
|
|
629
|
+
----==_mimepart_5538e5641c559_15a33ff788c65bf098320
|
|
714
630
|
Content-Type: text/html;
|
|
715
631
|
charset=UTF-8
|
|
716
632
|
Content-Transfer-Encoding: 7bit
|
|
@@ -743,7 +659,7 @@ body {
|
|
|
743
659
|
<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">
|
|
744
660
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
745
661
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
746
|
-
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType"
|
|
662
|
+
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType" src="/assets/push_type/pushtype-logo.png" width="140" height="26" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; max-width: 100%; padding: 0" /></a></td>
|
|
747
663
|
</tr>
|
|
748
664
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
749
665
|
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
@@ -756,7 +672,7 @@ body {
|
|
|
756
672
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
757
673
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
758
674
|
<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">
|
|
759
|
-
<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=
|
|
675
|
+
<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=SbfpaBJPx36hGTuyH4RZ" 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>
|
|
760
676
|
</td>
|
|
761
677
|
</tr>
|
|
762
678
|
</table>
|
|
@@ -801,49 +717,117 @@ body {
|
|
|
801
717
|
</body>
|
|
802
718
|
</html>
|
|
803
719
|
|
|
804
|
-
----==
|
|
720
|
+
----==_mimepart_5538e5641c559_15a33ff788c65bf098320--
|
|
805
721
|
|
|
806
|
-
[1m[
|
|
722
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
807
723
|
Processing by PushType::ConfirmationsController#update as HTML
|
|
808
|
-
Parameters: {"user"=>{"confirmation_token"=>"
|
|
809
|
-
[1m[
|
|
810
|
-
[1m[
|
|
811
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (
|
|
812
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (
|
|
813
|
-
Completed 200 OK in
|
|
814
|
-
[1m[
|
|
815
|
-
[1m[
|
|
816
|
-
[1m[
|
|
817
|
-
|
|
818
|
-
PushType::
|
|
819
|
-
|
|
820
|
-
[1m[
|
|
821
|
-
[1m[
|
|
822
|
-
[1m[
|
|
823
|
-
[1m[
|
|
824
|
-
[1m[
|
|
825
|
-
[1m[
|
|
826
|
-
[1m[
|
|
827
|
-
[1m[
|
|
828
|
-
|
|
724
|
+
Parameters: {"user"=>{"confirmation_token"=>"SbfpaBJPx36hGTuyH4RZ", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
|
|
725
|
+
[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", "af08bc451f3e83403527b94c37e6e194be9c8a04c00a56f39ac178f22b58a278"]]
|
|
726
|
+
[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" != '06749bd1-bde6-4939-bd73-ad73f1d35657') LIMIT 1
|
|
727
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (2.9ms)
|
|
728
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (5.7ms)
|
|
729
|
+
Completed 200 OK in 10ms (Views: 7.1ms | ActiveRecord: 0.4ms)
|
|
730
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
731
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
732
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
733
|
+
------------------------------------------------------------
|
|
734
|
+
PushType::ProfilesController::GET #edit: test_0001_anonymous
|
|
735
|
+
------------------------------------------------------------
|
|
736
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
737
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
738
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
739
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
740
|
+
[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
|
|
741
|
+
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-5@example.com' LIMIT 1[0m
|
|
742
|
+
[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-5@example.com"], ["confirmation_sent_at", "2015-04-23 12:28:20.135925"], ["confirmed_at", "2015-04-23 12:28:20.136044"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-23 12:28:20.137765"], ["updated_at", "2015-04-23 12:28:20.137765"]]
|
|
743
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
744
|
+
Processing by PushType::ProfilesController#edit as HTML
|
|
745
|
+
[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", "ae5c3b7b-b0b1-4330-a22d-e6b10c059c19"]]
|
|
746
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (9.4ms)
|
|
747
|
+
Completed 200 OK in 42ms (Views: 38.2ms | ActiveRecord: 0.2ms)
|
|
748
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
749
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
750
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
751
|
+
------------------------------------------------------------
|
|
752
|
+
PushType::ProfilesController::GET #edit: test_0002_anonymous
|
|
753
|
+
------------------------------------------------------------
|
|
754
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
755
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
756
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
757
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
758
|
+
[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
|
|
759
|
+
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-6@example.com' LIMIT 1[0m
|
|
760
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-6@example.com"], ["confirmation_sent_at", "2015-04-23 12:28:20.186370"], ["confirmed_at", "2015-04-23 12:28:20.186504"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-23 12:28:20.188467"], ["updated_at", "2015-04-23 12:28:20.188467"]]
|
|
761
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
762
|
+
Processing by PushType::ProfilesController#edit as HTML
|
|
763
|
+
[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", "6ecbc98b-37bb-4d79-9320-4c99f62d710b"]]
|
|
764
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (4.8ms)
|
|
765
|
+
Completed 200 OK in 23ms (Views: 19.5ms | ActiveRecord: 0.3ms)
|
|
766
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
767
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
768
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
769
|
+
--------------------------------------------------------------------------------------------------
|
|
770
|
+
PushType::ConfirmationsController::GET #show::with invalid confirmation token: test_0001_anonymous
|
|
771
|
+
--------------------------------------------------------------------------------------------------
|
|
772
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
773
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
774
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
775
|
+
Processing by PushType::ConfirmationsController#show as HTML
|
|
776
|
+
Parameters: {"confirmation_token"=>"invalid"}
|
|
777
|
+
[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", "0fa8421743d270063ca22967a43f89c268a3a218d920035d0ec3589866ab17a7"]]
|
|
778
|
+
[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", "0fa8421743d270063ca22967a43f89c268a3a218d920035d0ec3589866ab17a7"]]
|
|
779
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (2.9ms)
|
|
780
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/new.html.haml within layouts/push_type/auth (8.0ms)
|
|
781
|
+
Completed 200 OK in 13ms (Views: 10.1ms | ActiveRecord: 0.2ms)
|
|
782
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
783
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
784
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
785
|
+
--------------------------------------------------------------------------------------------------
|
|
786
|
+
PushType::ConfirmationsController::GET #show::with invalid confirmation token: test_0002_anonymous
|
|
787
|
+
--------------------------------------------------------------------------------------------------
|
|
788
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
789
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
790
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
791
|
+
Processing by PushType::ConfirmationsController#show as HTML
|
|
792
|
+
Parameters: {"confirmation_token"=>"invalid"}
|
|
793
|
+
[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", "0fa8421743d270063ca22967a43f89c268a3a218d920035d0ec3589866ab17a7"]]
|
|
794
|
+
[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", "0fa8421743d270063ca22967a43f89c268a3a218d920035d0ec3589866ab17a7"]]
|
|
795
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (3.0ms)
|
|
796
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/new.html.haml within layouts/push_type/auth (5.9ms)
|
|
797
|
+
Completed 200 OK in 10ms (Views: 7.3ms | ActiveRecord: 0.2ms)
|
|
798
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
799
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
800
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
801
|
+
------------------------------------------------------------------------------------
|
|
802
|
+
PushType::ConfirmationsController::PUT #update::with valid user: test_0001_anonymous
|
|
803
|
+
------------------------------------------------------------------------------------
|
|
804
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
805
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
806
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
807
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
808
|
+
[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
|
|
809
|
+
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-7@example.com' LIMIT 1[0m
|
|
810
|
+
[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", "ba7ef7ed6f3942ecbdfd63b0fec21d3b670d84e7f84cb38feb2335db1e752c26"]]
|
|
811
|
+
[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-7@example.com"], ["created_at", "2015-04-23 12:28:20.249295"], ["updated_at", "2015-04-23 12:28:20.249295"], ["confirmation_token", "ba7ef7ed6f3942ecbdfd63b0fec21d3b670d84e7f84cb38feb2335db1e752c26"], ["confirmation_sent_at", "2015-04-23 12:28:20.250187"]]
|
|
812
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (1.9ms)
|
|
829
813
|
|
|
830
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in
|
|
814
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 4.5ms
|
|
831
815
|
|
|
832
|
-
Sent mail to joe-
|
|
833
|
-
Date:
|
|
816
|
+
Sent mail to joe-7@example.com (3.0ms)
|
|
817
|
+
Date: Thu, 23 Apr 2015 13:28:20 +0100
|
|
834
818
|
From: pushtype@example.com
|
|
835
819
|
Reply-To: pushtype@example.com
|
|
836
|
-
To: joe-
|
|
837
|
-
Message-ID: <
|
|
820
|
+
To: joe-7@example.com
|
|
821
|
+
Message-ID: <5538e564453e3_15a33ff788c65bf09875c@Aarons-iMac.local.mail>
|
|
838
822
|
Subject: [PushType] Confirm your account
|
|
839
823
|
Mime-Version: 1.0
|
|
840
824
|
Content-Type: multipart/alternative;
|
|
841
|
-
boundary="--==
|
|
825
|
+
boundary="--==_mimepart_5538e56444e34_15a33ff788c65bf0986fe";
|
|
842
826
|
charset=UTF-8
|
|
843
827
|
Content-Transfer-Encoding: 7bit
|
|
844
828
|
|
|
845
829
|
|
|
846
|
-
----==
|
|
830
|
+
----==_mimepart_5538e56444e34_15a33ff788c65bf0986fe
|
|
847
831
|
Content-Type: text/plain;
|
|
848
832
|
charset=UTF-8
|
|
849
833
|
Content-Transfer-Encoding: 7bit
|
|
@@ -858,11 +842,11 @@ created for you.
|
|
|
858
842
|
To get started, confirm your account and set your own password by
|
|
859
843
|
clicking the link below:
|
|
860
844
|
|
|
861
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
845
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=yaQsaNuxoMjpeKwiGUwP )
|
|
862
846
|
|
|
863
847
|
PushType is brought to you by Push Code:
|
|
864
848
|
type.pushcode.com ( http://type.pushcode.com ).
|
|
865
|
-
----==
|
|
849
|
+
----==_mimepart_5538e56444e34_15a33ff788c65bf0986fe
|
|
866
850
|
Content-Type: text/html;
|
|
867
851
|
charset=UTF-8
|
|
868
852
|
Content-Transfer-Encoding: 7bit
|
|
@@ -895,7 +879,7 @@ body {
|
|
|
895
879
|
<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">
|
|
896
880
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
897
881
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
898
|
-
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType"
|
|
882
|
+
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType" src="/assets/push_type/pushtype-logo.png" width="140" height="26" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; max-width: 100%; padding: 0" /></a></td>
|
|
899
883
|
</tr>
|
|
900
884
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
901
885
|
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
@@ -908,7 +892,7 @@ body {
|
|
|
908
892
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
909
893
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
910
894
|
<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">
|
|
911
|
-
<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=
|
|
895
|
+
<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=yaQsaNuxoMjpeKwiGUwP" 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>
|
|
912
896
|
</td>
|
|
913
897
|
</tr>
|
|
914
898
|
</table>
|
|
@@ -953,154 +937,55 @@ body {
|
|
|
953
937
|
</body>
|
|
954
938
|
</html>
|
|
955
939
|
|
|
956
|
-
----==
|
|
940
|
+
----==_mimepart_5538e56444e34_15a33ff788c65bf0986fe--
|
|
957
941
|
|
|
958
|
-
[1m[
|
|
942
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
959
943
|
Processing by PushType::ConfirmationsController#update as HTML
|
|
960
|
-
Parameters: {"user"=>{"confirmation_token"=>"
|
|
961
|
-
[1m[
|
|
962
|
-
[1m[
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
967
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
968
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
969
|
-
------------------------------------------------------------
|
|
970
|
-
PushType::ProfilesController::GET #edit: test_0002_anonymous
|
|
971
|
-
------------------------------------------------------------
|
|
972
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
973
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
974
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
944
|
+
Parameters: {"user"=>{"confirmation_token"=>"yaQsaNuxoMjpeKwiGUwP", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
|
|
945
|
+
[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", "ba7ef7ed6f3942ecbdfd63b0fec21d3b670d84e7f84cb38feb2335db1e752c26"]]
|
|
946
|
+
[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" != '5e40920e-23fd-4dcf-9b23-e32b71bc6a3e') LIMIT 1
|
|
947
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
948
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "push_type_users" SET "confirmation_token" = $1, "encrypted_password" = $2, "confirmed_at" = $3, "updated_at" = $4 WHERE "push_type_users"."id" = $5 [["confirmation_token", nil], ["encrypted_password", "$2a$04$qdEungTGpl5NaZXVlyRLGOjlm6PwxiFndy07FTKjP1rGKtcdmOCK."], ["confirmed_at", "2015-04-23 12:28:20.291974"], ["updated_at", "2015-04-23 12:28:20.292348"], ["id", "5e40920e-23fd-4dcf-9b23-e32b71bc6a3e"]]
|
|
949
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
975
950
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
976
|
-
[1m[
|
|
977
|
-
[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
|
|
978
|
-
[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-9@example.com"], ["confirmation_sent_at", "2015-04-06 13:16:34.507418"], ["confirmed_at", "2015-04-06 13:16:34.507537"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-06 13:16:34.509610"], ["updated_at", "2015-04-06 13:16:34.509610"]]
|
|
951
|
+
[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-04-23 12:28:20.294265"], ["current_sign_in_at", "2015-04-23 12:28:20.294265"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-04-23 12:28:20.294985"], ["id", "5e40920e-23fd-4dcf-9b23-e32b71bc6a3e"]]
|
|
979
952
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
953
|
+
Redirected to http://test.host/push_type/
|
|
954
|
+
Completed 302 Found in 9ms (ActiveRecord: 1.0ms)
|
|
955
|
+
[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", "5e40920e-23fd-4dcf-9b23-e32b71bc6a3e"]]
|
|
956
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
985
957
|
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
986
958
|
[1m[35m (0.1ms)[0m BEGIN
|
|
987
|
-
|
|
988
|
-
PushType::
|
|
989
|
-
|
|
959
|
+
------------------------------------------------------------------------------------
|
|
960
|
+
PushType::ConfirmationsController::PUT #update::with valid user: test_0002_anonymous
|
|
961
|
+
------------------------------------------------------------------------------------
|
|
990
962
|
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
991
963
|
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
992
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
993
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
994
|
-
[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
|
|
995
|
-
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-10@example.com' LIMIT 1
|
|
996
|
-
[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-10@example.com"], ["confirmation_sent_at", "2015-04-06 13:16:34.560076"], ["confirmed_at", "2015-04-06 13:16:34.560221"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-06 13:16:34.562238"], ["updated_at", "2015-04-06 13:16:34.562238"]]
|
|
997
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
998
|
-
Processing by PushType::ProfilesController#edit as HTML
|
|
999
|
-
[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", "e40501df-8a14-4282-8cd3-985e13bd2ca9"]]
|
|
1000
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (5.2ms)
|
|
1001
|
-
Completed 200 OK in 109ms (Views: 106.1ms | ActiveRecord: 0.2ms)
|
|
1002
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
1003
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1004
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
1005
|
-
---------------------------------------------------------------------------------
|
|
1006
|
-
PushType::ProfilesController::PUT #update::with invalid user: test_0002_anonymous
|
|
1007
|
-
---------------------------------------------------------------------------------
|
|
1008
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1009
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1010
964
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1011
965
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1012
|
-
[1m[36mPushType::User Exists (0.
|
|
1013
|
-
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-
|
|
1014
|
-
[1m[
|
|
1015
|
-
[1m[
|
|
1016
|
-
|
|
1017
|
-
Parameters: {"user"=>{"name"=>""}}
|
|
1018
|
-
[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", "19fba2b6-3a5b-42d4-bc0a-dbb5aaa487be"]]
|
|
1019
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1020
|
-
[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" != '19fba2b6-3a5b-42d4-bc0a-dbb5aaa487be') LIMIT 1[0m
|
|
1021
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_2
|
|
1022
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (5.0ms)
|
|
1023
|
-
Completed 200 OK in 26ms (Views: 21.3ms | ActiveRecord: 0.6ms)
|
|
1024
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
1025
|
-
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1026
|
-
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1027
|
-
---------------------------------------------------------------------------------
|
|
1028
|
-
PushType::ProfilesController::PUT #update::with invalid user: test_0001_anonymous
|
|
1029
|
-
---------------------------------------------------------------------------------
|
|
1030
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1031
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1032
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1033
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1034
|
-
[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
|
|
1035
|
-
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-12@example.com' LIMIT 1[0m
|
|
1036
|
-
[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-12@example.com"], ["confirmation_sent_at", "2015-04-06 13:16:34.713251"], ["confirmed_at", "2015-04-06 13:16:34.713371"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-06 13:16:34.715270"], ["updated_at", "2015-04-06 13:16:34.715270"]]
|
|
1037
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1038
|
-
Processing by PushType::ProfilesController#update as HTML
|
|
1039
|
-
Parameters: {"user"=>{"name"=>""}}
|
|
1040
|
-
[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", "cffa4702-e20d-4628-a7e4-f363e4066794"]]
|
|
1041
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1042
|
-
[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" != 'cffa4702-e20d-4628-a7e4-f363e4066794') LIMIT 1
|
|
1043
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_2[0m
|
|
1044
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (5.4ms)
|
|
1045
|
-
Completed 200 OK in 27ms (Views: 21.8ms | ActiveRecord: 0.5ms)
|
|
1046
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
1047
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1048
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
1049
|
-
--------------------------------------------------------------------------------------------------
|
|
1050
|
-
PushType::ConfirmationsController::GET #show::with invalid confirmation token: test_0001_anonymous
|
|
1051
|
-
--------------------------------------------------------------------------------------------------
|
|
1052
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1053
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1054
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1055
|
-
Processing by PushType::ConfirmationsController#show as HTML
|
|
1056
|
-
Parameters: {"confirmation_token"=>"invalid"}
|
|
1057
|
-
[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", "ca007356e1f10c07b2dd1bc5433c184ca6239611059a712f477802c0220f12ae"]]
|
|
1058
|
-
[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", "ca007356e1f10c07b2dd1bc5433c184ca6239611059a712f477802c0220f12ae"]]
|
|
1059
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (3.4ms)
|
|
1060
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/new.html.haml within layouts/push_type/auth (8.6ms)
|
|
1061
|
-
Completed 200 OK in 14ms (Views: 10.8ms | ActiveRecord: 0.2ms)
|
|
1062
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
1063
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1064
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
1065
|
-
--------------------------------------------------------------------------------------------------
|
|
1066
|
-
PushType::ConfirmationsController::GET #show::with invalid confirmation token: test_0002_anonymous
|
|
1067
|
-
--------------------------------------------------------------------------------------------------
|
|
1068
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1069
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1070
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1071
|
-
Processing by PushType::ConfirmationsController#show as HTML
|
|
1072
|
-
Parameters: {"confirmation_token"=>"invalid"}
|
|
1073
|
-
[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", "ca007356e1f10c07b2dd1bc5433c184ca6239611059a712f477802c0220f12ae"]]
|
|
1074
|
-
[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", "ca007356e1f10c07b2dd1bc5433c184ca6239611059a712f477802c0220f12ae"]]
|
|
1075
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (3.1ms)
|
|
1076
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/new.html.haml within layouts/push_type/auth (5.8ms)
|
|
1077
|
-
Completed 200 OK in 10ms (Views: 7.3ms | ActiveRecord: 0.2ms)
|
|
1078
|
-
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
1079
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1080
|
-
[1m[35m (0.1ms)[0m BEGIN
|
|
1081
|
-
[1m[36mPushType::User Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-13@example.com' LIMIT 1[0m
|
|
1082
|
-
[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
|
|
1083
|
-
[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", "08c54264567ed387d828096ae4918b9d3805cb5e2aabf633d5117b1b9df4d998"]]
|
|
1084
|
-
[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-13@example.com"], ["created_at", "2015-04-06 13:16:34.782195"], ["updated_at", "2015-04-06 13:16:34.782195"], ["confirmation_token", "08c54264567ed387d828096ae4918b9d3805cb5e2aabf633d5117b1b9df4d998"], ["confirmation_sent_at", "2015-04-06 13:16:34.783140"]]
|
|
1085
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (2.1ms)
|
|
966
|
+
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-8@example.com' LIMIT 1[0m
|
|
967
|
+
[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
|
|
968
|
+
[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", "b807fbbf58c9d32480536923dd5bebad92105ed1fa68671483046929447c4ad8"]]
|
|
969
|
+
[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-8@example.com"], ["created_at", "2015-04-23 12:28:20.302011"], ["updated_at", "2015-04-23 12:28:20.302011"], ["confirmation_token", "b807fbbf58c9d32480536923dd5bebad92105ed1fa68671483046929447c4ad8"], ["confirmation_sent_at", "2015-04-23 12:28:20.302826"]]
|
|
970
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (1.9ms)
|
|
1086
971
|
|
|
1087
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in
|
|
972
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 4.5ms
|
|
1088
973
|
|
|
1089
|
-
Sent mail to joe-
|
|
1090
|
-
Date:
|
|
974
|
+
Sent mail to joe-8@example.com (3.0ms)
|
|
975
|
+
Date: Thu, 23 Apr 2015 13:28:20 +0100
|
|
1091
976
|
From: pushtype@example.com
|
|
1092
977
|
Reply-To: pushtype@example.com
|
|
1093
|
-
To: joe-
|
|
1094
|
-
Message-ID: <
|
|
978
|
+
To: joe-8@example.com
|
|
979
|
+
Message-ID: <5538e56451ef0_15a33ff788c65bf0990ac@Aarons-iMac.local.mail>
|
|
1095
980
|
Subject: [PushType] Confirm your account
|
|
1096
981
|
Mime-Version: 1.0
|
|
1097
982
|
Content-Type: multipart/alternative;
|
|
1098
|
-
boundary="--==
|
|
983
|
+
boundary="--==_mimepart_5538e56451972_15a33ff788c65bf098915";
|
|
1099
984
|
charset=UTF-8
|
|
1100
985
|
Content-Transfer-Encoding: 7bit
|
|
1101
986
|
|
|
1102
987
|
|
|
1103
|
-
----==
|
|
988
|
+
----==_mimepart_5538e56451972_15a33ff788c65bf098915
|
|
1104
989
|
Content-Type: text/plain;
|
|
1105
990
|
charset=UTF-8
|
|
1106
991
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1115,11 +1000,11 @@ created for you.
|
|
|
1115
1000
|
To get started, confirm your account and set your own password by
|
|
1116
1001
|
clicking the link below:
|
|
1117
1002
|
|
|
1118
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1003
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=n_mvs_hbmDbX_KtTty_H )
|
|
1119
1004
|
|
|
1120
1005
|
PushType is brought to you by Push Code:
|
|
1121
1006
|
type.pushcode.com ( http://type.pushcode.com ).
|
|
1122
|
-
----==
|
|
1007
|
+
----==_mimepart_5538e56451972_15a33ff788c65bf098915
|
|
1123
1008
|
Content-Type: text/html;
|
|
1124
1009
|
charset=UTF-8
|
|
1125
1010
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1152,7 +1037,7 @@ body {
|
|
|
1152
1037
|
<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">
|
|
1153
1038
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1154
1039
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1155
|
-
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType"
|
|
1040
|
+
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType" src="/assets/push_type/pushtype-logo.png" width="140" height="26" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; max-width: 100%; padding: 0" /></a></td>
|
|
1156
1041
|
</tr>
|
|
1157
1042
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1158
1043
|
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
@@ -1165,7 +1050,7 @@ body {
|
|
|
1165
1050
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1166
1051
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1167
1052
|
<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">
|
|
1168
|
-
<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=
|
|
1053
|
+
<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=n_mvs_hbmDbX_KtTty_H" 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>
|
|
1169
1054
|
</td>
|
|
1170
1055
|
</tr>
|
|
1171
1056
|
</table>
|
|
@@ -1210,45 +1095,161 @@ body {
|
|
|
1210
1095
|
</body>
|
|
1211
1096
|
</html>
|
|
1212
1097
|
|
|
1213
|
-
----==
|
|
1098
|
+
----==_mimepart_5538e56451972_15a33ff788c65bf098915--
|
|
1214
1099
|
|
|
1215
|
-
[1m[36m (0.
|
|
1100
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1101
|
+
Processing by PushType::ConfirmationsController#update as HTML
|
|
1102
|
+
Parameters: {"user"=>{"confirmation_token"=>"n_mvs_hbmDbX_KtTty_H", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
|
|
1103
|
+
[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", "b807fbbf58c9d32480536923dd5bebad92105ed1fa68671483046929447c4ad8"]]
|
|
1104
|
+
[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" != 'addc0510-47d5-4f0e-9472-6d20a6def52f') LIMIT 1[0m
|
|
1105
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1106
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "push_type_users" SET "confirmation_token" = $1, "encrypted_password" = $2, "confirmed_at" = $3, "updated_at" = $4 WHERE "push_type_users"."id" = $5[0m [["confirmation_token", nil], ["encrypted_password", "$2a$04$j5qUt4qnSXcuUS06Qj.ns.BiXGeca1YnXj185i6AJM4imM5k5Wq0m"], ["confirmed_at", "2015-04-23 12:28:20.343635"], ["updated_at", "2015-04-23 12:28:20.343986"], ["id", "addc0510-47d5-4f0e-9472-6d20a6def52f"]]
|
|
1107
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1108
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1109
|
+
[1m[35mSQL (0.2ms)[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-04-23 12:28:20.345282"], ["current_sign_in_at", "2015-04-23 12:28:20.345282"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-04-23 12:28:20.345889"], ["id", "addc0510-47d5-4f0e-9472-6d20a6def52f"]]
|
|
1110
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1111
|
+
Redirected to http://test.host/push_type/
|
|
1112
|
+
Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
|
|
1113
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
1114
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1216
1115
|
[1m[35m (0.1ms)[0m BEGIN
|
|
1217
|
-
|
|
1218
|
-
PushType::
|
|
1219
|
-
|
|
1116
|
+
-------------------------------------------------------------------------------
|
|
1117
|
+
PushType::ProfilesController::PUT #update::with valid user: test_0001_anonymous
|
|
1118
|
+
-------------------------------------------------------------------------------
|
|
1220
1119
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1221
|
-
[1m[35m (0.
|
|
1120
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1222
1121
|
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1223
1122
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1224
|
-
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-
|
|
1225
|
-
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-
|
|
1226
|
-
[1m[36mSQL (0.
|
|
1123
|
+
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-9@example.com' LIMIT 1[0m
|
|
1124
|
+
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-9@example.com' LIMIT 1
|
|
1125
|
+
[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-9@example.com"], ["confirmation_sent_at", "2015-04-23 12:28:20.352262"], ["confirmed_at", "2015-04-23 12:28:20.352373"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-23 12:28:20.354076"], ["updated_at", "2015-04-23 12:28:20.354076"]]
|
|
1227
1126
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1127
|
+
Processing by PushType::ProfilesController#update as HTML
|
|
1128
|
+
Parameters: {"user"=>{"name"=>"Test user ABC"}}
|
|
1129
|
+
[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", "919380a3-3d9f-4b71-a683-9592f2373aa2"]]
|
|
1130
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1131
|
+
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-9@example.com' AND "push_type_users"."id" != '919380a3-3d9f-4b71-a683-9592f2373aa2') LIMIT 1[0m
|
|
1132
|
+
[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-04-23 12:28:20.360984"], ["id", "919380a3-3d9f-4b71-a683-9592f2373aa2"]]
|
|
1133
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1134
|
+
Redirected to http://test.host/push_type/profile/edit
|
|
1135
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.7ms)
|
|
1136
|
+
[1m[35mPushType::User Load (0.2ms)[0m SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 LIMIT 1 [["id", "919380a3-3d9f-4b71-a683-9592f2373aa2"]]
|
|
1137
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
1138
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1139
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1140
|
+
-------------------------------------------------------------------------------
|
|
1141
|
+
PushType::ProfilesController::PUT #update::with valid user: test_0002_anonymous
|
|
1142
|
+
-------------------------------------------------------------------------------
|
|
1143
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1144
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1145
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1228
1146
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1229
|
-
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-
|
|
1230
|
-
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-
|
|
1231
|
-
[1m[
|
|
1232
|
-
[1m[
|
|
1233
|
-
|
|
1147
|
+
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-10@example.com' LIMIT 1
|
|
1148
|
+
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-10@example.com' LIMIT 1[0m
|
|
1149
|
+
[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-10@example.com"], ["confirmation_sent_at", "2015-04-23 12:28:20.366869"], ["confirmed_at", "2015-04-23 12:28:20.366973"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-23 12:28:20.368695"], ["updated_at", "2015-04-23 12:28:20.368695"]]
|
|
1150
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1151
|
+
Processing by PushType::ProfilesController#update as HTML
|
|
1152
|
+
Parameters: {"user"=>{"name"=>"Test user ABC"}}
|
|
1153
|
+
[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", "bbaf98ce-e853-4456-8d8a-cb309c7c27a3"]]
|
|
1154
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1155
|
+
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-10@example.com' AND "push_type_users"."id" != 'bbaf98ce-e853-4456-8d8a-cb309c7c27a3') LIMIT 1
|
|
1156
|
+
[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-04-23 12:28:20.375793"], ["id", "bbaf98ce-e853-4456-8d8a-cb309c7c27a3"]]
|
|
1157
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1158
|
+
Redirected to http://test.host/push_type/profile/edit
|
|
1159
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.7ms)
|
|
1160
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
1161
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1162
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1163
|
+
-------------------------------------------------------------------------------
|
|
1164
|
+
PushType::ProfilesController::PUT #update::with valid user: test_0003_anonymous
|
|
1165
|
+
-------------------------------------------------------------------------------
|
|
1166
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1167
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1168
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1169
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1170
|
+
[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
|
|
1171
|
+
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-11@example.com' LIMIT 1[0m
|
|
1172
|
+
[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-11@example.com"], ["confirmation_sent_at", "2015-04-23 12:28:20.380745"], ["confirmed_at", "2015-04-23 12:28:20.380851"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-23 12:28:20.382528"], ["updated_at", "2015-04-23 12:28:20.382528"]]
|
|
1173
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1174
|
+
Processing by PushType::ProfilesController#update as HTML
|
|
1175
|
+
Parameters: {"user"=>{"name"=>"Test user ABC"}}
|
|
1176
|
+
[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", "2541c917-c27c-4b71-a3e0-53b9f0a03696"]]
|
|
1177
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1178
|
+
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-11@example.com' AND "push_type_users"."id" != '2541c917-c27c-4b71-a3e0-53b9f0a03696') LIMIT 1
|
|
1179
|
+
[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-04-23 12:28:20.390067"], ["id", "2541c917-c27c-4b71-a3e0-53b9f0a03696"]]
|
|
1180
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1181
|
+
Redirected to http://test.host/push_type/profile/edit
|
|
1182
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.8ms)
|
|
1183
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
1184
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1185
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1186
|
+
---------------------------------------------------------------------------------
|
|
1187
|
+
PushType::ProfilesController::PUT #update::with invalid user: test_0001_anonymous
|
|
1188
|
+
---------------------------------------------------------------------------------
|
|
1189
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1190
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1191
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1192
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1193
|
+
[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
|
|
1194
|
+
[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
|
|
1195
|
+
[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-12@example.com"], ["confirmation_sent_at", "2015-04-23 12:28:20.396378"], ["confirmed_at", "2015-04-23 12:28:20.396485"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-23 12:28:20.398165"], ["updated_at", "2015-04-23 12:28:20.398165"]]
|
|
1196
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1197
|
+
Processing by PushType::ProfilesController#update as HTML
|
|
1198
|
+
Parameters: {"user"=>{"name"=>""}}
|
|
1199
|
+
[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", "09bc927f-624f-4ecc-8884-16c0e1785e9f"]]
|
|
1200
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1201
|
+
[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" != '09bc927f-624f-4ecc-8884-16c0e1785e9f') LIMIT 1
|
|
1202
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_2[0m
|
|
1203
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (4.4ms)
|
|
1204
|
+
Completed 200 OK in 24ms (Views: 19.2ms | ActiveRecord: 0.5ms)
|
|
1205
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
1206
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1207
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
1208
|
+
---------------------------------------------------------------------------------
|
|
1209
|
+
PushType::ProfilesController::PUT #update::with invalid user: test_0002_anonymous
|
|
1210
|
+
---------------------------------------------------------------------------------
|
|
1211
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1212
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1213
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1214
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1215
|
+
[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
|
|
1216
|
+
[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
|
|
1217
|
+
[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-04-23 12:28:20.427723"], ["confirmed_at", "2015-04-23 12:28:20.427839"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-23 12:28:20.429591"], ["updated_at", "2015-04-23 12:28:20.429591"]]
|
|
1218
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1219
|
+
Processing by PushType::ProfilesController#update as HTML
|
|
1220
|
+
Parameters: {"user"=>{"name"=>""}}
|
|
1221
|
+
[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", "0fa0ddf8-e65f-4257-a872-ca4f4c3e251d"]]
|
|
1222
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1223
|
+
[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" != '0fa0ddf8-e65f-4257-a872-ca4f4c3e251d') LIMIT 1[0m
|
|
1224
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_2
|
|
1225
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (82.6ms)
|
|
1226
|
+
Completed 200 OK in 102ms (Views: 97.7ms | ActiveRecord: 0.6ms)
|
|
1227
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
1228
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1229
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1230
|
+
[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
|
|
1231
|
+
[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
|
|
1232
|
+
[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", "f60698d543a74336594e563102a3ef076a230527503aebb6920bfe16d7e5a063"]]
|
|
1233
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Joe Bloggs"], ["email", "joe-14@example.com"], ["created_at", "2015-04-23 12:28:20.538962"], ["updated_at", "2015-04-23 12:28:20.538962"], ["confirmation_token", "f60698d543a74336594e563102a3ef076a230527503aebb6920bfe16d7e5a063"], ["confirmation_sent_at", "2015-04-23 12:28:20.539850"]]
|
|
1234
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (1.9ms)
|
|
1234
1235
|
|
|
1235
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in
|
|
1236
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 4.7ms
|
|
1236
1237
|
|
|
1237
|
-
Sent mail to joe-
|
|
1238
|
-
Date:
|
|
1238
|
+
Sent mail to joe-14@example.com (3.1ms)
|
|
1239
|
+
Date: Thu, 23 Apr 2015 13:28:20 +0100
|
|
1239
1240
|
From: pushtype@example.com
|
|
1240
1241
|
Reply-To: pushtype@example.com
|
|
1241
|
-
To: joe-
|
|
1242
|
-
Message-ID: <
|
|
1242
|
+
To: joe-14@example.com
|
|
1243
|
+
Message-ID: <5538e5648bf59_15a33ff788c65bf0993e7@Aarons-iMac.local.mail>
|
|
1243
1244
|
Subject: [PushType] Confirm your account
|
|
1244
1245
|
Mime-Version: 1.0
|
|
1245
1246
|
Content-Type: multipart/alternative;
|
|
1246
|
-
boundary="--==
|
|
1247
|
+
boundary="--==_mimepart_5538e5648b9e2_15a33ff788c65bf099283";
|
|
1247
1248
|
charset=UTF-8
|
|
1248
1249
|
Content-Transfer-Encoding: 7bit
|
|
1249
1250
|
|
|
1250
1251
|
|
|
1251
|
-
----==
|
|
1252
|
+
----==_mimepart_5538e5648b9e2_15a33ff788c65bf099283
|
|
1252
1253
|
Content-Type: text/plain;
|
|
1253
1254
|
charset=UTF-8
|
|
1254
1255
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1263,11 +1264,11 @@ created for you.
|
|
|
1263
1264
|
To get started, confirm your account and set your own password by
|
|
1264
1265
|
clicking the link below:
|
|
1265
1266
|
|
|
1266
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1267
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=eZ_bxzFRG4VCHTHghgN_ )
|
|
1267
1268
|
|
|
1268
1269
|
PushType is brought to you by Push Code:
|
|
1269
1270
|
type.pushcode.com ( http://type.pushcode.com ).
|
|
1270
|
-
----==
|
|
1271
|
+
----==_mimepart_5538e5648b9e2_15a33ff788c65bf099283
|
|
1271
1272
|
Content-Type: text/html;
|
|
1272
1273
|
charset=UTF-8
|
|
1273
1274
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1300,7 +1301,7 @@ body {
|
|
|
1300
1301
|
<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">
|
|
1301
1302
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1302
1303
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1303
|
-
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType"
|
|
1304
|
+
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType" src="/assets/push_type/pushtype-logo.png" width="140" height="26" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; max-width: 100%; padding: 0" /></a></td>
|
|
1304
1305
|
</tr>
|
|
1305
1306
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1306
1307
|
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
@@ -1313,7 +1314,7 @@ body {
|
|
|
1313
1314
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1314
1315
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1315
1316
|
<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">
|
|
1316
|
-
<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=
|
|
1317
|
+
<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=eZ_bxzFRG4VCHTHghgN_" 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>
|
|
1317
1318
|
</td>
|
|
1318
1319
|
</tr>
|
|
1319
1320
|
</table>
|
|
@@ -1358,36 +1359,45 @@ body {
|
|
|
1358
1359
|
</body>
|
|
1359
1360
|
</html>
|
|
1360
1361
|
|
|
1361
|
-
----==
|
|
1362
|
+
----==_mimepart_5538e5648b9e2_15a33ff788c65bf099283--
|
|
1362
1363
|
|
|
1363
|
-
[1m[35m (0.
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
[1m[
|
|
1364
|
+
[1m[35m (0.6ms)[0m COMMIT
|
|
1365
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1366
|
+
-----------------------------------------------------------
|
|
1367
|
+
PushType::UsersController::PUT #invite: test_0003_anonymous
|
|
1368
|
+
-----------------------------------------------------------
|
|
1369
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1370
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1371
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1372
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1373
|
+
[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
|
|
1374
|
+
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-15@example.com' LIMIT 1[0m
|
|
1375
|
+
[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-04-23 12:28:20.583557"], ["confirmed_at", "2015-04-23 12:28:20.583681"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-23 12:28:20.585431"], ["updated_at", "2015-04-23 12:28:20.585431"]]
|
|
1376
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1369
1377
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1370
|
-
[1m[
|
|
1371
|
-
[1m[
|
|
1372
|
-
|
|
1378
|
+
[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
|
|
1379
|
+
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-16@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", "d76359420f98bc01c6964b9a5c5d638107775768860ea4f5960e97dd2a8950ce"]]
|
|
1381
|
+
[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-16@example.com"], ["created_at", "2015-04-23 12:28:20.588577"], ["updated_at", "2015-04-23 12:28:20.588577"], ["confirmation_token", "d76359420f98bc01c6964b9a5c5d638107775768860ea4f5960e97dd2a8950ce"], ["confirmation_sent_at", "2015-04-23 12:28:20.589469"]]
|
|
1382
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (2.2ms)
|
|
1373
1383
|
|
|
1374
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in 4.
|
|
1384
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 4.8ms
|
|
1375
1385
|
|
|
1376
|
-
Sent mail to joe-
|
|
1377
|
-
Date:
|
|
1386
|
+
Sent mail to joe-16@example.com (3.0ms)
|
|
1387
|
+
Date: Thu, 23 Apr 2015 13:28:20 +0100
|
|
1378
1388
|
From: pushtype@example.com
|
|
1379
1389
|
Reply-To: pushtype@example.com
|
|
1380
|
-
To: joe-
|
|
1381
|
-
Message-ID: <
|
|
1390
|
+
To: joe-16@example.com
|
|
1391
|
+
Message-ID: <5538e56498069_15a33ff788c65bf09965c@Aarons-iMac.local.mail>
|
|
1382
1392
|
Subject: [PushType] Confirm your account
|
|
1383
1393
|
Mime-Version: 1.0
|
|
1384
1394
|
Content-Type: multipart/alternative;
|
|
1385
|
-
boundary="--==
|
|
1395
|
+
boundary="--==_mimepart_5538e56497ad7_15a33ff788c65bf099533";
|
|
1386
1396
|
charset=UTF-8
|
|
1387
1397
|
Content-Transfer-Encoding: 7bit
|
|
1388
1398
|
|
|
1389
1399
|
|
|
1390
|
-
----==
|
|
1400
|
+
----==_mimepart_5538e56497ad7_15a33ff788c65bf099533
|
|
1391
1401
|
Content-Type: text/plain;
|
|
1392
1402
|
charset=UTF-8
|
|
1393
1403
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1402,11 +1412,11 @@ created for you.
|
|
|
1402
1412
|
To get started, confirm your account and set your own password by
|
|
1403
1413
|
clicking the link below:
|
|
1404
1414
|
|
|
1405
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1415
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=xaidxevN7EsQsozRZUMt )
|
|
1406
1416
|
|
|
1407
1417
|
PushType is brought to you by Push Code:
|
|
1408
1418
|
type.pushcode.com ( http://type.pushcode.com ).
|
|
1409
|
-
----==
|
|
1419
|
+
----==_mimepart_5538e56497ad7_15a33ff788c65bf099533
|
|
1410
1420
|
Content-Type: text/html;
|
|
1411
1421
|
charset=UTF-8
|
|
1412
1422
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1439,7 +1449,7 @@ body {
|
|
|
1439
1449
|
<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">
|
|
1440
1450
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1441
1451
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1442
|
-
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType"
|
|
1452
|
+
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType" src="/assets/push_type/pushtype-logo.png" width="140" height="26" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; max-width: 100%; padding: 0" /></a></td>
|
|
1443
1453
|
</tr>
|
|
1444
1454
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1445
1455
|
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
@@ -1452,7 +1462,7 @@ body {
|
|
|
1452
1462
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1453
1463
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1454
1464
|
<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">
|
|
1455
|
-
<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=
|
|
1465
|
+
<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=xaidxevN7EsQsozRZUMt" 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>
|
|
1456
1466
|
</td>
|
|
1457
1467
|
</tr>
|
|
1458
1468
|
</table>
|
|
@@ -1497,48 +1507,36 @@ body {
|
|
|
1497
1507
|
</body>
|
|
1498
1508
|
</html>
|
|
1499
1509
|
|
|
1500
|
-
----==
|
|
1510
|
+
----==_mimepart_5538e56497ad7_15a33ff788c65bf099533--
|
|
1501
1511
|
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
[1m[
|
|
1506
|
-
[1m[
|
|
1507
|
-
|
|
1508
|
-
PushType::UsersController::PUT #invite: test_0002_anonymous
|
|
1509
|
-
-----------------------------------------------------------
|
|
1510
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1511
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1512
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1512
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1513
|
+
Processing by PushType::UsersController#invite as HTML
|
|
1514
|
+
Parameters: {"id"=>"2f686c22-33d9-49b6-85e9-690e2a2c0c2b"}
|
|
1515
|
+
[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", "43648db9-8eac-4e17-a110-985e5f67a1e7"]]
|
|
1516
|
+
[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", "2f686c22-33d9-49b6-85e9-690e2a2c0c2b"]]
|
|
1517
|
+
[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", "d5514d4154f3a40a446dcc65097858ea8c12f7ba8338c7d71ced0c97a8e35676"]]
|
|
1513
1518
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1514
|
-
[1m[
|
|
1515
|
-
[1m[36mPushType::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-16@example.com' LIMIT 1[0m
|
|
1516
|
-
[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-04-06 13:16:34.912756"], ["confirmed_at", "2015-04-06 13:16:34.912871"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-06 13:16:34.914546"], ["updated_at", "2015-04-06 13:16:34.914546"]]
|
|
1519
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "push_type_users" SET "confirmation_token" = $1, "confirmation_sent_at" = $2, "updated_at" = $3 WHERE "push_type_users"."id" = $4 [["confirmation_token", "d5514d4154f3a40a446dcc65097858ea8c12f7ba8338c7d71ced0c97a8e35676"], ["confirmation_sent_at", "2015-04-23 12:28:20.631849"], ["updated_at", "2015-04-23 12:28:20.632245"], ["id", "2f686c22-33d9-49b6-85e9-690e2a2c0c2b"]]
|
|
1517
1520
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1518
|
-
|
|
1519
|
-
[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
|
|
1520
|
-
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-17@example.com' LIMIT 1
|
|
1521
|
-
[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", "891ebd78f711ddf3cfa0b7623d40216e5caf5fc91457e4cd9c743f71e3be69f6"]]
|
|
1522
|
-
[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-17@example.com"], ["created_at", "2015-04-06 13:16:34.917623"], ["updated_at", "2015-04-06 13:16:34.917623"], ["confirmation_token", "891ebd78f711ddf3cfa0b7623d40216e5caf5fc91457e4cd9c743f71e3be69f6"], ["confirmation_sent_at", "2015-04-06 13:16:34.918523"]]
|
|
1523
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (2.3ms)
|
|
1521
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (2.0ms)
|
|
1524
1522
|
|
|
1525
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in
|
|
1523
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 4.7ms
|
|
1526
1524
|
|
|
1527
|
-
Sent mail to joe-
|
|
1528
|
-
Date:
|
|
1525
|
+
Sent mail to joe-16@example.com (2.9ms)
|
|
1526
|
+
Date: Thu, 23 Apr 2015 13:28:20 +0100
|
|
1529
1527
|
From: pushtype@example.com
|
|
1530
1528
|
Reply-To: pushtype@example.com
|
|
1531
|
-
To: joe-
|
|
1532
|
-
Message-ID: <
|
|
1529
|
+
To: joe-16@example.com
|
|
1530
|
+
Message-ID: <5538e564a26ca_15a33ff788c65bf099977@Aarons-iMac.local.mail>
|
|
1533
1531
|
Subject: [PushType] Confirm your account
|
|
1534
1532
|
Mime-Version: 1.0
|
|
1535
1533
|
Content-Type: multipart/alternative;
|
|
1536
|
-
boundary="--==
|
|
1534
|
+
boundary="--==_mimepart_5538e564a21a3_15a33ff788c65bf0998fb";
|
|
1537
1535
|
charset=UTF-8
|
|
1538
1536
|
Content-Transfer-Encoding: 7bit
|
|
1539
1537
|
|
|
1540
1538
|
|
|
1541
|
-
----==
|
|
1539
|
+
----==_mimepart_5538e564a21a3_15a33ff788c65bf0998fb
|
|
1542
1540
|
Content-Type: text/plain;
|
|
1543
1541
|
charset=UTF-8
|
|
1544
1542
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1553,11 +1551,11 @@ created for you.
|
|
|
1553
1551
|
To get started, confirm your account and set your own password by
|
|
1554
1552
|
clicking the link below:
|
|
1555
1553
|
|
|
1556
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1554
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=zCwyxNCxvKMHLbSoshyJ )
|
|
1557
1555
|
|
|
1558
1556
|
PushType is brought to you by Push Code:
|
|
1559
1557
|
type.pushcode.com ( http://type.pushcode.com ).
|
|
1560
|
-
----==
|
|
1558
|
+
----==_mimepart_5538e564a21a3_15a33ff788c65bf0998fb
|
|
1561
1559
|
Content-Type: text/html;
|
|
1562
1560
|
charset=UTF-8
|
|
1563
1561
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1590,7 +1588,7 @@ body {
|
|
|
1590
1588
|
<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">
|
|
1591
1589
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1592
1590
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1593
|
-
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType"
|
|
1591
|
+
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType" src="/assets/push_type/pushtype-logo.png" width="140" height="26" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; max-width: 100%; padding: 0" /></a></td>
|
|
1594
1592
|
</tr>
|
|
1595
1593
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1596
1594
|
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
@@ -1603,7 +1601,7 @@ body {
|
|
|
1603
1601
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1604
1602
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1605
1603
|
<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">
|
|
1606
|
-
<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=
|
|
1604
|
+
<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=zCwyxNCxvKMHLbSoshyJ" 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>
|
|
1607
1605
|
</td>
|
|
1608
1606
|
</tr>
|
|
1609
1607
|
</table>
|
|
@@ -1648,36 +1646,48 @@ body {
|
|
|
1648
1646
|
</body>
|
|
1649
1647
|
</html>
|
|
1650
1648
|
|
|
1651
|
-
----==
|
|
1649
|
+
----==_mimepart_5538e564a21a3_15a33ff788c65bf0998fb--
|
|
1652
1650
|
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
[1m[
|
|
1657
|
-
[1m[
|
|
1658
|
-
|
|
1651
|
+
Redirected to /push_type/users
|
|
1652
|
+
Completed 302 Found in 40ms (ActiveRecord: 0.8ms)
|
|
1653
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
1654
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1655
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
1656
|
+
-----------------------------------------------------------
|
|
1657
|
+
PushType::UsersController::PUT #invite: test_0002_anonymous
|
|
1658
|
+
-----------------------------------------------------------
|
|
1659
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1660
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1661
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1662
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1663
|
+
[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
|
|
1664
|
+
[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
|
|
1665
|
+
[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-17@example.com"], ["confirmation_sent_at", "2015-04-23 12:28:20.669966"], ["confirmed_at", "2015-04-23 12:28:20.670083"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-23 12:28:20.671939"], ["updated_at", "2015-04-23 12:28:20.671939"]]
|
|
1666
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1659
1667
|
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1660
|
-
[1m[
|
|
1661
|
-
[1m[
|
|
1662
|
-
|
|
1668
|
+
[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
|
|
1669
|
+
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-18@example.com' LIMIT 1[0m
|
|
1670
|
+
[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", "a63a5a2992a7b13797d595925466e14152195c6ef16398c46a02f9e884212dc6"]]
|
|
1671
|
+
[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-04-23 12:28:20.674989"], ["updated_at", "2015-04-23 12:28:20.674989"], ["confirmation_token", "a63a5a2992a7b13797d595925466e14152195c6ef16398c46a02f9e884212dc6"], ["confirmation_sent_at", "2015-04-23 12:28:20.675858"]]
|
|
1672
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (2.1ms)
|
|
1663
1673
|
|
|
1664
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in 4.
|
|
1674
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 4.8ms
|
|
1665
1675
|
|
|
1666
|
-
Sent mail to joe-
|
|
1667
|
-
Date:
|
|
1676
|
+
Sent mail to joe-18@example.com (2.9ms)
|
|
1677
|
+
Date: Thu, 23 Apr 2015 13:28:20 +0100
|
|
1668
1678
|
From: pushtype@example.com
|
|
1669
1679
|
Reply-To: pushtype@example.com
|
|
1670
|
-
To: joe-
|
|
1671
|
-
Message-ID: <
|
|
1680
|
+
To: joe-18@example.com
|
|
1681
|
+
Message-ID: <5538e564ad08b_15a33ff788c65bf0100223@Aarons-iMac.local.mail>
|
|
1672
1682
|
Subject: [PushType] Confirm your account
|
|
1673
1683
|
Mime-Version: 1.0
|
|
1674
1684
|
Content-Type: multipart/alternative;
|
|
1675
|
-
boundary="--==
|
|
1685
|
+
boundary="--==_mimepart_5538e564acafa_15a33ff788c65bf0100133";
|
|
1676
1686
|
charset=UTF-8
|
|
1677
1687
|
Content-Transfer-Encoding: 7bit
|
|
1678
1688
|
|
|
1679
1689
|
|
|
1680
|
-
----==
|
|
1690
|
+
----==_mimepart_5538e564acafa_15a33ff788c65bf0100133
|
|
1681
1691
|
Content-Type: text/plain;
|
|
1682
1692
|
charset=UTF-8
|
|
1683
1693
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1692,11 +1702,11 @@ created for you.
|
|
|
1692
1702
|
To get started, confirm your account and set your own password by
|
|
1693
1703
|
clicking the link below:
|
|
1694
1704
|
|
|
1695
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1705
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=UcviKyAH5bho_gR-r6G1 )
|
|
1696
1706
|
|
|
1697
1707
|
PushType is brought to you by Push Code:
|
|
1698
1708
|
type.pushcode.com ( http://type.pushcode.com ).
|
|
1699
|
-
----==
|
|
1709
|
+
----==_mimepart_5538e564acafa_15a33ff788c65bf0100133
|
|
1700
1710
|
Content-Type: text/html;
|
|
1701
1711
|
charset=UTF-8
|
|
1702
1712
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1729,7 +1739,7 @@ body {
|
|
|
1729
1739
|
<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">
|
|
1730
1740
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1731
1741
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1732
|
-
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType"
|
|
1742
|
+
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType" src="/assets/push_type/pushtype-logo.png" width="140" height="26" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; max-width: 100%; padding: 0" /></a></td>
|
|
1733
1743
|
</tr>
|
|
1734
1744
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1735
1745
|
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
@@ -1742,7 +1752,7 @@ body {
|
|
|
1742
1752
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1743
1753
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1744
1754
|
<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">
|
|
1745
|
-
<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=
|
|
1755
|
+
<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=UcviKyAH5bho_gR-r6G1" 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>
|
|
1746
1756
|
</td>
|
|
1747
1757
|
</tr>
|
|
1748
1758
|
</table>
|
|
@@ -1787,48 +1797,36 @@ body {
|
|
|
1787
1797
|
</body>
|
|
1788
1798
|
</html>
|
|
1789
1799
|
|
|
1790
|
-
----==
|
|
1800
|
+
----==_mimepart_5538e564acafa_15a33ff788c65bf0100133--
|
|
1791
1801
|
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
[1m[
|
|
1796
|
-
[1m[
|
|
1797
|
-
|
|
1798
|
-
PushType::UsersController::PUT #invite: test_0003_anonymous
|
|
1799
|
-
-----------------------------------------------------------
|
|
1800
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1801
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1802
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1802
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1803
|
+
Processing by PushType::UsersController#invite as HTML
|
|
1804
|
+
Parameters: {"id"=>"7db38423-9fcf-4134-b954-607adfa734aa"}
|
|
1805
|
+
[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", "f51d014d-4f45-4b8c-a215-722ebc5bf41f"]]
|
|
1806
|
+
[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", "7db38423-9fcf-4134-b954-607adfa734aa"]]
|
|
1807
|
+
[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", "5a1c56bbe32f5d01e7d6eb6a6cecb0276439c9add5c7eae21528420b5ce9cac0"]]
|
|
1803
1808
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1804
|
-
[1m[
|
|
1805
|
-
[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
|
|
1806
|
-
[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-18@example.com"], ["confirmation_sent_at", "2015-04-06 13:16:34.999856"], ["confirmed_at", "2015-04-06 13:16:34.999972"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-06 13:16:35.001764"], ["updated_at", "2015-04-06 13:16:35.001764"]]
|
|
1809
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "push_type_users" SET "confirmation_token" = $1, "confirmation_sent_at" = $2, "updated_at" = $3 WHERE "push_type_users"."id" = $4[0m [["confirmation_token", "5a1c56bbe32f5d01e7d6eb6a6cecb0276439c9add5c7eae21528420b5ce9cac0"], ["confirmation_sent_at", "2015-04-23 12:28:20.716917"], ["updated_at", "2015-04-23 12:28:20.717277"], ["id", "7db38423-9fcf-4134-b954-607adfa734aa"]]
|
|
1807
1810
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1808
|
-
|
|
1809
|
-
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-19@example.com' LIMIT 1
|
|
1810
|
-
[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
|
|
1811
|
-
[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", "ad7f5bca1f4f2aad504cd2c7ffbc58cb02a620d4d919043c6b9aa7a12d7a3535"]]
|
|
1812
|
-
[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-04-06 13:16:35.004698"], ["updated_at", "2015-04-06 13:16:35.004698"], ["confirmation_token", "ad7f5bca1f4f2aad504cd2c7ffbc58cb02a620d4d919043c6b9aa7a12d7a3535"], ["confirmation_sent_at", "2015-04-06 13:16:35.005550"]]
|
|
1813
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (2.2ms)
|
|
1811
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (2.3ms)
|
|
1814
1812
|
|
|
1815
1813
|
Devise::Mailer#confirmation_instructions: processed outbound mail in 5.0ms
|
|
1816
1814
|
|
|
1817
|
-
Sent mail to joe-
|
|
1818
|
-
Date:
|
|
1815
|
+
Sent mail to joe-18@example.com (2.9ms)
|
|
1816
|
+
Date: Thu, 23 Apr 2015 13:28:20 +0100
|
|
1819
1817
|
From: pushtype@example.com
|
|
1820
1818
|
Reply-To: pushtype@example.com
|
|
1821
|
-
To: joe-
|
|
1822
|
-
Message-ID: <
|
|
1819
|
+
To: joe-18@example.com
|
|
1820
|
+
Message-ID: <5538e564b7440_15a33ff788c65bf01005f5@Aarons-iMac.local.mail>
|
|
1823
1821
|
Subject: [PushType] Confirm your account
|
|
1824
1822
|
Mime-Version: 1.0
|
|
1825
1823
|
Content-Type: multipart/alternative;
|
|
1826
|
-
boundary="--==
|
|
1824
|
+
boundary="--==_mimepart_5538e564b6f13_15a33ff788c65bf01004ed";
|
|
1827
1825
|
charset=UTF-8
|
|
1828
1826
|
Content-Transfer-Encoding: 7bit
|
|
1829
1827
|
|
|
1830
1828
|
|
|
1831
|
-
----==
|
|
1829
|
+
----==_mimepart_5538e564b6f13_15a33ff788c65bf01004ed
|
|
1832
1830
|
Content-Type: text/plain;
|
|
1833
1831
|
charset=UTF-8
|
|
1834
1832
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1843,11 +1841,11 @@ created for you.
|
|
|
1843
1841
|
To get started, confirm your account and set your own password by
|
|
1844
1842
|
clicking the link below:
|
|
1845
1843
|
|
|
1846
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1844
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=qsvcXsBvs6GjpJvYYpxT )
|
|
1847
1845
|
|
|
1848
1846
|
PushType is brought to you by Push Code:
|
|
1849
1847
|
type.pushcode.com ( http://type.pushcode.com ).
|
|
1850
|
-
----==
|
|
1848
|
+
----==_mimepart_5538e564b6f13_15a33ff788c65bf01004ed
|
|
1851
1849
|
Content-Type: text/html;
|
|
1852
1850
|
charset=UTF-8
|
|
1853
1851
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1880,7 +1878,7 @@ body {
|
|
|
1880
1878
|
<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">
|
|
1881
1879
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1882
1880
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1883
|
-
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType"
|
|
1881
|
+
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType" src="/assets/push_type/pushtype-logo.png" width="140" height="26" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; max-width: 100%; padding: 0" /></a></td>
|
|
1884
1882
|
</tr>
|
|
1885
1883
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1886
1884
|
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
@@ -1893,7 +1891,7 @@ body {
|
|
|
1893
1891
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
1894
1892
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
1895
1893
|
<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">
|
|
1896
|
-
<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=
|
|
1894
|
+
<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=qsvcXsBvs6GjpJvYYpxT" 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>
|
|
1897
1895
|
</td>
|
|
1898
1896
|
</tr>
|
|
1899
1897
|
</table>
|
|
@@ -1938,36 +1936,48 @@ body {
|
|
|
1938
1936
|
</body>
|
|
1939
1937
|
</html>
|
|
1940
1938
|
|
|
1941
|
-
----==
|
|
1939
|
+
----==_mimepart_5538e564b6f13_15a33ff788c65bf01004ed--
|
|
1942
1940
|
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
[1m[
|
|
1947
|
-
[1m[
|
|
1948
|
-
|
|
1941
|
+
Redirected to /push_type/users
|
|
1942
|
+
Completed 302 Found in 40ms (ActiveRecord: 0.7ms)
|
|
1943
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
1944
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1945
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1946
|
+
-----------------------------------------------------------
|
|
1947
|
+
PushType::UsersController::PUT #invite: test_0001_anonymous
|
|
1948
|
+
-----------------------------------------------------------
|
|
1949
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1950
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1951
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1952
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1953
|
+
[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
|
|
1954
|
+
[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
|
|
1955
|
+
[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-19@example.com"], ["confirmation_sent_at", "2015-04-23 12:28:20.755206"], ["confirmed_at", "2015-04-23 12:28:20.755322"], ["confirmation_token", "Generated account"], ["created_at", "2015-04-23 12:28:20.757213"], ["updated_at", "2015-04-23 12:28:20.757213"]]
|
|
1956
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1949
1957
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1950
|
-
[1m[
|
|
1951
|
-
[1m[
|
|
1952
|
-
|
|
1958
|
+
[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
|
|
1959
|
+
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-20@example.com' LIMIT 1
|
|
1960
|
+
[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", "6459019364f5ab32008cf14d3ec39d1d2ea0175754d5575054a5a651950dc146"]]
|
|
1961
|
+
[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-04-23 12:28:20.760172"], ["updated_at", "2015-04-23 12:28:20.760172"], ["confirmation_token", "6459019364f5ab32008cf14d3ec39d1d2ea0175754d5575054a5a651950dc146"], ["confirmation_sent_at", "2015-04-23 12:28:20.761009"]]
|
|
1962
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (2.1ms)
|
|
1953
1963
|
|
|
1954
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in 4.
|
|
1964
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 4.8ms
|
|
1955
1965
|
|
|
1956
|
-
Sent mail to joe-
|
|
1957
|
-
Date:
|
|
1966
|
+
Sent mail to joe-20@example.com (3.1ms)
|
|
1967
|
+
Date: Thu, 23 Apr 2015 13:28:20 +0100
|
|
1958
1968
|
From: pushtype@example.com
|
|
1959
1969
|
Reply-To: pushtype@example.com
|
|
1960
|
-
To: joe-
|
|
1961
|
-
Message-ID: <
|
|
1970
|
+
To: joe-20@example.com
|
|
1971
|
+
Message-ID: <5538e564c1d8b_15a33ff788c65bf010081c@Aarons-iMac.local.mail>
|
|
1962
1972
|
Subject: [PushType] Confirm your account
|
|
1963
1973
|
Mime-Version: 1.0
|
|
1964
1974
|
Content-Type: multipart/alternative;
|
|
1965
|
-
boundary="--==
|
|
1975
|
+
boundary="--==_mimepart_5538e564c17d3_15a33ff788c65bf01007d3";
|
|
1966
1976
|
charset=UTF-8
|
|
1967
1977
|
Content-Transfer-Encoding: 7bit
|
|
1968
1978
|
|
|
1969
1979
|
|
|
1970
|
-
----==
|
|
1980
|
+
----==_mimepart_5538e564c17d3_15a33ff788c65bf01007d3
|
|
1971
1981
|
Content-Type: text/plain;
|
|
1972
1982
|
charset=UTF-8
|
|
1973
1983
|
Content-Transfer-Encoding: 7bit
|
|
@@ -1982,11 +1992,11 @@ created for you.
|
|
|
1982
1992
|
To get started, confirm your account and set your own password by
|
|
1983
1993
|
clicking the link below:
|
|
1984
1994
|
|
|
1985
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
1995
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=z3AWyUcL8m74JG_WuiGJ )
|
|
1986
1996
|
|
|
1987
1997
|
PushType is brought to you by Push Code:
|
|
1988
1998
|
type.pushcode.com ( http://type.pushcode.com ).
|
|
1989
|
-
----==
|
|
1999
|
+
----==_mimepart_5538e564c17d3_15a33ff788c65bf01007d3
|
|
1990
2000
|
Content-Type: text/html;
|
|
1991
2001
|
charset=UTF-8
|
|
1992
2002
|
Content-Transfer-Encoding: 7bit
|
|
@@ -2019,7 +2029,7 @@ body {
|
|
|
2019
2029
|
<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">
|
|
2020
2030
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
2021
2031
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
2022
|
-
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType"
|
|
2032
|
+
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType" src="/assets/push_type/pushtype-logo.png" width="140" height="26" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; max-width: 100%; padding: 0" /></a></td>
|
|
2023
2033
|
</tr>
|
|
2024
2034
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
2025
2035
|
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
@@ -2032,7 +2042,7 @@ body {
|
|
|
2032
2042
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
2033
2043
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
2034
2044
|
<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">
|
|
2035
|
-
<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=
|
|
2045
|
+
<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=z3AWyUcL8m74JG_WuiGJ" 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>
|
|
2036
2046
|
</td>
|
|
2037
2047
|
</tr>
|
|
2038
2048
|
</table>
|
|
@@ -2077,36 +2087,36 @@ body {
|
|
|
2077
2087
|
</body>
|
|
2078
2088
|
</html>
|
|
2079
2089
|
|
|
2080
|
-
----==
|
|
2090
|
+
----==_mimepart_5538e564c17d3_15a33ff788c65bf01007d3--
|
|
2081
2091
|
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
[1m[
|
|
2086
|
-
[1m[
|
|
2087
|
-
[1m[35mPushType::User
|
|
2088
|
-
[1m[
|
|
2089
|
-
[1m[
|
|
2090
|
-
[1m[
|
|
2091
|
-
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (
|
|
2092
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2093
|
+
Processing by PushType::UsersController#invite as HTML
|
|
2094
|
+
Parameters: {"id"=>"fe4bd640-f005-41eb-946b-6aa9f17e5639"}
|
|
2095
|
+
[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", "401cf31f-95e2-4c09-97da-804c15152d2f"]]
|
|
2096
|
+
[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", "fe4bd640-f005-41eb-946b-6aa9f17e5639"]]
|
|
2097
|
+
[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", "4a082eae1ca1c2dddac863a4eaeabaae7dd1467a328071b96815ffed737f23d2"]]
|
|
2098
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2099
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "push_type_users" SET "confirmation_token" = $1, "confirmation_sent_at" = $2, "updated_at" = $3 WHERE "push_type_users"."id" = $4 [["confirmation_token", "4a082eae1ca1c2dddac863a4eaeabaae7dd1467a328071b96815ffed737f23d2"], ["confirmation_sent_at", "2015-04-23 12:28:20.802112"], ["updated_at", "2015-04-23 12:28:20.802465"], ["id", "fe4bd640-f005-41eb-946b-6aa9f17e5639"]]
|
|
2100
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2101
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (1.7ms)
|
|
2092
2102
|
|
|
2093
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in 4.
|
|
2103
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 4.2ms
|
|
2094
2104
|
|
|
2095
|
-
Sent mail to joe-20@example.com (
|
|
2096
|
-
Date:
|
|
2105
|
+
Sent mail to joe-20@example.com (2.9ms)
|
|
2106
|
+
Date: Thu, 23 Apr 2015 13:28:20 +0100
|
|
2097
2107
|
From: pushtype@example.com
|
|
2098
2108
|
Reply-To: pushtype@example.com
|
|
2099
2109
|
To: joe-20@example.com
|
|
2100
|
-
Message-ID: <
|
|
2110
|
+
Message-ID: <5538e564cbf3e_15a33ff788c65bf0101117@Aarons-iMac.local.mail>
|
|
2101
2111
|
Subject: [PushType] Confirm your account
|
|
2102
2112
|
Mime-Version: 1.0
|
|
2103
2113
|
Content-Type: multipart/alternative;
|
|
2104
|
-
boundary="--==
|
|
2114
|
+
boundary="--==_mimepart_5538e564cba15_15a33ff788c65bf01010f7";
|
|
2105
2115
|
charset=UTF-8
|
|
2106
2116
|
Content-Transfer-Encoding: 7bit
|
|
2107
2117
|
|
|
2108
2118
|
|
|
2109
|
-
----==
|
|
2119
|
+
----==_mimepart_5538e564cba15_15a33ff788c65bf01010f7
|
|
2110
2120
|
Content-Type: text/plain;
|
|
2111
2121
|
charset=UTF-8
|
|
2112
2122
|
Content-Transfer-Encoding: 7bit
|
|
@@ -2121,11 +2131,11 @@ created for you.
|
|
|
2121
2131
|
To get started, confirm your account and set your own password by
|
|
2122
2132
|
clicking the link below:
|
|
2123
2133
|
|
|
2124
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
2134
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=KdMkjDFGB_6pSoAMjuz8 )
|
|
2125
2135
|
|
|
2126
2136
|
PushType is brought to you by Push Code:
|
|
2127
2137
|
type.pushcode.com ( http://type.pushcode.com ).
|
|
2128
|
-
----==
|
|
2138
|
+
----==_mimepart_5538e564cba15_15a33ff788c65bf01010f7
|
|
2129
2139
|
Content-Type: text/html;
|
|
2130
2140
|
charset=UTF-8
|
|
2131
2141
|
Content-Transfer-Encoding: 7bit
|
|
@@ -2158,7 +2168,7 @@ body {
|
|
|
2158
2168
|
<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">
|
|
2159
2169
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
2160
2170
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
2161
|
-
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType"
|
|
2171
|
+
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType" src="/assets/push_type/pushtype-logo.png" width="140" height="26" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; max-width: 100%; padding: 0" /></a></td>
|
|
2162
2172
|
</tr>
|
|
2163
2173
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
2164
2174
|
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
@@ -2171,7 +2181,7 @@ body {
|
|
|
2171
2181
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
2172
2182
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
2173
2183
|
<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">
|
|
2174
|
-
<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=
|
|
2184
|
+
<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=KdMkjDFGB_6pSoAMjuz8" 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>
|
|
2175
2185
|
</td>
|
|
2176
2186
|
</tr>
|
|
2177
2187
|
</table>
|
|
@@ -2216,40 +2226,43 @@ body {
|
|
|
2216
2226
|
</body>
|
|
2217
2227
|
</html>
|
|
2218
2228
|
|
|
2219
|
-
----==
|
|
2229
|
+
----==_mimepart_5538e564cba15_15a33ff788c65bf01010f7--
|
|
2220
2230
|
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT
|
|
2230
|
-
[1m[
|
|
2231
|
-
[1m[
|
|
2232
|
-
[1m[
|
|
2233
|
-
[1m[
|
|
2231
|
+
Redirected to /push_type/users
|
|
2232
|
+
Completed 302 Found in 39ms (ActiveRecord: 0.7ms)
|
|
2233
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2234
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2235
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2236
|
+
------------------------------------------------------------------------------------------------
|
|
2237
|
+
PushType::ConfirmationsController::GET #show::with valid confirmation token: test_0001_anonymous
|
|
2238
|
+
------------------------------------------------------------------------------------------------
|
|
2239
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2240
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2241
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2242
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2243
|
+
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-21@example.com' LIMIT 1[0m
|
|
2244
|
+
[1m[35mPushType::User Exists (0.1ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-21@example.com' LIMIT 1
|
|
2245
|
+
[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", "68f225c40464b2354126a2ec0c48bf12c2937afb4649ed2537e51abf180028ff"]]
|
|
2246
|
+
[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-21@example.com"], ["created_at", "2015-04-23 12:28:20.842974"], ["updated_at", "2015-04-23 12:28:20.842974"], ["confirmation_token", "68f225c40464b2354126a2ec0c48bf12c2937afb4649ed2537e51abf180028ff"], ["confirmation_sent_at", "2015-04-23 12:28:20.843857"]]
|
|
2234
2247
|
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (2.2ms)
|
|
2235
2248
|
|
|
2236
2249
|
Devise::Mailer#confirmation_instructions: processed outbound mail in 5.0ms
|
|
2237
2250
|
|
|
2238
|
-
Sent mail to joe-21@example.com (
|
|
2239
|
-
Date:
|
|
2251
|
+
Sent mail to joe-21@example.com (2.9ms)
|
|
2252
|
+
Date: Thu, 23 Apr 2015 13:28:20 +0100
|
|
2240
2253
|
From: pushtype@example.com
|
|
2241
2254
|
Reply-To: pushtype@example.com
|
|
2242
2255
|
To: joe-21@example.com
|
|
2243
|
-
Message-ID: <
|
|
2256
|
+
Message-ID: <5538e564d638c_15a33ff788c65bf0101430@Aarons-iMac.local.mail>
|
|
2244
2257
|
Subject: [PushType] Confirm your account
|
|
2245
2258
|
Mime-Version: 1.0
|
|
2246
2259
|
Content-Type: multipart/alternative;
|
|
2247
|
-
boundary="--==
|
|
2260
|
+
boundary="--==_mimepart_5538e564d5e41_15a33ff788c65bf010136";
|
|
2248
2261
|
charset=UTF-8
|
|
2249
2262
|
Content-Transfer-Encoding: 7bit
|
|
2250
2263
|
|
|
2251
2264
|
|
|
2252
|
-
----==
|
|
2265
|
+
----==_mimepart_5538e564d5e41_15a33ff788c65bf010136
|
|
2253
2266
|
Content-Type: text/plain;
|
|
2254
2267
|
charset=UTF-8
|
|
2255
2268
|
Content-Transfer-Encoding: 7bit
|
|
@@ -2264,11 +2277,11 @@ created for you.
|
|
|
2264
2277
|
To get started, confirm your account and set your own password by
|
|
2265
2278
|
clicking the link below:
|
|
2266
2279
|
|
|
2267
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
2280
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=yUiGiy4uuNisc6iZ4Eh9 )
|
|
2268
2281
|
|
|
2269
2282
|
PushType is brought to you by Push Code:
|
|
2270
2283
|
type.pushcode.com ( http://type.pushcode.com ).
|
|
2271
|
-
----==
|
|
2284
|
+
----==_mimepart_5538e564d5e41_15a33ff788c65bf010136
|
|
2272
2285
|
Content-Type: text/html;
|
|
2273
2286
|
charset=UTF-8
|
|
2274
2287
|
Content-Transfer-Encoding: 7bit
|
|
@@ -2301,7 +2314,7 @@ body {
|
|
|
2301
2314
|
<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">
|
|
2302
2315
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
2303
2316
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
2304
|
-
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType"
|
|
2317
|
+
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType" src="/assets/push_type/pushtype-logo.png" width="140" height="26" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; max-width: 100%; padding: 0" /></a></td>
|
|
2305
2318
|
</tr>
|
|
2306
2319
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
2307
2320
|
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
@@ -2314,7 +2327,7 @@ body {
|
|
|
2314
2327
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
2315
2328
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
2316
2329
|
<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">
|
|
2317
|
-
<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=
|
|
2330
|
+
<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=yUiGiy4uuNisc6iZ4Eh9" 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>
|
|
2318
2331
|
</td>
|
|
2319
2332
|
</tr>
|
|
2320
2333
|
</table>
|
|
@@ -2359,55 +2372,48 @@ body {
|
|
|
2359
2372
|
</body>
|
|
2360
2373
|
</html>
|
|
2361
2374
|
|
|
2362
|
-
----==
|
|
2375
|
+
----==_mimepart_5538e564d5e41_15a33ff788c65bf010136--
|
|
2363
2376
|
|
|
2364
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2365
|
-
Processing by PushType::ConfirmationsController#update as HTML
|
|
2366
|
-
Parameters: {"user"=>{"confirmation_token"=>"ciQnUs7RgxVp5DF-wTLc", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
|
|
2367
|
-
[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", "bd0cc3ffcdaf73b9fc9b303e429329ce71f69c78c14e14fe87831c9a97be4d0c"]]
|
|
2368
|
-
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-21@example.com' AND "push_type_users"."id" != '0a4f97e6-0e97-45d0-9615-c4295fb8c3f6') LIMIT 1
|
|
2369
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2370
|
-
[1m[35mSQL (0.2ms)[0m UPDATE "push_type_users" SET "confirmation_token" = $1, "encrypted_password" = $2, "confirmed_at" = $3, "updated_at" = $4 WHERE "push_type_users"."id" = $5 [["confirmation_token", nil], ["encrypted_password", "$2a$04$zR/DlyKe1LRJMMN3sGvUnu6Lx2kz1bU/kh9vaQ/DOvv9viBdQAEeW"], ["confirmed_at", "2015-04-06 13:16:35.175509"], ["updated_at", "2015-04-06 13:16:35.175849"], ["id", "0a4f97e6-0e97-45d0-9615-c4295fb8c3f6"]]
|
|
2371
2377
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
[1m[
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
[1m[
|
|
2379
|
-
[1m[
|
|
2380
|
-
[1m[
|
|
2381
|
-
|
|
2382
|
-
PushType::ConfirmationsController::
|
|
2383
|
-
|
|
2384
|
-
[1m[
|
|
2385
|
-
[1m[
|
|
2386
|
-
[1m[
|
|
2387
|
-
[1m[
|
|
2388
|
-
[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
|
|
2378
|
+
Processing by PushType::ConfirmationsController#show as HTML
|
|
2379
|
+
Parameters: {"confirmation_token"=>"yUiGiy4uuNisc6iZ4Eh9"}
|
|
2380
|
+
[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", "68f225c40464b2354126a2ec0c48bf12c2937afb4649ed2537e51abf180028ff"]]
|
|
2381
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (3.0ms)
|
|
2382
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (6.0ms)
|
|
2383
|
+
Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.2ms)
|
|
2384
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
2385
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
2386
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2387
|
+
------------------------------------------------------------------------------------------------
|
|
2388
|
+
PushType::ConfirmationsController::GET #show::with valid confirmation token: test_0002_anonymous
|
|
2389
|
+
------------------------------------------------------------------------------------------------
|
|
2390
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2391
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2392
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2393
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2389
2394
|
[1m[35mPushType::User Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-22@example.com' LIMIT 1
|
|
2390
|
-
[1m[36mPushType::User
|
|
2391
|
-
[1m[
|
|
2392
|
-
|
|
2395
|
+
[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
|
|
2396
|
+
[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", "27c7e1cc468380ececcb010698699aabe0426b5c38fbb7a8ac252ee07f140570"]]
|
|
2397
|
+
[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-22@example.com"], ["created_at", "2015-04-23 12:28:20.894395"], ["updated_at", "2015-04-23 12:28:20.894395"], ["confirmation_token", "27c7e1cc468380ececcb010698699aabe0426b5c38fbb7a8ac252ee07f140570"], ["confirmation_sent_at", "2015-04-23 12:28:20.895292"]]
|
|
2398
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (1.8ms)
|
|
2393
2399
|
|
|
2394
|
-
Devise::Mailer#confirmation_instructions: processed outbound mail in 4.
|
|
2400
|
+
Devise::Mailer#confirmation_instructions: processed outbound mail in 4.4ms
|
|
2395
2401
|
|
|
2396
|
-
Sent mail to joe-22@example.com (
|
|
2397
|
-
Date:
|
|
2402
|
+
Sent mail to joe-22@example.com (3.0ms)
|
|
2403
|
+
Date: Thu, 23 Apr 2015 13:28:20 +0100
|
|
2398
2404
|
From: pushtype@example.com
|
|
2399
2405
|
Reply-To: pushtype@example.com
|
|
2400
2406
|
To: joe-22@example.com
|
|
2401
|
-
Message-ID: <
|
|
2407
|
+
Message-ID: <5538e564e27c5_15a33ff788c65bf010176b@Aarons-iMac.local.mail>
|
|
2402
2408
|
Subject: [PushType] Confirm your account
|
|
2403
2409
|
Mime-Version: 1.0
|
|
2404
2410
|
Content-Type: multipart/alternative;
|
|
2405
|
-
boundary="--==
|
|
2411
|
+
boundary="--==_mimepart_5538e564e225f_15a33ff788c65bf0101648";
|
|
2406
2412
|
charset=UTF-8
|
|
2407
2413
|
Content-Transfer-Encoding: 7bit
|
|
2408
2414
|
|
|
2409
2415
|
|
|
2410
|
-
----==
|
|
2416
|
+
----==_mimepart_5538e564e225f_15a33ff788c65bf0101648
|
|
2411
2417
|
Content-Type: text/plain;
|
|
2412
2418
|
charset=UTF-8
|
|
2413
2419
|
Content-Transfer-Encoding: 7bit
|
|
@@ -2422,11 +2428,11 @@ created for you.
|
|
|
2422
2428
|
To get started, confirm your account and set your own password by
|
|
2423
2429
|
clicking the link below:
|
|
2424
2430
|
|
|
2425
|
-
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=
|
|
2431
|
+
Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=sxzdyvtmPNz-A_VS2dRf )
|
|
2426
2432
|
|
|
2427
2433
|
PushType is brought to you by Push Code:
|
|
2428
2434
|
type.pushcode.com ( http://type.pushcode.com ).
|
|
2429
|
-
----==
|
|
2435
|
+
----==_mimepart_5538e564e225f_15a33ff788c65bf0101648
|
|
2430
2436
|
Content-Type: text/html;
|
|
2431
2437
|
charset=UTF-8
|
|
2432
2438
|
Content-Transfer-Encoding: 7bit
|
|
@@ -2459,7 +2465,7 @@ body {
|
|
|
2459
2465
|
<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">
|
|
2460
2466
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
2461
2467
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
2462
|
-
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType"
|
|
2468
|
+
<td class="logo" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0 20px"><a href="http://localhost:3000/push_type/" style="color: #348eda; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0"><img alt="PushType" src="/assets/push_type/pushtype-logo.png" width="140" height="26" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; max-width: 100%; padding: 0" /></a></td>
|
|
2463
2469
|
</tr>
|
|
2464
2470
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
2465
2471
|
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
@@ -2472,7 +2478,7 @@ body {
|
|
|
2472
2478
|
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
|
|
2473
2479
|
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
|
|
2474
2480
|
<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">
|
|
2475
|
-
<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=
|
|
2481
|
+
<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=sxzdyvtmPNz-A_VS2dRf" 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>
|
|
2476
2482
|
</td>
|
|
2477
2483
|
</tr>
|
|
2478
2484
|
</table>
|
|
@@ -2517,20 +2523,14 @@ body {
|
|
|
2517
2523
|
</body>
|
|
2518
2524
|
</html>
|
|
2519
2525
|
|
|
2520
|
-
----==
|
|
2526
|
+
----==_mimepart_5538e564e225f_15a33ff788c65bf0101648--
|
|
2521
2527
|
|
|
2522
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2523
|
-
Processing by PushType::ConfirmationsController#update as HTML
|
|
2524
|
-
Parameters: {"user"=>{"confirmation_token"=>"u1L8Dz_wixHmo4pKo6kv", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
|
|
2525
|
-
[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", "885d0a07d1d7f1550bd80f481da03d69b3de2a6fa56e407bc761d4e91aca53f0"]]
|
|
2526
|
-
[1m[36mPushType::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-22@example.com' AND "push_type_users"."id" != '78c611f3-e87f-49f3-8bf0-7a2db002fbad') LIMIT 1[0m
|
|
2527
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2528
|
-
[1m[36mSQL (0.2ms)[0m [1mUPDATE "push_type_users" SET "confirmation_token" = $1, "encrypted_password" = $2, "confirmed_at" = $3, "updated_at" = $4 WHERE "push_type_users"."id" = $5[0m [["confirmation_token", nil], ["encrypted_password", "$2a$04$Fk/Xk2F3TzN77X5nbyuRHeyC4tZd/QVlEnM7UBJJ5cZ4eKqkAiY8S"], ["confirmed_at", "2015-04-06 13:16:35.229757"], ["updated_at", "2015-04-06 13:16:35.230103"], ["id", "78c611f3-e87f-49f3-8bf0-7a2db002fbad"]]
|
|
2529
2528
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
[1m[
|
|
2533
|
-
|
|
2534
|
-
|
|
2529
|
+
Processing by PushType::ConfirmationsController#show as HTML
|
|
2530
|
+
Parameters: {"confirmation_token"=>"sxzdyvtmPNz-A_VS2dRf"}
|
|
2531
|
+
[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", "27c7e1cc468380ececcb010698699aabe0426b5c38fbb7a8ac252ee07f140570"]]
|
|
2532
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (3.1ms)
|
|
2533
|
+
Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (5.7ms)
|
|
2534
|
+
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
|
|
2535
2535
|
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2536
2536
|
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|