authpro 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a962d916a49339d4e50d4fa1d0d29a4659322ac
4
- data.tar.gz: bc7bd3f99c7fff3d7eab7465c09cde335ba2e55e
3
+ metadata.gz: ff91b3cd8856eccc4c9388fcc438af86e2c04c18
4
+ data.tar.gz: 8f314712f0afc6f170f87f95c3e8ce670b710b51
5
5
  SHA512:
6
- metadata.gz: 8001f059edc71664e63c63bd1272e9b193543aa43751e8b688535ff9801e9fc029e8eaedd9310cbb8fb4cbb4cf16f8a100691a7445c3e2af06d6ca2dd2e643d9
7
- data.tar.gz: 33e3ab74eed9a1f1637ce6dc6fef2577a35ce437693195a11a4b7b5ddb20d2ec7f2fe83ef7b95d8aad9059bbb6a68eddc52d50b1d18597918146d788e6dd8e08
6
+ metadata.gz: b66c1af1f72bc20453cce9e4def93dd4430648c473ee18697cc8d547b5bf81c87a0ce0dd43885a2c83002b410155ca85c47e6731fa5c096cedf1b51e8610eba0
7
+ data.tar.gz: 92177451acaa83bb6ef23e2966f1dd28a657289244ae9dd391104ef4303489582887497d16e2c93ff514827bb7ad43246e23faa96082305e5b6075bb1c0233d8
@@ -1,3 +1,3 @@
1
1
  module Authpro
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -1,11 +1,11 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gem 'rails', '4.0.0.beta1'
3
+ gem "rails", "~> 4.0"
4
4
  gem 'sqlite3'
5
5
 
6
6
  group :assets do
7
- gem 'sass-rails', '~> 4.0.0.beta1'
8
- gem 'coffee-rails', '~> 4.0.0.beta1'
7
+ gem 'sass-rails', '~> 4.0'
8
+ gem 'coffee-rails', '~> 4.0'
9
9
  gem 'uglifier', '>= 1.0.3'
10
10
  end
11
11
 
@@ -14,4 +14,4 @@ gem 'turbolinks'
14
14
  gem 'jbuilder', '~> 1.0.1'
15
15
 
16
16
  # To use ActiveModel has_secure_password
17
- gem 'bcrypt-ruby', '~> 3.0.0'
17
+ gem 'bcrypt-ruby', '~> 3.1'
@@ -1,120 +1,114 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- actionmailer (4.0.0.beta1)
5
- actionpack (= 4.0.0.beta1)
6
- mail (~> 2.5.3)
7
- actionpack (4.0.0.beta1)
8
- activesupport (= 4.0.0.beta1)
4
+ actionmailer (4.0.1)
5
+ actionpack (= 4.0.1)
6
+ mail (~> 2.5.4)
7
+ actionpack (4.0.1)
8
+ activesupport (= 4.0.1)
9
9
  builder (~> 3.1.0)
10
10
  erubis (~> 2.7.0)
11
11
  rack (~> 1.5.2)
12
12
  rack-test (~> 0.6.2)
13
- activemodel (4.0.0.beta1)
14
- activesupport (= 4.0.0.beta1)
13
+ activemodel (4.0.1)
14
+ activesupport (= 4.0.1)
15
15
  builder (~> 3.1.0)
16
- activerecord (4.0.0.beta1)
17
- activemodel (= 4.0.0.beta1)
18
- activerecord-deprecated_finders (~> 0.0.3)
19
- activesupport (= 4.0.0.beta1)
20
- arel (~> 4.0.0.beta1)
21
- activerecord-deprecated_finders (0.0.3)
22
- activesupport (4.0.0.beta1)
23
- i18n (~> 0.6.2)
16
+ activerecord (4.0.1)
17
+ activemodel (= 4.0.1)
18
+ activerecord-deprecated_finders (~> 1.0.2)
19
+ activesupport (= 4.0.1)
20
+ arel (~> 4.0.0)
21
+ activerecord-deprecated_finders (1.0.3)
22
+ activesupport (4.0.1)
23
+ i18n (~> 0.6, >= 0.6.4)
24
24
  minitest (~> 4.2)
25
25
  multi_json (~> 1.3)
26
26
  thread_safe (~> 0.1)
27
- tzinfo (~> 0.3.33)
28
- arel (4.0.0.beta1)
29
- atomic (1.0.1)
30
- bcrypt-ruby (3.0.1)
27
+ tzinfo (~> 0.3.37)
28
+ arel (4.0.1)
29
+ atomic (1.1.14)
30
+ bcrypt-ruby (3.1.2)
31
31
  builder (3.1.4)
32
- coffee-rails (4.0.0.beta1)
32
+ coffee-rails (4.0.1)
33
33
  coffee-script (>= 2.2.0)
34
- railties (>= 4.0.0.beta, < 5.0)
34
+ railties (>= 4.0.0, < 5.0)
35
35
  coffee-script (2.2.0)
36
36
  coffee-script-source
37
37
  execjs
38
- coffee-script-source (1.6.1)
38
+ coffee-script-source (1.6.3)
39
39
  erubis (2.7.0)
40
- execjs (1.4.0)
41
- multi_json (~> 1.0)
42
- hike (1.2.1)
43
- i18n (0.6.4)
40
+ execjs (2.0.2)
41
+ hike (1.2.3)
42
+ i18n (0.6.5)
44
43
  jbuilder (1.0.2)
45
44
  activesupport (>= 3.0.0)
46
- jquery-rails (2.2.1)
45
+ jquery-rails (3.0.4)
47
46
  railties (>= 3.0, < 5.0)
48
47
  thor (>= 0.14, < 2.0)
49
- json (1.7.7)
50
- mail (2.5.3)
51
- i18n (>= 0.4.0)
48
+ json (1.8.1)
49
+ mail (2.5.4)
52
50
  mime-types (~> 1.16)
53
51
  treetop (~> 1.4.8)
54
- mime-types (1.21)
55
- minitest (4.6.2)
56
- multi_json (1.6.1)
52
+ mime-types (1.25)
53
+ minitest (4.7.5)
54
+ multi_json (1.8.2)
57
55
  polyglot (0.3.3)
58
56
  rack (1.5.2)
59
57
  rack-test (0.6.2)
60
58
  rack (>= 1.0)
61
- rails (4.0.0.beta1)
62
- actionmailer (= 4.0.0.beta1)
63
- actionpack (= 4.0.0.beta1)
64
- activerecord (= 4.0.0.beta1)
65
- activesupport (= 4.0.0.beta1)
59
+ rails (4.0.1)
60
+ actionmailer (= 4.0.1)
61
+ actionpack (= 4.0.1)
62
+ activerecord (= 4.0.1)
63
+ activesupport (= 4.0.1)
66
64
  bundler (>= 1.3.0, < 2.0)
67
- railties (= 4.0.0.beta1)
68
- sprockets-rails (~> 2.0.0.rc3)
69
- railties (4.0.0.beta1)
70
- actionpack (= 4.0.0.beta1)
71
- activesupport (= 4.0.0.beta1)
65
+ railties (= 4.0.1)
66
+ sprockets-rails (~> 2.0.0)
67
+ railties (4.0.1)
68
+ actionpack (= 4.0.1)
69
+ activesupport (= 4.0.1)
72
70
  rake (>= 0.8.7)
73
- rdoc (~> 3.4)
74
- thor (>= 0.17.0, < 2.0)
75
- rake (10.0.3)
76
- rdoc (3.12.2)
77
- json (~> 1.4)
78
- sass (3.2.7)
79
- sass-rails (4.0.0.beta1)
80
- railties (>= 4.0.0.beta, < 5.0)
71
+ thor (>= 0.18.1, < 2.0)
72
+ rake (10.1.0)
73
+ sass (3.2.12)
74
+ sass-rails (4.0.1)
75
+ railties (>= 4.0.0, < 5.0)
81
76
  sass (>= 3.1.10)
82
- sprockets-rails (~> 2.0.0.rc0)
83
- tilt (~> 1.3)
84
- sprockets (2.9.0)
77
+ sprockets-rails (~> 2.0.0)
78
+ sprockets (2.10.0)
85
79
  hike (~> 1.2)
86
80
  multi_json (~> 1.0)
87
81
  rack (~> 1.0)
88
82
  tilt (~> 1.1, != 1.3.0)
89
- sprockets-rails (2.0.0.rc3)
83
+ sprockets-rails (2.0.1)
90
84
  actionpack (>= 3.0)
91
85
  activesupport (>= 3.0)
92
86
  sprockets (~> 2.8)
