authpro 0.9.1 → 0.9.2

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: dc7b17548b187c342469895d82a46d1dd43d5c9e
4
- data.tar.gz: 372629df68bae8d0d866c0a4ea3812f7e7c62827
3
+ metadata.gz: 82223afabf2e218a462f9ef743bda7f43974de70
4
+ data.tar.gz: b328f0cdb9ae80f85e213978da6c53aeeb8c638b
5
5
  SHA512:
6
- metadata.gz: d82e0bb1eba598cb8a2cc165a6db8d53a7fa7ad6449b0147d0570d807daf8adc6e968901aae5b112d47f2f88d459c75217cee02f0949b8da03a6ed98f2d1ac6f
7
- data.tar.gz: 97cc78845001257113cfa8765d4a53ae8d26186a6376d70e78a26cd91c210d8dcd288252bacbf74763e5b65c271556cc6d131f3d2d2efbe4f358fe02ad9c207b
6
+ metadata.gz: 69a889523735d8a5b410070ff380f3e84c292279d5b69349510c59162420846031fb1ffea4afb3f00b468d3873390efb5e36a01b0d7dc07745ce74879d0834eb
7
+ data.tar.gz: c30a456b3ba66cad375b3b4673ebc5a0ecea31e4518371c56e4d01a8547d97b458eb0705365773aa66611b73c1b0bb460c49c256261188b89caeec31a7bdd32c
data/README.md CHANGED
@@ -3,11 +3,11 @@
3
3
  [![Code Climate](https://codeclimate.com/github/ricn/authpro.png)](https://codeclimate.com/github/ricn/authpro)
4
4
  [![Build Status](https://travis-ci.org/ricn/authpro.png?branch=master)](https://travis-ci.org/ricn/authpro)
5
5
 
6
- Authpro is a simple authentication generator for Rails 4. It:
6
+ Authpro is a simple authentication generator for Rails 4.0.0.rc1 It:
7
7
 
8
- * Gives you sign up, log in, remember me & password reset funtionality
8
+ * Gives you sign up, log in, remember me & password reset functionality
9
9
  * Has no hidden code, special super classes or mixins
10
- * Has no configuration
10
+ * Has no configuration.
11
11
 
12
12
  Authpro assumes you want:
13
13
 
@@ -1,3 +1,3 @@
1
1
  module Authpro
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
@@ -1,3 +1,3 @@
1
1
  # Be sure to restart your server when you modify this file.
2
2
 
3
- Dummy::Application.config.session_store :encrypted_cookie_store, key: '_dummy_session'
3
+ Dummy::Application.config.session_store :cookie_store, key: '_dummy_session'
@@ -1,3 +1,3 @@
1
1
  # Be sure to restart your server when you modify this file.
2
2
 
3
- Dummy::Application.config.session_store :encrypted_cookie_store, key: '_dummy_session'
3
+ Dummy::Application.config.session_store :cookie_store, key: '_dummy_session'
@@ -70,138 +70,138 @@ 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
74
  ------------------------------------------
74
75
  AuthproGeneratorTest: test_generated_files
75
76
  ------------------------------------------
76
-  (0.2ms) begin transaction
77
-  (0.1ms) rollback transaction
77
+  (0.2ms) rollback transaction
78
78
  ----------------------------------
79
79
  AuthproIntegrationTest: test_login
80
80
  ----------------------------------
81
-  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
82
-  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
81
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
82
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
83
83
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
84
- Migrating to CreateUsers (20130328085155)
84
+ Migrating to CreateUsers (20130430211809)
85
85
   (0.1ms) begin transaction
86
-  (0.5ms) 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.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130328085155"]]
88
-  (0.9ms) commit transaction
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", "20130430211809"]]
88
+  (1.1ms) commit transaction
89
89
   (0.1ms) begin transaction
90
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'hmz-NGh85d33Hjo-OS59mg@sample.com' LIMIT 1
91
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'gc_L5ngVkwUF3JZmXA35qw' LIMIT 1
90
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = '47OURNJjM8HIk18nEONqmA@sample.com' LIMIT 1
91
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'cZiucLbzPEcc12nj-I-eEw' LIMIT 1
92
92
  Binary data inserted for `string` type on column `password_digest`
93
- SQL (2.4ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "gc_L5ngVkwUF3JZmXA35qw"], ["created_at", Thu, 28 Mar 2013 08:51:55 UTC +00:00], ["email", "hmz-NGh85d33Hjo-OS59mg@sample.com"], ["password_digest", "$2a$04$rBW9TuyauuLKBb6L1BhEqejY93zUFTRhx08Y4RcfiMBwWYGkiqByy"], ["updated_at", Thu, 28 Mar 2013 08:51:55 UTC +00:00]]
94
-  (0.9ms) commit transaction
95
- Started GET "/" for 127.0.0.1 at 2013-03-28 09:51:55 +0100
93
+ SQL (5.4ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "cZiucLbzPEcc12nj-I-eEw"], ["created_at", Tue, 30 Apr 2013 21:18:09 UTC +00:00], ["email", "47OURNJjM8HIk18nEONqmA@sample.com"], ["password_digest", "$2a$04$dhblGTlG36P1wQius.B.heeECV6Ah.9t7B9Byb9sJ9gmz.afcq3B6"], ["updated_at", Tue, 30 Apr 2013 21:18:09 UTC +00:00]]
94
+  (2.3ms) commit transaction
95
+ Started GET "/" for 127.0.0.1 at 2013-04-30 23:18:09 +0200
96
96
  Processing by HomeController#index as HTML
97
- Rendered home/index.html.erb within layouts/application (0.9ms)
98
- Completed 200 OK in 26ms (Views: 26.0ms | ActiveRecord: 0.0ms)
99
- Started GET "/login" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
97
+ Rendered home/index.html.erb within layouts/application (1.5ms)
98
+ Completed 200 OK in 43ms (Views: 42.7ms | ActiveRecord: 0.0ms)
99
+ Started GET "/login" for 127.0.0.1 at 2013-04-30 23:18:09 +0200
100
100
  Processing by SessionsController#new as HTML
101
- Rendered sessions/new.html.erb within layouts/application (1.1ms)
102
- Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
103
- Started POST "/sessions" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
101
+ Rendered sessions/new.html.erb within layouts/application (2.1ms)
102
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
103
+ Started POST "/sessions" for 127.0.0.1 at 2013-04-30 23:18:09 +0200
104
104
  Processing by SessionsController#create as HTML
105
- Parameters: {"utf8"=>"✓", "email"=>"hmz-NGh85d33Hjo-OS59mg@sample.com", "password"=>"[FILTERED]", "commit"=>"Log in"}
106
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'hmz-NGh85d33Hjo-OS59mg@sample.com' LIMIT 1
105
+ Parameters: {"utf8"=>"✓", "email"=>"47OURNJjM8HIk18nEONqmA@sample.com", "password"=>"[FILTERED]", "commit"=>"Log in"}
106
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = '47OURNJjM8HIk18nEONqmA@sample.com' LIMIT 1
107
107
  Redirected to http://www.example.com/
108
- Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
109
- Started GET "/" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
108
+ Completed 302 Found in 8ms (ActiveRecord: 0.2ms)
109
+ Started GET "/" for 127.0.0.1 at 2013-04-30 23:18:09 +0200
110
110
  Processing by HomeController#index as HTML
111
111
  Rendered home/index.html.erb within layouts/application (0.1ms)
112
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."auth_token" = 'gc_L5ngVkwUF3JZmXA35qw' LIMIT 1
113
- Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms)
114
-  (2.6ms) DELETE FROM "users";
112
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."auth_token" = 'cZiucLbzPEcc12nj-I-eEw' LIMIT 1
113
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.2ms)
114
+  (1.3ms) DELETE FROM "users";
115
115
   (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
116
-  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';
116
+  (1.0ms) 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.1ms) begin transaction
122
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'XTuq4A8QxXJkdz3qTaQI6A@sample.com' LIMIT 1
123
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'MsO5n07p0YtalHK__eKhvg' LIMIT 1
121
+  (0.2ms) begin transaction
122
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'YR807SlBnnb9sKWLya8Kng@sample.com' LIMIT 1
123
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'W9TZGZfwqzstL90XhlgpHw' LIMIT 1
124
124
  Binary data inserted for `string` type on column `password_digest`
