popfly 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.rdoc +12 -0
  3. data/Rakefile +40 -0
  4. data/app/controllers/popfly/application_controller.rb +4 -0
  5. data/app/controllers/popfly/popfly_controller.rb +31 -0
  6. data/config/routes.rb +3 -0
  7. data/lib/popfly/engine.rb +5 -0
  8. data/lib/popfly/version.rb +3 -0
  9. data/lib/popfly.rb +4 -0
  10. data/lib/tasks/popfly_tasks.rake +4 -0
  11. data/test/dummy/README.rdoc +261 -0
  12. data/test/dummy/Rakefile +7 -0
  13. data/test/dummy/app/assets/javascripts/application.js +15 -0
  14. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  15. data/test/dummy/app/controllers/application_controller.rb +3 -0
  16. data/test/dummy/app/helpers/application_helper.rb +2 -0
  17. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  18. data/test/dummy/config/application.rb +59 -0
  19. data/test/dummy/config/boot.rb +10 -0
  20. data/test/dummy/config/database.yml +25 -0
  21. data/test/dummy/config/environment.rb +5 -0
  22. data/test/dummy/config/environments/development.rb +37 -0
  23. data/test/dummy/config/environments/production.rb +67 -0
  24. data/test/dummy/config/environments/test.rb +37 -0
  25. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  26. data/test/dummy/config/initializers/inflections.rb +15 -0
  27. data/test/dummy/config/initializers/mime_types.rb +5 -0
  28. data/test/dummy/config/initializers/secret_token.rb +7 -0
  29. data/test/dummy/config/initializers/session_store.rb +8 -0
  30. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  31. data/test/dummy/config/locales/en.yml +5 -0
  32. data/test/dummy/config/routes.rb +4 -0
  33. data/test/dummy/config.ru +4 -0
  34. data/test/dummy/db/development.sqlite3 +0 -0
  35. data/test/dummy/db/test.sqlite3 +0 -0
  36. data/test/dummy/log/development.log +1120 -0
  37. data/test/dummy/log/test.log +736 -0
  38. data/test/dummy/public/404.html +26 -0
  39. data/test/dummy/public/422.html +26 -0
  40. data/test/dummy/public/500.html +25 -0
  41. data/test/dummy/public/favicon.ico +0 -0
  42. data/test/dummy/script/rails +6 -0
  43. data/test/functional/popfly/popfly_controller_test.rb +14 -0
  44. data/test/integration/navigation_test.rb +10 -0
  45. data/test/popfly_test.rb +7 -0
  46. data/test/test_helper.rb +15 -0
  47. data/test/unit/helpers/popfly/popfly_helper_test.rb +6 -0
  48. metadata +163 -0