93
- sqlite3 (1.3.7)
94
- thor (0.17.0)
95
- thread_safe (0.1.0)
87
+ sqlite3 (1.3.8)
88
+ thor (0.18.1)
89
+ thread_safe (0.1.3)
96
90
  atomic
97
- tilt (1.3.5)
98
- treetop (1.4.12)
91
+ tilt (1.4.1)
92
+ treetop (1.4.15)
99
93
  polyglot
100
94
  polyglot (>= 0.3.1)
101
- turbolinks (1.0.0)
95
+ turbolinks (1.3.0)
102
96
  coffee-rails
103
- tzinfo (0.3.36)
104
- uglifier (1.3.0)
97
+ tzinfo (0.3.38)
98
+ uglifier (2.3.1)
105
99
  execjs (>= 0.3.0)
106
- multi_json (~> 1.0, >= 1.0.2)
100
+ json (>= 1.8.0)
107
101
 
108
102
  PLATFORMS
109
103
  ruby
110
104
 
111
105
  DEPENDENCIES
112
- bcrypt-ruby (~> 3.0.0)
113
- coffee-rails (~> 4.0.0.beta1)
106
+ bcrypt-ruby (~> 3.1.0)
107
+ coffee-rails (~> 4.0)
114
108
  jbuilder (~> 1.0.1)
115
109
  jquery-rails
116
- rails (= 4.0.0.beta1)
117
- sass-rails (~> 4.0.0.beta1)
110
+ rails (~> 4.0.0)
111
+ sass-rails (~> 4.0)
118
112
  sqlite3
119
113
  turbolinks
120
114
  uglifier (>= 1.0.3)
@@ -1,11 +1,11 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gem 'rails', '4.0.0.beta1'
3
+ gem "rails", "~> 4.0"
4
4
  gem 'sqlite3'
5
5
 
6
6
  group :assets do
7
- gem 'sass-rails', '~> 4.0.0.beta1'
8
- gem 'coffee-rails', '~> 4.0.0.beta1'
7
+ gem 'sass-rails', '~> 4.0'
8
+ gem 'coffee-rails', '~> 4.0'
9
9
  gem 'uglifier', '>= 1.0.3'
10
10
  end
11
11
 
@@ -14,4 +14,4 @@ gem 'turbolinks'
14
14
  gem 'jbuilder', '~> 1.0.1'
15
15
 
16
16
  # To use ActiveModel has_secure_password
17
- gem 'bcrypt-ruby', '~> 3.0.0'
17
+ gem 'bcrypt-ruby', '~> 3.1'
@@ -1,120 +1,114 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- actionmailer (4.0.0.beta1)
5
- actionpack (= 4.0.0.beta1)
6
- mail (~> 2.5.3)
7
- actionpack (4.0.0.beta1)
8
- activesupport (= 4.0.0.beta1)
4
+ actionmailer (4.0.1)
5
+ actionpack (= 4.0.1)
6
+ mail (~> 2.5.4)
7
+ actionpack (4.0.1)
8
+ activesupport (= 4.0.1)
9
9
  builder (~> 3.1.0)
10
10
  erubis (~> 2.7.0)
11
11
  rack (~> 1.5.2)
12
12
  rack-test (~> 0.6.2)
13
- activemodel (4.0.0.beta1)
14
- activesupport (= 4.0.0.beta1)
13
+ activemodel (4.0.1)
14
+ activesupport (= 4.0.1)
15
15
  builder (~> 3.1.0)
16
- activerecord (4.0.0.beta1)
17
- activemodel (= 4.0.0.beta1)
18
- activerecord-deprecated_finders (~> 0.0.3)
19
- activesupport (= 4.0.0.beta1)
20
- arel (~> 4.0.0.beta1)
21
- activerecord-deprecated_finders (0.0.3)
22
- activesupport (4.0.0.beta1)
23
- i18n (~> 0.6.2)
16
+ activerecord (4.0.1)
17
+ activemodel (= 4.0.1)
18
+ activerecord-deprecated_finders (~> 1.0.2)
19
+ activesupport (= 4.0.1)
20
+ arel (~> 4.0.0)
21
+ activerecord-deprecated_finders (1.0.3)
22
+ activesupport (4.0.1)
23
+ i18n (~> 0.6, >= 0.6.4)
24
24
  minitest (~> 4.2)
25
25
  multi_json (~> 1.3)
26
26
  thread_safe (~> 0.1)
27
- tzinfo (~> 0.3.33)
28
- arel (4.0.0.beta1)
29
- atomic (1.0.1)
30
- bcrypt-ruby (3.0.1)
27
+ tzinfo (~> 0.3.37)
28
+ arel (4.0.1)
29
+ atomic (1.1.14)
30
+ bcrypt-ruby (3.1.2)
31
31
  builder (3.1.4)
32
- coffee-rails (4.0.0.beta1)
32
+ coffee-rails (4.0.1)
33
33
  coffee-script (>= 2.2.0)
34
- railties (>= 4.0.0.beta, < 5.0)
34
+ railties (>= 4.0.0, < 5.0)
35
35
  coffee-script (2.2.0)
36
36
  coffee-script-source
37
37
  execjs
38
- coffee-script-source (1.6.1)
38
+ coffee-script-source (1.6.3)
39
39
  erubis (2.7.0)
40
- execjs (1.4.0)
41
- multi_json (~> 1.0)
42
- hike (1.2.1)
43
- i18n (0.6.4)
40
+ execjs (2.0.2)
41
+ hike (1.2.3)
42
+ i18n (0.6.5)
44
43
  jbuilder (1.0.2)
45
44
  activesupport (>= 3.0.0)
46
- jquery-rails (2.2.1)
45
+ jquery-rails (3.0.4)
47
46
  railties (>= 3.0, < 5.0)
48
47
  thor (>= 0.14, < 2.0)
49
- json (1.7.7)
50
- mail (2.5.3)
51
- i18n (>= 0.4.0)
48
+ json (1.8.1)
49
+ mail (2.5.4)
52
50
  mime-types (~> 1.16)
53
51
  treetop (~> 1.4.8)
54
- mime-types (1.21)
55
- minitest (4.6.2)
56
- multi_json (1.6.1)
52
+ mime-types (1.25)
53
+ minitest (4.7.5)
54
+ multi_json (1.8.2)
57
55
  polyglot (0.3.3)
58
56
  rack (1.5.2)
59
57
  rack-test (0.6.2)
60
58
  rack (>= 1.0)
61
- rails (4.0.0.beta1)
62
- actionmailer (= 4.0.0.beta1)
63
- actionpack (= 4.0.0.beta1)
64
- activerecord (= 4.0.0.beta1)
65
- activesupport (= 4.0.0.beta1)
59
+ rails (4.0.1)
60
+ actionmailer (= 4.0.1)
61
+ actionpack (= 4.0.1)
62
+ activerecord (= 4.0.1)
63
+ activesupport (= 4.0.1)
66
64
  bundler (>= 1.3.0, < 2.0)
67
- railties (= 4.0.0.beta1)
68
- sprockets-rails (~> 2.0.0.rc3)
69
- railties (4.0.0.beta1)
70
- actionpack (= 4.0.0.beta1)
71
- activesupport (= 4.0.0.beta1)
65
+ railties (= 4.0.1)
66
+ sprockets-rails (~> 2.0.0)
67
+ railties (4.0.1)
68
+ actionpack (= 4.0.1)
69
+ activesupport (= 4.0.1)
72
70
  rake (>= 0.8.7)
73
- rdoc (~> 3.4)
74
- thor (>= 0.17.0, < 2.0)
75
- rake (10.0.3)
76
- rdoc (3.12.2)
77
- json (~> 1.4)
78
- sass (3.2.7)
79
- sass-rails (4.0.0.beta1)
80
- railties (>= 4.0.0.beta, < 5.0)
71
+ thor (>= 0.18.1, < 2.0)
72
+ rake (10.1.0)
73
+ sass (3.2.12)
74
+ sass-rails (4.0.1)
75
+ railties (>= 4.0.0, < 5.0)
81
76
  sass (>= 3.1.10)
82
- sprockets-rails (~> 2.0.0.rc0)
83
- tilt (~> 1.3)
84
- sprockets (2.9.0)
77
+ sprockets-rails (~> 2.0.0)
78
+ sprockets (2.10.0)
85
79
  hike (~> 1.2)
86
80
  multi_json (~> 1.0)
87
81
  rack (~> 1.0)
88
82
  tilt (~> 1.1, != 1.3.0)
89
- sprockets-rails (2.0.0.rc3)
83
+ sprockets-rails (2.0.1)
90
84
  actionpack (>= 3.0)