125
- SQL (0.4ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "MsO5n07p0YtalHK__eKhvg"], ["created_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00], ["email", "XTuq4A8QxXJkdz3qTaQI6A@sample.com"], ["password_digest", "$2a$04$9JqnkKf6HfZ8RN4FASOKZO34temgnejS6bBfTQpS/WavEDIMJcVwe"], ["updated_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00]]
126
-  (0.9ms) commit transaction
127
- Started GET "/" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
125
+ SQL (0.7ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "W9TZGZfwqzstL90XhlgpHw"], ["created_at", Tue, 30 Apr 2013 21:18:09 UTC +00:00], ["email", "YR807SlBnnb9sKWLya8Kng@sample.com"], ["password_digest", "$2a$04$sg8Xi.ck1WUA4561E2ZY/uIy3TZdNdwW.GDggBD45nJLwYyCdxGOe"], ["updated_at", Tue, 30 Apr 2013 21:18:09 UTC +00:00]]
126
+  (1.2ms) commit transaction
127
+ Started GET "/" for 127.0.0.1 at 2013-04-30 23:18:09 +0200
128
128
  Processing by HomeController#index as HTML
129
- Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
130
- Started GET "/login" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
129
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
130
+ Started GET "/login" for 127.0.0.1 at 2013-04-30 23:18:09 +0200
131
131
  Processing by SessionsController#new as HTML
132
- Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
133
- Started POST "/sessions" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
132
+ Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
133
+ Started POST "/sessions" for 127.0.0.1 at 2013-04-30 23:18:09 +0200
134
134
  Processing by SessionsController#create as HTML
135
- Parameters: {"utf8"=>"✓", "email"=>"XTuq4A8QxXJkdz3qTaQI6A@sample.com", "password"=>"[FILTERED]", "commit"=>"Log in"}
136
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'XTuq4A8QxXJkdz3qTaQI6A@sample.com' LIMIT 1
137
- Completed 200 OK in 4ms (Views: 1.4ms | ActiveRecord: 0.2ms)
135
+ Parameters: {"utf8"=>"✓", "email"=>"YR807SlBnnb9sKWLya8Kng@sample.com", "password"=>"[FILTERED]", "commit"=>"Log in"}
136
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'YR807SlBnnb9sKWLya8Kng@sample.com' LIMIT 1
137
+ Completed 200 OK in 9ms (Views: 2.0ms | ActiveRecord: 0.2ms)
138
138
   (1.1ms) DELETE FROM "users";
139
-  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
139
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
140
140
   (0.8ms) 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
145
   (0.1ms) begin transaction
146
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'eSjCqX1jjU504qGIl6PuRw@sample.com' LIMIT 1
147
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'Ot9TmDqt41Z1J1rm1TEXzg' LIMIT 1
146
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = '8IxygiRKzwYM6JQmJLS_Yw@sample.com' LIMIT 1
147
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'L8qzFoVJtAcabFz-qHfyEg' LIMIT 1
148
148
  Binary data inserted for `string` type on column `password_digest`
149
- SQL (0.4ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "Ot9TmDqt41Z1J1rm1TEXzg"], ["created_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00], ["email", "eSjCqX1jjU504qGIl6PuRw@sample.com"], ["password_digest", "$2a$04$apxgekyeEqzQv8jv5Lx75OylSTSIoBesZeydJyXElLj37n1HN1O2m"], ["updated_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00]]
150
-  (0.9ms) commit transaction
151
- Started GET "/login" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
149
+ SQL (0.6ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "L8qzFoVJtAcabFz-qHfyEg"], ["created_at", Tue, 30 Apr 2013 21:18:09 UTC +00:00], ["email", "8IxygiRKzwYM6JQmJLS_Yw@sample.com"], ["password_digest", "$2a$04$hE.irdOg6XVflKARSsggnerFRKB44.gYCL0VACjqo/RTlYaWSGK2O"], ["updated_at", Tue, 30 Apr 2013 21:18:09 UTC +00:00]]
150
+  (1.0ms) commit transaction
151
+ Started GET "/login" for 127.0.0.1 at 2013-04-30 23:18:09 +0200
152
152
  Processing by SessionsController#new as HTML
