state_pattern 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1677 +1,172 @@
1
1
 
2
2
 
3
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:33:52 -0200 2010
3
+ Started GET "/" for 127.0.0.1 at 2012-02-07 16:01:15 -0200
4
4
  Processing by ButtonsController#show as HTML
5
- SQL (0.7ms)  SELECT name
6
- FROM sqlite_master
7
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
8
- 
9
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
10
- Rendered buttons/show.html.erb within layouts/application (7.2ms)
11
- Completed 200 OK in 65ms (Views: 13.6ms | ActiveRecord: 0.9ms)
12
-
13
-
14
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:33:54 -0200 2010
15
- Processing by ButtonsController#push as HTML
16
- Parameters: {"authenticity_token"=>"+n2qE1lIria1I7eyHXlyhcO9EDxhllFGFjer+JgKEC4="}
17
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
18
- SQL (0.6ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 06:33:54.386530' WHERE ("buttons"."id" = 1)
19
- Redirected to http://localhost:3000/
20
- Completed 302 Found in 29ms
21
-
22
-
23
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:33:54 -0200 2010
24
- Processing by ButtonsController#show as HTML
25
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
26
- Rendered buttons/show.html.erb within layouts/application (6.0ms)
27
- Completed 200 OK in 33ms (Views: 15.9ms | ActiveRecord: 0.4ms)
28
-
29
-
30
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:33:55 -0200 2010
31
- Processing by ButtonsController#push as HTML
32
- Parameters: {"authenticity_token"=>"+n2qE1lIria1I7eyHXlyhcO9EDxhllFGFjer+JgKEC4="}
33
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
34
- SQL (0.3ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 06:33:56.007947' WHERE ("buttons"."id" = 1)
35
- Redirected to http://localhost:3000/
36
- Completed 302 Found in 23ms
37
-
38
-
39
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:33:56 -0200 2010
40
- Processing by ButtonsController#show as HTML
41
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
42
- Rendered buttons/show.html.erb within layouts/application (5.5ms)
43
- Completed 200 OK in 22ms (Views: 10.8ms | ActiveRecord: 0.4ms)
44
-
45
-
46
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:34:59 -0200 2010
47
- Processing by ButtonsController#push as HTML
48
- Parameters: {"authenticity_token"=>"+n2qE1lIria1I7eyHXlyhcO9EDxhllFGFjer+JgKEC4="}
49
- SQL (0.7ms)  SELECT name
50
- FROM sqlite_master
51
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
52
- 
53
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
54
- SQL (0.5ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 06:35:00.529450' WHERE ("buttons"."id" = 1)
55
- Redirected to http://localhost:3000/
56
- Completed 302 Found in 69ms
57
-
58
-
59
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:35:00 -0200 2010
60
- Processing by ButtonsController#show as HTML
61
- Button Load (0.3ms) SELECT "buttons".* FROM "buttons" LIMIT 1
62
- Rendered buttons/show.html.erb within layouts/application (5.7ms)
63
- Completed 200 OK in 32ms (Views: 16.7ms | ActiveRecord: 0.3ms)
64
-
65
-
66
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:35:00 -0200 2010
67
- Processing by ButtonsController#push as HTML
68
- Parameters: {"authenticity_token"=>"+n2qE1lIria1I7eyHXlyhcO9EDxhllFGFjer+JgKEC4="}
69
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
70
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 06:35:00.758570' WHERE ("buttons"."id" = 1)
71
- Redirected to http://localhost:3000/
72
- Completed 302 Found in 24ms
73
-
74
-
75
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:35:00 -0200 2010
76
- Processing by ButtonsController#show as HTML
77
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
78
- Rendered buttons/show.html.erb within layouts/application (6.1ms)
79
- Completed 200 OK in 32ms (Views: 19.6ms | ActiveRecord: 0.4ms)
80
-
81
-
82
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:35:01 -0200 2010
83
- Processing by ButtonsController#push as HTML
84
- Parameters: {"authenticity_token"=>"+n2qE1lIria1I7eyHXlyhcO9EDxhllFGFjer+JgKEC4="}
85
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
86
- SQL (0.3ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 06:35:01.607163' WHERE ("buttons"."id" = 1)
87
- Redirected to http://localhost:3000/
88
- Completed 302 Found in 24ms
89
-
90
-
91
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:35:01 -0200 2010
92
- Processing by ButtonsController#push as HTML
93
- Parameters: {"authenticity_token"=>"+n2qE1lIria1I7eyHXlyhcO9EDxhllFGFjer+JgKEC4="}
94
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
95
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 06:35:01.658061' WHERE ("buttons"."id" = 1)
96
- Redirected to http://localhost:3000/
97
- Completed 302 Found in 33ms
98
-
99
-
100
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:35:01 -0200 2010
101
- Processing by ButtonsController#push as HTML
102
- Parameters: {"authenticity_token"=>"+n2qE1lIria1I7eyHXlyhcO9EDxhllFGFjer+JgKEC4="}
103
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
104
- SQL (0.5ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 06:35:01.702174' WHERE ("buttons"."id" = 1)
105
- Redirected to http://localhost:3000/
106
- Completed 302 Found in 22ms
107
-
108
-
109
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:35:01 -0200 2010
110
- Processing by ButtonsController#show as HTML
111
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
112
- Rendered buttons/show.html.erb within layouts/application (9.8ms)
113
- Completed 200 OK in 31ms (Views: 16.1ms | ActiveRecord: 0.4ms)
114
-
115
-
116
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:35:38 -0200 2010
117
- Processing by ButtonsController#show as HTML
118
- SQL (0.7ms)  SELECT name
119
- FROM sqlite_master
120
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
121
- 
122
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
123
- Rendered buttons/show.html.erb within layouts/application (7.3ms)
124
- Completed 200 OK in 70ms (Views: 14.3ms | ActiveRecord: 0.8ms)
125
-
126
-
127
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:35:39 -0200 2010
128
- Processing by ButtonsController#push as HTML
129
- Parameters: {"authenticity_token"=>"+n2qE1lIria1I7eyHXlyhcO9EDxhllFGFjer+JgKEC4="}
130
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
131
- SQL (0.5ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 06:35:39.816310' WHERE ("buttons"."id" = 1)
132
- Redirected to http://localhost:3000/
133
- Completed 302 Found in 28ms
134
-
135
-
136
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:35:39 -0200 2010
137
- Processing by ButtonsController#show as HTML
138
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
139
- Rendered buttons/show.html.erb within layouts/application (10.2ms)
140
- Completed 200 OK in 29ms (Views: 16.7ms | ActiveRecord: 0.5ms)
141
-
142
-
143
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:35:41 -0200 2010
144
- Processing by ButtonsController#push as HTML
145
- Parameters: {"authenticity_token"=>"+n2qE1lIria1I7eyHXlyhcO9EDxhllFGFjer+JgKEC4="}
146
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
147
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 06:35:41.253146' WHERE ("buttons"."id" = 1)
148
- Redirected to http://localhost:3000/
149
- Completed 302 Found in 23ms
150
-
151
-
152
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:35:41 -0200 2010
153
- Processing by ButtonsController#show as HTML
154
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
155
- Rendered buttons/show.html.erb within layouts/application (5.4ms)
156
- Completed 200 OK in 129ms (Views: 10.9ms | ActiveRecord: 0.4ms)
157
-
158
-
159
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:38:25 -0200 2010
160
- Processing by ButtonsController#show as HTML
161
- SQL (0.7ms)  SELECT name
162
- FROM sqlite_master
163
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
164
- 
165
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
166
- Rendered buttons/show.html.erb within layouts/application (7.0ms)
167
- Completed 200 OK in 69ms (Views: 13.6ms | ActiveRecord: 0.9ms)
168
-
169
-
170
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:38:27 -0200 2010
171
- Processing by ButtonsController#push as HTML
172
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
173
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
174
- SQL (0.5ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 06:38:27.958181' WHERE ("buttons"."id" = 1)
175
- Redirected to http://localhost:3000/
176
- Completed 302 Found in 28ms
177
-
178
-
179
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:38:27 -0200 2010
180
- Processing by ButtonsController#show as HTML
181
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
182
- Rendered buttons/show.html.erb within layouts/application (8.2ms)
183
- Completed 200 OK in 26ms (Views: 14.8ms | ActiveRecord: 0.4ms)
184
-
185
-
186
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:38:29 -0200 2010
187
- Processing by ButtonsController#push as HTML
188
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
189
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
190
- SQL (0.3ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 06:38:29.452839' WHERE ("buttons"."id" = 1)
191
- Redirected to http://localhost:3000/
192
- Completed 302 Found in 24ms
193
-
194
-
195
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:38:29 -0200 2010
196
- Processing by ButtonsController#show as HTML
197
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
198
- Rendered buttons/show.html.erb within layouts/application (5.4ms)
199
- Completed 200 OK in 131ms (Views: 10.7ms | ActiveRecord: 0.4ms)
200
-
201
-
202
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:38:30 -0200 2010
203
- Processing by ButtonsController#push as HTML
204
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
205
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
206
- SQL (0.3ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 06:38:30.538803' WHERE ("buttons"."id" = 1)
207
- Redirected to http://localhost:3000/
208
- Completed 302 Found in 24ms
209
-
210
-
211
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:38:30 -0200 2010
212
- Processing by ButtonsController#show as HTML
213
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
214
- Rendered buttons/show.html.erb within layouts/application (6.1ms)
215
- Completed 200 OK in 25ms (Views: 12.6ms | ActiveRecord: 0.4ms)
216
-
217
-
218
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:38:31 -0200 2010
219
- Processing by ButtonsController#push as HTML
220
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
221
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
222
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 06:38:31.462514' WHERE ("buttons"."id" = 1)
223
- Redirected to http://localhost:3000/
224
- Completed 302 Found in 22ms
225
-
226
-
227
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:38:31 -0200 2010
228
- Processing by ButtonsController#show as HTML
229
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
230
- Rendered buttons/show.html.erb within layouts/application (6.6ms)
231
- Completed 200 OK in 32ms (Views: 16.7ms | ActiveRecord: 0.4ms)
232
-
233
-
234
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:41:56 -0200 2010
235
- Processing by ButtonsController#push as HTML
236
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
237
- SQL (0.7ms)  SELECT name
238
- FROM sqlite_master
239
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
240
- 
241
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
242
- SQL (0.5ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 06:41:57.707167' WHERE ("buttons"."id" = 1)
243
- Redirected to http://localhost:3000/
244
- Completed 302 Found in 67ms
245
-
246
-
247
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:41:57 -0200 2010
248
- Processing by ButtonsController#show as HTML
249
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
250
- Rendered buttons/show.html.erb within layouts/application (6.8ms)
251
- Completed 200 OK in 28ms (Views: 16.9ms | ActiveRecord: 0.2ms)
252
-
253
-
254
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:41:58 -0200 2010
255
- Processing by ButtonsController#push as HTML
256
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
257
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
258
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 06:41:58.811186' WHERE ("buttons"."id" = 1)
259
- Redirected to http://localhost:3000/
260
- Completed 302 Found in 23ms
261
-
262
-
263
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:41:58 -0200 2010
264
- Processing by ButtonsController#show as HTML
265
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
266
- Rendered buttons/show.html.erb within layouts/application (9.3ms)
267
- Completed 200 OK in 35ms (Views: 17.7ms | ActiveRecord: 0.4ms)
268
- SQL (0.7ms)  SELECT name
269
- FROM sqlite_master
270
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
271
- 
272
- SQL (0.2ms) SELECT name
273
- FROM sqlite_master
274
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
275
- SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
276
- SQL (0.1ms) select sqlite_version(*)
277
- SQL (0.2ms)  SELECT name
278
- FROM sqlite_master
279
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
280
- 
281
- SQL (1.1ms) CREATE TABLE "buttons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime)
282
- SQL (0.2ms)  SELECT name
283
- FROM sqlite_master
284
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
285
- 
286
- SQL (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
287
- SQL (0.0ms) PRAGMA index_list("schema_migrations")
288
- SQL (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
289
- SQL (0.1ms)  SELECT name
290
- FROM sqlite_master
291
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
292
- 
293
- SQL (0.1ms) SELECT version FROM "schema_migrations"
294
- SQL (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20101009052900')
295
-
296
-
297
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:53:27 -0200 2010
298
- Processing by ButtonsController#show as HTML
299
- SQL (0.7ms)  SELECT name
300
- FROM sqlite_master
301
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
302
- 
303
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
304
- Rendered buttons/show.html.erb within layouts/application (6.9ms)
305
- Completed 200 OK in 70ms (Views: 14.3ms | ActiveRecord: 0.9ms)
306
-
307
-
308
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:56:30 -0200 2010
309
- Processing by ButtonsController#show as HTML
310
- SQL (0.7ms)  SELECT name
311
- FROM sqlite_master
312
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
313
- 
314
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
315
- Rendered buttons/show.html.erb within layouts/application (6.8ms)
316
- Completed 200 OK in 73ms (Views: 14.9ms | ActiveRecord: 0.8ms)
317
-
318
-
319
- Started GET "/javascripts/prototype.js" for 127.0.0.1 at Sat Oct 09 04:56:30 -0200 2010
320
-
321
- ActionController::RoutingError (No route matches "/javascripts/prototype.js"):
322
-
323
-
324
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (11.4ms)
325
-
326
-
327
- Started GET "/javascripts/effects.js" for 127.0.0.1 at Sat Oct 09 04:56:31 -0200 2010
328
-
329
- ActionController::RoutingError (No route matches "/javascripts/effects.js"):
330
-
331
-
332
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.4ms)
333
-
334
-
335
- Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at Sat Oct 09 04:56:31 -0200 2010
336
-
337
- ActionController::RoutingError (No route matches "/javascripts/dragdrop.js"):
338
-
339
-
340
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
341
-
342
-
343
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:56:32 -0200 2010
344
- Processing by ButtonsController#show as HTML
345
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
346
- Rendered buttons/show.html.erb within layouts/application (5.7ms)
347
- Completed 200 OK in 28ms (Views: 12.0ms | ActiveRecord: 0.4ms)
348
-
349
-
350
- Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at Sat Oct 09 04:56:32 -0200 2010
351
-
352
- ActionController::RoutingError (No route matches "/javascripts/dragdrop.js"):
353
-
354
-
355
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
356
-
357
-
358
- Started GET "/javascripts/effects.js" for 127.0.0.1 at Sat Oct 09 04:56:32 -0200 2010
359
-
360
- ActionController::RoutingError (No route matches "/javascripts/effects.js"):
361
-
362
-
363
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
364
-
365
-
366
- Started GET "/javascripts/prototype.js" for 127.0.0.1 at Sat Oct 09 04:56:32 -0200 2010
367
-
368
- ActionController::RoutingError (No route matches "/javascripts/prototype.js"):
369
-
370
-
371
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
372
-
373
-
374
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:56:33 -0200 2010
375
- Processing by ButtonsController#show as HTML
376
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
377
- Rendered buttons/show.html.erb within layouts/application (5.2ms)
378
- Completed 200 OK in 28ms (Views: 11.7ms | ActiveRecord: 0.4ms)
379
-
380
-
381
- Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at Sat Oct 09 04:56:33 -0200 2010
382
-
383
- ActionController::RoutingError (No route matches "/javascripts/dragdrop.js"):
384
-
385
-
386
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
387
-
388
-
389
- Started GET "/javascripts/prototype.js" for 127.0.0.1 at Sat Oct 09 04:56:33 -0200 2010
390
-
391
- ActionController::RoutingError (No route matches "/javascripts/prototype.js"):
392
-
393
-
394
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
395
-
396
-
397
- Started GET "/javascripts/effects.js" for 127.0.0.1 at Sat Oct 09 04:56:33 -0200 2010
398
-
399
- ActionController::RoutingError (No route matches "/javascripts/effects.js"):
400
-
401
-
402
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
403
-
404
-
405
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:56:36 -0200 2010
406
- Processing by ButtonsController#show as HTML
407
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
408
- Rendered buttons/show.html.erb within layouts/application (5.3ms)
409
- Completed 200 OK in 28ms (Views: 11.8ms | ActiveRecord: 0.5ms)
410
-
411
-
412
- Started GET "/javascripts/effects.js" for 127.0.0.1 at Sat Oct 09 04:56:36 -0200 2010
413
-
414
- ActionController::RoutingError (No route matches "/javascripts/effects.js"):
415
-
416
-
417
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
418
-
419
-
420
- Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at Sat Oct 09 04:56:36 -0200 2010
421
-
422
- ActionController::RoutingError (No route matches "/javascripts/dragdrop.js"):
423
-
424
-
425
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
426
-
427
-
428
- Started GET "/javascripts/prototype.js" for 127.0.0.1 at Sat Oct 09 04:56:36 -0200 2010
429
-
430
- ActionController::RoutingError (No route matches "/javascripts/prototype.js"):
431
-
432
-
433
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
434
-
435
-
436
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:56:39 -0200 2010
437
- Processing by ButtonsController#show as HTML
438
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
439
- Rendered buttons/show.html.erb within layouts/application (5.5ms)
440
- Completed 200 OK in 27ms (Views: 12.0ms | ActiveRecord: 0.4ms)
441
-
442
-
443
- Started GET "/javascripts/effects.js" for 127.0.0.1 at Sat Oct 09 04:56:39 -0200 2010
444
-
445
- ActionController::RoutingError (No route matches "/javascripts/effects.js"):
446
-
447
-
448
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.2ms)
449
-
450
-
451
- Started GET "/javascripts/prototype.js" for 127.0.0.1 at Sat Oct 09 04:56:39 -0200 2010
452
-
453
- ActionController::RoutingError (No route matches "/javascripts/prototype.js"):
454
-
455
-
456
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
457
-
458
-
459
- Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at Sat Oct 09 04:56:39 -0200 2010
460
-
461
- ActionController::RoutingError (No route matches "/javascripts/dragdrop.js"):
462
-
463
-
464
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.6ms)
465
-
466
-
467
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:56:40 -0200 2010
468
- Processing by ButtonsController#show as HTML
469
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
470
- Rendered buttons/show.html.erb within layouts/application (4.8ms)
471
- Completed 200 OK in 26ms (Views: 11.3ms | ActiveRecord: 0.4ms)
472
-
473
-
474
- Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at Sat Oct 09 04:56:40 -0200 2010
475
-
476
- ActionController::RoutingError (No route matches "/javascripts/dragdrop.js"):
477
-
478
-
479
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.9ms)
480
-
481
-
482
- Started GET "/javascripts/effects.js" for 127.0.0.1 at Sat Oct 09 04:56:40 -0200 2010
483
-
484
- ActionController::RoutingError (No route matches "/javascripts/effects.js"):
485
-
486
-
487
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
488
-
489
-
490
- Started GET "/javascripts/prototype.js" for 127.0.0.1 at Sat Oct 09 04:56:40 -0200 2010
491
-
492
- ActionController::RoutingError (No route matches "/javascripts/prototype.js"):
493
-
494
-
495
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
496
-
497
-
498
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:57:25 -0200 2010
499
- Processing by ButtonsController#show as HTML
500
- SQL (0.8ms)  SELECT name
501
- FROM sqlite_master
502
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
503
- 
504
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
505
- Rendered buttons/show.html.erb within layouts/application (6.6ms)
506
- Completed 200 OK in 69ms (Views: 13.9ms | ActiveRecord: 0.9ms)
507
-
508
-
509
- Started GET "/javascripts/effects.js" for 127.0.0.1 at Sat Oct 09 04:57:25 -0200 2010
510
-
511
- ActionController::RoutingError (No route matches "/javascripts/effects.js"):
512
-
513
-
514
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
515
-
516
-
517
- Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at Sat Oct 09 04:57:25 -0200 2010
518
-
519
- ActionController::RoutingError (No route matches "/javascripts/dragdrop.js"):
520
-
521
-
522
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
523
-
524
-
525
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:57:27 -0200 2010
526
- Processing by ButtonsController#push as HTML
527
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
528
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
529
- SQL (0.5ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 06:57:27.510595' WHERE ("buttons"."id" = 1)
530
- Redirected to http://localhost:3000/
531
- Completed 302 Found in 28ms
532
-
533
-
534
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:57:27 -0200 2010
535
- Processing by ButtonsController#show as HTML
536
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
537
- Rendered buttons/show.html.erb within layouts/application (9.2ms)
538
- Completed 200 OK in 31ms (Views: 18.9ms | ActiveRecord: 0.5ms)
539
-
540
-
541
- Started GET "/javascripts/effects.js" for 127.0.0.1 at Sat Oct 09 04:57:27 -0200 2010
542
-
543
- ActionController::RoutingError (No route matches "/javascripts/effects.js"):
544
-
545
-
546
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
547
-
548
-
549
- Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at Sat Oct 09 04:57:27 -0200 2010
550
-
551
- ActionController::RoutingError (No route matches "/javascripts/dragdrop.js"):
552
-
553
-
554
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
555
-
556
-
557
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:57:29 -0200 2010
558
- Processing by ButtonsController#push as HTML
559
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
560
- Button Load (1.1ms) SELECT "buttons".* FROM "buttons" LIMIT 1
561
- SQL (0.3ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 06:57:29.166108' WHERE ("buttons"."id" = 1)
562
- Redirected to http://localhost:3000/
563
- Completed 302 Found in 24ms
564
-
565
-
566
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:57:29 -0200 2010
567
- Processing by ButtonsController#show as HTML
568
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
569
- Rendered buttons/show.html.erb within layouts/application (5.3ms)
570
- Completed 200 OK in 32ms (Views: 12.9ms | ActiveRecord: 0.4ms)
571
-
572
-
573
- Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at Sat Oct 09 04:57:29 -0200 2010
574
-
575
- ActionController::RoutingError (No route matches "/javascripts/dragdrop.js"):
576
-
577
-
578
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
579
-
580
-
581
- Started GET "/javascripts/effects.js" for 127.0.0.1 at Sat Oct 09 04:57:29 -0200 2010
582
-
583
- ActionController::RoutingError (No route matches "/javascripts/effects.js"):
584
-
585
-
586
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
587
-
588
-
589
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:57:30 -0200 2010
590
- Processing by ButtonsController#push as HTML
591
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
592
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
593
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 06:57:30.412144' WHERE ("buttons"."id" = 1)
594
- Redirected to http://localhost:3000/
595
- Completed 302 Found in 21ms
596
-
597
-
598
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:57:30 -0200 2010
599
- Processing by ButtonsController#show as HTML
600
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
601
- Rendered buttons/show.html.erb within layouts/application (5.8ms)
602
- Completed 200 OK in 24ms (Views: 12.6ms | ActiveRecord: 0.5ms)
603
-
604
-
605
- Started GET "/javascripts/effects.js" for 127.0.0.1 at Sat Oct 09 04:57:30 -0200 2010
606
-
607
- ActionController::RoutingError (No route matches "/javascripts/effects.js"):
608
-
609
-
610
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.5ms)
611
-
612
-
613
- Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at Sat Oct 09 04:57:30 -0200 2010
614
-
615
- ActionController::RoutingError (No route matches "/javascripts/dragdrop.js"):
616
-
617
-
618
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
619
-
620
-
621
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:57:31 -0200 2010
622
- Processing by ButtonsController#push as HTML
623
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
624
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
625
- SQL (0.3ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 06:57:31.558536' WHERE ("buttons"."id" = 1)
626
- Redirected to http://localhost:3000/
627
- Completed 302 Found in 22ms
628
-
629
-
630
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:57:31 -0200 2010
631
- Processing by ButtonsController#show as HTML
632
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
633
- Rendered buttons/show.html.erb within layouts/application (6.3ms)
634
- Completed 200 OK in 30ms (Views: 13.9ms | ActiveRecord: 0.4ms)
635
-
636
-
637
- Started GET "/javascripts/effects.js" for 127.0.0.1 at Sat Oct 09 04:57:31 -0200 2010
638
-
639
- ActionController::RoutingError (No route matches "/javascripts/effects.js"):
640
-
641
-
642
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
643
-
644
-
645
- Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at Sat Oct 09 04:57:31 -0200 2010
646
-
647
- ActionController::RoutingError (No route matches "/javascripts/dragdrop.js"):
648
-
649
-
650
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
651
-
652
-
653
- Started POST "/" for 127.0.0.1 at Sat Oct 09 04:57:32 -0200 2010
654
- Processing by ButtonsController#push as HTML
655
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
656
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
657
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 06:57:32.617568' WHERE ("buttons"."id" = 1)
658
- Redirected to http://localhost:3000/
659
- Completed 302 Found in 21ms
660
-
661
-
662
- Started GET "/" for 127.0.0.1 at Sat Oct 09 04:57:32 -0200 2010
663
- Processing by ButtonsController#show as HTML
664
- Button Load (0.6ms) SELECT "buttons".* FROM "buttons" LIMIT 1
665
- Rendered buttons/show.html.erb within layouts/application (6.6ms)
666
- Completed 200 OK in 27ms (Views: 13.7ms | ActiveRecord: 0.6ms)
667
-
668
-
669
- Started GET "/javascripts/effects.js" for 127.0.0.1 at Sat Oct 09 04:57:32 -0200 2010
670
-
671
- ActionController::RoutingError (No route matches "/javascripts/effects.js"):
672
-
673
-
674
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
675
-
676
-
677
- Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at Sat Oct 09 04:57:32 -0200 2010
678
-
679
- ActionController::RoutingError (No route matches "/javascripts/dragdrop.js"):
680
-
681
-
682
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
683
-
684
-
685
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:04:18 -0200 2010
686
- Processing by ButtonsController#show as HTML
687
- SQL (0.7ms)  SELECT name
688
- FROM sqlite_master
689
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
690
- 
691
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
692
- Rendered buttons/show.html.erb within layouts/application (7.0ms)
693
- Completed 200 OK in 70ms (Views: 15.9ms | ActiveRecord: 0.9ms)
694
-
695
-
696
- Started GET "/javascripts/effects.js" for 127.0.0.1 at Sat Oct 09 05:04:19 -0200 2010
697
-
698
- ActionController::RoutingError (No route matches "/javascripts/effects.js"):
699
-
700
-
701
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
702
-
703
-
704
- Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at Sat Oct 09 05:04:19 -0200 2010
705
-
706
- ActionController::RoutingError (No route matches "/javascripts/dragdrop.js"):
707
-
708
-
709
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
710
-
711
-
712
- Started GET "/javascripts/controls.js" for 127.0.0.1 at Sat Oct 09 05:04:19 -0200 2010
713
-
714
- ActionController::RoutingError (No route matches "/javascripts/controls.js"):
715
-
716
-
717
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.2ms)
718
-
719
-
720
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:04:20 -0200 2010
721
- Processing by ButtonsController#push as HTML
722
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
723
- Button Load (1.0ms) SELECT "buttons".* FROM "buttons" LIMIT 1
724
- SQL (0.5ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 07:04:20.764234' WHERE ("buttons"."id" = 1)
725
- Redirected to http://localhost:3000/
726
- Completed 302 Found in 29ms
727
-
728
-
729
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:04:20 -0200 2010
730
- Processing by ButtonsController#show as HTML
731
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
732
- Rendered buttons/show.html.erb within layouts/application (5.5ms)
733
- Completed 200 OK in 36ms (Views: 18.8ms | ActiveRecord: 0.4ms)
734
-
735
-
736
- Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at Sat Oct 09 05:04:20 -0200 2010
737
-
738
- ActionController::RoutingError (No route matches "/javascripts/dragdrop.js"):
739
-
740
-
741
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.7ms)
742
-
743
-
744
- Started GET "/javascripts/controls.js" for 127.0.0.1 at Sat Oct 09 05:04:20 -0200 2010
745
-
746
- ActionController::RoutingError (No route matches "/javascripts/controls.js"):
747
-
748
-
749
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.5ms)
750
-
751
-
752
- Started GET "/javascripts/effects.js" for 127.0.0.1 at Sat Oct 09 05:04:20 -0200 2010
753
-
754
- ActionController::RoutingError (No route matches "/javascripts/effects.js"):
755
-
756
-
757
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
758
-
759
-
760
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:04:22 -0200 2010
761
- Processing by ButtonsController#push as HTML
762
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
763
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
764
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 07:04:22.569626' WHERE ("buttons"."id" = 1)
765
- Redirected to http://localhost:3000/
766
- Completed 302 Found in 24ms
767
-
768
-
769
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:04:22 -0200 2010
770
- Processing by ButtonsController#show as HTML
771
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
772
- Rendered buttons/show.html.erb within layouts/application (5.2ms)
773
- Completed 200 OK in 22ms (Views: 11.8ms | ActiveRecord: 0.4ms)
774
-
775
-
776
- Started GET "/javascripts/controls.js" for 127.0.0.1 at Sat Oct 09 05:04:22 -0200 2010
777
-
778
- ActionController::RoutingError (No route matches "/javascripts/controls.js"):
779
-
780
-
781
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.7ms)
782
-
783
-
784
- Started GET "/javascripts/effects.js" for 127.0.0.1 at Sat Oct 09 05:04:22 -0200 2010
785
-
786
- ActionController::RoutingError (No route matches "/javascripts/effects.js"):
787
-
788
-
789
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.2ms)
790
-
791
-
792
- Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at Sat Oct 09 05:04:22 -0200 2010
793
-
794
- ActionController::RoutingError (No route matches "/javascripts/dragdrop.js"):
795
-
796
-
797
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
798
-
799
-
800
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:06:01 -0200 2010
801
- Processing by ButtonsController#show as HTML
802
- SQL (0.8ms)  SELECT name
803
- FROM sqlite_master
804
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
805
- 
806
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
807
- Rendered buttons/show.html.erb within layouts/application (8.6ms)
808
- Completed in 68ms
809
-
810
- ActionView::Template::Error (No expansion found for :prototype):
811
- 3: <head>
812
- 4: <title>Button example</title>
813
- 5: <%= stylesheet_link_tag :all %>
814
- 6: <%= javascript_include_tag :prototype %>
815
- 7: <%= csrf_meta_tag %>
816
- 8: </head>
817
- 9: <body>
818
- app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__358605536_2179815380_0'
819
-
820
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
821
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.0ms)
822
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.3ms)
823
-
824
-
825
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:07:08 -0200 2010
826
- Processing by ButtonsController#show as HTML
827
- SQL (0.7ms)  SELECT name
828
- FROM sqlite_master
829
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
830
- 
831
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
832
- Rendered buttons/show.html.erb within layouts/application (5.8ms)
833
- Completed 200 OK in 65ms (Views: 13.6ms | ActiveRecord: 0.9ms)
834
-
835
-
836
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:07:10 -0200 2010
837
- Processing by ButtonsController#show as HTML
838
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
839
- Rendered buttons/show.html.erb within layouts/application (5.6ms)
840
- Completed 200 OK in 23ms (Views: 12.3ms | ActiveRecord: 0.2ms)
841
-
842
-
843
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:07:12 -0200 2010
844
- Processing by ButtonsController#show as HTML
845
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
846
- Rendered buttons/show.html.erb within layouts/application (4.4ms)
847
- Completed 200 OK in 23ms (Views: 11.1ms | ActiveRecord: 0.4ms)
848
-
849
-
850
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:07:13 -0200 2010
851
- Processing by ButtonsController#show as HTML
852
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
853
- Rendered buttons/show.html.erb within layouts/application (4.5ms)
854
- Completed 200 OK in 24ms (Views: 11.5ms | ActiveRecord: 0.4ms)
855
-
856
-
857
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:07:14 -0200 2010
858
- Processing by ButtonsController#show as HTML
859
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
860
- Rendered buttons/show.html.erb within layouts/application (4.7ms)
861
- Completed 200 OK in 24ms (Views: 11.3ms | ActiveRecord: 0.4ms)
862
-
863
-
864
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:07:15 -0200 2010
865
- Processing by ButtonsController#show as HTML
866
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
867
- Rendered buttons/show.html.erb within layouts/application (4.8ms)
868
- Completed 200 OK in 25ms (Views: 12.3ms | ActiveRecord: 0.4ms)
869
-
870
-
871
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:23 -0200 2010
872
- Processing by ButtonsController#show as HTML
873
- SQL (0.7ms)  SELECT name
874
- FROM sqlite_master
875
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
876
- 
877
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
878
- Rendered buttons/show.html.erb within layouts/application (6.3ms)
879
- Completed 200 OK in 68ms (Views: 14.2ms | ActiveRecord: 0.9ms)
880
-
881
-
882
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:08:24 -0200 2010
883
- Processing by ButtonsController#push as HTML
884
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
885
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
886
- SQL (0.5ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 07:08:24.705836' WHERE ("buttons"."id" = 1)
887
- Redirected to http://localhost:3000/
888
- Completed 302 Found in 26ms
889
-
890
-
891
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:24 -0200 2010
892
- Processing by ButtonsController#show as HTML
893
- Button Load (1.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
894
- Rendered buttons/show.html.erb within layouts/application (5.0ms)
895
- Completed 200 OK in 29ms (Views: 12.6ms | ActiveRecord: 1.2ms)
896
-
897
-
898
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:08:26 -0200 2010
899
- Processing by ButtonsController#push as HTML
900
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
901
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
902
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 07:08:26.124106' WHERE ("buttons"."id" = 1)
903
- Redirected to http://localhost:3000/
904
- Completed 302 Found in 24ms
905
-
906
-
907
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:26 -0200 2010
908
- Processing by ButtonsController#show as HTML
909
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
910
- Rendered buttons/show.html.erb within layouts/application (6.0ms)
911
- Completed 200 OK in 27ms (Views: 14.3ms | ActiveRecord: 0.4ms)
912
-
913
-
914
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:08:27 -0200 2010
915
- Processing by ButtonsController#push as HTML
916
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
917
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
918
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 07:08:27.146520' WHERE ("buttons"."id" = 1)
919
- Redirected to http://localhost:3000/
920
- Completed 302 Found in 21ms
921
-
922
-
923
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:27 -0200 2010
924
- Processing by ButtonsController#show as HTML
925
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
926
- Rendered buttons/show.html.erb within layouts/application (5.1ms)
927
- Completed 200 OK in 29ms (Views: 13.5ms | ActiveRecord: 0.4ms)
928
-
929
-
930
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:42 -0200 2010
931
- Processing by ButtonsController#show as HTML
932
- SQL (0.7ms)  SELECT name
933
- FROM sqlite_master
934
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
935
- 
936
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
937
- Rendered buttons/show.html.erb within layouts/application (5.8ms)
938
- Completed 200 OK in 68ms (Views: 12.9ms | ActiveRecord: 0.9ms)
939
-
940
-
941
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:44 -0200 2010
942
- Processing by ButtonsController#show as HTML
943
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
944
- Rendered buttons/show.html.erb within layouts/application (4.5ms)
945
- Completed 200 OK in 26ms (Views: 11.2ms | ActiveRecord: 0.2ms)
946
-
947
-
948
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:46 -0200 2010
949
- Processing by ButtonsController#show as HTML
950
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
951
- Rendered buttons/show.html.erb within layouts/application (4.2ms)
952
- Completed 200 OK in 27ms (Views: 10.5ms | ActiveRecord: 0.5ms)
953
-
954
-
955
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:47 -0200 2010
956
- Processing by ButtonsController#show as HTML
957
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
958
- Rendered buttons/show.html.erb within layouts/application (4.7ms)
959
- Completed 200 OK in 32ms (Views: 12.8ms | ActiveRecord: 0.4ms)
960
-
961
-
962
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:47 -0200 2010
963
- Processing by ButtonsController#show as HTML
964
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
965
- Rendered buttons/show.html.erb within layouts/application (5.3ms)
966
- Completed 200 OK in 35ms (Views: 18.7ms | ActiveRecord: 0.4ms)
967
-
968
-
969
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:47 -0200 2010
970
- Processing by ButtonsController#show as HTML
971
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
972
- Rendered buttons/show.html.erb within layouts/application (4.5ms)
973
- Completed 200 OK in 28ms (Views: 11.2ms | ActiveRecord: 0.4ms)
974
-
975
-
976
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:47 -0200 2010
977
- Processing by ButtonsController#show as HTML
978
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
979
- Rendered buttons/show.html.erb within layouts/application (4.4ms)
980
- Completed 200 OK in 136ms (Views: 11.9ms | ActiveRecord: 0.4ms)
981
-
982
-
983
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:48 -0200 2010
984
- Processing by ButtonsController#show as HTML
985
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
986
- Rendered buttons/show.html.erb within layouts/application (5.4ms)
987
- Completed 200 OK in 36ms (Views: 18.8ms | ActiveRecord: 0.4ms)
988
-
989
-
990
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:48 -0200 2010
991
- Processing by ButtonsController#show as HTML
992
- Button Load (3.0ms) SELECT "buttons".* FROM "buttons" LIMIT 1
993
- Rendered buttons/show.html.erb within layouts/application (5.7ms)
994
- Completed 200 OK in 35ms (Views: 16.6ms | ActiveRecord: 3.0ms)
995
-
996
-
997
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:48 -0200 2010
998
- Processing by ButtonsController#show as HTML
999
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1000
- Rendered buttons/show.html.erb within layouts/application (4.4ms)
1001
- Completed 200 OK in 26ms (Views: 11.9ms | ActiveRecord: 0.4ms)
1002
-
1003
-
1004
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:48 -0200 2010
1005
- Processing by ButtonsController#show as HTML
1006
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1007
- Rendered buttons/show.html.erb within layouts/application (4.7ms)
1008
- Completed 200 OK in 26ms (Views: 11.0ms | ActiveRecord: 0.4ms)
1009
-
1010
-
1011
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:48 -0200 2010
1012
- Processing by ButtonsController#show as HTML
1013
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1014
- Rendered buttons/show.html.erb within layouts/application (4.2ms)
1015
- Completed 200 OK in 25ms (Views: 10.5ms | ActiveRecord: 0.4ms)
1016
-
1017
-
1018
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:08:48 -0200 2010
1019
- Processing by ButtonsController#show as HTML
1020
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1021
- Rendered buttons/show.html.erb within layouts/application (4.3ms)
1022
- Completed 200 OK in 26ms (Views: 10.9ms | ActiveRecord: 0.4ms)
1023
-
1024
-
1025
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:09:04 -0200 2010
1026
- Processing by ButtonsController#show as HTML
1027
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1028
- Rendered buttons/show.html.erb within layouts/application (4.0ms)
1029
- Completed 200 OK in 27ms (Views: 11.5ms | ActiveRecord: 0.4ms)
1030
-
1031
-
1032
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:09:06 -0200 2010
1033
- Processing by ButtonsController#push as HTML
1034
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1035
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1036
- SQL (0.5ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 07:09:07.055284' WHERE ("buttons"."id" = 1)
1037
- Redirected to http://localhost:3000/
1038
- Completed 302 Found in 27ms
1039
-
1040
-
1041
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:09:07 -0200 2010
1042
- Processing by ButtonsController#show as HTML
1043
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1044
- Rendered buttons/show.html.erb within layouts/application (4.6ms)
1045
- Completed 200 OK in 24ms (Views: 12.1ms | ActiveRecord: 0.4ms)
1046
-
1047
-
1048
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:09:08 -0200 2010
1049
- Processing by ButtonsController#push as HTML
1050
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1051
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1052
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 07:09:08.589188' WHERE ("buttons"."id" = 1)
1053
- Redirected to http://localhost:3000/
1054
- Completed 302 Found in 22ms
1055
-
1056
-
1057
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:09:08 -0200 2010
1058
- Processing by ButtonsController#show as HTML
1059
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1060
- Rendered buttons/show.html.erb within layouts/application (5.3ms)
1061
- Completed 200 OK in 28ms (Views: 12.5ms | ActiveRecord: 0.4ms)
1062
-
1063
-
1064
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:09:09 -0200 2010
1065
- Processing by ButtonsController#push as HTML
1066
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1067
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1068
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 07:09:09.471299' WHERE ("buttons"."id" = 1)
1069
- Redirected to http://localhost:3000/
1070
- Completed 302 Found in 22ms
1071
-
1072
-
1073
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:09:09 -0200 2010
1074
- Processing by ButtonsController#show as HTML
1075
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1076
- Rendered buttons/show.html.erb within layouts/application (4.3ms)
1077
- Completed 200 OK in 23ms (Views: 11.3ms | ActiveRecord: 0.4ms)
1078
-
1079
-
1080
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:09:16 -0200 2010
1081
- Processing by ButtonsController#show as HTML
1082
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1083
- Rendered buttons/show.html.erb within layouts/application (3.8ms)
1084
- Completed 200 OK in 21ms (Views: 10.2ms | ActiveRecord: 0.4ms)
1085
-
1086
-
1087
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:09:18 -0200 2010
1088
- Processing by ButtonsController#push as HTML
1089
- Completed in 0ms
1090
-
1091
- ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
1092
-
1093
-
1094
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
1095
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.8ms)
1096
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.8ms)
1097
-
1098
-
1099
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:09:54 -0200 2010
1100
- Processing by ButtonsController#push as HTML
1101
- Completed in 1ms
1102
-
1103
- ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
1104
-
1105
-
1106
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
1107
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.7ms)
1108
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.6ms)
1109
-
1110
-
1111
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:10:00 -0200 2010
1112
- Processing by ButtonsController#push as HTML
1113
- Completed in 0ms
1114
-
1115
- ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
1116
-
1117
-
1118
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
1119
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.0ms)
1120
- Rendered /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.2ms)
1121
-
1122
-
1123
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:10:03 -0200 2010
1124
- Processing by ButtonsController#show as HTML
1125
- SQL (0.7ms)  SELECT name
5
+ SQL (0.5ms)  SELECT name
1126
6
  FROM sqlite_master
1127
7
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1128
8
  
1129
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1130
- Rendered buttons/show.html.erb within layouts/application (6.6ms)
1131
- Completed 200 OK in 67ms (Views: 14.1ms | ActiveRecord: 0.9ms)
1132
-
1133
-
1134
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:10:09 -0200 2010
1135
- Processing by ButtonsController#push as HTML
1136
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1137
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1138
- SQL (0.5ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 07:10:09.385054' WHERE ("buttons"."id" = 1)
1139
- Redirected to http://localhost:3000/
1140
- Completed 302 Found in 30ms
1141
-
1142
-
1143
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:10:09 -0200 2010
1144
- Processing by ButtonsController#show as HTML
1145
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1146
- Rendered buttons/show.html.erb within layouts/application (6.4ms)
1147
- Completed 200 OK in 34ms (Views: 15.2ms | ActiveRecord: 0.4ms)
1148
-
1149
-
1150
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:10:11 -0200 2010
1151
- Processing by ButtonsController#push as HTML
1152
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1153
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1154
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 07:10:11.061814' WHERE ("buttons"."id" = 1)
1155
- Redirected to http://localhost:3000/
1156
- Completed 302 Found in 23ms
1157
-
1158
-
1159
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:10:11 -0200 2010
1160
- Processing by ButtonsController#show as HTML
1161
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1162
- Rendered buttons/show.html.erb within layouts/application (4.9ms)
1163
- Completed 200 OK in 24ms (Views: 12.0ms | ActiveRecord: 0.5ms)
1164
-
1165
-
1166
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:10:11 -0200 2010
1167
- Processing by ButtonsController#push as HTML
1168
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1169
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1170
- SQL (0.3ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 07:10:11.919764' WHERE ("buttons"."id" = 1)
1171
- Redirected to http://localhost:3000/
1172
- Completed 302 Found in 21ms
1173
-
1174
-
1175
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:10:11 -0200 2010
1176
- Processing by ButtonsController#show as HTML
1177
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1178
- Rendered buttons/show.html.erb within layouts/application (4.0ms)
1179
- Completed 200 OK in 34ms (Views: 12.5ms | ActiveRecord: 0.5ms)
1180
-
1181
-
1182
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:10:12 -0200 2010
1183
- Processing by ButtonsController#show as HTML
1184
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1185
- Rendered buttons/show.html.erb within layouts/application (4.4ms)
1186
- Completed 200 OK in 27ms (Views: 12.3ms | ActiveRecord: 0.4ms)
1187
-
1188
-
1189
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:10:13 -0200 2010
1190
- Processing by ButtonsController#show as HTML
1191
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1192
- Rendered buttons/show.html.erb within layouts/application (4.3ms)
1193
- Completed 200 OK in 26ms (Views: 10.7ms | ActiveRecord: 0.4ms)
1194
-
1195
-
1196
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:10:15 -0200 2010
1197
- Processing by ButtonsController#push as HTML
1198
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1199
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1200
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 07:10:15.774151' WHERE ("buttons"."id" = 1)
1201
- Redirected to http://localhost:3000/
1202
- Completed 302 Found in 22ms
1203
-
1204
-
1205
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:10:15 -0200 2010
1206
- Processing by ButtonsController#show as HTML
1207
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1208
- Rendered buttons/show.html.erb within layouts/application (5.2ms)
1209
- Completed 200 OK in 23ms (Views: 12.2ms | ActiveRecord: 0.4ms)
1210
-
1211
-
1212
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:10:17 -0200 2010
1213
- Processing by ButtonsController#push as HTML
1214
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1215
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1216
- SQL (0.5ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 07:10:17.205235' WHERE ("buttons"."id" = 1)
1217
- Redirected to http://localhost:3000/
1218
- Completed 302 Found in 22ms
1219
-
1220
-
1221
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:10:17 -0200 2010
1222
- Processing by ButtonsController#show as HTML
1223
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1224
- Rendered buttons/show.html.erb within layouts/application (5.3ms)
1225
- Completed 200 OK in 28ms (Views: 12.7ms | ActiveRecord: 0.4ms)
1226
-
1227
-
1228
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:10:18 -0200 2010
1229
- Processing by ButtonsController#push as HTML
1230
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1231
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1232
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 07:10:18.048275' WHERE ("buttons"."id" = 1)
1233
- Redirected to http://localhost:3000/
1234
- Completed 302 Found in 22ms
1235
-
1236
-
1237
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:10:18 -0200 2010
1238
- Processing by ButtonsController#show as HTML
1239
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1240
- Rendered buttons/show.html.erb within layouts/application (7.4ms)
1241
- Completed 200 OK in 29ms (Views: 17.9ms | ActiveRecord: 0.5ms)
9
+ Button Load (0.3ms) SELECT "buttons".* FROM "buttons" LIMIT 1
10
+ SQLite3::SQLException: no such table: buttons: SELECT "buttons".* FROM "buttons" LIMIT 1
11
+ Completed in 76ms
1242
12
 
13
+ ActiveRecord::StatementInvalid (SQLite3::SQLException: no such table: buttons: SELECT "buttons".* FROM "buttons" LIMIT 1):
14
+ app/controllers/buttons_controller.rb:3:in `block in <class:ButtonsController>'
1243
15
 
1244
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:10:18 -0200 2010
1245
- Processing by ButtonsController#push as HTML
1246
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1247
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1248
- SQL (0.3ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 07:10:18.866026' WHERE ("buttons"."id" = 1)
1249
- Redirected to http://localhost:3000/
1250
- Completed 302 Found in 21ms
16
+ Rendered /Users/dcadenas/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
17
+ Rendered /Users/dcadenas/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.1ms)
18
+ Rendered /Users/dcadenas/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.9ms)
1251
19
 
1252
20
 
1253
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:10:18 -0200 2010
1254
- Processing by ButtonsController#show as HTML
1255
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1256
- Rendered buttons/show.html.erb within layouts/application (4.1ms)
1257
- Completed 200 OK in 25ms (Views: 10.2ms | ActiveRecord: 0.5ms)
21
+ Started GET "/favicon.ico" for 127.0.0.1 at 2012-02-07 16:01:16 -0200
1258
22
 
23
+ ActionController::RoutingError (No route matches "/favicon.ico"):
24
+
1259
25
 
1260
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:22:31 -0200 2010
1261
- Processing by ButtonsController#show as HTML
1262
- SQL (0.7ms)  SELECT name
26
+ Rendered /Users/dcadenas/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.3ms)
27
+ SQL (0.5ms)  SELECT name
1263
28
  FROM sqlite_master
1264
29
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1265
30
  
1266
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1267
- Rendered buttons/show.html.erb within layouts/application (5.5ms)
1268
- Completed 200 OK in 68ms (Views: 12.7ms | ActiveRecord: 0.9ms)
1269
-
1270
-
1271
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:22:35 -0200 2010
1272
- Processing by ButtonsController#push as HTML
1273
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1274
- Button Load (0.3ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1275
- SQL (0.5ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 07:22:35.474036' WHERE ("buttons"."id" = 1)
1276
- Redirected to http://localhost:3000/
1277
- Completed 302 Found in 27ms
1278
-
1279
-
1280
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:22:35 -0200 2010
1281
- Processing by ButtonsController#show as HTML
1282
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1283
- Rendered buttons/show.html.erb within layouts/application (5.1ms)
1284
- Completed 200 OK in 25ms (Views: 12.2ms | ActiveRecord: 0.4ms)
1285
-
1286
-
1287
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:22:37 -0200 2010
1288
- Processing by ButtonsController#push as HTML
1289
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1290
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1291
- SQL (0.3ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 07:22:37.139112' WHERE ("buttons"."id" = 1)
1292
- Redirected to http://localhost:3000/
1293
- Completed 302 Found in 24ms
1294
-
1295
-
1296
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:22:37 -0200 2010
1297
- Processing by ButtonsController#show as HTML
1298
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1299
- Rendered buttons/show.html.erb within layouts/application (4.9ms)
1300
- Completed 200 OK in 32ms (Views: 13.7ms | ActiveRecord: 0.5ms)
1301
-
1302
-
1303
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:22:38 -0200 2010
1304
- Processing by ButtonsController#push as HTML
1305
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1306
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1307
- SQL (0.3ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 07:22:38.525147' WHERE ("buttons"."id" = 1)
1308
- Redirected to http://localhost:3000/
1309
- Completed 302 Found in 22ms
1310
-
1311
-
1312
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:22:38 -0200 2010
1313
- Processing by ButtonsController#show as HTML
1314
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1315
- Rendered buttons/show.html.erb within layouts/application (5.1ms)
1316
- Completed 200 OK in 28ms (Views: 16.4ms | ActiveRecord: 0.5ms)
1317
-
1318
-
1319
- Started POST "/" for 127.0.0.1 at Sat Oct 09 05:22:39 -0200 2010
1320
- Processing by ButtonsController#push as HTML
1321
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1322
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1323
- SQL (0.3ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 07:22:39.446375' WHERE ("buttons"."id" = 1)
1324
- Redirected to http://localhost:3000/
1325
- Completed 302 Found in 22ms
1326
-
1327
-
1328
- Started GET "/" for 127.0.0.1 at Sat Oct 09 05:22:39 -0200 2010
1329
- Processing by ButtonsController#show as HTML
1330
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1331
- Rendered buttons/show.html.erb within layouts/application (5.4ms)
1332
- Completed 200 OK in 30ms (Views: 13.0ms | ActiveRecord: 0.4ms)
1333
-
1334
-
1335
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:53:35 -0200 2010
1336
- Processing by ButtonsController#show as HTML
1337
- DEPRECATION WARNING: Base#after_initialize has been deprecated, please use Base.after_initialize :method instead. (called from included at /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/state_pattern-1.3.0/lib/state_pattern/active_record.rb:14)
1338
- SQL (0.7ms)  SELECT name
31
+ SQL (0.5ms) select sqlite_version(*)
32
+ SQL (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
33
+ SQL (0.0ms) PRAGMA index_list("schema_migrations")
34
+ SQL (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
35
+ SQL (0.1ms) SELECT name
36
+ FROM sqlite_master
37
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
38
+ SQL (0.2ms)  SELECT name
1339
39
  FROM sqlite_master
1340
40
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1341
41
  
1342
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1343
- Rendered buttons/show.html.erb within layouts/application (8.6ms)
1344
- Completed 200 OK in 111ms (Views: 16.2ms | ActiveRecord: 0.9ms)
1345
-
1346
-
1347
- Started POST "/" for 127.0.0.1 at Sat Oct 09 13:53:39 -0200 2010
1348
- Processing by ButtonsController#push as HTML
1349
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1350
- DEPRECATION WARNING: Base#after_initialize has been deprecated, please use Base.after_initialize :method instead. (called from included at /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/state_pattern-1.3.0/lib/state_pattern/active_record.rb:14)
1351
- Button Load (0.3ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1352
- SQL (0.5ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 15:53:39.122166' WHERE ("buttons"."id" = 1)
1353
- Redirected to http://localhost:3000/
1354
- Completed 302 Found in 31ms
1355
-
1356
-
1357
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:53:39 -0200 2010
1358
- Processing by ButtonsController#show as HTML
1359
- DEPRECATION WARNING: Base#after_initialize has been deprecated, please use Base.after_initialize :method instead. (called from included at /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/state_pattern-1.3.0/lib/state_pattern/active_record.rb:14)
1360
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1361
- Rendered buttons/show.html.erb within layouts/application (4.8ms)
1362
- Completed 200 OK in 25ms (Views: 12.2ms | ActiveRecord: 0.5ms)
1363
-
1364
-
1365
- Started POST "/" for 127.0.0.1 at Sat Oct 09 13:53:40 -0200 2010
1366
- Processing by ButtonsController#push as HTML
1367
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1368
- DEPRECATION WARNING: Base#after_initialize has been deprecated, please use Base.after_initialize :method instead. (called from included at /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/state_pattern-1.3.0/lib/state_pattern/active_record.rb:14)
1369
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1370
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 15:53:40.833652' WHERE ("buttons"."id" = 1)
1371
- Redirected to http://localhost:3000/
1372
- Completed 302 Found in 24ms
1373
-
1374
-
1375
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:53:40 -0200 2010
1376
- Processing by ButtonsController#show as HTML
1377
- DEPRECATION WARNING: Base#after_initialize has been deprecated, please use Base.after_initialize :method instead. (called from included at /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/state_pattern-1.3.0/lib/state_pattern/active_record.rb:14)
1378
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1379
- Rendered buttons/show.html.erb within layouts/application (4.6ms)
1380
- Completed 200 OK in 33ms (Views: 14.1ms | ActiveRecord: 0.5ms)
1381
-
1382
-
1383
- Started POST "/" for 127.0.0.1 at Sat Oct 09 13:53:42 -0200 2010
1384
- Processing by ButtonsController#push as HTML
1385
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1386
- DEPRECATION WARNING: Base#after_initialize has been deprecated, please use Base.after_initialize :method instead. (called from included at /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/state_pattern-1.3.0/lib/state_pattern/active_record.rb:14)
1387
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1388
- SQL (0.3ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 15:53:42.339387' WHERE ("buttons"."id" = 1)
1389
- Redirected to http://localhost:3000/
1390
- Completed 302 Found in 23ms
1391
-
1392
-
1393
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:53:42 -0200 2010
1394
- Processing by ButtonsController#show as HTML
1395
- DEPRECATION WARNING: Base#after_initialize has been deprecated, please use Base.after_initialize :method instead. (called from included at /Users/daniel/.rvm/gems/ree-1.8.7-2010.01/gems/state_pattern-1.3.0/lib/state_pattern/active_record.rb:14)
1396
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1397
- Rendered buttons/show.html.erb within layouts/application (7.6ms)
1398
- Completed 200 OK in 26ms (Views: 14.6ms | ActiveRecord: 0.4ms)
1399
-
1400
-
1401
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:54:43 -0200 2010
1402
- Processing by ButtonsController#show as HTML
1403
- SQL (0.7ms)  SELECT name
42
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
43
+ SQL (0.8ms)  SELECT name
1404
44
  FROM sqlite_master
1405
45
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1406
46
  
1407
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1408
- Rendered buttons/show.html.erb within layouts/application (5.9ms)
1409
- Completed 200 OK in 65ms (Views: 13.3ms | ActiveRecord: 0.9ms)
1410
-
1411
-
1412
- Started POST "/" for 127.0.0.1 at Sat Oct 09 13:54:45 -0200 2010
1413
- Processing by ButtonsController#push as HTML
1414
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1415
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1416
- SQL (0.5ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 15:54:45.872536' WHERE ("buttons"."id" = 1)
1417
- Redirected to http://localhost:3000/
1418
- Completed 302 Found in 28ms
1419
-
1420
-
1421
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:54:45 -0200 2010
1422
- Processing by ButtonsController#show as HTML
1423
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1424
- Rendered buttons/show.html.erb within layouts/application (6.3ms)
1425
- Completed 200 OK in 30ms (Views: 13.8ms | ActiveRecord: 0.4ms)
1426
-
1427
-
1428
- Started POST "/" for 127.0.0.1 at Sat Oct 09 13:54:47 -0200 2010
1429
- Processing by ButtonsController#push as HTML
1430
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1431
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1432
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 15:54:48.013176' WHERE ("buttons"."id" = 1)
1433
- Redirected to http://localhost:3000/
1434
- Completed 302 Found in 25ms
1435
-
1436
-
1437
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:54:48 -0200 2010
1438
- Processing by ButtonsController#show as HTML
1439
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1440
- Rendered buttons/show.html.erb within layouts/application (8.2ms)
1441
- Completed 200 OK in 29ms (Views: 16.6ms | ActiveRecord: 0.4ms)
1442
-
1443
-
1444
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:56:17 -0200 2010
1445
- Processing by ButtonsController#show as HTML
1446
- SQL (0.7ms)  SELECT name
47
+ SQL (0.2ms) SELECT name
48
+ FROM sqlite_master
49
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
50
+ SQL (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
51
+ Migrating to CreateButtons (20101009052900)
52
+ SQL (0.1ms) select sqlite_version(*)
53
+ SQL (0.7ms) CREATE TABLE "buttons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
54
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20101009052900')
55
+ SQL (0.3ms)  SELECT name
1447
56
  FROM sqlite_master
1448
57
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1449
58
  
1450
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1451
- Rendered buttons/show.html.erb within layouts/application (5.4ms)
1452
- Completed 200 OK in 65ms (Views: 13.2ms | ActiveRecord: 0.9ms)
1453
-
1454
-
1455
- Started POST "/" for 127.0.0.1 at Sat Oct 09 13:56:19 -0200 2010
1456
- Processing by ButtonsController#push as HTML
1457
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1458
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1459
- SQL (0.8ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 15:56:19.865690' WHERE ("buttons"."id" = 1)
1460
- Redirected to http://localhost:3000/
1461
- Completed 302 Found in 28ms
1462
-
1463
-
1464
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:56:19 -0200 2010
1465
- Processing by ButtonsController#show as HTML
1466
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1467
- Rendered buttons/show.html.erb within layouts/application (4.2ms)
1468
- Completed 200 OK in 30ms (Views: 13.6ms | ActiveRecord: 0.4ms)
1469
-
1470
-
1471
- Started POST "/" for 127.0.0.1 at Sat Oct 09 13:56:21 -0200 2010
1472
- Processing by ButtonsController#push as HTML
1473
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1474
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1475
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 15:56:21.794078' WHERE ("buttons"."id" = 1)
1476
- Redirected to http://localhost:3000/
1477
- Completed 302 Found in 24ms
1478
-
1479
-
1480
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:56:21 -0200 2010
1481
- Processing by ButtonsController#show as HTML
1482
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1483
- Rendered buttons/show.html.erb within layouts/application (7.3ms)
1484
- Completed 200 OK in 27ms (Views: 14.8ms | ActiveRecord: 0.4ms)
1485
-
1486
-
1487
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:56:54 -0200 2010
1488
- Processing by ButtonsController#show as HTML
1489
- SQL (0.7ms)  SELECT name
59
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
60
+ SQL (0.1ms)  SELECT name
1490
61
  FROM sqlite_master
1491
62
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1492
63
  
1493
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1494
- Rendered buttons/show.html.erb within layouts/application (8.3ms)
1495
- Completed 200 OK in 1181ms (Views: 22.9ms | ActiveRecord: 0.9ms)
1496
-
1497
-
1498
- Started POST "/" for 127.0.0.1 at Sat Oct 09 13:57:01 -0200 2010
1499
- Processing by ButtonsController#push as HTML
1500
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1501
- Button Load (0.3ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1502
- SQL (0.7ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 15:57:01.736503' WHERE ("buttons"."id" = 1)
1503
- Redirected to http://localhost:3000/
1504
- Completed 302 Found in 667ms
1505
-
1506
-
1507
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:57:01 -0200 2010
1508
- Processing by ButtonsController#show as HTML
1509
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1510
- Rendered buttons/show.html.erb within layouts/application (6.1ms)
1511
- Completed 200 OK in 659ms (Views: 16.0ms | ActiveRecord: 0.4ms)
1512
-
1513
-
1514
- Started POST "/" for 127.0.0.1 at Sat Oct 09 13:57:10 -0200 2010
1515
- Processing by ButtonsController#push as HTML
1516
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1517
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1518
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 15:57:11.102098' WHERE ("buttons"."id" = 1)
1519
- Redirected to http://localhost:3000/
1520
- Completed 302 Found in 660ms
1521
-
1522
-
1523
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:57:11 -0200 2010
1524
- Processing by ButtonsController#show as HTML
1525
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1526
- Rendered buttons/show.html.erb within layouts/application (5.7ms)
1527
- Completed 200 OK in 656ms (Views: 15.8ms | ActiveRecord: 0.5ms)
1528
-
1529
-
1530
- Started POST "/" for 127.0.0.1 at Sat Oct 09 13:57:13 -0200 2010
1531
- Processing by ButtonsController#push as HTML
1532
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1533
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1534
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 15:57:13.838700' WHERE ("buttons"."id" = 1)
1535
- Redirected to http://localhost:3000/
1536
- Completed 302 Found in 658ms
1537
-
1538
-
1539
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:57:13 -0200 2010
1540
- Processing by ButtonsController#show as HTML
1541
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1542
- Rendered buttons/show.html.erb within layouts/application (5.6ms)
1543
- Completed 200 OK in 662ms (Views: 14.9ms | ActiveRecord: 0.4ms)
64
+ SQL (0.0ms) PRAGMA index_list("buttons")
1544
65
 
1545
66
 
1546
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:57:26 -0200 2010
67
+ Started GET "/" for 127.0.0.1 at 2012-02-07 16:13:32 -0200
1547
68
  Processing by ButtonsController#show as HTML
1548
69
  SQL (0.7ms)  SELECT name
1549
70
  FROM sqlite_master
1550
71
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1551
72
  
1552
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1553
- Rendered buttons/show.html.erb within layouts/application (7.5ms)
1554
- Completed 200 OK in 1351ms (Views: 17.1ms | ActiveRecord: 0.9ms)
1555
-
1556
-
1557
- Started POST "/" for 127.0.0.1 at Sat Oct 09 13:57:29 -0200 2010
1558
- Processing by ButtonsController#push as HTML
1559
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1560
- Button Load (0.3ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1561
- SQL (0.7ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 15:57:31.007762' WHERE ("buttons"."id" = 1)
1562
- Redirected to http://localhost:3000/
1563
- Completed 302 Found in 1289ms
1564
-
1565
-
1566
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:57:31 -0200 2010
1567
- Processing by ButtonsController#show as HTML
1568
- Button Load (0.7ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1569
- Rendered buttons/show.html.erb within layouts/application (5.7ms)
1570
- Completed 200 OK in 1282ms (Views: 15.5ms | ActiveRecord: 0.7ms)
73
+ Button Load (0.1ms) SELECT "buttons".* FROM "buttons" LIMIT 1
74
+ SQL (0.6ms) INSERT INTO "buttons" ("created_at", "state", "updated_at") VALUES ('2012-02-07 18:13:33.923432', 'Button::On', '2012-02-07 18:13:33.923432')
75
+ Rendered buttons/show.html.erb within layouts/application (2.2ms)
76
+ Completed 200 OK in 138ms (Views: 8.1ms | ActiveRecord: 1.4ms)
1571
77
 
1572
78
 
1573
- Started POST "/" for 127.0.0.1 at Sat Oct 09 13:57:33 -0200 2010
79
+ Started POST "/" for 127.0.0.1 at 2012-02-07 16:13:35 -0200
1574
80
  Processing by ButtonsController#push as HTML
1575
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1576
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1577
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 15:57:35.221893' WHERE ("buttons"."id" = 1)
81
+ Parameters: {"authenticity_token"=>"8MN2qqEzAnf+hPbUIiRXSIH/w5Q3QMdjSZ5re9MOino="}
82
+ Button Load (0.3ms) SELECT "buttons".* FROM "buttons" LIMIT 1
83
+ SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2012-02-07 18:13:36.030487' WHERE ("buttons"."id" = 1)
1578
84
  Redirected to http://localhost:3000/
1579
- Completed 302 Found in 1281ms
85
+ Completed 302 Found in 32ms
1580
86
 
1581
87
 
1582
- Started GET "/" for 127.0.0.1 at Sat Oct 09 13:57:35 -0200 2010
88
+ Started GET "/" for 127.0.0.1 at 2012-02-07 16:13:36 -0200
1583
89
  Processing by ButtonsController#show as HTML
1584
90
  Button Load (0.6ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1585
- Rendered buttons/show.html.erb within layouts/application (6.0ms)
1586
- Completed 200 OK in 1286ms (Views: 14.4ms | ActiveRecord: 0.6ms)
1587
-
1588
-
1589
- Started GET "/" for 127.0.0.1 at Sat Oct 09 14:48:53 -0200 2010
1590
- Processing by ButtonsController#show as HTML
1591
- SQL (0.7ms)  SELECT name
1592
- FROM sqlite_master
1593
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1594
- 
1595
- Button Load (0.2ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1596
- Rendered buttons/show.html.erb within layouts/application (6.1ms)
1597
- Completed 200 OK in 77ms (Views: 14.1ms | ActiveRecord: 0.9ms)
91
+ Rendered buttons/show.html.erb within layouts/application (5.3ms)
92
+ Completed 200 OK in 72ms (Views: 43.6ms | ActiveRecord: 1.3ms)
1598
93
 
1599
94
 
1600
- Started POST "/" for 127.0.0.1 at Sat Oct 09 14:48:56 -0200 2010
95
+ Started POST "/" for 127.0.0.1 at 2012-02-07 16:13:37 -0200
1601
96
  Processing by ButtonsController#push as HTML
1602
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1603
- Button Load (0.3ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1604
- SQL (0.5ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 16:48:56.465624' WHERE ("buttons"."id" = 1)
97
+ Parameters: {"authenticity_token"=>"8MN2qqEzAnf+hPbUIiRXSIH/w5Q3QMdjSZ5re9MOino="}
98
+ Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
99
+ SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2012-02-07 18:13:38.029147' WHERE ("buttons"."id" = 1)
1605
100
  Redirected to http://localhost:3000/
1606
- Completed 302 Found in 33ms
101
+ Completed 302 Found in 111ms
1607
102
 
1608
103
 
1609
- Started GET "/" for 127.0.0.1 at Sat Oct 09 14:48:56 -0200 2010
104
+ Started GET "/" for 127.0.0.1 at 2012-02-07 16:13:38 -0200
1610
105
  Processing by ButtonsController#show as HTML
1611
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1612
- Rendered buttons/show.html.erb within layouts/application (5.1ms)
1613
- Completed 200 OK in 25ms (Views: 13.1ms | ActiveRecord: 0.4ms)
106
+ Button Load (0.7ms) SELECT "buttons".* FROM "buttons" LIMIT 1
107
+ Rendered buttons/show.html.erb within layouts/application (5.5ms)
108
+ Completed 200 OK in 33ms (Views: 10.7ms | ActiveRecord: 1.6ms)
1614
109
 
1615
110
 
1616
- Started POST "/" for 127.0.0.1 at Sat Oct 09 14:48:57 -0200 2010
111
+ Started POST "/" for 127.0.0.1 at 2012-02-07 16:13:39 -0200
1617
112
  Processing by ButtonsController#push as HTML
1618
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1619
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1620
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 16:48:57.962834' WHERE ("buttons"."id" = 1)
113
+ Parameters: {"authenticity_token"=>"8MN2qqEzAnf+hPbUIiRXSIH/w5Q3QMdjSZ5re9MOino="}
114
+ Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
115
+ SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2012-02-07 18:13:39.201154' WHERE ("buttons"."id" = 1)
1621
116
  Redirected to http://localhost:3000/
1622
- Completed 302 Found in 24ms
117
+ Completed 302 Found in 92ms
1623
118
 
1624
119
 
1625
- Started GET "/" for 127.0.0.1 at Sat Oct 09 14:48:57 -0200 2010
120
+ Started GET "/" for 127.0.0.1 at 2012-02-07 16:13:39 -0200
1626
121
  Processing by ButtonsController#show as HTML
1627
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1628
- Rendered buttons/show.html.erb within layouts/application (4.6ms)
1629
- Completed 200 OK in 31ms (Views: 12.3ms | ActiveRecord: 0.4ms)
122
+ Button Load (0.6ms) SELECT "buttons".* FROM "buttons" LIMIT 1
123
+ Rendered buttons/show.html.erb within layouts/application (5.4ms)
124
+ Completed 200 OK in 55ms (Views: 10.1ms | ActiveRecord: 1.5ms)
1630
125
 
1631
126
 
1632
- Started POST "/" for 127.0.0.1 at Sat Oct 09 14:48:58 -0200 2010
127
+ Started POST "/" for 127.0.0.1 at 2012-02-07 16:13:40 -0200
1633
128
  Processing by ButtonsController#push as HTML
1634
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1635
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1636
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 16:48:58.977825' WHERE ("buttons"."id" = 1)
129
+ Parameters: {"authenticity_token"=>"8MN2qqEzAnf+hPbUIiRXSIH/w5Q3QMdjSZ5re9MOino="}
130
+ Button Load (0.6ms) SELECT "buttons".* FROM "buttons" LIMIT 1
131
+ SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2012-02-07 18:13:40.086348' WHERE ("buttons"."id" = 1)
1637
132
  Redirected to http://localhost:3000/
1638
- Completed 302 Found in 21ms
133
+ Completed 302 Found in 67ms
1639
134
 
1640
135
 
1641
- Started GET "/" for 127.0.0.1 at Sat Oct 09 14:48:58 -0200 2010
136
+ Started GET "/" for 127.0.0.1 at 2012-02-07 16:13:40 -0200
1642
137
  Processing by ButtonsController#show as HTML
1643
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1644
- Rendered buttons/show.html.erb within layouts/application (4.7ms)
1645
- Completed 200 OK in 23ms (Views: 11.4ms | ActiveRecord: 0.4ms)
138
+ Button Load (0.7ms) SELECT "buttons".* FROM "buttons" LIMIT 1
139
+ Rendered buttons/show.html.erb within layouts/application (5.9ms)
140
+ Completed 200 OK in 31ms (Views: 10.9ms | ActiveRecord: 1.7ms)
1646
141
 
1647
142
 
1648
- Started POST "/" for 127.0.0.1 at Sat Oct 09 14:48:59 -0200 2010
143
+ Started POST "/" for 127.0.0.1 at 2012-02-07 16:13:40 -0200
1649
144
  Processing by ButtonsController#push as HTML
1650
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1651
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1652
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2010-10-09 16:48:59.833854' WHERE ("buttons"."id" = 1)
145
+ Parameters: {"authenticity_token"=>"8MN2qqEzAnf+hPbUIiRXSIH/w5Q3QMdjSZ5re9MOino="}
146
+ Button Load (0.6ms) SELECT "buttons".* FROM "buttons" LIMIT 1
147
+ SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::Off', "updated_at" = '2012-02-07 18:13:40.940512' WHERE ("buttons"."id" = 1)
1653
148
  Redirected to http://localhost:3000/
1654
- Completed 302 Found in 21ms
149
+ Completed 302 Found in 31ms
1655
150
 
1656
151
 
1657
- Started GET "/" for 127.0.0.1 at Sat Oct 09 14:48:59 -0200 2010
152
+ Started GET "/" for 127.0.0.1 at 2012-02-07 16:13:40 -0200
1658
153
  Processing by ButtonsController#show as HTML
1659
- Button Load (0.5ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1660
- Rendered buttons/show.html.erb within layouts/application (4.1ms)
1661
- Completed 200 OK in 30ms (Views: 11.3ms | ActiveRecord: 0.5ms)
154
+ Button Load (0.6ms) SELECT "buttons".* FROM "buttons" LIMIT 1
155
+ Rendered buttons/show.html.erb within layouts/application (5.4ms)
156
+ Completed 200 OK in 33ms (Views: 10.1ms | ActiveRecord: 1.6ms)
1662
157
 
1663
158
 
1664
- Started POST "/" for 127.0.0.1 at Sat Oct 09 14:49:00 -0200 2010
159
+ Started POST "/" for 127.0.0.1 at 2012-02-07 16:13:41 -0200
1665
160
  Processing by ButtonsController#push as HTML
1666
- Parameters: {"authenticity_token"=>"fqFrogTT6IhdbvcL5EhBvRtZt5zRLTq3ska9LFiul9o="}
1667
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1668
- SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2010-10-09 16:49:00.752754' WHERE ("buttons"."id" = 1)
161
+ Parameters: {"authenticity_token"=>"8MN2qqEzAnf+hPbUIiRXSIH/w5Q3QMdjSZ5re9MOino="}
162
+ Button Load (1.3ms) SELECT "buttons".* FROM "buttons" LIMIT 1
163
+ SQL (0.4ms) UPDATE "buttons" SET "state" = 'Button::On', "updated_at" = '2012-02-07 18:13:41.620905' WHERE ("buttons"."id" = 1)
1669
164
  Redirected to http://localhost:3000/
1670
- Completed 302 Found in 22ms
165
+ Completed 302 Found in 40ms
1671
166
 
1672
167
 
1673
- Started GET "/" for 127.0.0.1 at Sat Oct 09 14:49:00 -0200 2010
168
+ Started GET "/" for 127.0.0.1 at 2012-02-07 16:13:41 -0200
1674
169
  Processing by ButtonsController#show as HTML
1675
- Button Load (0.4ms) SELECT "buttons".* FROM "buttons" LIMIT 1
1676
- Rendered buttons/show.html.erb within layouts/application (4.5ms)
1677
- Completed 200 OK in 22ms (Views: 11.1ms | ActiveRecord: 0.4ms)
170
+ Button Load (0.6ms) SELECT "buttons".* FROM "buttons" LIMIT 1
171
+ Rendered buttons/show.html.erb within layouts/application (5.0ms)
172
+ Completed 200 OK in 66ms (Views: 9.7ms | ActiveRecord: 2.3ms)