91
85
  activesupport (>= 3.0)
92
86
  sprockets (~> 2.8)
93
- sqlite3 (1.3.7)
94
- thor (0.17.0)
95
- thread_safe (0.1.0)
87
+ sqlite3 (1.3.8)
88
+ thor (0.18.1)
89
+ thread_safe (0.1.3)
96
90
  atomic
97
- tilt (1.3.5)
98
- treetop (1.4.12)
91
+ tilt (1.4.1)
92
+ treetop (1.4.15)
99
93
  polyglot
100
94
  polyglot (>= 0.3.1)
101
- turbolinks (1.0.0)
95
+ turbolinks (1.3.0)
102
96
  coffee-rails
103
- tzinfo (0.3.36)
104
- uglifier (1.3.0)
97
+ tzinfo (0.3.38)
98
+ uglifier (2.3.1)
105
99
  execjs (>= 0.3.0)
106
- multi_json (~> 1.0, >= 1.0.2)
100
+ json (>= 1.8.0)
107
101
 
108
102
  PLATFORMS
109
103
  ruby
110
104
 
111
105
  DEPENDENCIES
112
- bcrypt-ruby (~> 3.0.0)
113
- coffee-rails (~> 4.0.0.beta1)
106
+ bcrypt-ruby (~> 3.1.0)
107
+ coffee-rails (~> 4.0)
114
108
  jbuilder (~> 1.0.1)
115
109
  jquery-rails
116
- rails (= 4.0.0.beta1)
117
- sass-rails (~> 4.0.0.beta1)
110
+ rails (~> 4.0.0)
111
+ sass-rails (~> 4.0)
118
112
  sqlite3
119
113
  turbolinks
120
114
  uglifier (>= 1.0.3)
@@ -70,7 +70,7 @@ AuthproGeneratorTest: test_Assert_all_files_are_properly_created
70
70
  ----------------------------------------------------------------
71
71
   (0.3ms) begin transaction
72
72
   (0.1ms) rollback transaction
73
-  (0.3ms) begin transaction
73
+  (0.2ms) begin transaction
74
74
  ------------------------------------------
75
75
  AuthproGeneratorTest: test_generated_files
76
76
  ------------------------------------------
@@ -78,130 +78,130 @@ AuthproGeneratorTest: test_generated_files
78
78
  ----------------------------------
79
79
  AuthproIntegrationTest: test_login
80
80
  ----------------------------------
81
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
82
-  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
83
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
84
- Migrating to CreateUsers (20130625163635)
81
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
82
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
83
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
84
+ Migrating to CreateUsers (20131111172934)
85
85
   (0.1ms) begin transaction
86
86
   (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "password_digest" varchar(255), "auth_token" varchar(255), "password_reset_token" varchar(255), "password_reset_sent_at" datetime, "created_at" datetime, "updated_at" datetime) 
87
- SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130625163635"]]
88
-  (1.2ms) commit transaction
87
+ SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131111172934"]]
88
+  (0.7ms) commit transaction
89
89
   (0.1ms) begin transaction
90
- User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'DJAWMqrIAWcTabEqn-VvPg@sample.com' LIMIT 1
91
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'rFBRLZdX_zyQgx_T3FISOg' LIMIT 1
90
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = '_JyTcLfjYdLeZSHyVV2mPQ@sample.com' LIMIT 1
91
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'vvSM1cD70zJBZ67nW8W4nw' LIMIT 1
92
92
  Binary data inserted for `string` type on column `password_digest`
93
- SQL (5.3ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "rFBRLZdX_zyQgx_T3FISOg"], ["created_at", Tue, 25 Jun 2013 16:36:35 UTC +00:00], ["email", "DJAWMqrIAWcTabEqn-VvPg@sample.com"], ["password_digest", "$2a$04$odFsS8dHCl6AkUDY/SKs/.jBUvuOde0MhtpRz0G4AfPYndqm36l62"], ["updated_at", Tue, 25 Jun 2013 16:36:35 UTC +00:00]]
94
-  (1.3ms) commit transaction
95
- Started GET "/" for 127.0.0.1 at 2013-06-25 18:36:35 +0200
93
+ SQL (2.4ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "vvSM1cD70zJBZ67nW8W4nw"], ["created_at", Mon, 11 Nov 2013 17:29:34 UTC +00:00], ["email", "_JyTcLfjYdLeZSHyVV2mPQ@sample.com"], ["password_digest", "$2a$04$9B3F5ns4w3ZOvkgOkb8yUeXjxoxSz4q9nYeig187qGIvsz0z7mO4C"], ["updated_at", Mon, 11 Nov 2013 17:29:34 UTC +00:00]]
94
+  (0.8ms) commit transaction
95
+ Started GET "/" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
96
96
  Processing by HomeController#index as HTML
97
97
  Rendered home/index.html.erb within layouts/application (1.5ms)
98
- Completed 200 OK in 39ms (Views: 38.7ms | ActiveRecord: 0.0ms)
99
- Started GET "/login" for 127.0.0.1 at 2013-06-25 18:36:35 +0200
98
+ Completed 200 OK in 39ms (Views: 38.2ms | ActiveRecord: 0.0ms)
99
+ Started GET "/login" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
100
100
  Processing by SessionsController#new as HTML
101
101
  Rendered sessions/new.html.erb within layouts/application (2.1ms)
102
- Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
103
- Started POST "/sessions" for 127.0.0.1 at 2013-06-25 18:36:35 +0200
102
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
103
+ Started POST "/sessions" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
104
104
  Processing by SessionsController#create as HTML
105
- Parameters: {"utf8"=>"✓", "email"=>"DJAWMqrIAWcTabEqn-VvPg@sample.com", "password"=>"[FILTERED]", "commit"=>"Log in"}
106
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'DJAWMqrIAWcTabEqn-VvPg@sample.com' LIMIT 1
105
+ Parameters: {"utf8"=>"✓", "email"=>"_JyTcLfjYdLeZSHyVV2mPQ@sample.com", "password"=>"[FILTERED]", "commit"=>"Log in"}
106
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = '_JyTcLfjYdLeZSHyVV2mPQ@sample.com' LIMIT 1
107
107
  Redirected to http://www.example.com/
108
- Completed 302 Found in 8ms (ActiveRecord: 0.2ms)
109
- Started GET "/" for 127.0.0.1 at 2013-06-25 18:36:35 +0200
108
+ Completed 302 Found in 5ms (ActiveRecord: 0.3ms)
109
+ Started GET "/" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
110
110
  Processing by HomeController#index as HTML
111
111
  Rendered home/index.html.erb within layouts/application (0.1ms)