153
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
154
- Started POST "/sessions" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
153
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
154
+ Started POST "/sessions" for 127.0.0.1 at 2013-04-30 23:18:09 +0200
155
155
  Processing by SessionsController#create as HTML
156
- Parameters: {"utf8"=>"✓", "email"=>"eSjCqX1jjU504qGIl6PuRw@sample.com", "password"=>"[FILTERED]", "commit"=>"Log in"}
157
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'eSjCqX1jjU504qGIl6PuRw@sample.com' LIMIT 1
156
+ Parameters: {"utf8"=>"✓", "email"=>"8IxygiRKzwYM6JQmJLS_Yw@sample.com", "password"=>"[FILTERED]", "commit"=>"Log in"}
157
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = '8IxygiRKzwYM6JQmJLS_Yw@sample.com' LIMIT 1
158
158
  Redirected to http://www.example.com/
159
- Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
160
- Started GET "/" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
159
+ Completed 302 Found in 7ms (ActiveRecord: 0.3ms)
160
+ Started GET "/" for 127.0.0.1 at 2013-04-30 23:18:09 +0200
161
161
  Processing by HomeController#index as HTML
162
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."auth_token" = 'Ot9TmDqt41Z1J1rm1TEXzg' LIMIT 1
163
- Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.2ms)
164
- Started GET "/logout" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
162
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."auth_token" = 'L8qzFoVJtAcabFz-qHfyEg' 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-04-30 23:18:09 +0200
165
165
  Processing by SessionsController#destroy as HTML
166
166
  Redirected to http://www.example.com/
167
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
168
- Started GET "/" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
167
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
168
+ Started GET "/" for 127.0.0.1 at 2013-04-30 23:18:09 +0200
169
169
  Processing by HomeController#index as HTML
170
- Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
171
-  (1.2ms) DELETE FROM "users";
170
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
171
+  (1.3ms) DELETE FROM "users";
172
172
   (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
173
-  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';
173
+  (1.0ms) 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
178
   (0.1ms) begin transaction
179
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'U2JpMMaMnTVEybZJZSP3Kg@sample.com' LIMIT 1
180
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'mH1UOHHkhQIL-aehdvR0CA' LIMIT 1
179
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'asfOdzA9kqagHoMGLmqLpQ@sample.com' LIMIT 1
180
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'quw1QSoRoeNAnNLxPSMcwA' LIMIT 1
181
181
  Binary data inserted for `string` type on column `password_digest`
182
- SQL (0.4ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "mH1UOHHkhQIL-aehdvR0CA"], ["created_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00], ["email", "U2JpMMaMnTVEybZJZSP3Kg@sample.com"], ["password_digest", "$2a$04$QX.sctyXycqzuETYWep1TOypEgt.C7dFB6yEFVTh1oY4ctTBHB1Ky"], ["updated_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00]]
183
-  (0.9ms) commit transaction
184
- Started GET "/login" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
182
+ SQL (0.5ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "quw1QSoRoeNAnNLxPSMcwA"], ["created_at", Tue, 30 Apr 2013 21:18:09 UTC +00:00], ["email", "asfOdzA9kqagHoMGLmqLpQ@sample.com"], ["password_digest", "$2a$04$VNgqYg2fJ4nVlpmrFux8kOL/RYq.Z19TYJIpPXPBqhk4.fRCN2l3O"], ["updated_at", Tue, 30 Apr 2013 21:18:09 UTC +00:00]]
183
+  (0.8ms) commit transaction
184
+ Started GET "/login" for 127.0.0.1 at 2013-04-30 23:18:09 +0200
185
185
  Processing by SessionsController#new as HTML
186
- Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
187
- Started GET "/password_resets/new" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
186
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
187
+ Started GET "/password_resets/new" for 127.0.0.1 at 2013-04-30 23:18:09 +0200
188
188
  Processing by PasswordResetsController#new as HTML
189
- Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
190
- Started POST "/password_resets" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
189
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
190
+ Started POST "/password_resets" for 127.0.0.1 at 2013-04-30 23:18:09 +0200
191
191
  Processing by PasswordResetsController#create as HTML
192
- Parameters: {"utf8"=>"✓", "email"=>"U2JpMMaMnTVEybZJZSP3Kg@sample.com", "commit"=>"Reset password"}
193
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'U2JpMMaMnTVEybZJZSP3Kg@sample.com' LIMIT 1
194
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."password_reset_token" = 'uLe0ptldT7lGsehMxLwfPg' LIMIT 1
192
+ Parameters: {"utf8"=>"✓", "email"=>"asfOdzA9kqagHoMGLmqLpQ@sample.com", "commit"=>"Reset password"}
193
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'asfOdzA9kqagHoMGLmqLpQ@sample.com' LIMIT 1
194
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."password_reset_token" = 'nsOSQeEhA0-GYtx3SO4bVg' LIMIT 1
195
195
   (0.1ms) begin transaction
196
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'U2JpMMaMnTVEybZJZSP3Kg@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", "uLe0ptldT7lGsehMxLwfPg"], ["password_reset_sent_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00], ["updated_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00]]
198
-  (0.9ms) commit transaction
196
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'asfOdzA9kqagHoMGLmqLpQ@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", "nsOSQeEhA0-GYtx3SO4bVg"], ["password_reset_sent_at", Tue, 30 Apr 2013 21:18:09 UTC +00:00], ["updated_at", Tue, 30 Apr 2013 21:18:09 UTC +00:00]]
198
+  (0.8ms) commit transaction
199
199
 
200
- Sent mail to U2JpMMaMnTVEybZJZSP3Kg@sample.com (6.4ms)
201
- Date: Thu, 28 Mar 2013 09:51:56 +0100
200
+ Sent mail to asfOdzA9kqagHoMGLmqLpQ@sample.com (16.0ms)
201
+ Date: Tue, 30 Apr 2013 23:18:10 +0200
202
202
  From: from@example.com
