sparkly-auth 1.1.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,317 +0,0 @@
1
- # Logfile created on Mon Aug 09 11:50:37 -0400 2010
2
-
3
- Processing ApplicationController#not_found (for 127.0.0.1 at 2010-08-09 12:10:42) [GET]
4
- Rendering template within layouts/application
5
- Rendering application/not_found
6
- RemembranceToken Load (0.6ms) SELECT * FROM "remembrance_tokens" WHERE ("remembrance_tokens"."authenticatable_id" = '9' AND "remembrance_tokens"."series_token" = '9U0KQocW2vCx575Nlo8N' AND "remembrance_tokens"."authenticatable_type" = 'User') LIMIT 1
7
- User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 9) 
8
- RemembranceToken Update (0.4ms) UPDATE "remembrance_tokens" SET "remembrance_token" = 'TM4O1gJMkc0n7DGwlHw_', "updated_at" = '2010-08-09 16:10:42' WHERE "id" = 2
9
- Completed in 90ms (View: 87, DB: 1) | 200 OK [http://localhost/]
10
-
11
-
12
- Processing ApplicationController#not_found (for 127.0.0.1 at 2010-08-09 12:10:46) [GET]
13
- Rendering template within layouts/application
14
- Rendering application/not_found
15
- RemembranceToken Load (0.6ms) SELECT * FROM "remembrance_tokens" WHERE ("remembrance_tokens"."authenticatable_id" = '9' AND "remembrance_tokens"."series_token" = '9U0KQocW2vCx575Nlo8N' AND "remembrance_tokens"."authenticatable_type" = 'User') LIMIT 1
16
- User Load (0.2ms) SELECT * FROM "users" WHERE ("users"."id" = 9) 
17
- RemembranceToken Update (0.3ms) UPDATE "remembrance_tokens" SET "remembrance_token" = '-QJAyBHwxkjUSmx-Cwql', "updated_at" = '2010-08-09 16:10:46' WHERE "id" = 2
18
- Completed in 71ms (View: 68, DB: 1) | 200 OK [http://localhost/]
19
-
20
-
21
- Processing ApplicationController#not_found (for 127.0.0.1 at 2010-08-09 12:10:49) [GET]
22
- Rendering template within layouts/application
23
- Rendering application/not_found
24
- RemembranceToken Load (0.7ms) SELECT * FROM "remembrance_tokens" WHERE ("remembrance_tokens"."authenticatable_id" = '9' AND "remembrance_tokens"."series_token" = '9U0KQocW2vCx575Nlo8N' AND "remembrance_tokens"."authenticatable_type" = 'User') LIMIT 1
25
- User Load (0.3ms) SELECT * FROM "users" WHERE ("users"."id" = 9) 
26
- RemembranceToken Update (0.3ms) UPDATE "remembrance_tokens" SET "remembrance_token" = 'IuAhck5RFZyXiPuxaVq4', "updated_at" = '2010-08-09 16:10:49' WHERE "id" = 2
27
- Completed in 70ms (View: 67, DB: 1) | 200 OK [http://localhost/]
28
-
29
-
30
- Processing SparklySessionsController#destroy (for 127.0.0.1 at 2010-08-09 12:10:52) [DELETE]
31
- Parameters: {"model"=>"User", "authenticity_token"=>"74TNoagHooK7JnD58/EdJVfJnP5dN7QLTzQcwUlO1RM="}
32
- RemembranceToken Load (0.6ms) SELECT * FROM "remembrance_tokens" WHERE ("remembrance_tokens"."authenticatable_id" = '9' AND "remembrance_tokens"."series_token" = '9U0KQocW2vCx575Nlo8N' AND "remembrance_tokens"."authenticatable_type" = 'User') LIMIT 1
33
- User Load (0.3ms) SELECT * FROM "users" WHERE ("users"."id" = 9) 
34
- RemembranceToken Update (0.3ms) UPDATE "remembrance_tokens" SET "remembrance_token" = 'bVggkQ6s6PYUgYOmdfs_', "updated_at" = '2010-08-09 16:10:52' WHERE "id" = 2
35
- Redirected to http://localhost:3000/
36
- Completed in 69ms (DB: 1) | 302 Found [http://localhost/user/session]
37
-
38
-
39
- Processing ApplicationController#not_found (for 127.0.0.1 at 2010-08-09 12:10:53) [GET]
40
- Rendering template within layouts/application
41
- Rendering application/not_found
42
- Completed in 3ms (View: 2, DB: 0) | 200 OK [http://localhost/]
43
-
44
-
45
- Processing SparklySessionsController#new (for 127.0.0.1 at 2010-08-09 12:10:57) [GET]
46
- Parameters: {"model"=>"User"}
47
- Rendering template within layouts/application
48
- Rendering sparkly_sessions/new
49
- Completed in 80ms (View: 77, DB: 0) | 200 OK [http://localhost/user/session/new]
50
-
51
-
52
- Processing SparklySessionsController#create (for 127.0.0.1 at 2010-08-09 12:11:08) [POST]
53
- Parameters: {"model"=>"User", "commit"=>"Sign in", "authenticity_token"=>"74TNoagHooK7JnD58/EdJVfJnP5dN7QLTzQcwUlO1RM=", "user"=>{"remember_me"=>"0", "password"=>"Admin01", "email"=>"admin2@ingenico.com"}}
54
- User Load (0.3ms) SELECT * FROM "users" WHERE ("users"."email" = 'admin2@ingenico.com') LIMIT 1
55
- Password Load (0.4ms) SELECT "passwords".* FROM "passwords" WHERE ("passwords"."authenticatable_id" = 9 and "passwords"."authenticatable_type" = 'User') 
56
- Redirected to http://localhost:3000/
57
- Completed in 13ms (DB: 1) | 302 Found [http://localhost/user/session]
58
-
59
-
60
- Processing ApplicationController#not_found (for 127.0.0.1 at 2010-08-09 12:11:08) [GET]
61
- Rendering template within layouts/application
62
- Rendering application/not_found
63
- Password Load (0.3ms) SELECT * FROM "passwords" WHERE ("passwords"."persistence_token" = 'en60GwB_Q9y9PKZnGuwo') LIMIT 1
64
- User Load (0.3ms) SELECT * FROM "users" WHERE ("users"."id" = 9) 
65
- SQL (0.2ms) SELECT count(*) AS count_all FROM "passwords" WHERE ("passwords".authenticatable_id = 9 AND "passwords".authenticatable_type = 'User') 
66
- Password Load (0.3ms) SELECT * FROM "passwords" WHERE ("passwords".authenticatable_id = 9 AND "passwords".authenticatable_type = 'User') ORDER BY passwords.id DESC LIMIT 1
67
- Completed in 14ms (View: 11, DB: 1) | 200 OK [http://localhost/]
68
-
69
-
70
- Processing ApplicationController#index (for 127.0.0.1 at 2010-08-09 12:11:12) [GET]
71
-
72
- ActionController::RoutingError (No route matches "/logout" with {:method=>:get}):
73
-
74
-
75
- Rendering rescues/layout (not_found)
76
-
77
-
78
- Processing SparklySessionsController#destroy (for 127.0.0.1 at 2010-08-09 12:11:16) [GET]
79
- Parameters: {"model"=>"User"}
80
- Password Load (0.3ms) SELECT * FROM "passwords" WHERE ("passwords"."persistence_token" = 'en60GwB_Q9y9PKZnGuwo') LIMIT 1
81
- User Load (0.2ms) SELECT * FROM "users" WHERE ("users"."id" = 9) 
82
- SQL (0.2ms) SELECT count(*) AS count_all FROM "passwords" WHERE ("passwords".authenticatable_id = 9 AND "passwords".authenticatable_type = 'User') 
83
- Password Load (0.3ms) SELECT * FROM "passwords" WHERE ("passwords".authenticatable_id = 9 AND "passwords".authenticatable_type = 'User') ORDER BY passwords.id DESC LIMIT 1
84
- Redirected to http://localhost:3000/
85
- Completed in 13ms (DB: 1) | 302 Found [http://localhost/user/logout]
86
-
87
-
88
- Processing ApplicationController#not_found (for 127.0.0.1 at 2010-08-09 12:11:16) [GET]
89
- Rendering template within layouts/application
90
- Rendering application/not_found
91
- Completed in 3ms (View: 2, DB: 0) | 200 OK [http://localhost/]
92
-
93
-
94
- Processing SparklySessionsController#new (for 127.0.0.1 at 2010-08-09 12:11:19) [GET]
95
- Parameters: {"model"=>"User"}
96
- Rendering template within layouts/application
97
- Rendering sparkly_sessions/new
98
- Completed in 11ms (View: 7, DB: 0) | 200 OK [http://localhost/user/session/new]
99
- SQL (0.2ms) select sqlite_version(*)
100
- SQL (0.3ms)  SELECT name
101
- FROM sqlite_master
102
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
103
- 
104
- SQL (3.8ms) CREATE TABLE "passwords" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "secret" varchar(255), "salt" varchar(255), "persistence_token" varchar(255), "single_access_token" varchar(255), "perishable_token" varchar(255), "authenticatable_id" integer, "authenticatable_type" varchar(255), "created_at" datetime, "updated_at" datetime, "confirmed" boolean) 
105
- SQL (0.4ms)  SELECT name
106
- FROM sqlite_master
107
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
108
- 
109
- SQL (120.2ms) CREATE TABLE "remembrance_tokens" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "series_token" varchar(255), "remembrance_token" varchar(255), "authenticatable_id" integer, "authenticatable_type" varchar(255), "created_at" datetime, "updated_at" datetime) 
110
- SQL (0.3ms)  SELECT name
111
- FROM sqlite_master
112
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
113
- 
114
- SQL (29.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "email" varchar(255)) 
115
- SQL (0.3ms)  SELECT name
116
- FROM sqlite_master
117
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
118
- 
119
- SQL (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
120
- SQL (2.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
121
- SQL (0.3ms)  SELECT name
122
- FROM sqlite_master
123
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
124
- 
125
- SQL (0.1ms) SELECT version FROM "schema_migrations"
126
- SQL (3.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20100609152058')
127
- SQL (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('1')
128
- SQL (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('2')
129
- SQL (3.6ms) INSERT INTO "schema_migrations" (version) VALUES ('3')
130
- SQL (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20100607103543')
131
-
132
-
133
- Processing SparklySessionsController#new (for 127.0.0.1 at 2010-08-11 20:46:08) [GET]
134
- Parameters: {"model"=>"User", "mo"=>"Admin"}
135
- Rendering template within layouts/application
136
- Rendering sparkly_sessions/new
137
- Completed in 28ms (View: 25, DB: 0) | 200 OK [http://localhost/user/login?mo=Admin]
138
-
139
-
140
- Processing SparklySessionsController#new (for 127.0.0.1 at 2010-08-11 20:46:11) [GET]
141
- Parameters: {"model"=>"User", "mo"=>"Admin"}
142
- Rendering template within layouts/application
143
- Rendering sparkly_sessions/new
144
- Completed in 8ms (View: 4, DB: 0) | 200 OK [http://localhost/user/login?mo=Admin]
145
-
146
-
147
- Processing SparklySessionsController#new (for 127.0.0.1 at 2010-08-11 20:46:14) [GET]
148
- Parameters: {"model"=>"User"}
149
- Rendering template within layouts/application
150
- Rendering sparkly_sessions/new
151
- Completed in 7ms (View: 4, DB: 0) | 200 OK [http://localhost/user/login]
152
-
153
-
154
- Processing SparklySessionsController#create (for 127.0.0.1 at 2010-08-11 20:46:16) [POST]
155
- Parameters: {"model"=>"User", "commit"=>"Sign in", "authenticity_token"=>"74TNoagHooK7JnD58/EdJVfJnP5dN7QLTzQcwUlO1RM=", "user"=>{"password"=>"Admin01", "email"=>"admin2@ingenico.com"}}
156
- User Load (67.6ms) SELECT * FROM "users" WHERE ("users"."email" = 'admin2@ingenico.com') LIMIT 1
157
- Password Load (1.2ms) SELECT "passwords".* FROM "passwords" WHERE ("passwords"."authenticatable_id" = 9 and "passwords"."authenticatable_type" = 'User') 
158
- Redirected to http://localhost:3000/
159
- Completed in 100ms (DB: 69) | 302 Found [http://localhost/user/session]
160
-
161
-
162
- Processing ApplicationController#not_found (for 127.0.0.1 at 2010-08-11 20:46:16) [GET]
163
- Rendering template within layouts/application
164
- Rendering application/not_found
165
- Password Load (0.3ms) SELECT * FROM "passwords" WHERE ("passwords"."persistence_token" = 'en60GwB_Q9y9PKZnGuwo') LIMIT 1
166
- User Load (0.3ms) SELECT * FROM "users" WHERE ("users"."id" = 9) 
167
- SQL (0.2ms) SELECT count(*) AS count_all FROM "passwords" WHERE ("passwords".authenticatable_id = 9 AND "passwords".authenticatable_type = 'User') 
168
- Password Load (0.3ms) SELECT * FROM "passwords" WHERE ("passwords".authenticatable_id = 9 AND "passwords".authenticatable_type = 'User') ORDER BY passwords.id DESC LIMIT 1
169
- Completed in 62ms (View: 60, DB: 1) | 200 OK [http://localhost/]
170
-
171
-
172
- Processing SparklySessionsController#destroy (for 127.0.0.1 at 2010-08-11 20:46:18) [DELETE]
173
- Parameters: {"model"=>"User", "authenticity_token"=>"74TNoagHooK7JnD58/EdJVfJnP5dN7QLTzQcwUlO1RM="}
174
- Password Load (0.3ms) SELECT * FROM "passwords" WHERE ("passwords"."persistence_token" = 'en60GwB_Q9y9PKZnGuwo') LIMIT 1
175
- User Load (0.2ms) SELECT * FROM "users" WHERE ("users"."id" = 9) 
176
- SQL (0.2ms) SELECT count(*) AS count_all FROM "passwords" WHERE ("passwords".authenticatable_id = 9 AND "passwords".authenticatable_type = 'User') 
177
- Password Load (0.3ms) SELECT * FROM "passwords" WHERE ("passwords".authenticatable_id = 9 AND "passwords".authenticatable_type = 'User') ORDER BY passwords.id DESC LIMIT 1
178
- Redirected to http://localhost:3000/
179
- Completed in 11ms (DB: 1) | 302 Found [http://localhost/user/session]
180
-
181
-
182
- Processing ApplicationController#not_found (for 127.0.0.1 at 2010-08-11 20:46:18) [GET]
183
- Rendering template within layouts/application
184
- Rendering application/not_found
185
- Completed in 3ms (View: 2, DB: 0) | 200 OK [http://localhost/]
186
-
187
-
188
- Processing SparklySessionsController#new (for 127.0.0.1 at 2010-08-11 20:46:20) [GET]
189
- Parameters: {"model"=>"User"}
190
- Rendering template within layouts/application
191
- Rendering sparkly_sessions/new
192
- Completed in 7ms (View: 4, DB: 0) | 200 OK [http://localhost/user/session/new]
193
-
194
-
195
- Processing SparklySessionsController#new (for 127.0.0.1 at 2010-08-11 20:46:22) [GET]
196
- Parameters: {"model"=>"User"}
197
- Rendering template within layouts/application
198
- Rendering sparkly_sessions/new
199
- Completed in 8ms (View: 5, DB: 0) | 200 OK [http://localhost/user/session/new]
200
-
201
-
202
- Processing SparklySessionsController#new (for 127.0.0.1 at 2010-08-11 20:46:23) [GET]
203
- Parameters: {"model"=>"User"}
204
- Rendering template within layouts/application
205
- Rendering sparkly_sessions/new
206
- Completed in 7ms (View: 4, DB: 0) | 200 OK [http://localhost/user/session/new]
207
-
208
-
209
- Processing SparklySessionsController#new (for 127.0.0.1 at 2010-08-11 20:46:58) [GET]
210
- Parameters: {"model"=>"User"}
211
- RemembranceToken Load (0.5ms) SELECT * FROM "remembrance_tokens" WHERE ("remembrance_tokens"."series_token" = 'tjgUdwx2Mf4HH_mYncIW' AND "remembrance_tokens"."authenticatable_type" = 'User' AND "remembrance_tokens"."authenticatable_id" = '1') LIMIT 1
212
-
213
- NoMethodError (undefined method `should_equal' for nil:NilClass):
214
- /Users/colin/projects/gems/rails3/sparkly-auth/app/models/remembrance_token.rb:48:in `find_by_value'
215
- /Users/colin/projects/gems/rails3/sparkly-auth/lib/auth/behavior/remember_me/controller_extensions.rb:29:in `authenticate_with_remembrance_token'
216
- /Users/colin/projects/gems/rails3/sparkly-auth/lib/auth/behavior/remember_me/controller_extensions.rb:23:in `authenticate_current_user'
217
- /Users/colin/projects/gems/rails3/sparkly-auth/lib/auth/behavior/core/controller_extensions/current_user.rb:10:in `current_user'
218
- /Users/colin/projects/gems/rails3/sparkly-auth/app/controllers/sparkly_controller.rb:10:in `find_user_model'
219
-
220
- Rendered rescues/_trace (111.4ms)
221
- Rendered rescues/_request_and_response (79.5ms)
222
- Rendering rescues/layout (internal_server_error)
223
-
224
-
225
- Processing SparklySessionsController#new (for 127.0.0.1 at 2010-08-11 20:47:23) [GET]
226
- Parameters: {"model"=>"User"}
227
- RemembranceToken Load (0.4ms) SELECT * FROM "remembrance_tokens" WHERE ("remembrance_tokens"."series_token" = 'tjgUdwx2Mf4HH_mYncIW' AND "remembrance_tokens"."authenticatable_type" = 'User' AND "remembrance_tokens"."authenticatable_id" = '1') LIMIT 1
228
- Rendering template within layouts/application
229
- Rendering sparkly_sessions/new
230
- Completed in 99ms (View: 72, DB: 0) | 200 OK [http://localhost/user/session/new]
231
-
232
-
233
- Processing SparklySessionsController#create (for 127.0.0.1 at 2010-08-11 20:47:28) [POST]
234
- Parameters: {"model"=>"User", "commit"=>"Sign in", "authenticity_token"=>"74TNoagHooK7JnD58/EdJVfJnP5dN7QLTzQcwUlO1RM=", "user"=>{"remember_me"=>"1", "password"=>"Admin01", "email"=>"admin2@ingenico.com"}}
235
- RemembranceToken Load (0.4ms) SELECT * FROM "remembrance_tokens" WHERE ("remembrance_tokens"."series_token" = 'tjgUdwx2Mf4HH_mYncIW' AND "remembrance_tokens"."authenticatable_type" = 'User' AND "remembrance_tokens"."authenticatable_id" = '1') LIMIT 1
236
- User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."email" = 'admin2@ingenico.com') LIMIT 1
237
- Password Load (0.4ms) SELECT "passwords".* FROM "passwords" WHERE ("passwords"."authenticatable_id" = 9 and "passwords"."authenticatable_type" = 'User') 
238
- RemembranceToken Create (0.4ms) INSERT INTO "remembrance_tokens" ("created_at", "authenticatable_type", "updated_at", "remembrance_token", "authenticatable_id", "series_token") VALUES('2010-08-12 00:47:28', 'User', '2010-08-12 00:47:28', 'zQwQPj3SGfIjnr_LB1gl', 9, 'kmnHjgEiHnpXsVhRV_cR')
239
- Redirected to http://localhost:3000/
240
- Completed in 356ms (DB: 2) | 302 Found [http://localhost/user/session]
241
-
242
-
243
- Processing ApplicationController#not_found (for 127.0.0.1 at 2010-08-11 20:47:29) [GET]
244
- Rendering template within layouts/application
245
- Rendering application/not_found
246
- Password Load (0.3ms) SELECT * FROM "passwords" WHERE ("passwords"."persistence_token" = 'en60GwB_Q9y9PKZnGuwo') LIMIT 1
247
- User Load (0.3ms) SELECT * FROM "users" WHERE ("users"."id" = 9) 
248
- SQL (0.2ms) SELECT count(*) AS count_all FROM "passwords" WHERE ("passwords".authenticatable_id = 9 AND "passwords".authenticatable_type = 'User') 
249
- Password Load (0.3ms) SELECT * FROM "passwords" WHERE ("passwords".authenticatable_id = 9 AND "passwords".authenticatable_type = 'User') ORDER BY passwords.id DESC LIMIT 1
250
- Completed in 40ms (View: 37, DB: 1) | 200 OK [http://localhost/]
251
-
252
-
253
- Processing ApplicationController#not_found (for 127.0.0.1 at 2010-08-11 20:47:41) [GET]
254
- Rendering template within layouts/application
255
- Rendering application/not_found
256
- RemembranceToken Load (0.5ms) SELECT * FROM "remembrance_tokens" WHERE ("remembrance_tokens"."series_token" = 'kmnHjgEiHnpXsVhRV_cR' AND "remembrance_tokens"."authenticatable_type" = 'User' AND "remembrance_tokens"."authenticatable_id" = '9') LIMIT 1
257
- User Load (0.2ms) SELECT * FROM "users" WHERE ("users"."id" = 9) 
258
- RemembranceToken Update (0.4ms) UPDATE "remembrance_tokens" SET "remembrance_token" = 'I6sD2N4KIsbtxmGEZqem', "updated_at" = '2010-08-12 00:47:41' WHERE "id" = 3
259
- Completed in 140ms (View: 137, DB: 1) | 200 OK [http://localhost/]
260
-
261
-
262
- Processing ApplicationController#not_found (for 127.0.0.1 at 2010-08-11 20:47:46) [GET]
263
- Rendering template within layouts/application
264
- Rendering application/not_found
265
- RemembranceToken Load (1.0ms) SELECT * FROM "remembrance_tokens" WHERE ("remembrance_tokens"."series_token" = 'kmnHjgEiHnpXsVhRV_cR' AND "remembrance_tokens"."authenticatable_type" = 'User' AND "remembrance_tokens"."authenticatable_id" = '9') LIMIT 1
266
- User Load (0.3ms) SELECT * FROM "users" WHERE ("users"."id" = 9) 
267
- RemembranceToken Update (1.4ms) UPDATE "remembrance_tokens" SET "remembrance_token" = '0UYKbmh1-B84Om9wmNxG', "updated_at" = '2010-08-12 00:47:46' WHERE "id" = 3
268
- Completed in 25ms (View: 21, DB: 3) | 200 OK [http://localhost/]
269
-
270
-
271
- Processing ApplicationController#not_found (for 127.0.0.1 at 2010-08-11 20:47:47) [GET]
272
- Rendering template within layouts/application
273
- Rendering application/not_found
274
- RemembranceToken Load (0.6ms) SELECT * FROM "remembrance_tokens" WHERE ("remembrance_tokens"."series_token" = 'kmnHjgEiHnpXsVhRV_cR' AND "remembrance_tokens"."authenticatable_type" = 'User' AND "remembrance_tokens"."authenticatable_id" = '9') LIMIT 1
275
- User Load (0.2ms) SELECT * FROM "users" WHERE ("users"."id" = 9) 
276
- RemembranceToken Update (0.5ms) UPDATE "remembrance_tokens" SET "remembrance_token" = 'WYfWAIN-Zsd5zKoEqMgT', "updated_at" = '2010-08-12 00:47:47' WHERE "id" = 3
277
- Completed in 23ms (View: 20, DB: 1) | 200 OK [http://localhost/]
278
-
279
-
280
- Processing SparklySessionsController#destroy (for 127.0.0.1 at 2010-08-11 20:47:47) [DELETE]
281
- Parameters: {"model"=>"User", "authenticity_token"=>"/UwChpv0aM9xigWrMRUmJ7HAlFGBL7Gz953viFxlXaE="}
282
- RemembranceToken Load (0.5ms) SELECT * FROM "remembrance_tokens" WHERE ("remembrance_tokens"."series_token" = 'kmnHjgEiHnpXsVhRV_cR' AND "remembrance_tokens"."authenticatable_type" = 'User' AND "remembrance_tokens"."authenticatable_id" = '9') LIMIT 1
283
- User Load (0.2ms) SELECT * FROM "users" WHERE ("users"."id" = 9) 
284
- RemembranceToken Update (0.3ms) UPDATE "remembrance_tokens" SET "remembrance_token" = 'ZSDMjAp1JY5pSLzpnvJg', "updated_at" = '2010-08-12 00:47:47' WHERE "id" = 3
285
- Redirected to http://localhost:3000/
286
- Completed in 64ms (DB: 1) | 302 Found [http://localhost/user/session]
287
-
288
-
289
- Processing ApplicationController#not_found (for 127.0.0.1 at 2010-08-11 20:47:47) [GET]
290
- Rendering template within layouts/application
291
- Rendering application/not_found
292
- Completed in 3ms (View: 2, DB: 0) | 200 OK [http://localhost/]
293
-
294
-
295
- Processing SparklySessionsController#new (for 127.0.0.1 at 2010-08-11 20:47:48) [GET]
296
- Parameters: {"model"=>"User"}
297
- Rendering template within layouts/application
298
- Rendering sparkly_sessions/new
299
- Completed in 8ms (View: 5, DB: 0) | 200 OK [http://localhost/user/session/new]
300
-
301
-
302
- Processing SparklySessionsController#new (for 127.0.0.1 at 2010-08-11 20:47:49) [GET]
303
- Parameters: {"model"=>"User"}
304
- Rendering template within layouts/application
305
- Rendering sparkly_sessions/new
306
- Completed in 11ms (View: 7, DB: 0) | 200 OK [http://localhost/user/session/new]
307
-
308
-
309
- Processing SparklySessionsController#new (for 127.0.0.1 at 2010-08-11 20:47:49) [GET]
310
- Parameters: {"model"=>"User"}
311
- Rendering template within layouts/application
312
- Rendering sparkly_sessions/new
313
- Completed in 9ms (View: 5, DB: 0) | 200 OK [http://localhost/user/session/new]
314
- SQL (0.9ms)  SELECT name
315
- FROM sqlite_master
316
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
317
-