112
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."auth_token" = 'rFBRLZdX_zyQgx_T3FISOg' LIMIT 1
113
- Completed 200 OK in 52ms (Views: 51.3ms | ActiveRecord: 0.2ms)
114
-  (2.8ms) DELETE FROM "users";
112
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."auth_token" = 'vvSM1cD70zJBZ67nW8W4nw' LIMIT 1
113
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms)
114
+  (0.9ms) DELETE FROM "users";
115
115
   (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
116
-  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';
116
+  (9.7ms) DELETE FROM sqlite_sequence where name = 'users';
117
117
  ------------------------------------------
118
118
  AuthproIntegrationTest: test_login_failing
119
119
  ------------------------------------------
120
120
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
121
-  (0.2ms) begin transaction
122
- User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = '_UbFvp_pWE0xrm00Ll1rSg@sample.com' LIMIT 1
123
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'nMgyjPHghr7Iz3iIuwVQvg' LIMIT 1
121
+  (0.1ms) begin transaction
122
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'vQLa7xngK5yFAaKMSsDpFA@sample.com' LIMIT 1
123
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'Vor-gs4ED38S7JGCGz04UA' LIMIT 1
124
124
  Binary data inserted for `string` type on column `password_digest`
125
- SQL (0.6ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "nMgyjPHghr7Iz3iIuwVQvg"], ["created_at", Tue, 25 Jun 2013 16:36:35 UTC +00:00], ["email", "_UbFvp_pWE0xrm00Ll1rSg@sample.com"], ["password_digest", "$2a$04$eHvqH.knXbPLxiE4puoyZu6.sZhidx2FAXkUls4MJEJRNzLqstiLe"], ["updated_at", Tue, 25 Jun 2013 16:36:35 UTC +00:00]]
126
-  (0.8ms) commit transaction
127
- Started GET "/" for 127.0.0.1 at 2013-06-25 18:36:35 +0200
125
+ SQL (0.5ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Vor-gs4ED38S7JGCGz04UA"], ["created_at", Mon, 11 Nov 2013 17:29:34 UTC +00:00], ["email", "vQLa7xngK5yFAaKMSsDpFA@sample.com"], ["password_digest", "$2a$04$U4G8xWHpfFq2XgZ0vBgFdOSRjq8T2ZqRwRwsNr9c2qqmt/RgucbVS"], ["updated_at", Mon, 11 Nov 2013 17:29:34 UTC +00:00]]
126
+  (0.6ms) commit transaction
127
+ Started GET "/" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
128
128
  Processing by HomeController#index as HTML
129
- Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
130
- Started GET "/login" for 127.0.0.1 at 2013-06-25 18:36:35 +0200
129
+ Completed 200 OK in 38ms (Views: 38.2ms | ActiveRecord: 0.0ms)
130
+ Started GET "/login" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
131
131
  Processing by SessionsController#new as HTML
132
- Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
133
- Started POST "/sessions" for 127.0.0.1 at 2013-06-25 18:36:35 +0200
132
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
133
+ Started POST "/sessions" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
134
134
  Processing by SessionsController#create as HTML
135
- Parameters: {"utf8"=>"✓", "email"=>"_UbFvp_pWE0xrm00Ll1rSg@sample.com", "password"=>"[FILTERED]", "commit"=>"Log in"}
136
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = '_UbFvp_pWE0xrm00Ll1rSg@sample.com' LIMIT 1
137
- Completed 200 OK in 9ms (Views: 2.2ms | ActiveRecord: 0.2ms)
138
-  (1.2ms) DELETE FROM "users";
139
-  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
140
-  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';
135
+ Parameters: {"utf8"=>"✓", "email"=>"vQLa7xngK5yFAaKMSsDpFA@sample.com", "password"=>"[FILTERED]", "commit"=>"Log in"}
136
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'vQLa7xngK5yFAaKMSsDpFA@sample.com' LIMIT 1
137
+ Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.2ms)
138
+  (0.7ms) DELETE FROM "users";
139
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
140
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'users';
141
141
  -----------------------------------
142
142
  AuthproIntegrationTest: test_logout
143
143
  -----------------------------------
144
144
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
145
-  (0.2ms) begin transaction
146
- User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = '_xzXza8gjrcNKusWr9GdfQ@sample.com' LIMIT 1
147
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'UlBVysw1sRjV7DDdldgsdA' LIMIT 1
145
+  (0.1ms) begin transaction
146
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'pRT0ip5dPpWHYFaRL5Qs7A@sample.com' LIMIT 1
147
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = '66Ef0a0ArrJ8ZJ3foO5u4A' LIMIT 1
148
148
  Binary data inserted for `string` type on column `password_digest`
149
- SQL (0.7ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "UlBVysw1sRjV7DDdldgsdA"], ["created_at", Tue, 25 Jun 2013 16:36:36 UTC +00:00], ["email", "_xzXza8gjrcNKusWr9GdfQ@sample.com"], ["password_digest", "$2a$04$M7KXS7FJ0Prp3.YsQ7PvEulLeEr87JYsn47wLwOHqmxkSvkvUlKDm"], ["updated_at", Tue, 25 Jun 2013 16:36:36 UTC +00:00]]
150
-  (0.8ms) commit transaction
151
- Started GET "/login" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
149
+ SQL (0.5ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "66Ef0a0ArrJ8ZJ3foO5u4A"], ["created_at", Mon, 11 Nov 2013 17:29:34 UTC +00:00], ["email", "pRT0ip5dPpWHYFaRL5Qs7A@sample.com"], ["password_digest", "$2a$04$ehdz5jwyZJZso.TSccknWeCWvXKtRexUfP3JbkqNYX8BkNOB65BfO"], ["updated_at", Mon, 11 Nov 2013 17:29:34 UTC +00:00]]
150
+  (0.7ms) commit transaction
151
+ Started GET "/login" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
152
152
  Processing by SessionsController#new as HTML
153
- Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
154
- Started POST "/sessions" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
153
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
154
+ Started POST "/sessions" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
155
155
  Processing by SessionsController#create as HTML
156
- Parameters: {"utf8"=>"✓", "email"=>"_xzXza8gjrcNKusWr9GdfQ@sample.com", "password"=>"[FILTERED]", "commit"=>"Log in"}
157
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = '_xzXza8gjrcNKusWr9GdfQ@sample.com' LIMIT 1
156
+ Parameters: {"utf8"=>"✓", "email"=>"pRT0ip5dPpWHYFaRL5Qs7A@sample.com", "password"=>"[FILTERED]", "commit"=>"Log in"}
157
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'pRT0ip5dPpWHYFaRL5Qs7A@sample.com' LIMIT 1
158
158
  Redirected to http://www.example.com/
159
- Completed 302 Found in 7ms (ActiveRecord: 0.2ms)
160
- Started GET "/" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
159
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
160
+ Started GET "/" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
161
161
  Processing by HomeController#index as HTML
162
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."auth_token" = 'UlBVysw1sRjV7DDdldgsdA' LIMIT 1
163
- Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms)
164
- Started GET "/logout" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
162
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."auth_token" = '66Ef0a0ArrJ8ZJ3foO5u4A' LIMIT 1
163
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)
164
+ Started GET "/logout" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
165
165
  Processing by SessionsController#destroy as HTML
166
166
  Redirected to http://www.example.com/
167
167
  Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
168
- Started GET "/" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
168
+ Started GET "/" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
169
169
  Processing by HomeController#index as HTML
170
- Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
171
-  (1.2ms) DELETE FROM "users";
172
-  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
173
-  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';
170
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
171
+  (1.1ms) DELETE FROM "users";
172
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
173
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'users';
174
174
  -------------------------------------------
175
175
  AuthproIntegrationTest: test_reset_password
176
176
  -------------------------------------------
177
177
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
178
-  (0.2ms) begin transaction
179
- User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'N1EbfmzclBRqR0r7G_32QA@sample.com' LIMIT 1
180
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = '2mgJ88lvAaw0OtvBGMVQdQ' LIMIT 1
178
+  (0.1ms) begin transaction
179
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'ZJmh8v5VTZI4ireE-kpf-g@sample.com' LIMIT 1
180
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = '4-slhKhSkGFGCpZAtuuRlw' LIMIT 1
181
181
  Binary data inserted for `string` type on column `password_digest`
182
- SQL (0.6ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "2mgJ88lvAaw0OtvBGMVQdQ"], ["created_at", Tue, 25 Jun 2013 16:36:36 UTC +00:00], ["email", "N1EbfmzclBRqR0r7G_32QA@sample.com"], ["password_digest", "$2a$04$CJJSyPKN/2..bliz3DQX2eZuOg2S/.qh3KVdSLQ/AeVJKARp9aa12"], ["updated_at", Tue, 25 Jun 2013 16:36:36 UTC +00:00]]
183
-  (1.0ms) commit transaction
184
- Started GET "/login" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
182
+ SQL (0.4ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "4-slhKhSkGFGCpZAtuuRlw"], ["created_at", Mon, 11 Nov 2013 17:29:34 UTC +00:00], ["email", "ZJmh8v5VTZI4ireE-kpf-g@sample.com"], ["password_digest", "$2a$04$ksMwqvlkTo45kUo3m7IZ2.iykeHFbWBCxLgJLe8cJJKMhADZfgkCu"], ["updated_at", Mon, 11 Nov 2013 17:29:34 UTC +00:00]]
183
+  (0.8ms) commit transaction
184
+ Started GET "/login" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
185
185
  Processing by SessionsController#new as HTML
186
- Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
187
- Started GET "/password_resets/new" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
186
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
187
+ Started GET "/password_resets/new" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
188
188
  Processing by PasswordResetsController#new as HTML
189
- Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
190
- Started POST "/password_resets" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
189
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
190
+ Started POST "/password_resets" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
191
191
  Processing by PasswordResetsController#create as HTML