203
- To: U2JpMMaMnTVEybZJZSP3Kg@sample.com
204
- Message-ID: <515404ac6d144_9be63fe1118606781332d@Richards-MacBook-Air.local.mail>
203
+ To: asfOdzA9kqagHoMGLmqLpQ@sample.com
204
+ Message-ID: <518035124feb6_aa053fcf45c6067086c@Richards-MacBook-Air.local.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/uLe0ptldT7lGsehMxLwfPg/edit
213
+ http://localhost:3000/password_resets/nsOSQeEhA0-GYtx3SO4bVg/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 210ms (ActiveRecord: 1.8ms)
218
- Started GET "/" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
217
+ Completed 302 Found in 358ms (ActiveRecord: 1.9ms)
218
+ Started GET "/" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
219
219
  Processing by HomeController#index as HTML
220
- Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
221
- Started GET "/password_resets/uLe0ptldT7lGsehMxLwfPg/edit" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
220
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
221
+ Started GET "/password_resets/nsOSQeEhA0-GYtx3SO4bVg/edit" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
222
222
  Processing by PasswordResetsController#edit as HTML
223
- Parameters: {"id"=>"uLe0ptldT7lGsehMxLwfPg"}
224
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'uLe0ptldT7lGsehMxLwfPg' LIMIT 1
225
- Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms)
226
- Started PATCH "/password_resets/uLe0ptldT7lGsehMxLwfPg" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
223
+ Parameters: {"id"=>"nsOSQeEhA0-GYtx3SO4bVg"}
224
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'nsOSQeEhA0-GYtx3SO4bVg' LIMIT 1
225
+ Completed 200 OK in 69ms (Views: 67.3ms | ActiveRecord: 0.2ms)
226
+ Started PATCH "/password_resets/nsOSQeEhA0-GYtx3SO4bVg" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
227
227
  Processing by PasswordResetsController#update as HTML
228
- Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Change password", "id"=>"uLe0ptldT7lGsehMxLwfPg"}
229
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'uLe0ptldT7lGsehMxLwfPg' LIMIT 1
230
-  (0.0ms) begin transaction
231
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'U2JpMMaMnTVEybZJZSP3Kg@sample.com' AND "users"."id" != 1) LIMIT 1
228
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Change password", "id"=>"nsOSQeEhA0-GYtx3SO4bVg"}
229
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'nsOSQeEhA0-GYtx3SO4bVg' LIMIT 1
230
+  (0.1ms) begin transaction
231
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'asfOdzA9kqagHoMGLmqLpQ@sample.com' AND "users"."id" != 1) LIMIT 1
232
232
  Binary data inserted for `string` type on column `password_digest`
233
- SQL (0.3ms) UPDATE "users" SET "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["password_digest", "$2a$04$am45ZYxXEYIeB/QEOgmp0upXbghKVHVH0/X9JACFPta9KBQLh2HFu"], ["updated_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00]]
234
-  (2.5ms) commit transaction
233
+ SQL (0.4ms) UPDATE "users" SET "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["password_digest", "$2a$04$mAUunAE/1JNTqGm32TFjre7tm6muzV8l2aSs/AHi.pCPATD.CMqty"], ["updated_at", Tue, 30 Apr 2013 21:18:10 UTC +00:00]]
234
+  (2.2ms) commit transaction
235
235
  Redirected to http://localhost:3000/
236
- Completed 302 Found in 7ms (ActiveRecord: 3.1ms)
237
- Started GET "/" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
236
+ Completed 302 Found in 13ms (ActiveRecord: 3.0ms)
237
+ Started GET "/" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
238
238
  Processing by HomeController#index as HTML
239
- Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
239
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
240
240
   (0.9ms) DELETE FROM "users";
241
-  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
242
-  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';
241
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
242
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';
243
243
  --------------------------------------------------------------------------------
244
244
  AuthproIntegrationTest: test_reset_password_failing_because_email_does_not_exist
245
245
  --------------------------------------------------------------------------------
246
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
246
+ ActiveRecord::SchemaMigration Load (0.2ms) 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" = 'oVM5fjHHnTjF3JE9EC7wbA@sample.com' LIMIT 1
249
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = '7mjwwUv2cIDoq2H1eVS-Ow' LIMIT 1
248
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'tkuZLaiyfUlLQguDAd30MQ@sample.com' LIMIT 1
249
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'v44O1HQ53ik0czx57p7EUQ' 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", "7mjwwUv2cIDoq2H1eVS-Ow"], ["created_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00], ["email", "oVM5fjHHnTjF3JE9EC7wbA@sample.com"], ["password_digest", "$2a$04$bZGqgTrv0peRaG/0xAwGuuBlfegEKq3RU6ATcit7cd0l.V/IpX8Lu"], ["updated_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00]]
252
-  (0.9ms) commit transaction
253
- Started GET "/login" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
251
+ SQL (0.6ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "v44O1HQ53ik0czx57p7EUQ"], ["created_at", Tue, 30 Apr 2013 21:18:10 UTC +00:00], ["email", "tkuZLaiyfUlLQguDAd30MQ@sample.com"], ["password_digest", "$2a$04$/.wJRGADPoiB2XsTcwhWpu3uQ/63uuKl.jIJYDj8VizfZZyP5Khfm"], ["updated_at", Tue, 30 Apr 2013 21:18:10 UTC +00:00]]
252
+  (0.8ms) commit transaction
253
+ Started GET "/login" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
254
254
  Processing by SessionsController#new as HTML
255
- Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
256
- Started GET "/password_resets/new" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
255
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
256
+ Started GET "/password_resets/new" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
257
257
  Processing by PasswordResetsController#new as HTML
258
- Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
259
- Started POST "/password_resets" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
258
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
259
+ Started POST "/password_resets" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
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 2ms (Views: 0.9ms | ActiveRecord: 0.2ms)
263
+ Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.2ms)
264
264
   (1.1ms) DELETE FROM "users";
265
-  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
266
-  (0.9ms) DELETE FROM sqlite_sequence where name = 'users';
265
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
266
+  (1.0ms) 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.1ms) begin transaction
272
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = '1bIs5hzntfHwsxlsIb0IZw@sample.com' LIMIT 1
273
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'GLXNG6QJpCutNjA0L4uSkw' LIMIT 1
271
+  (0.2ms) begin transaction
272
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = '0E1mMLUvZsMUFRb-JyFNhg@sample.com' LIMIT 1
273
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'xnqnqNGK9ZXL4Q-oIEQVkw' LIMIT 1
274
274
  Binary data inserted for `string` type on column `password_digest`
