route_dog 2.4.2 → 2.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. data/Rakefile +9 -28
  2. data/lib/route_dog/middleware/notifier.rb +5 -3
  3. data/lib/route_dog/middleware/route_dog.rb +10 -0
  4. data/lib/route_dog/railtie.rb +1 -1
  5. data/lib/route_dog.rb +10 -2
  6. data/lib/tasks/tasks.rake +4 -3
  7. data/route_dog.gemspec +16 -145
  8. data/test/integration/application_controller_test.rb +14 -0
  9. data/test/mock_app/Gemfile +24 -17
  10. data/test/mock_app/Gemfile.lock +130 -0
  11. data/test/mock_app/README +261 -0
  12. data/test/mock_app/Rakefile +1 -1
  13. data/test/mock_app/app/assets/images/rails.png +0 -0
  14. data/test/mock_app/app/assets/javascripts/application.js +9 -0
  15. data/test/mock_app/app/assets/stylesheets/application.css +7 -0
  16. data/test/mock_app/app/views/layouts/application.html.erb +3 -3
  17. data/test/mock_app/config/application.rb +12 -6
  18. data/test/mock_app/config/boot.rb +3 -10
  19. data/test/mock_app/config/database.yml +4 -1
  20. data/test/mock_app/config/environments/development.rb +8 -4
  21. data/test/mock_app/config/environments/production.rb +24 -13
  22. data/test/mock_app/config/environments/test.rb +6 -2
  23. data/test/mock_app/config/initializers/session_store.rb +1 -1
  24. data/test/mock_app/config/initializers/wrap_parameters.rb +14 -0
  25. data/test/mock_app/config/locales/en.yml +1 -1
  26. data/test/mock_app/db/development.sqlite3 +0 -0
  27. data/test/mock_app/db/seeds.rb +1 -1
  28. data/test/mock_app/{public/stylesheets/.gitkeep → db/test.sqlite3} +0 -0
  29. data/test/mock_app/doc/README_FOR_APP +2 -0
  30. data/test/mock_app/log/development.log +683 -0
  31. data/test/mock_app/log/production.log +0 -0
  32. data/test/mock_app/log/server.log +0 -0
  33. data/test/mock_app/log/test.log +39281 -0
  34. data/test/mock_app/public/index.html +10 -8
  35. data/test/mock_app/script/rails +6 -0
  36. data/test/mock_app/test/test_helper.rb +13 -0
  37. data/test/mock_app/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016 +0 -0
  38. data/test/mock_app/tmp/mock_app_application_routes_report.html +175 -0
  39. data/test/mock_app/tmp/pids/server.pid +1 -0
  40. data/test/mock_app/tmp/route_dog_routes.yml +34 -0
  41. data/test/support/assertions.rb +2 -2
  42. data/test/unit/route_dog_test.rb +1 -1
  43. metadata +40 -60
  44. data/VERSION +0 -1
  45. data/test/mock_app/.gitignore +0 -4
  46. data/test/mock_app/tmp/.gitignore +0 -1