192
- Parameters: {"utf8"=>"✓", "email"=>"N1EbfmzclBRqR0r7G_32QA@sample.com", "commit"=>"Reset password"}
193
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'N1EbfmzclBRqR0r7G_32QA@sample.com' LIMIT 1
194
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."password_reset_token" = 'Eoupp2vaS202Wx-ixlGyoQ' LIMIT 1
195
-  (0.1ms) begin transaction
196
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'N1EbfmzclBRqR0r7G_32QA@sample.com' AND "users"."id" != 1) LIMIT 1
197
- SQL (0.5ms) UPDATE "users" SET "password_reset_token" = ?, "password_reset_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["password_reset_token", "Eoupp2vaS202Wx-ixlGyoQ"], ["password_reset_sent_at", Tue, 25 Jun 2013 16:36:36 UTC +00:00], ["updated_at", Tue, 25 Jun 2013 16:36:36 UTC +00:00]]
198
-  (1.1ms) commit transaction
192
+ Parameters: {"utf8"=>"✓", "email"=>"ZJmh8v5VTZI4ireE-kpf-g@sample.com", "commit"=>"Reset password"}
193
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'ZJmh8v5VTZI4ireE-kpf-g@sample.com' LIMIT 1
194
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."password_reset_token" = 'xNsqiCpC7M-mh4y-iDHSoA' LIMIT 1
195
+  (0.0ms) begin transaction
196
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'ZJmh8v5VTZI4ireE-kpf-g@sample.com' AND "users"."id" != 1) LIMIT 1
197
+ SQL (0.4ms) UPDATE "users" SET "password_reset_token" = ?, "password_reset_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["password_reset_token", "xNsqiCpC7M-mh4y-iDHSoA"], ["password_reset_sent_at", Mon, 11 Nov 2013 17:29:34 UTC +00:00], ["updated_at", Mon, 11 Nov 2013 17:29:34 UTC +00:00]]
198
+  (0.9ms) commit transaction
199
199
 
200
- Sent mail to N1EbfmzclBRqR0r7G_32QA@sample.com (19.8ms)
201
- Date: Tue, 25 Jun 2013 18:36:36 +0200
200
+ Sent mail to ZJmh8v5VTZI4ireE-kpf-g@sample.com (7.1ms)
201
+ Date: Mon, 11 Nov 2013 18:29:34 +0100
202
202
  From: from@example.com
203
- To: N1EbfmzclBRqR0r7G_32QA@sample.com
204
- Message-ID: <51c9c7148f5b1_72873fdf9c4606705924@Richards-MacBook-Air.local.mail>
203
+ To: ZJmh8v5VTZI4ireE-kpf-g@sample.com
204
+ Message-ID: <528113fee1b80_a79a3fec1485e6d035964@unknown.lan.mail>
205
205
  Subject: Password Reset
206
206
  Mime-Version: 1.0
207
207
  Content-Type: text/plain;
@@ -210,91 +210,91 @@ Content-Transfer-Encoding: 7bit
210
210
 
211
211
  To reset your password, click the URL below.
212
212
 
213
- http://localhost:3000/password_resets/Eoupp2vaS202Wx-ixlGyoQ/edit
213
+ http://localhost:3000/password_resets/xNsqiCpC7M-mh4y-iDHSoA/edit
214
214
 
215
215
  If you did not request your password to be reset, just ignore this email and your password will continue to stay the same.
216
216
  Redirected to http://www.example.com/
217
- Completed 302 Found in 438ms (ActiveRecord: 2.1ms)
218
- Started GET "/" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
217
+ Completed 302 Found in 227ms (ActiveRecord: 1.7ms)
218
+ Started GET "/" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
219
219
  Processing by HomeController#index as HTML
220
- Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
221
- Started GET "/password_resets/Eoupp2vaS202Wx-ixlGyoQ/edit" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
220
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
221
+ Started GET "/password_resets/xNsqiCpC7M-mh4y-iDHSoA/edit" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
222
222
  Processing by PasswordResetsController#edit as HTML
223
- Parameters: {"id"=>"Eoupp2vaS202Wx-ixlGyoQ"}
224
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'Eoupp2vaS202Wx-ixlGyoQ' LIMIT 1
225
- Completed 200 OK in 71ms (Views: 69.4ms | ActiveRecord: 0.2ms)
226
- Started PATCH "/password_resets/Eoupp2vaS202Wx-ixlGyoQ" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
223
+ Parameters: {"id"=>"xNsqiCpC7M-mh4y-iDHSoA"}
224
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'xNsqiCpC7M-mh4y-iDHSoA' LIMIT 1
225
+ Completed 200 OK in 37ms (Views: 36.2ms | ActiveRecord: 0.2ms)
226
+ Started PATCH "/password_resets/xNsqiCpC7M-mh4y-iDHSoA" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
227
227
  Processing by PasswordResetsController#update as HTML
228
- Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Change password", "id"=>"Eoupp2vaS202Wx-ixlGyoQ"}
229
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'Eoupp2vaS202Wx-ixlGyoQ' LIMIT 1
230
-  (0.1ms) begin transaction
231
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'N1EbfmzclBRqR0r7G_32QA@sample.com' AND "users"."id" != 1) LIMIT 1
228
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Change password", "id"=>"xNsqiCpC7M-mh4y-iDHSoA"}
229
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'xNsqiCpC7M-mh4y-iDHSoA' LIMIT 1
230
+  (0.0ms) begin transaction
231
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'ZJmh8v5VTZI4ireE-kpf-g@sample.com' AND "users"."id" != 1) LIMIT 1
232
232
  Binary data inserted for `string` type on column `password_digest`
233
- SQL (0.5ms) UPDATE "users" SET "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["password_digest", "$2a$04$WRylAFG.0DdNIVS7wbb0CeH6Izov19e4DCXn8xUdkYHlKXaaMjF6W"], ["updated_at", Tue, 25 Jun 2013 16:36:36 UTC +00:00]]
234
-  (2.4ms) commit transaction
233
+ SQL (0.3ms) UPDATE "users" SET "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["password_digest", "$2a$04$mpcjPnybjGU3wjssIS0o6OsuAxDOlZqKuty2gOlxvE6dpjL/u0H9m"], ["updated_at", Mon, 11 Nov 2013 17:29:34 UTC +00:00]]
234
+  (1.9ms) commit transaction
235
235
  Redirected to http://localhost:3000/
236
- Completed 302 Found in 14ms (ActiveRecord: 3.3ms)
237
- Started GET "/" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
236
+ Completed 302 Found in 7ms (ActiveRecord: 2.5ms)
237
+ Started GET "/" for 127.0.0.1 at 2013-11-11 18:29:34 +0100
238
238
  Processing by HomeController#index as HTML
239
- Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
240
-  (0.7ms) DELETE FROM "users";
241
-  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
242
-  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';
239
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
240
+  (0.9ms) DELETE FROM "users";
241
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
242
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';
243
243
  --------------------------------------------------------------------------------
244
244
  AuthproIntegrationTest: test_reset_password_failing_because_email_does_not_exist
245
245
  --------------------------------------------------------------------------------
246
246
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
247
247
   (0.1ms) begin transaction
248
- User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'DPBzgbrYpZk6tWixM9ADuw@sample.com' LIMIT 1
249
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'RSjPXuKsph5kfls1wkol4w' LIMIT 1
248
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'sjnvNxtaf2EbcMPcpYGkUw@sample.com' LIMIT 1
249
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'x1ZH1IrCz2SypeLxAztvBA' LIMIT 1
250
250
  Binary data inserted for `string` type on column `password_digest`
251
- SQL (0.5ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "RSjPXuKsph5kfls1wkol4w"], ["created_at", Tue, 25 Jun 2013 16:36:36 UTC +00:00], ["email", "DPBzgbrYpZk6tWixM9ADuw@sample.com"], ["password_digest", "$2a$04$1xe0dKUB5UzfqfYNU.C5..faVwMUqJTWJjHQsR/dJvYEcCB9X.uc."], ["updated_at", Tue, 25 Jun 2013 16:36:36 UTC +00:00]]
252
-  (0.9ms) commit transaction
253
- Started GET "/login" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
251
+ SQL (0.3ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "x1ZH1IrCz2SypeLxAztvBA"], ["created_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00], ["email", "sjnvNxtaf2EbcMPcpYGkUw@sample.com"], ["password_digest", "$2a$04$mlwJUpi1YJzKEYI2HG0Uju2mbsbhBH7kjhv0NJk92qrMdNh1JjwbO"], ["updated_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00]]
252
+  (0.8ms) commit transaction
253
+ Started GET "/login" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
254
254
  Processing by SessionsController#new as HTML
255
- Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
256
- Started GET "/password_resets/new" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
255
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
256
+ Started GET "/password_resets/new" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
257
257
  Processing by PasswordResetsController#new as HTML
258
- Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
259
- Started POST "/password_resets" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
258
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
259
+ Started POST "/password_resets" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
260
260
  Processing by PasswordResetsController#create as HTML
261
261
  Parameters: {"utf8"=>"✓", "email"=>"nosense@example.com", "commit"=>"Reset password"}
262
262
  User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'nosense@example.com' LIMIT 1