275
- SQL (0.3ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "GLXNG6QJpCutNjA0L4uSkw"], ["created_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00], ["email", "1bIs5hzntfHwsxlsIb0IZw@sample.com"], ["password_digest", "$2a$04$eqioHVKRajL4HOnr5bu4n.XfWgF0QGaInVCABuMj41PCZDdFxumRe"], ["updated_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00]]
276
-  (0.9ms) commit transaction
277
- Started GET "/login" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
275
+ SQL (0.8ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "xnqnqNGK9ZXL4Q-oIEQVkw"], ["created_at", Tue, 30 Apr 2013 21:18:10 UTC +00:00], ["email", "0E1mMLUvZsMUFRb-JyFNhg@sample.com"], ["password_digest", "$2a$04$eYw1YfTF1ol3PIETXM4L8u5LxxOaAWDTEbsbp3c1V9jfCPqMbSZtS"], ["updated_at", Tue, 30 Apr 2013 21:18:10 UTC +00:00]]
276
+  (0.7ms) commit transaction
277
+ Started GET "/login" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
278
278
  Processing by SessionsController#new as HTML
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-03-28 09:51:56 +0100
279
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
280
+ Started GET "/password_resets/new" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
281
281
  Processing by PasswordResetsController#new as HTML
282
- Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
283
- Started POST "/password_resets" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
282
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
283
+ Started POST "/password_resets" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
284
284
  Processing by PasswordResetsController#create as HTML
285
- Parameters: {"utf8"=>"✓", "email"=>"1bIs5hzntfHwsxlsIb0IZw@sample.com", "commit"=>"Reset password"}
286
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = '1bIs5hzntfHwsxlsIb0IZw@sample.com' LIMIT 1
287
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."password_reset_token" = 'oJ5IclIxIaIYgXvkmPgAmA' LIMIT 1
285
+ Parameters: {"utf8"=>"✓", "email"=>"0E1mMLUvZsMUFRb-JyFNhg@sample.com", "commit"=>"Reset password"}
286
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = '0E1mMLUvZsMUFRb-JyFNhg@sample.com' LIMIT 1
287
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."password_reset_token" = 'UZjYKNusQJRru1IUhHcbOQ' LIMIT 1
288
288
   (0.1ms) begin transaction
289
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = '1bIs5hzntfHwsxlsIb0IZw@sample.com' AND "users"."id" != 1) LIMIT 1
290
- SQL (0.4ms) UPDATE "users" SET "password_reset_token" = ?, "password_reset_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["password_reset_token", "oJ5IclIxIaIYgXvkmPgAmA"], ["password_reset_sent_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00], ["updated_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00]]
291
-  (0.6ms) commit transaction
289
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = '0E1mMLUvZsMUFRb-JyFNhg@sample.com' AND "users"."id" != 1) LIMIT 1
290
+ SQL (0.4ms) UPDATE "users" SET "password_reset_token" = ?, "password_reset_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["password_reset_token", "UZjYKNusQJRru1IUhHcbOQ"], ["password_reset_sent_at", Tue, 30 Apr 2013 21:18:10 UTC +00:00], ["updated_at", Tue, 30 Apr 2013 21:18:10 UTC +00:00]]
291
+  (1.5ms) commit transaction
292
292
 
293
- Sent mail to 1bIs5hzntfHwsxlsIb0IZw@sample.com (4.5ms)
294
- Date: Thu, 28 Mar 2013 09:51:56 +0100
293
+ Sent mail to 0E1mMLUvZsMUFRb-JyFNhg@sample.com (10.5ms)
294
+ Date: Tue, 30 Apr 2013 23:18:10 +0200
295
295
  From: from@example.com
296
- To: 1bIs5hzntfHwsxlsIb0IZw@sample.com
297
- Message-ID: <515404ac93f2c_9be63fe11186067813472@Richards-MacBook-Air.local.mail>
296
+ To: 0E1mMLUvZsMUFRb-JyFNhg@sample.com
297
+ Message-ID: <518035129791d_aa053fcf45c6067098b@Richards-MacBook-Air.local.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/oJ5IclIxIaIYgXvkmPgAmA/edit
306
+ http://localhost:3000/password_resets/UZjYKNusQJRru1IUhHcbOQ/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 16ms (ActiveRecord: 1.5ms)
311
- Started GET "/" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
310
+ Completed 302 Found in 31ms (ActiveRecord: 2.4ms)
311
+ Started GET "/" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
312
312
  Processing by HomeController#index as HTML
313
- Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
314
- Started GET "/password_resets/oJ5IclIxIaIYgXvkmPgAmA/edit" for 127.0.0.1 at 2013-03-30 01:00:00 +0100
313
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
314
+ Started GET "/password_resets/UZjYKNusQJRru1IUhHcbOQ/edit" for 127.0.0.1 at 2013-05-02 02:00:00 +0200
315
315
  Processing by PasswordResetsController#edit as HTML
316
- Parameters: {"id"=>"oJ5IclIxIaIYgXvkmPgAmA"}
317
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'oJ5IclIxIaIYgXvkmPgAmA' LIMIT 1
316
+ Parameters: {"id"=>"UZjYKNusQJRru1IUhHcbOQ"}
317
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'UZjYKNusQJRru1IUhHcbOQ' LIMIT 1
318
318
  Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
319
- Started PATCH "/password_resets/oJ5IclIxIaIYgXvkmPgAmA" for 127.0.0.1 at 2013-03-30 01:00:00 +0100
319
+ Started PATCH "/password_resets/UZjYKNusQJRru1IUhHcbOQ" for 127.0.0.1 at 2013-05-02 02:00:00 +0200
320
320
  Processing by PasswordResetsController#update as HTML
321
- Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Change password", "id"=>"oJ5IclIxIaIYgXvkmPgAmA"}
322
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'oJ5IclIxIaIYgXvkmPgAmA' LIMIT 1
321
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Change password", "id"=>"UZjYKNusQJRru1IUhHcbOQ"}
322
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'UZjYKNusQJRru1IUhHcbOQ' 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-03-30 01:00:00 +0100
325
+ Started GET "/password_resets/new" for 127.0.0.1 at 2013-05-02 02:00:00 +0200
326
326
  Processing by PasswordResetsController#new as HTML