@@ -0,0 +1,683 @@
1
+
2
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
3
+
4
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
5
+
6
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
7
+
8
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
9
+
10
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
11
+
12
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
13
+
14
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
15
+
16
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
17
+
18
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
19
+
20
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
21
+
22
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
23
+
24
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
25
+
26
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
27
+
28
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
29
+
30
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
31
+
32
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
33
+
34
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
35
+
36
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
37
+ SQL (1.6ms)  SELECT name
38
+ FROM sqlite_master
39
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
40
+ 
41
+ SQL (0.1ms) select sqlite_version(*)
42
+ SQL (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
43
+ SQL (0.1ms) PRAGMA index_list("schema_migrations")
44
+ SQL (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
45
+ SQL (0.2ms) SELECT name
46
+ FROM sqlite_master
47
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
48
+ SQL (0.2ms)  SELECT name
49
+ FROM sqlite_master
50
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
51
+ 
52
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
53
+ SQL (0.6ms)  SELECT name
54
+ FROM sqlite_master
55
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
56
+ 
57
+ SQL (0.1ms) select sqlite_version(*)
58
+ SQL (0.2ms)  SELECT name
59
+ FROM sqlite_master
60
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
61
+ 
62
+ SQL (0.2ms) SELECT name
63
+ FROM sqlite_master
64
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
65
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
66
+ SQL (0.1ms) SELECT name
67
+ FROM sqlite_master
68
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
69
+ SQL (0.5ms)  SELECT name
70
+ FROM sqlite_master
71
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
72
+ 
73
+ SQL (0.1ms) SELECT name
74
+ FROM sqlite_master
75
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
76
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
77
+ SQL (0.3ms) SELECT name
78
+ FROM sqlite_master
79
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
80
+ SQL (0.1ms) select sqlite_version(*)
81
+ SQL (2.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
82
+ SQL (0.1ms) PRAGMA index_list("schema_migrations")
83
+ SQL (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
84
+ SQL (0.2ms)  SELECT name
85
+ FROM sqlite_master
86
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
87
+ 
88
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
89
+ SQL (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
90
+ SQL (0.7ms)  SELECT name
91
+ FROM sqlite_master
92
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
93
+ 
94
+ SQL (0.2ms) SELECT name
95
+ FROM sqlite_master
96
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
97
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
98
+ SQL (0.5ms)  SELECT name
99
+ FROM sqlite_master
100
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
101
+ 
102
+ SQL (0.2ms) SELECT name
103
+ FROM sqlite_master
104
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
105
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
106
+ SQL (0.6ms)  SELECT name
107
+ FROM sqlite_master
108
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
109
+ 
110
+ SQL (0.2ms) SELECT name
111
+ FROM sqlite_master
112
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
113
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
114
+ SQL (0.6ms)  SELECT name
115
+ FROM sqlite_master
116
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
117
+ 
118
+ SQL (0.2ms) SELECT name
119
+ FROM sqlite_master
120
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
121
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
122
+ SQL (0.5ms)  SELECT name
123
+ FROM sqlite_master
124
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
125
+ 
126
+ SQL (0.1ms) select sqlite_version(*)
127
+ SQL (0.2ms)  SELECT name
128
+ FROM sqlite_master
129
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
130
+ 
131
+ SQL (0.1ms) SELECT name
132
+ FROM sqlite_master
133
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
134
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
135
+ SQL (0.1ms) SELECT name
136
+ FROM sqlite_master
137
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
138
+ SQL (0.6ms)  SELECT name
139
+ FROM sqlite_master
140
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
141
+ 
142
+ SQL (0.2ms) SELECT name
143
+ FROM sqlite_master
144
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
145
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
146
+ SQL (0.2ms) SELECT name
147
+ FROM sqlite_master
148
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
149
+ SQL (0.1ms) select sqlite_version(*)
150
+ SQL (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
151
+ SQL (0.1ms) PRAGMA index_list("schema_migrations")
152
+ SQL (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
153
+ SQL (0.2ms)  SELECT name
154
+ FROM sqlite_master
155
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
156
+ 
157
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
158
+ SQL (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
159
+ SQL (0.6ms)  SELECT name
160
+ FROM sqlite_master
161
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
162
+ 
163
+ SQL (0.2ms) SELECT name
164
+ FROM sqlite_master
165
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
166
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
167
+ SQL (0.3ms) SELECT name
168
+ FROM sqlite_master
169
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
170
+ SQL (0.1ms) select sqlite_version(*)
171
+ SQL (2.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
172
+ SQL (0.1ms) PRAGMA index_list("schema_migrations")
173
+ SQL (2.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
174
+ SQL (0.2ms)  SELECT name
175
+ FROM sqlite_master
176
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
177
+ 
178
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
179
+ SQL (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
180
+ SQL (0.6ms)  SELECT name
181
+ FROM sqlite_master
182
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
183
+ 
184
+ SQL (0.2ms) SELECT name
185
+ FROM sqlite_master
186
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
187
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
188
+ SQL (0.2ms) SELECT name
189
+ FROM sqlite_master
190
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
191
+ SQL (0.1ms) select sqlite_version(*)
192
+ SQL (2.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
193
+ SQL (0.1ms) PRAGMA index_list("schema_migrations")
194
+ SQL (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
195
+ SQL (0.2ms)  SELECT name
196
+ FROM sqlite_master
197
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
198
+ 
199
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
200
+ SQL (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
201
+ SQL (0.6ms)  SELECT name
202
+ FROM sqlite_master
203
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
204
+ 
205
+ SQL (0.2ms) SELECT name
206
+ FROM sqlite_master
207
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
208
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
209
+ SQL (0.3ms) SELECT name
210
+ FROM sqlite_master
211
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
212
+ SQL (0.2ms) select sqlite_version(*)
213
+ SQL (3.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
214
+ SQL (0.1ms) PRAGMA index_list("schema_migrations")
215
+ SQL (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
216
+ SQL (0.2ms)  SELECT name
217
+ FROM sqlite_master
218
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
219
+ 
220
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
221
+ SQL (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
222
+ SQL (0.6ms)  SELECT name
223
+ FROM sqlite_master
224
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
225
+ 
226
+ SQL (0.2ms) SELECT name
227
+ FROM sqlite_master
228
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
229
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
230
+ SQL (0.2ms) SELECT name
231
+ FROM sqlite_master
232
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
233
+ SQL (0.1ms) select sqlite_version(*)
234
+ SQL (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
235
+ SQL (0.1ms) PRAGMA index_list("schema_migrations")
236
+ SQL (2.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
237
+ SQL (0.2ms)  SELECT name
238
+ FROM sqlite_master
239
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
240
+ 
241
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
242
+ SQL (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
243
+ SQL (0.6ms)  SELECT name
244
+ FROM sqlite_master
245
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
246
+ 
247
+ SQL (0.2ms) SELECT name
248
+ FROM sqlite_master
249
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
250
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
251
+ SQL (0.2ms) SELECT name
252
+ FROM sqlite_master
253
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
254
+ SQL (0.1ms) select sqlite_version(*)
255
+ SQL (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
256
+ SQL (0.1ms) PRAGMA index_list("schema_migrations")
257
+ SQL (2.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
258
+ SQL (0.6ms)  SELECT name
259
+ FROM sqlite_master
260
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
261
+ 
262
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
263
+ SQL (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
264
+ SQL (0.6ms)  SELECT name
265
+ FROM sqlite_master
266
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
267
+ 
268
+ SQL (0.2ms) SELECT name
269
+ FROM sqlite_master
270
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
271
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
272
+ SQL (0.2ms) SELECT name
273
+ FROM sqlite_master
274
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
275
+ SQL (0.1ms) select sqlite_version(*)
276
+ SQL (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
277
+ SQL (0.0ms) PRAGMA index_list("schema_migrations")
278
+ SQL (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
279
+ SQL (0.1ms)  SELECT name
280
+ FROM sqlite_master
281
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
282
+ 
283
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
284
+ SQL (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
285
+ SQL (0.6ms)  SELECT name
286
+ FROM sqlite_master
287
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
288
+ 
289
+ SQL (0.2ms) SELECT name
290
+ FROM sqlite_master
291
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
292
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
293
+ SQL (0.2ms) SELECT name
294
+ FROM sqlite_master
295
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
296
+ SQL (0.1ms) select sqlite_version(*)
297
+ SQL (3.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
298
+ SQL (0.5ms) PRAGMA index_list("schema_migrations")
299
+ SQL (2.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
300
+ SQL (0.2ms)  SELECT name
301
+ FROM sqlite_master
302
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
303
+ 
304
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
305
+ SQL (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
306
+ SQL (0.6ms)  SELECT name
307
+ FROM sqlite_master
308
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
309
+ 
310
+ SQL (0.2ms) SELECT name
311
+ FROM sqlite_master
312
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
313
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
314
+ SQL (0.2ms) SELECT name
315
+ FROM sqlite_master
316
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
317
+ SQL (0.1ms) select sqlite_version(*)
318
+ SQL (2.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
319
+ SQL (0.1ms) PRAGMA index_list("schema_migrations")
320
+ SQL (2.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
321
+ SQL (0.2ms)  SELECT name
322
+ FROM sqlite_master
323
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
324
+ 
325
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
326
+ SQL (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
327
+ SQL (0.6ms)  SELECT name
328
+ FROM sqlite_master
329
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
330
+ 
331
+ SQL (0.2ms) SELECT name
332
+ FROM sqlite_master
333
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
334
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
335
+ SQL (0.2ms) SELECT name
336
+ FROM sqlite_master
337
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
338
+ SQL (0.1ms) select sqlite_version(*)
339
+ SQL (2.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
340
+ SQL (0.1ms) PRAGMA index_list("schema_migrations")
341
+ SQL (2.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
342
+ SQL (0.2ms)  SELECT name
343
+ FROM sqlite_master
344
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
345
+ 
346
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
347
+ SQL (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
348
+ SQL (0.6ms)  SELECT name
349
+ FROM sqlite_master
350
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
351
+ 
352
+ SQL (0.2ms) SELECT name
353
+ FROM sqlite_master
354
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
355
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
356
+ SQL (0.2ms) SELECT name
357
+ FROM sqlite_master
358
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
359
+ SQL (0.1ms) select sqlite_version(*)
360
+ SQL (2.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
361
+ SQL (0.1ms) PRAGMA index_list("schema_migrations")
362
+ SQL (2.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
363
+ SQL (0.2ms)  SELECT name
364
+ FROM sqlite_master
365
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
366
+ 
367
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
368
+ SQL (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
369
+ SQL (0.6ms)  SELECT name
370
+ FROM sqlite_master
371
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
372
+ 
373
+ SQL (0.2ms) SELECT name
374
+ FROM sqlite_master
375
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
376
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
377
+ SQL (0.3ms) SELECT name
378
+ FROM sqlite_master
379
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
380
+ SQL (0.1ms) select sqlite_version(*)
381
+ SQL (2.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
382
+ SQL (0.1ms) PRAGMA index_list("schema_migrations")
383
+ SQL (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
384
+ SQL (0.2ms)  SELECT name
385
+ FROM sqlite_master
386
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
387
+ 
388
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
389
+ SQL (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
390
+ SQL (0.6ms)  SELECT name
391
+ FROM sqlite_master
392
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
393
+ 
394
+ SQL (0.2ms) SELECT name
395
+ FROM sqlite_master
396
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
397
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
398
+ SQL (0.2ms) SELECT name
399
+ FROM sqlite_master
400
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
401
+ SQL (0.1ms) select sqlite_version(*)
402
+ SQL (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
403
+ SQL (0.5ms) PRAGMA index_list("schema_migrations")
404
+ SQL (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
405
+ SQL (0.2ms)  SELECT name
406
+ FROM sqlite_master
407
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
408
+ 
409
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
410
+ SQL (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
411
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
412
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
413
+ DEPRECATION WARNING: require_library_or_gem is deprecated and will be removed from Rails 3.2. (called from require at script/rails:6)
414
+
415
+
416
+ Started GET "/assets/rails.png" for 127.0.0.1 at Mon Oct 24 12:11:45 -0200 2011
417
+ Served asset /rails.png - 200 OK (5ms)
418
+
419
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
420
+
421
+
422
+ Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.7ms)
423
+
424
+
425
+ Started GET "/assets/images/rails.png" for 127.0.0.1 at Mon Oct 24 12:13:07 -0200 2011
426
+ Served asset /images/rails.png - 404 Not Found (3ms)
427
+
428
+ ActionController::RoutingError (No route matches "/assets/images/rails.png"):
429
+
430
+
431
+ Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
432
+
433
+
434
+ Started GET "/assets/images/rails.png" for 127.0.0.1 at Mon Oct 24 12:13:09 -0200 2011
435
+ Served asset /images/rails.png - 404 Not Found (2ms)
436
+
437
+ ActionController::RoutingError (No route matches "/assets/images/rails.png"):
438
+
439
+
440
+ Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
441
+
442
+
443
+ Started GET "/assets/rails.png" for 127.0.0.1 at Mon Oct 24 12:13:27 -0200 2011
444
+ Served asset /rails.png - 200 OK (0ms)
445
+
446
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
447
+
448
+
449
+ Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
450
+
451
+
452
+ Started GET "/assets/rails.png" for 127.0.0.1 at Mon Oct 24 12:13:42 -0200 2011
453
+ Served asset /rails.png - 200 OK (0ms)
454
+
455
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
456
+
457
+
458
+ Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
459
+
460
+
461
+ Started GET "/assets/rails.png" for 127.0.0.1 at Mon Oct 24 12:17:44 -0200 2011
462
+ Served asset /rails.png - 200 OK (18ms)
463
+
464
+
465
+ Started GET "/assets/rails.png" for 127.0.0.1 at Mon Oct 24 12:17:58 -0200 2011
466
+ Served asset /rails.png - 304 Not Modified (0ms)
467
+
468
+
469
+ Started GET "/assets/rails.png" for 127.0.0.1 at Mon Oct 24 12:17:58 -0200 2011
470
+ Served asset /rails.png - 304 Not Modified (0ms)
471
+
472
+
473
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:22:43 -0200
474
+ Served asset /rails.png - 200 OK (37ms)
475
+
476
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
477
+
478
+
479
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (14.9ms)
480
+
481
+
482
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:31:31 -0200
483
+ Served asset /rails.png - 200 OK (0ms)
484
+
485
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
486
+
487
+
488
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
489
+
490
+
491
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:31:32 -0200
492
+ Served asset /rails.png - 200 OK (0ms)
493
+
494
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
495
+
496
+
497
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.7ms)
498
+
499
+
500
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:31:47 -0200
501
+ Served asset /rails.png - 200 OK (4ms)
502
+
503
+
504
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:32:18 -0200
505
+ Served asset /rails.png - 304 Not Modified (3ms)
506
+
507
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
508
+
509
+
510
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (11.6ms)
511
+
512
+
513
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:32:36 -0200
514
+ Served asset /rails.png - 200 OK (3ms)
515
+
516
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
517
+
518
+
519
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (15.4ms)
520
+
521
+
522
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:32:37 -0200
523
+ Served asset /rails.png - 200 OK (0ms)
524
+
525
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
526
+
527
+
528
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
529
+
530
+
531
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:32:39 -0200
532
+ Served asset /rails.png - 200 OK (0ms)
533
+
534
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
535
+
536
+
537
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
538
+
539
+
540
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:32:39 -0200
541
+ Served asset /rails.png - 200 OK (0ms)
542
+
543
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
544
+
545
+
546
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
547
+
548
+
549
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:32:40 -0200
550
+ Served asset /rails.png - 200 OK (0ms)
551
+
552
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
553
+
554
+
555
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
556
+
557
+
558
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:32:41 -0200
559
+ Served asset /rails.png - 200 OK (0ms)
560
+
561
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
562
+
563
+
564
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
565
+
566
+
567
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:32:55 -0200
568
+ Served asset /rails.png - 200 OK (3ms)
569
+
570
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
571
+
572
+
573
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (13.9ms)
574
+
575
+
576
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:32:57 -0200
577
+ Served asset /rails.png - 200 OK (0ms)
578
+
579
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
580
+
581
+
582
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
583
+
584
+
585
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:32:58 -0200
586
+ Served asset /rails.png - 200 OK (0ms)
587
+
588
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
589
+
590
+
591
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
592
+
593
+
594
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:32:59 -0200
595
+ Served asset /rails.png - 200 OK (0ms)
596
+
597
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
598
+
599
+
600
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
601
+
602
+
603
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:32:59 -0200
604
+ Served asset /rails.png - 200 OK (0ms)
605
+
606
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
607
+
608
+
609
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
610
+
611
+
612
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:33:17 -0200
613
+ Served asset /rails.png - 200 OK (3ms)
614
+
615
+
616
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:33:18 -0200
617
+ Served asset /rails.png - 304 Not Modified (0ms)
618
+
619
+
620
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:41:53 -0200
621
+ Served asset /rails.png - 304 Not Modified (4ms)
622
+
623
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
624
+
625
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
626
+
627
+
628
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (11.8ms)
629
+
630
+
631
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:42:18 -0200
632
+ Served asset /rails.png - 200 OK (3ms)
633
+
634
+ LoadError (no such file to load -- ruby-debug):
635
+
636
+
637
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
638
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (27.4ms)
639
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (42.7ms)
640
+
641
+
642
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:42:41 -0200
643
+ Served asset /rails.png - 200 OK (3ms)
644
+
645
+ LoadError (no such file to load -- ruby-debug19):
646
+
647
+
648
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms)
649
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.2ms)
650
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (24.2ms)
651
+ DEPRECATION WARNING: require_library_or_gem is deprecated and will be removed from Rails 3.2. (called from require at script/rails:6)
652
+ DEPRECATION WARNING: require_library_or_gem is deprecated and will be removed from Rails 3.2. (called from require at script/rails:6)
653
+
654
+
655
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:48:16 -0200
656
+ Served asset /rails.png - 200 OK (4ms)
657
+
658
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
659
+
660
+
661
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (16.6ms)
662
+
663
+
664
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:56:13 -0200
665
+ Served asset /rails.png - 200 OK (0ms)
666
+
667
+ ActionController::RoutingError (No route matches "/assets/rails.png"):
668
+
669
+
670
+ Rendered /Users/zevarito/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
671
+ DEPRECATION WARNING: require_library_or_gem is deprecated and will be removed from Rails 3.2. (called from require at script/rails:6)
672
+
673
+
674
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 12:56:38 -0200
675
+ Served asset /rails.png - 200 OK (5ms)
676
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
677
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
678
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
679
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
680
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
681
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
682
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
683
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"