263
- Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.2ms)
264
-  (1.0ms) DELETE FROM "users";
263
+ Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.2ms)
264
+  (0.9ms) DELETE FROM "users";
265
265
   (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
266
-  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';
266
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';
267
267
  -------------------------------------------------------------------------
268
268
  AuthproIntegrationTest: test_reset_password_failing_because_of_expiration
269
269
  -------------------------------------------------------------------------
270
270
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
271
-  (0.3ms) begin transaction
272
- User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = '6tkhziIuEiHQRM3z11K88g@sample.com' LIMIT 1
273
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'KsQF1UQs5R8KsaCIw2PTCA' LIMIT 1
271
+  (0.1ms) begin transaction
272
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'UOr6gi2aemV0IT_qxqGRig@sample.com' LIMIT 1
273
+ User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = '1nxZ1PCxBGIfN2fojqZ5ZA' LIMIT 1
274
274
  Binary data inserted for `string` type on column `password_digest`
275
- SQL (0.7ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "KsQF1UQs5R8KsaCIw2PTCA"], ["created_at", Tue, 25 Jun 2013 16:36:36 UTC +00:00], ["email", "6tkhziIuEiHQRM3z11K88g@sample.com"], ["password_digest", "$2a$04$InQHKr4zRYfAuJg9BKaq2e2JCFPeNRQjsp9Zt.cXJfMggOxA3lxVu"], ["updated_at", Tue, 25 Jun 2013 16:36:36 UTC +00:00]]
275
+ SQL (0.3ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "1nxZ1PCxBGIfN2fojqZ5ZA"], ["created_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00], ["email", "UOr6gi2aemV0IT_qxqGRig@sample.com"], ["password_digest", "$2a$04$ydFiXGqVBNdHCn7pyUPYK.cks5vMQ3ZhsTqPtlY1ODNGOuMzXmfr2"], ["updated_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00]]
276
276
   (0.8ms) commit transaction
277
- Started GET "/login" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
277
+ Started GET "/login" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
278
278
  Processing by SessionsController#new as HTML
279
- Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
280
- Started GET "/password_resets/new" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
279
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
280
+ Started GET "/password_resets/new" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
281
281
  Processing by PasswordResetsController#new as HTML
282
- Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
283
- Started POST "/password_resets" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
282
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
283
+ Started POST "/password_resets" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
284
284
  Processing by PasswordResetsController#create as HTML
285
- Parameters: {"utf8"=>"✓", "email"=>"6tkhziIuEiHQRM3z11K88g@sample.com", "commit"=>"Reset password"}
286
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = '6tkhziIuEiHQRM3z11K88g@sample.com' LIMIT 1
287
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."password_reset_token" = 'LTpknzk3cblBIhbYK0gbog' LIMIT 1
288
-  (0.1ms) begin transaction
289
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = '6tkhziIuEiHQRM3z11K88g@sample.com' AND "users"."id" != 1) LIMIT 1
290
- SQL (0.3ms) UPDATE "users" SET "password_reset_token" = ?, "password_reset_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["password_reset_token", "LTpknzk3cblBIhbYK0gbog"], ["password_reset_sent_at", Tue, 25 Jun 2013 16:36:36 UTC +00:00], ["updated_at", Tue, 25 Jun 2013 16:36:36 UTC +00:00]]
291
-  (0.9ms) commit transaction
285
+ Parameters: {"utf8"=>"✓", "email"=>"UOr6gi2aemV0IT_qxqGRig@sample.com", "commit"=>"Reset password"}
286
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'UOr6gi2aemV0IT_qxqGRig@sample.com' LIMIT 1
287
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."password_reset_token" = 'lDQEVH06DTKMMEdyPuWD2A' LIMIT 1
288
+  (0.0ms) begin transaction
289
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'UOr6gi2aemV0IT_qxqGRig@sample.com' AND "users"."id" != 1) LIMIT 1
290
+ SQL (0.3ms) UPDATE "users" SET "password_reset_token" = ?, "password_reset_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["password_reset_token", "lDQEVH06DTKMMEdyPuWD2A"], ["password_reset_sent_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00], ["updated_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00]]
291
+  (0.8ms) commit transaction
292
292
 
293
- Sent mail to 6tkhziIuEiHQRM3z11K88g@sample.com (11.6ms)
294
- Date: Tue, 25 Jun 2013 18:36:36 +0200
293
+ Sent mail to UOr6gi2aemV0IT_qxqGRig@sample.com (7.5ms)
294
+ Date: Mon, 11 Nov 2013 18:29:35 +0100
295
295
  From: from@example.com
296
- To: 6tkhziIuEiHQRM3z11K88g@sample.com
297
- Message-ID: <51c9c714d6c82_72873fdf9c4606705931@Richards-MacBook-Air.local.mail>
296
+ To: UOr6gi2aemV0IT_qxqGRig@sample.com
297
+ Message-ID: <528113ff142b6_a79a3fec1485e6d03603b@unknown.lan.mail>
298
298
  Subject: Password Reset
299
299
  Mime-Version: 1.0
300
300
  Content-Type: text/plain;
@@ -303,62 +303,62 @@ Content-Transfer-Encoding: 7bit
303
303
 
304
304
  To reset your password, click the URL below.
305
305
 
306
- http://localhost:3000/password_resets/LTpknzk3cblBIhbYK0gbog/edit
306
+ http://localhost:3000/password_resets/lDQEVH06DTKMMEdyPuWD2A/edit
307
307
 
308
308
  If you did not request your password to be reset, just ignore this email and your password will continue to stay the same.
309
309
  Redirected to http://www.example.com/
310
- Completed 302 Found in 30ms (ActiveRecord: 1.8ms)
311
- Started GET "/" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
310
+ Completed 302 Found in 19ms (ActiveRecord: 1.4ms)
311
+ Started GET "/" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
312
312
  Processing by HomeController#index as HTML
313
- Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
314
- Started GET "/password_resets/LTpknzk3cblBIhbYK0gbog/edit" for 127.0.0.1 at 2013-06-27 02:00:00 +0200
313
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
314
+ Started GET "/password_resets/lDQEVH06DTKMMEdyPuWD2A/edit" for 127.0.0.1 at 2013-11-13 01:00:00 +0100
315
315
  Processing by PasswordResetsController#edit as HTML
316
- Parameters: {"id"=>"LTpknzk3cblBIhbYK0gbog"}
317
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'LTpknzk3cblBIhbYK0gbog' LIMIT 1
316
+ Parameters: {"id"=>"lDQEVH06DTKMMEdyPuWD2A"}
317
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'lDQEVH06DTKMMEdyPuWD2A' LIMIT 1
318
318
  Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
319
- Started PATCH "/password_resets/LTpknzk3cblBIhbYK0gbog" for 127.0.0.1 at 2013-06-27 02:00:00 +0200
319
+ Started PATCH "/password_resets/lDQEVH06DTKMMEdyPuWD2A" for 127.0.0.1 at 2013-11-13 01:00:00 +0100
320
320
  Processing by PasswordResetsController#update as HTML
321
- Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Change password", "id"=>"LTpknzk3cblBIhbYK0gbog"}
322
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'LTpknzk3cblBIhbYK0gbog' LIMIT 1
321
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Change password", "id"=>"lDQEVH06DTKMMEdyPuWD2A"}
322
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'lDQEVH06DTKMMEdyPuWD2A' LIMIT 1
323
323
  Redirected to http://localhost:3000/password_resets/new
324
324
  Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
325
- Started GET "/password_resets/new" for 127.0.0.1 at 2013-06-27 02:00:00 +0200
325
+ Started GET "/password_resets/new" for 127.0.0.1 at 2013-11-13 01:00:00 +0100
326
326
  Processing by PasswordResetsController#new as HTML
327
327
  Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
328
-  (1.3ms) DELETE FROM "users";
328
+  (1.0ms) DELETE FROM "users";
329
329
   (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
330
-  (1.1ms) DELETE FROM sqlite_sequence where name = 'users';
330
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';
331
331
  -------------------------------------------------------------------------------------------
332
332
  AuthproIntegrationTest: test_reset_password_failing_because_we_enter_a_new_invalid_password
333
333
  -------------------------------------------------------------------------------------------
334
334
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
335
-  (0.2ms) begin transaction
336
- User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'px1GCCcocfKy1MU-6zit_g@sample.com' LIMIT 1
337
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'C01iJ1yD0N_Xonmu_bVWuw' LIMIT 1
335
+  (0.1ms) begin transaction
336
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'bgOLrIb4d9HsSGx_Eiy8SA@sample.com' LIMIT 1
337
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'DXH9WbBcMDnFi3thfkRRFg' LIMIT 1
338
338
  Binary data inserted for `string` type on column `password_digest`
339
- SQL (0.5ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "C01iJ1yD0N_Xonmu_bVWuw"], ["created_at", Tue, 25 Jun 2013 16:36:36 UTC +00:00], ["email", "px1GCCcocfKy1MU-6zit_g@sample.com"], ["password_digest", "$2a$04$rmlHnI0RgJsNWMyBznpsZ.i2YRUdGQoUr8tNP/qEI3DiFLs0V/7Xe"], ["updated_at", Tue, 25 Jun 2013 16:36:36 UTC +00:00]]
340
-  (0.9ms) commit transaction
341
- Started GET "/login" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
339
+ SQL (0.3ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DXH9WbBcMDnFi3thfkRRFg"], ["created_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00], ["email", "bgOLrIb4d9HsSGx_Eiy8SA@sample.com"], ["password_digest", "$2a$04$U0jOoqSv121j.k1F7Np/O.2EOFqBel03yG8RsRVWOE0bpwYaPl5GC"], ["updated_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00]]
340
+  (0.8ms) commit transaction
341
+ Started GET "/login" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
342
342
  Processing by SessionsController#new as HTML
343
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
344
- Started GET "/password_resets/new" for 127.0.0.1 at 2013-06-25 18:36:36 +0200
343
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
344
+ Started GET "/password_resets/new" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
345
345
  Processing by PasswordResetsController#new as HTML
346
- Completed 200 OK in 61ms (Views: 60.7ms | ActiveRecord: 0.0ms)
347
- Started POST "/password_resets" for 127.0.0.1 at 2013-06-25 18:36:37 +0200
346
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
347
+ Started POST "/password_resets" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
348
348
  Processing by PasswordResetsController#create as HTML
349
- Parameters: {"utf8"=>"✓", "email"=>"px1GCCcocfKy1MU-6zit_g@sample.com", "commit"=>"Reset password"}
350
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'px1GCCcocfKy1MU-6zit_g@sample.com' LIMIT 1
351
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."password_reset_token" = 'vzeJT3Mv_r2emQGiZKml7A' LIMIT 1
352
-  (0.1ms) begin transaction
353
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'px1GCCcocfKy1MU-6zit_g@sample.com' AND "users"."id" != 1) LIMIT 1
354
- SQL (0.4ms) UPDATE "users" SET "password_reset_token" = ?, "password_reset_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["password_reset_token", "vzeJT3Mv_r2emQGiZKml7A"], ["password_reset_sent_at", Tue, 25 Jun 2013 16:36:37 UTC +00:00], ["updated_at", Tue, 25 Jun 2013 16:36:37 UTC +00:00]]
355
-  (1.0ms) commit transaction
349
+ Parameters: {"utf8"=>"✓", "email"=>"bgOLrIb4d9HsSGx_Eiy8SA@sample.com", "commit"=>"Reset password"}
350
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'bgOLrIb4d9HsSGx_Eiy8SA@sample.com' LIMIT 1
351
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."password_reset_token" = 'ms_xh3YCTKFnhV-6-N60Vg' LIMIT 1
352
+  (0.0ms) begin transaction
353
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'bgOLrIb4d9HsSGx_Eiy8SA@sample.com' AND "users"."id" != 1) LIMIT 1
354
+ SQL (0.3ms) UPDATE "users" SET "password_reset_token" = ?, "password_reset_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["password_reset_token", "ms_xh3YCTKFnhV-6-N60Vg"], ["password_reset_sent_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00], ["updated_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00]]
355
+  (0.8ms) commit transaction
356
356
 
357
- Sent mail to px1GCCcocfKy1MU-6zit_g@sample.com (11.7ms)
358
- Date: Tue, 25 Jun 2013 18:36:37 +0200
357
+ Sent mail to bgOLrIb4d9HsSGx_Eiy8SA@sample.com (4.4ms)
358
+ Date: Mon, 11 Nov 2013 18:29:35 +0100
359
359
  From: from@example.com
360
- To: px1GCCcocfKy1MU-6zit_g@sample.com
361
- Message-ID: <51c9c715126cb_72873fdf9c460670594d4@Richards-MacBook-Air.local.mail>
360
+ To: bgOLrIb4d9HsSGx_Eiy8SA@sample.com
361
+ Message-ID: <528113ff2fac5_a79a3fec1485e6d0361be@unknown.lan.mail>
362
362
  Subject: Password Reset
363
363
  Mime-Version: 1.0
364
364
  Content-Type: text/plain;
@@ -367,102 +367,102 @@ Content-Transfer-Encoding: 7bit
367
367
 
368
368
  To reset your password, click the URL below.
369
369
 
370
- http://localhost:3000/password_resets/vzeJT3Mv_r2emQGiZKml7A/edit
370
+ http://localhost:3000/password_resets/ms_xh3YCTKFnhV-6-N60Vg/edit
371
371
 
372
372
  If you did not request your password to be reset, just ignore this email and your password will continue to stay the same.
373
373
  Redirected to http://www.example.com/
374
- Completed 302 Found in 30ms (ActiveRecord: 1.8ms)
375
- Started GET "/" for 127.0.0.1 at 2013-06-25 18:36:37 +0200
374
+ Completed 302 Found in 15ms (ActiveRecord: 1.4ms)
375
+ Started GET "/" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
376
376
  Processing by HomeController#index as HTML
377
- Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
378
- Started GET "/password_resets/vzeJT3Mv_r2emQGiZKml7A/edit" for 127.0.0.1 at 2013-06-25 18:36:37 +0200
377
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
378
+ Started GET "/password_resets/ms_xh3YCTKFnhV-6-N60Vg/edit" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
379
379
  Processing by PasswordResetsController#edit as HTML
380
- Parameters: {"id"=>"vzeJT3Mv_r2emQGiZKml7A"}
381
- User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'vzeJT3Mv_r2emQGiZKml7A' LIMIT 1
382
- Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.3ms)
383
- Started PATCH "/password_resets/vzeJT3Mv_r2emQGiZKml7A" for 127.0.0.1 at 2013-06-25 18:36:37 +0200
380
+ Parameters: {"id"=>"ms_xh3YCTKFnhV-6-N60Vg"}
381
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'ms_xh3YCTKFnhV-6-N60Vg' LIMIT 1
382
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms)
383
+ Started PATCH "/password_resets/ms_xh3YCTKFnhV-6-N60Vg" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
384
384
  Processing by PasswordResetsController#update as HTML