327
327
  Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
328
-  (2.1ms) DELETE FROM "users";
328
+  (1.1ms) DELETE FROM "users";
329
329
   (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
330
-  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';
330
+  (0.9ms) 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.1ms) begin transaction
336
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'DzO8Wy3pcPWIIpduQ5vKZA@sample.com' LIMIT 1
337
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'cvNPXvr9HL-pk0dvmyuwMA' LIMIT 1
335
+  (0.2ms) begin transaction
336
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'nqlk8PeNSt4SJbT5j3Zffg@sample.com' LIMIT 1
337
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'GPTtlmB3hKlj5KfLKAhCOw' LIMIT 1
338
338
  Binary data inserted for `string` type on column `password_digest`
339
- SQL (0.4ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "cvNPXvr9HL-pk0dvmyuwMA"], ["created_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00], ["email", "DzO8Wy3pcPWIIpduQ5vKZA@sample.com"], ["password_digest", "$2a$04$E0NwVVMsEy57jaXIfqxV3ub95Iax6ixC1K1T3vPAB8.t17HspnKLy"], ["updated_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00]]
340
-  (0.9ms) commit transaction
341
- Started GET "/login" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
339
+ SQL (0.5ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "GPTtlmB3hKlj5KfLKAhCOw"], ["created_at", Tue, 30 Apr 2013 21:18:10 UTC +00:00], ["email", "nqlk8PeNSt4SJbT5j3Zffg@sample.com"], ["password_digest", "$2a$04$1C6Ei54nApFCbAlzowrOi.kNs0MIWSUGlhVdUnz9HO5jFeMkHpeGK"], ["updated_at", Tue, 30 Apr 2013 21:18:10 UTC +00:00]]
340
+  (1.1ms) commit transaction
341
+ Started GET "/login" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
342
342
  Processing by SessionsController#new as HTML
343
- Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
344
- Started GET "/password_resets/new" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
343
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
344
+ Started GET "/password_resets/new" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
345
345
  Processing by PasswordResetsController#new as HTML
346
- Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
347
- Started POST "/password_resets" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
346
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
347
+ Started POST "/password_resets" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
348
348
  Processing by PasswordResetsController#create as HTML
349
- Parameters: {"utf8"=>"✓", "email"=>"DzO8Wy3pcPWIIpduQ5vKZA@sample.com", "commit"=>"Reset password"}
350
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'DzO8Wy3pcPWIIpduQ5vKZA@sample.com' LIMIT 1
351
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."password_reset_token" = 'l3dpvYh2-QUiM-ioqHIOjg' LIMIT 1
352
-  (0.0ms) begin transaction
353
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'DzO8Wy3pcPWIIpduQ5vKZA@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", "l3dpvYh2-QUiM-ioqHIOjg"], ["password_reset_sent_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00], ["updated_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00]]
355
-  (0.5ms) commit transaction
349
+ Parameters: {"utf8"=>"✓", "email"=>"nqlk8PeNSt4SJbT5j3Zffg@sample.com", "commit"=>"Reset password"}
350
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'nqlk8PeNSt4SJbT5j3Zffg@sample.com' LIMIT 1
351
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."password_reset_token" = 'H1m3GQxm5cD0zlVgd9rh7w' LIMIT 1
352
+  (0.1ms) begin transaction
353
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'nqlk8PeNSt4SJbT5j3Zffg@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", "H1m3GQxm5cD0zlVgd9rh7w"], ["password_reset_sent_at", Tue, 30 Apr 2013 21:18:10 UTC +00:00], ["updated_at", Tue, 30 Apr 2013 21:18:10 UTC +00:00]]
355
+  (0.8ms) commit transaction
356
356
 
357
- Sent mail to DzO8Wy3pcPWIIpduQ5vKZA@sample.com (5.0ms)
358
- Date: Thu, 28 Mar 2013 09:51:56 +0100
357
+ Sent mail to nqlk8PeNSt4SJbT5j3Zffg@sample.com (9.9ms)
358
+ Date: Tue, 30 Apr 2013 23:18:10 +0200
359
359
  From: from@example.com
360
- To: DzO8Wy3pcPWIIpduQ5vKZA@sample.com
361
- Message-ID: <515404aca5503_9be63fe11186067813571@Richards-MacBook-Air.local.mail>
360
+ To: nqlk8PeNSt4SJbT5j3Zffg@sample.com
361
+ Message-ID: <51803512b91aa_aa053fcf45c606701018@Richards-MacBook-Air.local.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/l3dpvYh2-QUiM-ioqHIOjg/edit
370
+ http://localhost:3000/password_resets/H1m3GQxm5cD0zlVgd9rh7w/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 16ms (ActiveRecord: 1.3ms)
375
- Started GET "/" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
374
+ Completed 302 Found in 29ms (ActiveRecord: 1.8ms)
375
+ Started GET "/" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
376
376
  Processing by HomeController#index as HTML
377
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
378
- Started GET "/password_resets/l3dpvYh2-QUiM-ioqHIOjg/edit" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
377
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
378
+ Started GET "/password_resets/H1m3GQxm5cD0zlVgd9rh7w/edit" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
379
379
  Processing by PasswordResetsController#edit as HTML
380
- Parameters: {"id"=>"l3dpvYh2-QUiM-ioqHIOjg"}
381
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'l3dpvYh2-QUiM-ioqHIOjg' LIMIT 1
382
- Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.2ms)
383
- Started PATCH "/password_resets/l3dpvYh2-QUiM-ioqHIOjg" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
380
+ Parameters: {"id"=>"H1m3GQxm5cD0zlVgd9rh7w"}
381
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'H1m3GQxm5cD0zlVgd9rh7w' LIMIT 1
382
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.2ms)
383
+ Started PATCH "/password_resets/H1m3GQxm5cD0zlVgd9rh7w" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
384
384
  Processing by PasswordResetsController#update as HTML