@@ -0,0 +1,736 @@
1
+ Connecting to database specified by database.yml
2
+  (0.2ms) begin transaction
3
+  (0.0ms) rollback transaction
4
+  (0.0ms) begin transaction
5
+  (0.0ms) rollback transaction
6
+ Connecting to database specified by database.yml
7
+  (0.2ms) begin transaction
8
+  (0.0ms) rollback transaction
9
+  (0.0ms) begin transaction
10
+  (0.0ms) rollback transaction
11
+ Connecting to database specified by database.yml
12
+  (0.2ms) begin transaction
13
+  (0.0ms) rollback transaction
14
+  (0.0ms) begin transaction
15
+  (0.0ms) rollback transaction
16
+ Connecting to database specified by database.yml
17
+  (0.2ms) begin transaction
18
+  (0.0ms) rollback transaction
19
+  (0.0ms) begin transaction
20
+  (0.0ms) rollback transaction
21
+ Connecting to database specified by database.yml
22
+  (0.2ms) begin transaction
23
+  (0.0ms) rollback transaction
24
+  (0.0ms) begin transaction
25
+  (0.0ms) rollback transaction
26
+ Connecting to database specified by database.yml
27
+  (0.2ms) begin transaction
28
+  (0.0ms) rollback transaction
29
+  (0.0ms) begin transaction
30
+  (0.0ms) rollback transaction
31
+ Connecting to database specified by database.yml
32
+  (0.3ms) begin transaction
33
+  (0.1ms) rollback transaction
34
+  (0.0ms) begin transaction
35
+  (0.0ms) rollback transaction
36
+ Connecting to database specified by database.yml
37
+  (0.2ms) begin transaction
38
+ Processing by Popfly::PopflyController#index as HTML
39
+ Rendered text template (0.0ms)
40
+ Completed 200 OK in 20ms (Views: 19.3ms | ActiveRecord: 0.0ms)
41
+  (0.1ms) rollback transaction
42
+  (0.0ms) begin transaction
43
+  (0.0ms) rollback transaction
44
+ Connecting to database specified by database.yml
45
+  (0.2ms) begin transaction
46
+ Processing by Popfly::PopflyController#index as HTML
47
+ Completed 500 Internal Server Error in 3ms
48
+  (0.1ms) rollback transaction
49
+  (0.0ms) begin transaction
50
+  (0.0ms) rollback transaction
51
+ Connecting to database specified by database.yml
52
+  (0.2ms) begin transaction
53
+ Processing by Popfly::PopflyController#index as HTML
54
+ Completed 500 Internal Server Error in 2ms
55
+  (0.0ms) rollback transaction
56
+  (0.0ms) begin transaction
57
+  (0.0ms) rollback transaction
58
+ Connecting to database specified by database.yml
59
+  (0.2ms) begin transaction
60
+ Processing by Popfly::PopflyController#index as HTML
61
+ Completed 500 Internal Server Error in 1ms
62
+  (0.0ms) rollback transaction
63
+  (0.0ms) begin transaction
64
+  (0.0ms) rollback transaction
65
+ Connecting to database specified by database.yml
66
+  (0.2ms) begin transaction
67
+ Processing by Popfly::PopflyController#index as HTML
68
+ Completed 500 Internal Server Error in 3ms
69
+  (0.1ms) rollback transaction
70
+  (0.1ms) begin transaction
71
+  (0.0ms) rollback transaction
72
+ Connecting to database specified by database.yml
73
+  (0.2ms) begin transaction
74
+ Processing by Popfly::PopflyController#index as HTML
75
+ Rendered text template (0.0ms)
76
+ Completed 200 OK in 36ms (Views: 34.9ms | ActiveRecord: 0.8ms)
77
+  (0.1ms) rollback transaction
78
+  (0.0ms) begin transaction
79
+  (0.0ms) rollback transaction
80
+ Connecting to database specified by database.yml
81
+  (0.2ms) begin transaction
82
+ Processing by Popfly::PopflyController#index as HTML
83
+ Rendered text template (0.0ms)
84
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.8ms)
85
+  (0.0ms) rollback transaction
86
+  (0.1ms) begin transaction
87
+  (0.0ms) rollback transaction
88
+ Connecting to database specified by database.yml
89
+  (0.2ms) begin transaction
90
+ Processing by Popfly::PopflyController#index as HTML
91
+ no tables
92
+ Rendered text template (0.0ms)
93
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.8ms)
94
+  (0.0ms) rollback transaction
95
+  (0.0ms) begin transaction
96
+  (0.0ms) rollback transaction
97
+ Connecting to database specified by database.yml
98
+  (0.2ms) begin transaction
99
+ Processing by Popfly::PopflyController#index as HTML
100
+ Rendered text template (0.0ms)
101
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.8ms)
102
+  (0.0ms) rollback transaction
103
+  (0.0ms) begin transaction
104
+  (0.0ms) rollback transaction
105
+ Connecting to database specified by database.yml
106
+  (0.2ms) begin transaction
107
+ Processing by Popfly::PopflyController#index as HTML
108
+ Completed 500 Internal Server Error in 1ms
109
+  (0.0ms) rollback transaction
110
+  (0.0ms) begin transaction
111
+  (0.0ms) rollback transaction
112
+ Connecting to database specified by database.yml
113
+  (0.2ms) begin transaction
114
+ Processing by Popfly::PopflyController#index as HTML
115
+ Rendered text template (0.0ms)
116
+ Completed 500 Internal Server Error in 7ms
117
+  (0.1ms) rollback transaction
118
+  (0.0ms) begin transaction
119
+  (0.0ms) rollback transaction
120
+ Connecting to database specified by database.yml
121
+  (0.2ms) begin transaction
122
+ Processing by Popfly::PopflyController#index as HTML
123
+ Application unavailable.
124
+ Rendered text template (0.0ms)
125
+ OK
126
+ Completed 500 Internal Server Error in 6ms
127
+  (0.0ms) rollback transaction
128
+  (0.0ms) begin transaction
129
+  (0.0ms) rollback transaction
130
+ Connecting to database specified by database.yml
131
+  (0.2ms) begin transaction
132
+ Processing by Popfly::PopflyController#index as HTML
133
+ OK
134
+ Rendered text template (0.0ms)
135
+ Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.8ms)
136
+  (0.1ms) rollback transaction
137
+  (0.0ms) begin transaction
138
+ Processing by Popfly::PopflyController#index as HTML
139
+ OK
140
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.1ms)
141
+  (0.0ms) rollback transaction
142
+  (0.0ms) begin transaction
143
+  (0.0ms) rollback transaction
144
+ Connecting to database specified by database.yml
145
+  (0.2ms) begin transaction
146
+ Processing by Popfly::PopflyController#index as HTML
147
+ OK
148
+ Rendered text template (0.0ms)
149
+ Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.9ms)
150
+  (0.1ms) rollback transaction
151
+  (0.0ms) begin transaction
152
+  (0.0ms) rollback transaction
153
+  (0.0ms) begin transaction
154
+ Processing by Popfly::PopflyController#index as HTML
155
+ OK
156
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.1ms)
157
+  (0.0ms) rollback transaction
158
+  (0.0ms) begin transaction
159
+  (0.0ms) rollback transaction
160
+ Connecting to database specified by database.yml
161
+  (0.2ms) begin transaction
162
+  (0.0ms) rollback transaction
163
+  (0.0ms) begin transaction
164
+ Processing by Popfly::PopflyController#index as HTML
165
+ OK
166
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.7ms)
167
+  (0.0ms) rollback transaction
168
+  (0.0ms) begin transaction
169
+  (0.0ms) rollback transaction
170
+ Connecting to database specified by database.yml
171
+  (0.2ms) begin transaction
172
+  (18.9ms) drop table schema_migrations
173
+ Processing by Popfly::PopflyController#index as HTML
174
+ No tables defined in DB. Run your migrations!
175
+ No tables defined in DB. Run your migrations!
176
+ Rendered text template (0.0ms)
177
+ Completed 503 Service Unavailable in 7ms (Views: 5.4ms | ActiveRecord: 1.0ms)
178
+  (0.5ms) rollback transaction
179
+  (0.0ms) begin transaction
180
+ Processing by Popfly::PopflyController#index as HTML
181
+ OK
182
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
183
+  (0.0ms) rollback transaction
184
+  (0.0ms) begin transaction
185
+  (0.0ms) rollback transaction
186
+ Connecting to database specified by database.yml
187
+  (0.2ms) begin transaction
188
+  (3.5ms) drop table schema_migrations
189
+ Processing by Popfly::PopflyController#index as HTML
190
+ No tables defined in DB. Run your migrations!
191
+ No tables defined in DB. Run your migrations!
192
+ Rendered text template (0.0ms)
193
+ Completed 503 Service Unavailable in 6ms (Views: 5.4ms | ActiveRecord: 0.7ms)
194
+  (0.5ms) rollback transaction
195
+  (0.0ms) begin transaction
196
+ Processing by Popfly::PopflyController#index as HTML
197
+ OK
198
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
199
+  (0.0ms) rollback transaction
200
+  (0.0ms) begin transaction
201
+  (0.0ms) rollback transaction
202
+ Connecting to database specified by database.yml
203
+  (0.2ms) begin transaction
204
+  (0.5ms) drop table schema_migrations
205
+ Processing by Popfly::PopflyController#index as HTML
206
+ No tables defined in DB. Run your migrations!
207
+ No tables defined in DB. Run your migrations!
208
+ Rendered text template (0.0ms)
209
+ Completed 503 Service Unavailable in 7ms (Views: 5.4ms | ActiveRecord: 0.8ms)
210
+  (0.4ms) rollback transaction
211
+  (0.0ms) begin transaction
212
+ Processing by Popfly::PopflyController#index as HTML
213
+ OK
214
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
215
+  (0.0ms) rollback transaction
216
+  (0.0ms) begin transaction
217
+  (0.0ms) rollback transaction
218
+ Connecting to database specified by database.yml
219
+  (0.2ms) begin transaction
220
+  (0.4ms) drop table schema_migrations
221
+ Processing by Popfly::PopflyController#index as HTML
222
+ No tables defined in DB. Run your migrations!
223
+ No tables defined in DB. Run your migrations!
224
+ Rendered text template (0.0ms)
225
+ Completed 503 Service Unavailable in 6ms (Views: 5.4ms | ActiveRecord: 0.7ms)
226
+  (0.4ms) rollback transaction
227
+  (0.0ms) begin transaction
228
+ Processing by Popfly::PopflyController#index as HTML
229
+ OK
230
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
231
+  (0.0ms) rollback transaction
232
+  (0.0ms) begin transaction
233
+  (0.0ms) rollback transaction
234
+ Connecting to database specified by database.yml
235
+  (0.2ms) begin transaction
236
+  (0.1ms) drop table schema_migrations
237
+ SQLite3::SQLException: no such table: schema_migrations: drop table schema_migrations
238
+  (0.0ms) rollback transaction
239
+  (0.0ms) begin transaction
240
+ Processing by Popfly::PopflyController#index as HTML
241
+ No tables defined in DB. Run your migrations!
242
+ No tables defined in DB. Run your migrations!
243
+ Completed 503 Service Unavailable in 7ms (Views: 5.5ms | ActiveRecord: 0.8ms)
244
+  (0.1ms) rollback transaction
245
+  (0.0ms) begin transaction
246
+  (0.0ms) rollback transaction
247
+ Connecting to database specified by database.yml
248
+  (0.2ms) begin transaction
249
+ Processing by Popfly::PopflyController#index as HTML
250
+ No tables defined in DB. Run your migrations!
251
+ No tables defined in DB. Run your migrations!
252
+ Rendered text template (0.0ms)
253
+ Completed 503 Service Unavailable in 6ms (Views: 5.3ms | ActiveRecord: 0.1ms)
254
+  (0.0ms) rollback transaction
255
+  (0.0ms) begin transaction
256
+ Processing by Popfly::PopflyController#index as HTML
257
+ No tables defined in DB. Run your migrations!
258
+ No tables defined in DB. Run your migrations!
259
+ Completed 503 Service Unavailable in 0ms (Views: 0.2ms | ActiveRecord: 0.1ms)
260
+  (0.0ms) rollback transaction
261
+  (0.0ms) begin transaction
262
+  (0.0ms) rollback transaction
263
+ Connecting to database specified by database.yml
264
+  (0.2ms) begin transaction
265
+ Processing by Popfly::PopflyController#index as HTML
266
+ No tables defined in DB. Run your migrations!
267
+ No tables defined in DB. Run your migrations!
268
+ Rendered text template (0.0ms)
269
+ Completed 503 Service Unavailable in 22ms (Views: 21.4ms | ActiveRecord: 0.1ms)
270
+  (0.1ms) rollback transaction
271
+  (0.0ms) begin transaction
272
+ Processing by Popfly::PopflyController#index as HTML
273
+ No tables defined in DB. Run your migrations!
274
+ No tables defined in DB. Run your migrations!
275
+ Completed 503 Service Unavailable in 0ms (Views: 0.2ms | ActiveRecord: 0.1ms)
276
+  (0.0ms) rollback transaction
277
+  (0.0ms) begin transaction
278
+  (0.0ms) rollback transaction
279
+ Connecting to database specified by database.yml
280
+  (0.2ms) begin transaction
281
+ Processing by Popfly::PopflyController#index as HTML
282
+ No tables defined in DB. Run your migrations!
283
+ No tables defined in DB. Run your migrations!
284
+ Rendered text template (0.0ms)
285
+ Completed 503 Service Unavailable in 5ms (Views: 5.0ms | ActiveRecord: 0.1ms)
286
+  (0.0ms) rollback transaction
287
+  (0.0ms) begin transaction
288
+ Processing by Popfly::PopflyController#index as HTML
289
+ No tables defined in DB. Run your migrations!
290
+ No tables defined in DB. Run your migrations!
291
+ Completed 503 Service Unavailable in 0ms (Views: 0.2ms | ActiveRecord: 0.1ms)
292
+  (0.0ms) rollback transaction
293
+  (0.0ms) begin transaction
294
+  (0.0ms) rollback transaction
295
+ Connecting to database specified by database.yml
296
+  (0.2ms) begin transaction
297
+ Processing by Popfly::PopflyController#index as HTML
298
+ No tables defined in DB. Run your migrations!
299
+ No tables defined in DB. Run your migrations!
300
+ Rendered text template (0.0ms)
301
+ Completed 503 Service Unavailable in 6ms (Views: 5.2ms | ActiveRecord: 0.1ms)
302
+  (0.0ms) rollback transaction
303
+  (0.0ms) begin transaction
304
+ Processing by Popfly::PopflyController#index as HTML
305
+ No tables defined in DB. Run your migrations!
306
+ No tables defined in DB. Run your migrations!
307
+ Completed 503 Service Unavailable in 0ms (Views: 0.2ms | ActiveRecord: 0.1ms)
308
+  (0.0ms) rollback transaction
309
+  (0.0ms) begin transaction
310
+  (0.0ms) rollback transaction
311
+ Connecting to database specified by database.yml
312
+  (0.1ms) begin transaction
313
+ Processing by Popfly::PopflyController#index as HTML
314
+ No tables defined in DB. Run your migrations!
315
+ No tables defined in DB. Run your migrations!
316
+ Rendered text template (0.0ms)
317
+ Completed 503 Service Unavailable in 6ms (Views: 5.7ms | ActiveRecord: 0.1ms)
318
+  (0.1ms) rollback transaction
319
+  (0.0ms) begin transaction
320
+ Processing by Popfly::PopflyController#index as HTML
321
+ No tables defined in DB. Run your migrations!
322
+ No tables defined in DB. Run your migrations!
323
+ Completed 503 Service Unavailable in 0ms (Views: 0.2ms | ActiveRecord: 0.1ms)
324
+  (0.0ms) rollback transaction
325
+  (0.0ms) begin transaction
326
+  (0.0ms) rollback transaction
327
+ Connecting to database specified by database.yml
328
+  (0.2ms) begin transaction
329
+ Processing by Popfly::PopflyController#index as HTML
330
+ No tables defined in DB. Run your migrations!
331
+ No tables defined in DB. Run your migrations!
332
+ Rendered text template (0.0ms)
333
+ Completed 503 Service Unavailable in 6ms (Views: 5.5ms | ActiveRecord: 0.1ms)
334
+  (0.1ms) rollback transaction
335
+  (0.0ms) begin transaction
336
+ Processing by Popfly::PopflyController#index as HTML
337
+ No tables defined in DB. Run your migrations!
338
+ No tables defined in DB. Run your migrations!
339
+ Completed 503 Service Unavailable in 18ms (Views: 0.4ms | ActiveRecord: 0.1ms)
340
+  (0.1ms) rollback transaction
341
+  (0.0ms) begin transaction
342
+  (0.0ms) rollback transaction
343
+ Connecting to database specified by database.yml
344
+  (0.1ms) begin transaction
345
+ Processing by Popfly::PopflyController#index as HTML
346
+ No tables defined in DB. Run your migrations!
347
+ No tables defined in DB. Run your migrations!
348
+ Rendered text template (0.0ms)
349
+ Completed 503 Service Unavailable in 6ms (Views: 5.4ms | ActiveRecord: 0.8ms)
350
+  (0.0ms) rollback transaction
351
+  (0.0ms) begin transaction
352
+ Processing by Popfly::PopflyController#index as HTML
353
+ No tables defined in DB. Run your migrations!
354
+ No tables defined in DB. Run your migrations!
355
+ Completed 503 Service Unavailable in 0ms (Views: 0.2ms | ActiveRecord: 0.1ms)
356
+  (0.0ms) rollback transaction
357
+  (0.0ms) begin transaction
358
+  (0.0ms) rollback transaction
359
+
360
+
361
+ Started GET "/popfly" for 127.0.0.1 at 2012-07-20 14:41:17 -0500
362
+ Connecting to database specified by database.yml
363
+ Processing by Popfly::PopflyController#index as HTML
364
+ No tables defined in DB. Run your migrations!
365
+ No tables defined in DB. Run your migrations!
366
+ Rendered text template (0.0ms)
367
+ Completed 503 Service Unavailable in 8ms (Views: 6.1ms | ActiveRecord: 1.2ms)
368
+ Connecting to database specified by database.yml
369
+  (0.2ms) begin transaction
370
+ Processing by Popfly::PopflyController#index as HTML
371
+ No tables defined in DB. Run your migrations!
372
+ No tables defined in DB. Run your migrations!
373
+ Rendered text template (0.0ms)
374
+ Completed 503 Service Unavailable in 80ms (Views: 79.9ms | ActiveRecord: 0.1ms)
375
+  (0.1ms) rollback transaction
376
+  (0.1ms) begin transaction
377
+ Processing by Popfly::PopflyController#index as HTML
378
+ No tables defined in DB. Run your migrations!
379
+ No tables defined in DB. Run your migrations!
380
+ Completed 503 Service Unavailable in 1ms (Views: 0.3ms | ActiveRecord: 0.1ms)
381
+  (0.0ms) rollback transaction
382
+  (0.0ms) begin transaction
383
+  (0.0ms) rollback transaction
384
+ Connecting to database specified by database.yml
385
+  (0.2ms) begin transaction
386
+ Processing by Popfly::PopflyController#index as HTML
387
+ No tables defined in DB. Run your migrations!
388
+ No tables defined in DB. Run your migrations!
389
+ Rendered text template (0.0ms)
390
+ Completed 503 Service Unavailable in 6ms (Views: 5.4ms | ActiveRecord: 0.1ms)
391
+  (0.0ms) rollback transaction
392
+  (0.0ms) begin transaction
393
+ Processing by Popfly::PopflyController#index as HTML
394
+ No tables defined in DB. Run your migrations!
395
+ No tables defined in DB. Run your migrations!
396
+ Completed 503 Service Unavailable in 0ms (Views: 0.2ms | ActiveRecord: 0.1ms)
397
+  (0.0ms) rollback transaction
398
+  (0.0ms) begin transaction
399
+  (0.0ms) rollback transaction
400
+
401
+
402
+ Started GET "/popfly" for 127.0.0.1 at 2012-07-20 14:48:38 -0500
403
+ Connecting to database specified by database.yml
404
+ Processing by Popfly::PopflyController#index as HTML
405
+ No tables defined in DB. Run your migrations!
406
+ No tables defined in DB. Run your migrations!
407
+ Rendered text template (0.0ms)
408
+ Completed 503 Service Unavailable in 7ms (Views: 5.5ms | ActiveRecord: 0.8ms)
409
+
410
+
411
+ Started GET "/popfly" for 127.0.0.1 at 2012-07-20 14:48:39 -0500
412
+ Processing by Popfly::PopflyController#index as HTML
413
+ No tables defined in DB. Run your migrations!
414
+ No tables defined in DB. Run your migrations!
415
+ Rendered text template (0.0ms)
416
+ Completed 503 Service Unavailable in 1ms (Views: 0.3ms | ActiveRecord: 0.1ms)
417
+
418
+
419
+ Started GET "/popfly" for 127.0.0.1 at 2012-07-20 14:48:54 -0500
420
+ Connecting to database specified by database.yml
421
+ Processing by Popfly::PopflyController#index as HTML
422
+ No tables defined in DB. Run your migrations!
423
+ No tables defined in DB. Run your migrations!
424
+ Rendered text template (0.0ms)
425
+ Completed 503 Service Unavailable in 7ms (Views: 5.7ms | ActiveRecord: 0.8ms)
426
+ Connecting to database specified by database.yml
427
+  (0.2ms) begin transaction
428
+  (1.1ms) select sqlite_version(*)
429
+  (0.4ms) CREATE TABLE "placeholder" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slot1" varchar(255)) 
430
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
431
+  (0.0ms) PRAGMA index_list("schema_migrations")
432
+  (0.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
433
+  (0.0ms) SELECT version FROM "schema_migrations"
434
+  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120720194235')
435
+  (0.1ms) drop table placeholder
436
+  (0.1ms) drop table schema_migrations
437
+ Processing by Popfly::PopflyController#index as HTML
438
+ No tables defined in DB. Run your migrations!
439
+ No tables defined in DB. Run your migrations!
440
+ Rendered text template (0.0ms)
441
+ Completed 503 Service Unavailable in 10ms (Views: 9.7ms | ActiveRecord: 0.1ms)
442
+  (0.4ms) rollback transaction
443
+  (0.0ms) begin transaction
444
+ Processing by Popfly::PopflyController#index as HTML
445
+ No tables defined in DB. Run your migrations!
446
+ No tables defined in DB. Run your migrations!
447
+ Completed 503 Service Unavailable in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
448
+  (0.0ms) rollback transaction
449
+  (0.0ms) begin transaction
450
+  (0.0ms) rollback transaction
451
+ Connecting to database specified by database.yml
452
+  (0.1ms) begin transaction
453
+  (0.7ms) select sqlite_version(*)
454
+  (0.3ms) CREATE TABLE "placeholder" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slot1" varchar(255)) 
455
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
456
+  (0.0ms) PRAGMA index_list("schema_migrations")
457
+  (0.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
458
+  (0.0ms) SELECT version FROM "schema_migrations"
459
+  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120720194235')
460
+  (0.1ms) drop table placeholder
461
+  (0.1ms) drop table schema_migrations
462
+ Processing by Popfly::PopflyController#index as HTML
463
+ No tables defined in DB. Run your migrations!
464
+ No tables defined in DB. Run your migrations!
465
+ Rendered text template (0.0ms)
466
+ Completed 503 Service Unavailable in 6ms (Views: 5.4ms | ActiveRecord: 0.1ms)
467
+  (0.4ms) rollback transaction
468
+  (0.0ms) begin transaction
469
+ Processing by Popfly::PopflyController#index as HTML
470
+ No tables defined in DB. Run your migrations!
471
+ No tables defined in DB. Run your migrations!
472
+ Completed 503 Service Unavailable in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
473
+  (0.0ms) rollback transaction
474
+  (0.0ms) begin transaction
475
+  (0.0ms) rollback transaction
476
+ Connecting to database specified by database.yml
477
+  (0.2ms) begin transaction
478
+  (0.8ms) select sqlite_version(*)
479
+  (61.6ms) CREATE TABLE "placeholder" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slot1" varchar(255)) 
480
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
481
+  (0.1ms) PRAGMA index_list("schema_migrations")
482
+  (6.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
483
+  (0.1ms) SELECT version FROM "schema_migrations"
484
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120720194235')
485
+ Processing by Popfly::PopflyController#index as HTML
486
+ OK
487
+ Rendered text template (0.0ms)
488
+ Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.1ms)
489
+  (0.5ms) rollback transaction
490
+  (0.0ms) begin transaction
491
+  (0.0ms) rollback transaction
492
+ Connecting to database specified by database.yml
493
+  (0.1ms) begin transaction
494
+  (0.0ms) rollback transaction
495
+  (0.0ms) begin transaction
496
+ Processing by Popfly::PopflyController#index as HTML
497
+ No tables defined in DB. Run your migrations!
498
+ No tables defined in DB. Run your migrations!
499
+ Completed 503 Service Unavailable in 6ms (Views: 5.1ms | ActiveRecord: 0.1ms)
500
+  (0.0ms) rollback transaction
501
+  (0.0ms) begin transaction
502
+  (0.0ms) rollback transaction
503
+ Connecting to database specified by database.yml
504
+  (0.2ms) begin transaction
505
+  (0.0ms) rollback transaction
506
+  (0.0ms) begin transaction
507
+ Processing by Popfly::PopflyController#index as HTML
508
+ No tables defined in DB. Run your migrations!
509
+ No tables defined in DB. Run your migrations!
510
+ Completed 503 Service Unavailable in 6ms (Views: 5.6ms | ActiveRecord: 0.1ms)
511
+  (0.1ms) rollback transaction
512
+  (0.0ms) begin transaction
513
+  (0.0ms) rollback transaction
514
+ Connecting to database specified by database.yml
515
+  (0.8ms) select sqlite_version(*)
516
+  (2.3ms) CREATE TABLE "placeholder" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slot1" varchar(255))
517
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
518
+  (0.0ms) PRAGMA index_list("schema_migrations")
519
+  (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
520
+  (0.1ms) SELECT version FROM "schema_migrations"
521
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120720194235')
522
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
523
+ Connecting to database specified by database.yml
524
+  (0.2ms) begin transaction
525
+  (0.5ms) drop table placeholder
526
+  (0.1ms) drop table schema_migrations
527
+  (0.4ms) rollback transaction
528
+  (0.0ms) begin transaction
529
+ Processing by Popfly::PopflyController#index as HTML
530
+ OK
531
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms)
532
+  (0.1ms) rollback transaction
533
+  (0.0ms) begin transaction
534
+  (0.0ms) rollback transaction
535
+ Connecting to database specified by database.yml
536
+  (0.2ms) begin transaction
537
+  (0.8ms) select sqlite_version(*)
538
+  (0.5ms) DROP TABLE "placeholder"
539
+  (0.1ms) CREATE TABLE "placeholder" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slot1" varchar(255))
540
+  (0.0ms) SELECT version FROM "schema_migrations"
541
+  (0.1ms) drop table schema_migrations
542
+  (0.1ms) drop table placeholder
543
+ Processing by Popfly::PopflyController#index as HTML
544
+ No tables defined in DB. Run your migrations!
545
+ No tables defined in DB. Run your migrations!
546
+ Rendered text template (0.0ms)
547
+ Completed 503 Service Unavailable in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
548
+  (0.6ms) rollback transaction
549
+  (0.0ms) begin transaction
550
+ Processing by Popfly::PopflyController#index as HTML
551
+ OK
552
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
553
+  (0.0ms) rollback transaction
554
+  (0.0ms) begin transaction
555
+  (0.0ms) rollback transaction
556
+ Connecting to database specified by database.yml
557
+  (0.2ms) begin transaction
558
+  (0.7ms) select sqlite_version(*)
559
+  (0.5ms) DROP TABLE "placeholder"
560
+  (0.1ms) CREATE TABLE "placeholder" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slot1" varchar(255))
561
+  (0.0ms) SELECT version FROM "schema_migrations"
562
+  (0.1ms) drop table schema_migrations
563
+  (0.1ms) drop table placeholder
564
+ Processing by Popfly::PopflyController#index as HTML
565
+ No tables defined in DB. Run your migrations!
566
+ No tables defined in DB. Run your migrations!
567
+ Rendered text template (0.0ms)
568
+ Completed 503 Service Unavailable in 7ms (Views: 6.2ms | ActiveRecord: 0.1ms)
569
+  (0.5ms) rollback transaction
570
+  (0.0ms) begin transaction
571
+ Processing by Popfly::PopflyController#index as HTML
572
+ OK
573
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
574
+  (0.0ms) rollback transaction
575
+  (0.0ms) begin transaction
576
+  (0.0ms) rollback transaction
577
+ Connecting to database specified by database.yml
578
+  (0.2ms) begin transaction
579
+  (0.8ms) select sqlite_version(*)
580
+  (0.5ms) DROP TABLE "placeholder"
581
+  (0.1ms) CREATE TABLE "placeholder" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slot1" varchar(255))
582
+  (0.1ms) SELECT version FROM "schema_migrations"
583
+  (0.2ms) drop table schema_migrations
584
+  (0.1ms) drop table placeholder
585
+ Processing by Popfly::PopflyController#index as HTML
586
+ No tables defined in DB. Run your migrations!
587
+ No tables defined in DB. Run your migrations!
588
+ Rendered text template (0.0ms)
589
+ Completed 503 Service Unavailable in 7ms (Views: 6.8ms | ActiveRecord: 0.1ms)
590
+  (0.5ms) rollback transaction
591
+  (0.0ms) begin transaction
592
+ Processing by Popfly::PopflyController#index as HTML
593
+ OK
594
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
595
+  (0.0ms) rollback transaction
596
+  (0.0ms) begin transaction
597
+  (0.0ms) rollback transaction
598
+ Connecting to database specified by database.yml
599
+  (0.2ms) begin transaction
600
+  (0.8ms) select sqlite_version(*)
601
+  (0.5ms) DROP TABLE "placeholder"
602
+  (0.1ms) CREATE TABLE "placeholder" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slot1" varchar(255))
603
+  (0.0ms) SELECT version FROM "schema_migrations"
604
+  (0.2ms) drop table schema_migrations
605
+  (0.1ms) drop table placeholder
606
+ Processing by Popfly::PopflyController#index as HTML
607
+ No tables defined in DB. Run your migrations!
608
+ No tables defined in DB. Run your migrations!
609
+ Rendered text template (0.0ms)
610
+ Completed 503 Service Unavailable in 6ms (Views: 6.1ms | ActiveRecord: 0.1ms)
611
+  (0.4ms) rollback transaction
612
+  (0.0ms) begin transaction
613
+ Processing by Popfly::PopflyController#index as HTML
614
+ OK
615
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
616
+  (0.0ms) rollback transaction
617
+  (0.0ms) begin transaction
618
+  (0.0ms) rollback transaction
619
+ Connecting to database specified by database.yml
620
+  (0.2ms) begin transaction
621
+  (0.8ms) select sqlite_version(*)
622
+  (0.4ms) DROP TABLE "placeholder"
623
+  (0.1ms) CREATE TABLE "placeholder" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slot1" varchar(255))
624
+  (0.1ms) SELECT version FROM "schema_migrations"
625
+  (0.2ms) drop table schema_migrations
626
+  (0.1ms) drop table placeholder
627
+ Processing by Popfly::PopflyController#index as HTML
628
+ No tables defined in DB. Run your migrations!
629
+ No tables defined in DB. Run your migrations!
630
+ Rendered text template (0.0ms)
631
+ Completed 503 Service Unavailable in 6ms (Views: 5.5ms | ActiveRecord: 0.1ms)
632
+  (6.6ms) rollback transaction
633
+  (0.0ms) begin transaction
634
+ Processing by Popfly::PopflyController#index as HTML
635
+ OK
636
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
637
+  (0.0ms) rollback transaction
638
+  (0.0ms) begin transaction
639
+  (0.0ms) rollback transaction
640
+ Connecting to database specified by database.yml
641
+  (0.2ms) begin transaction
642
+  (1.1ms) select sqlite_version(*)
643
+  (0.5ms) DROP TABLE "placeholder"
644
+  (0.1ms) CREATE TABLE "placeholder" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slot1" varchar(255))
645
+  (0.0ms) SELECT version FROM "schema_migrations"
646
+  (0.2ms) drop table schema_migrations
647
+  (0.1ms) drop table placeholder
648
+ Processing by Popfly::PopflyController#index as HTML
649
+ No tables defined in DB. Run your migrations!
650
+ No tables defined in DB. Run your migrations!
651
+ Rendered text template (0.0ms)
652
+ Completed 503 Service Unavailable in 7ms (Views: 6.9ms | ActiveRecord: 0.1ms)
653
+  (6.7ms) rollback transaction
654
+  (0.0ms) begin transaction
655
+ Processing by Popfly::PopflyController#index as HTML
656
+ OK
657
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
658
+  (0.0ms) rollback transaction
659
+  (0.0ms) begin transaction
660
+  (0.0ms) rollback transaction
661
+ Connecting to database specified by database.yml
662
+  (0.2ms) begin transaction
663
+  (0.7ms) select sqlite_version(*)
664
+  (0.5ms) DROP TABLE "placeholder"
665
+  (0.2ms) CREATE TABLE "placeholder" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slot1" varchar(255))
666
+  (0.0ms) SELECT version FROM "schema_migrations"
667
+  (0.2ms) drop table schema_migrations
668
+  (0.1ms) drop table placeholder
669
+ Processing by Popfly::PopflyController#index as HTML
670
+ No tables defined in DB. Run your migrations!
671
+ No tables defined in DB. Run your migrations!
672
+ Rendered text template (0.0ms)
673
+ Completed 503 Service Unavailable in 6ms (Views: 5.5ms | ActiveRecord: 0.1ms)
674
+  (0.6ms) rollback transaction
675
+  (0.1ms) begin transaction
676
+ Processing by Popfly::PopflyController#index as HTML
677
+ OK
678
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.2ms)
679
+  (0.0ms) rollback transaction
680
+  (0.0ms) begin transaction
681
+  (0.0ms) rollback transaction
682
+ Connecting to database specified by database.yml
683
+  (0.2ms) begin transaction
684
+  (0.7ms) select sqlite_version(*)
685
+  (0.4ms) DROP TABLE "placeholder"
686
+  (0.1ms) CREATE TABLE "placeholder" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slot1" varchar(255))
687
+  (0.0ms) SELECT version FROM "schema_migrations"
688
+  (0.1ms) drop table schema_migrations
689
+  (0.1ms) drop table placeholder
690
+ Processing by Popfly::PopflyController#index as HTML
691
+ No tables defined in DB. Run your migrations!
692
+ No tables defined in DB. Run your migrations!
693
+ Rendered text template (0.0ms)
694
+ Completed 503 Service Unavailable in 7ms (Views: 6.3ms | ActiveRecord: 0.1ms)
695
+  (0.6ms) rollback transaction
696
+  (0.0ms) begin transaction
697
+ Processing by Popfly::PopflyController#index as HTML
698
+ OK
699
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
700
+  (0.0ms) rollback transaction
701
+  (0.0ms) begin transaction
702
+  (0.0ms) rollback transaction
703
+ Connecting to database specified by database.yml
704
+  (0.4ms) begin transaction
705
+  (2.0ms) select sqlite_version(*)
706
+  (0.9ms) DROP TABLE "placeholder"
707
+  (0.2ms) CREATE TABLE "placeholder" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slot1" varchar(255))
708
+  (0.1ms) SELECT version FROM "schema_migrations"
709
+  (0.3ms) drop table schema_migrations
710
+  (0.3ms) drop table placeholder
711
+ Processing by Popfly::PopflyController#index as HTML
712
+  (0.2ms) select 1
713
+ Rendered text template (0.0ms)
714
+ Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.2ms)
715
+  (0.7ms) rollback transaction
716
+  (0.1ms) begin transaction
717
+ Processing by Popfly::PopflyController#index as HTML
718
+  (0.1ms) select 1
719
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.1ms)
720
+  (0.0ms) rollback transaction
721
+  (0.1ms) begin transaction
722
+  (0.0ms) rollback transaction
723
+ Connecting to database specified by database.yml
724
+  (0.3ms) begin transaction
725
+  (0.1ms) rollback transaction
726
+  (0.0ms) begin transaction
727
+  (0.0ms) rollback transaction
728
+ Connecting to database specified by database.yml
729
+  (0.3ms) begin transaction
730
+ Processing by Popfly::PopflyController#index as HTML
731
+  (0.1ms) select 1
732
+ Rendered text template (0.0ms)
733
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.1ms)
734
+  (0.1ms) rollback transaction
735
+  (0.0ms) begin transaction
736
+  (0.0ms) rollback transaction