385
- Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Change password", "id"=>"vzeJT3Mv_r2emQGiZKml7A"}
386
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'vzeJT3Mv_r2emQGiZKml7A' LIMIT 1
387
-  (0.1ms) begin transaction
388
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'px1GCCcocfKy1MU-6zit_g@sample.com' AND "users"."id" != 1) LIMIT 1
389
-  (0.1ms) rollback transaction
390
- Completed 200 OK in 16ms (Views: 5.0ms | ActiveRecord: 0.5ms)
391
-  (1.3ms) DELETE FROM "users";
392
-  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
393
-  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';
385
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Change password", "id"=>"ms_xh3YCTKFnhV-6-N60Vg"}
386
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'ms_xh3YCTKFnhV-6-N60Vg' LIMIT 1
387
+  (0.0ms) begin transaction
388
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'bgOLrIb4d9HsSGx_Eiy8SA@sample.com' AND "users"."id" != 1) LIMIT 1
389
+  (0.0ms) rollback transaction
390
+ Completed 200 OK in 9ms (Views: 4.7ms | ActiveRecord: 0.3ms)
391
+  (0.8ms) DELETE FROM "users";
392
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
393
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';
394
394
  -----------------------------------
395
395
  AuthproIntegrationTest: test_signup
396
396
  -----------------------------------
397
397
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
398
-  (0.2ms) begin transaction
399
- User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'CK31OtnbfTrl2TELFQ8oBA@sample.com' LIMIT 1
400
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'DBVydpn2zvNunhjPDoLiaQ' LIMIT 1
398
+  (0.1ms) begin transaction
399
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'EYugVqv2TvFRvil8Zr-xGA@sample.com' LIMIT 1
400
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = '8PhUrxPrTxHvFAtpd_8MDA' LIMIT 1
401
401
  Binary data inserted for `string` type on column `password_digest`