385
- Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Change password", "id"=>"l3dpvYh2-QUiM-ioqHIOjg"}
386
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'l3dpvYh2-QUiM-ioqHIOjg' LIMIT 1
387
-  (0.0ms) begin transaction
388
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'DzO8Wy3pcPWIIpduQ5vKZA@sample.com' AND "users"."id" != 1) LIMIT 1
385
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Change password", "id"=>"H1m3GQxm5cD0zlVgd9rh7w"}
386
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."password_reset_token" = 'H1m3GQxm5cD0zlVgd9rh7w' LIMIT 1
387
+  (0.1ms) begin transaction
388
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE ("users"."email" = 'nqlk8PeNSt4SJbT5j3Zffg@sample.com' AND "users"."id" != 1) LIMIT 1
389
389
   (0.1ms) rollback transaction
390
- Completed 200 OK in 7ms (Views: 2.7ms | ActiveRecord: 0.3ms)
391
-  (1.3ms) DELETE FROM "users";
392
-  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
390
+ Completed 200 OK in 17ms (Views: 4.9ms | ActiveRecord: 0.5ms)
391
+  (2.7ms) DELETE FROM "users";
392
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
393
393
   (1.0ms) 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.1ms) begin transaction
399
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'Qx-KuBsk963W94ZPp_yjYg@sample.com' LIMIT 1
400
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'ptsH4WJxHVOmmLLAGRY_8Q' LIMIT 1
398
+  (0.2ms) begin transaction
399
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'kp0wZabKy17WEIwj0GubnQ@sample.com' LIMIT 1
400
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'syH-73PlQNuFGtoTWbzIiA' LIMIT 1
401
401
  Binary data inserted for `string` type on column `password_digest`
402
- SQL (0.4ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "ptsH4WJxHVOmmLLAGRY_8Q"], ["created_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00], ["email", "Qx-KuBsk963W94ZPp_yjYg@sample.com"], ["password_digest", "$2a$04$udnUPGKvPI4H6TWOy3DypeU8/B4Ui1.M6czwAPeEytDUyfYDVKCG2"], ["updated_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00]]
402
+ SQL (0.7ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "syH-73PlQNuFGtoTWbzIiA"], ["created_at", Tue, 30 Apr 2013 21:18:10 UTC +00:00], ["email", "kp0wZabKy17WEIwj0GubnQ@sample.com"], ["password_digest", "$2a$04$CPUEOnzuPwys/fpENWwUxOK29dLclsQO3nGdoslOxmaV9c9m0w48y"], ["updated_at", Tue, 30 Apr 2013 21:18:10 UTC +00:00]]
403
403
   (0.7ms) commit transaction
404
- Started GET "/" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
404
+ Started GET "/" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
405
405
  Processing by HomeController#index as HTML
406
- Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
407
- Started GET "/signup" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
406
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
407
+ Started GET "/signup" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
408
408
  Processing by UsersController#new as HTML
409
- Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
410
- Started POST "/users" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
409
+ Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.0ms)
410
+ Started POST "/users" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
411
411
  Processing by UsersController#create as HTML
412
- Parameters: {"utf8"=>"✓", "user"=>{"email"=>"0uDAhCyGu7zOSTMsmX14tA@sample.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
412
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"XX9v5aaGxz1w63AqEcBssw@sample.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
413
413
   (0.1ms) begin transaction
414
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = '0uDAhCyGu7zOSTMsmX14tA@sample.com' LIMIT 1
415
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'QjVN_3iUh3mx68PiZi9kkw' LIMIT 1
414
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'XX9v5aaGxz1w63AqEcBssw@sample.com' LIMIT 1
415
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'c_2flZGmo1rkyaL_kK8Pxw' LIMIT 1
416
416
  Binary data inserted for `string` type on column `password_digest`
417
- SQL (0.3ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "QjVN_3iUh3mx68PiZi9kkw"], ["created_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00], ["email", "0uDAhCyGu7zOSTMsmX14tA@sample.com"], ["password_digest", "$2a$04$baC6uqG6f9HCsm/aOZHv9OHkATSNS24eFoZQ0lsBR1kKAZnlj4c.W"], ["updated_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00]]
418
-  (1.5ms) commit transaction
417
+ SQL (0.5ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "c_2flZGmo1rkyaL_kK8Pxw"], ["created_at", Tue, 30 Apr 2013 21:18:10 UTC +00:00], ["email", "XX9v5aaGxz1w63AqEcBssw@sample.com"], ["password_digest", "$2a$04$I3c3jFsX4.mKTOa0wa0Qb.n67Qhnf6MhYi.D47JrHGNqq391ToTOe"], ["updated_at", Tue, 30 Apr 2013 21:18:10 UTC +00:00]]
418
+  (0.7ms) commit transaction
419
419
  Redirected to http://www.example.com/
420
- Completed 302 Found in 6ms (ActiveRecord: 2.0ms)
421
- Started GET "/" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
420
+ Completed 302 Found in 12ms (ActiveRecord: 1.5ms)
421
+ Started GET "/" for 127.0.0.1 at 2013-04-30 23:18:10 +0200
422
422
  Processing by HomeController#index as HTML
423
- Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
424
-  (1.2ms) DELETE FROM "users";
425
-  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
423
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
424
+  (1.1ms) DELETE FROM "users";
425
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
426
426
   (1.0ms) DELETE FROM sqlite_sequence where name = 'users';
427
427
  -------------------------------------------
428
428
  AuthproIntegrationTest: test_signup_failing
429
429
  -------------------------------------------
430
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
430
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
431
431
   (0.1ms) begin transaction
432
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = '6G7PMzesoAKtxzVOL4p6tg@sample.com' LIMIT 1
433
- User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'f0p_VB67GUF_83hqaVHcZQ' LIMIT 1
432
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'K59Kef8QZ5u69oEEbDTXFw@sample.com' LIMIT 1
433
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'hwhp6NsHnL5QZ_Q1QCAOWg' LIMIT 1
434
434
  Binary data inserted for `string` type on column `password_digest`