402
- SQL (0.7ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "DBVydpn2zvNunhjPDoLiaQ"], ["created_at", Tue, 25 Jun 2013 16:36:37 UTC +00:00], ["email", "CK31OtnbfTrl2TELFQ8oBA@sample.com"], ["password_digest", "$2a$04$0u1w9l2foZnb0FIIlM/9NerEmNTD9svXLsswcoj9qYquKrlCukQv2"], ["updated_at", Tue, 25 Jun 2013 16:36:37 UTC +00:00]]
402
+ SQL (0.3ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "8PhUrxPrTxHvFAtpd_8MDA"], ["created_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00], ["email", "EYugVqv2TvFRvil8Zr-xGA@sample.com"], ["password_digest", "$2a$04$Balb/5M/3LzxvwlP3u5RxewGCKL9lv1J1K8GG64UkIP8no0r4VAzm"], ["updated_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00]]
403
403
   (0.7ms) commit transaction
404
- Started GET "/" for 127.0.0.1 at 2013-06-25 18:36:37 +0200
404
+ Started GET "/" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
405
405
  Processing by HomeController#index as HTML
406
- Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
407
- Started GET "/signup" for 127.0.0.1 at 2013-06-25 18:36:37 +0200
406
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
407
+ Started GET "/signup" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
408
408
  Processing by UsersController#new as HTML
409
- Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.0ms)
410
- Started POST "/users" for 127.0.0.1 at 2013-06-25 18:36:37 +0200
409
+ Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
410
+ Started POST "/users" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
411
411
  Processing by UsersController#create as HTML
412
- Parameters: {"utf8"=>"✓", "user"=>{"email"=>"J8V5lhwcCuPTn5Ln_CD8rg@sample.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
412
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"uCzM1BNV-9G2N0dJiadRzQ@sample.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
413
413
   (0.1ms) begin transaction
414
- User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'J8V5lhwcCuPTn5Ln_CD8rg@sample.com' LIMIT 1
415
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'UU_W0cEyXTfCNTu5sNGaXA' LIMIT 1
414
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'uCzM1BNV-9G2N0dJiadRzQ@sample.com' LIMIT 1
415
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'RpZbtO3VLcEz9dKfQtzdlw' LIMIT 1
416
416
  Binary data inserted for `string` type on column `password_digest`
417
- SQL (0.4ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "UU_W0cEyXTfCNTu5sNGaXA"], ["created_at", Tue, 25 Jun 2013 16:36:37 UTC +00:00], ["email", "J8V5lhwcCuPTn5Ln_CD8rg@sample.com"], ["password_digest", "$2a$04$uDFC8kucGnC/0h9dxhj/Pee2gElB5oFAPkMlNUiM6OG/Bx3kjH/0a"], ["updated_at", Tue, 25 Jun 2013 16:36:37 UTC +00:00]]
418
-  (1.1ms) commit transaction
417
+ SQL (0.4ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "RpZbtO3VLcEz9dKfQtzdlw"], ["created_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00], ["email", "uCzM1BNV-9G2N0dJiadRzQ@sample.com"], ["password_digest", "$2a$04$9.3AG5Is/ocQIFx4X0uJIOPgnrlHlVJqpfEVS/3O62N7ZXWJh/cI2"], ["updated_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00]]
418
+  (0.8ms) commit transaction
419
419
  Redirected to http://www.example.com/
420
- Completed 302 Found in 13ms (ActiveRecord: 1.9ms)
421
- Started GET "/" for 127.0.0.1 at 2013-06-25 18:36:37 +0200
420
+ Completed 302 Found in 5ms (ActiveRecord: 1.4ms)
421
+ Started GET "/" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
422
422
  Processing by HomeController#index as HTML
423
- Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
423
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
424
424
   (1.0ms) DELETE FROM "users";
425
-  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
426
-  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';
425
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
426
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';
427
427
  -------------------------------------------
428
428
  AuthproIntegrationTest: test_signup_failing
429
429
  -------------------------------------------
430
430
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
431
431
   (0.1ms) begin transaction
432
- User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'k9RcoR2jF5Ej-sHHIJx2BA@sample.com' LIMIT 1
433
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'LpjBLIlg5qrufUVySiKhyg' LIMIT 1
432
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'j6K3kRuZOMtc4cIrdUnC3A@sample.com' LIMIT 1
433
+ User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'pnPEeQmbMmxDprqM_bxsKQ' LIMIT 1
434
434
  Binary data inserted for `string` type on column `password_digest`
435
- SQL (0.5ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "LpjBLIlg5qrufUVySiKhyg"], ["created_at", Tue, 25 Jun 2013 16:36:37 UTC +00:00], ["email", "k9RcoR2jF5Ej-sHHIJx2BA@sample.com"], ["password_digest", "$2a$04$SJkOi738KMdZcQdsnyntHuNwP6.8v2E/IlgP8bT7QBZ4FVjAqZYy."], ["updated_at", Tue, 25 Jun 2013 16:36:37 UTC +00:00]]
436
-  (1.0ms) commit transaction
437
- Started GET "/" for 127.0.0.1 at 2013-06-25 18:36:37 +0200
435
+ SQL (0.4ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "pnPEeQmbMmxDprqM_bxsKQ"], ["created_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00], ["email", "j6K3kRuZOMtc4cIrdUnC3A@sample.com"], ["password_digest", "$2a$04$zRg/fziOjKcmUpsDEla1c.nfY5rUULtVBhMqpCPjiHzz1QpiWlPF2"], ["updated_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00]]
436
+  (1.1ms) commit transaction
437
+ Started GET "/" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
438
438
  Processing by HomeController#index as HTML
439
- Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
440
- Started GET "/signup" for 127.0.0.1 at 2013-06-25 18:36:37 +0200
439
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
440
+ Started GET "/signup" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
441
441
  Processing by UsersController#new as HTML
442
- Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
443
- Started POST "/users" for 127.0.0.1 at 2013-06-25 18:36:37 +0200
442
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
443
+ Started POST "/users" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
444
444
  Processing by UsersController#create as HTML
445
- Parameters: {"utf8"=>"✓", "user"=>{"email"=>"wFfq7DuowB4KYm0oy7razQ@sample.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
445
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"yPZef8MxLlNfDSD2hH0OYA@sample.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
446
446
   (0.1ms) begin transaction
447
- User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'wFfq7DuowB4KYm0oy7razQ@sample.com' LIMIT 1
448
-  (0.1ms) rollback transaction
449
- Completed 200 OK in 15ms (Views: 5.5ms | ActiveRecord: 0.3ms)
450
-  (1.1ms) DELETE FROM "users";
451
-  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
452
-  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';
447
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'yPZef8MxLlNfDSD2hH0OYA@sample.com' LIMIT 1
448
+  (0.0ms) rollback transaction
449
+ Completed 200 OK in 6ms (Views: 2.6ms | ActiveRecord: 0.3ms)
450
+  (0.9ms) DELETE FROM "users";
451
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
452
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';
453
453
  ---------------------------------------
454
454
  AuthproIntegrationTest: test_visit_home
455
455
  ---------------------------------------
456
456
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
457
457
   (0.1ms) begin transaction
458
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'UcdaPJpJHWGXHP1Wm4h9iw@sample.com' LIMIT 1
459
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = '2K6XLXIf1RAhH02amgn0eA' LIMIT 1
458
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'Z0Ea__1z0AyG3q5xGW9vDg@sample.com' LIMIT 1
459
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'Gnj6HKuuXm91hkGFcqtivg' LIMIT 1
460
460
  Binary data inserted for `string` type on column `password_digest`
461
- SQL (0.5ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "2K6XLXIf1RAhH02amgn0eA"], ["created_at", Tue, 25 Jun 2013 16:36:37 UTC +00:00], ["email", "UcdaPJpJHWGXHP1Wm4h9iw@sample.com"], ["password_digest", "$2a$04$8VfLyxcfupcZ8K52ZwnYlOG2XuJKQpbh7Y44uh/CG4G8yDNdAk.iu"], ["updated_at", Tue, 25 Jun 2013 16:36:37 UTC +00:00]]
462
-  (2.2ms) commit transaction
463
- Started GET "/" for 127.0.0.1 at 2013-06-25 18:36:37 +0200
461
+ SQL (0.4ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Gnj6HKuuXm91hkGFcqtivg"], ["created_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00], ["email", "Z0Ea__1z0AyG3q5xGW9vDg@sample.com"], ["password_digest", "$2a$04$21SZEnwELPXGPjS0RCFd.eHuzECr4I5C9KAwIPQxBVmN9Ugh3BUmm"], ["updated_at", Mon, 11 Nov 2013 17:29:35 UTC +00:00]]
462
+  (0.9ms) commit transaction
463
+ Started GET "/" for 127.0.0.1 at 2013-11-11 18:29:35 +0100
464
464
  Processing by HomeController#index as HTML
465
- Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
466
-  (1.0ms) DELETE FROM "users";
465
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
466
+  (0.8ms) DELETE FROM "users";
467
467
   (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
468
-  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';
468
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';