435
- SQL (0.3ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "f0p_VB67GUF_83hqaVHcZQ"], ["created_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00], ["email", "6G7PMzesoAKtxzVOL4p6tg@sample.com"], ["password_digest", "$2a$04$GWhXB9L38kqDqsxCtZp26OAKkIV0rN5vxuicAkI1dc1tKyoh8KzQe"], ["updated_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00]]
436
-  (1.1ms) commit transaction
437
- Started GET "/" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
435
+ SQL (0.5ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "hwhp6NsHnL5QZ_Q1QCAOWg"], ["created_at", Tue, 30 Apr 2013 21:18:11 UTC +00:00], ["email", "K59Kef8QZ5u69oEEbDTXFw@sample.com"], ["password_digest", "$2a$04$7bMbZi.mPe74d6YxM0jAGOx5Ayda3rmFZqnPO6CE8SEXbhBwqFQ8C"], ["updated_at", Tue, 30 Apr 2013 21:18:11 UTC +00:00]]
436
+  (0.9ms) commit transaction
437
+ Started GET "/" for 127.0.0.1 at 2013-04-30 23:18:11 +0200
438
438
  Processing by HomeController#index as HTML
439
- Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
440
- Started GET "/signup" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
439
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
440
+ Started GET "/signup" for 127.0.0.1 at 2013-04-30 23:18:11 +0200
441
441
  Processing by UsersController#new as HTML
442
- Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
443
- Started POST "/users" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
442
+ Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
443
+ Started POST "/users" for 127.0.0.1 at 2013-04-30 23:18:11 +0200
444
444
  Processing by UsersController#create as HTML
445
- Parameters: {"utf8"=>"✓", "user"=>{"email"=>"deHTYb1CFakna_5x1lQSAQ@sample.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
445
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"F11CeZKJTsz4A89vD5HMJw@sample.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
446
446
   (0.1ms) begin transaction
447
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'deHTYb1CFakna_5x1lQSAQ@sample.com' LIMIT 1
448
-  (0.0ms) rollback transaction
449
- Completed 200 OK in 7ms (Views: 3.0ms | ActiveRecord: 0.3ms)
450
-  (1.0ms) 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';
447
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'F11CeZKJTsz4A89vD5HMJw@sample.com' LIMIT 1
448
+  (0.1ms) rollback transaction
449
+ Completed 200 OK in 15ms (Views: 4.8ms | ActiveRecord: 0.3ms)
450
+  (1.3ms) DELETE FROM "users";
451
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
452
+  (0.8ms) 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
-  (0.1ms) begin transaction
458
- User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'FCJ59coSrZqkpwm5MheW0A@sample.com' LIMIT 1
459
- User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = 'fnpEzZgtQSPOtnS8NZQQwA' LIMIT 1
457
+  (0.2ms) begin transaction
458
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'YODoUeyaJeNn7ICpxPs6ww@sample.com' LIMIT 1
459
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."auth_token" = '_AiHoog6iacfdZ52ngep4A' LIMIT 1
460
460
  Binary data inserted for `string` type on column `password_digest`
461
- SQL (0.3ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "fnpEzZgtQSPOtnS8NZQQwA"], ["created_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00], ["email", "FCJ59coSrZqkpwm5MheW0A@sample.com"], ["password_digest", "$2a$04$baJINTC9nJ2ekXfi0479o.FOHqZSCQ0Vor2b5whS5GJO3ntP/4y4."], ["updated_at", Thu, 28 Mar 2013 08:51:56 UTC +00:00]]
462
-  (1.1ms) commit transaction
463
- Started GET "/" for 127.0.0.1 at 2013-03-28 09:51:56 +0100
461
+ SQL (0.7ms) INSERT INTO "users" ("auth_token", "created_at", "email", "password_digest", "updated_at") VALUES (?, ?, ?, ?, ?) [["auth_token", "_AiHoog6iacfdZ52ngep4A"], ["created_at", Tue, 30 Apr 2013 21:18:11 UTC +00:00], ["email", "YODoUeyaJeNn7ICpxPs6ww@sample.com"], ["password_digest", "$2a$04$Pk0qUPrPab1zXjPmElChVeDOYs3pjw/DAef/DPvpcm7XqsHWMg.du"], ["updated_at", Tue, 30 Apr 2013 21:18:11 UTC +00:00]]
462
+  (0.7ms) commit transaction
463
+ Started GET "/" for 127.0.0.1 at 2013-04-30 23:18:11 +0200
464
464
  Processing by HomeController#index as HTML
465
- Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
466
-  (0.9ms) DELETE FROM "users";
465
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
466
+  (1.0ms) DELETE FROM "users";
467
467
   (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
468
-  (0.8ms) DELETE FROM sqlite_sequence where name = 'users';
468
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'users';
@@ -5,11 +5,11 @@ one:
5
5
  password_digest: MyString
6
6
  auth_token: MyString
7
7
  password_reset_token: MyString
8
- password_reset_sent_at: 2013-03-28 09:51:55
8
+ password_reset_sent_at: 2013-04-30 23:18:09
9
9
 
10
10
  two:
11
11
  email: MyString
12
12
  password_digest: MyString
13
13
  auth_token: MyString
14
14
  password_reset_token: MyString
15
- password_reset_sent_at: 2013-03-28 09:51:55
15
+ password_reset_sent_at: 2013-04-30 23:18:09
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Nyström
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-03-28 00:00:00.000000000 Z
11
+ date: 2013-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 4.0.0.beta1
19
+ version: 4.0.0.rc1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: 4.0.0.beta1
26
+ version: 4.0.0.rc1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bcrypt-ruby
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -209,7 +209,7 @@ files:
209
209
  - test/rails/dummy/config/locales/en.yml
210
210
  - test/rails/dummy/config/routes.rb
211
211
  - test/rails/dummy/config.ru
212
- - test/rails/dummy/db/migrate/20130328085155_create_users.rb
212
+ - test/rails/dummy/db/migrate/20130430211809_create_users.rb
213
213
  - test/rails/dummy/db/test.sqlite3
214
214
  - test/rails/dummy/Gemfile
215
215
  - test/rails/dummy/Gemfile.lock
@@ -327,7 +327,7 @@ test_files:
327
327
  - test/rails/dummy/config/locales/en.yml
328
328
  - test/rails/dummy/config/routes.rb
329
329
  - test/rails/dummy/config.ru
330
- - test/rails/dummy/db/migrate/20130328085155_create_users.rb
330
+ - test/rails/dummy/db/migrate/20130430211809_create_users.rb
331
331
  - test/rails/dummy/db/test.sqlite3
332
332
  - test/rails/dummy/Gemfile
333
333
  - test/rails/dummy/Gemfile.lock