got_fixed 0.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.
Files changed (104) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +22 -0
  3. data/README.rdoc +3 -0
  4. data/Rakefile +21 -0
  5. data/app/assets/javascripts/got_fixed/application.js +15 -0
  6. data/app/assets/javascripts/got_fixed/issues.js +2 -0
  7. data/app/assets/stylesheets/got_fixed/application.css +13 -0
  8. data/app/assets/stylesheets/got_fixed/issues.css +4 -0
  9. data/app/assets/stylesheets/scaffold.css +56 -0
  10. data/app/controllers/got_fixed/application_controller.rb +4 -0
  11. data/app/controllers/got_fixed/issues_controller.rb +84 -0
  12. data/app/helpers/got_fixed/application_helper.rb +4 -0
  13. data/app/helpers/got_fixed/issues_helper.rb +4 -0
  14. data/app/mailers/got_fixed/user_mailer.rb +16 -0
  15. data/app/models/got_fixed/issue.rb +36 -0
  16. data/app/models/got_fixed/user.rb +25 -0
  17. data/app/views/got_fixed/issues/index.html.erb +21 -0
  18. data/app/views/got_fixed/issues/subscribe.js.erb +1 -0
  19. data/app/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb +13 -0
  20. data/app/views/layouts/got_fixed/application.html.erb +14 -0
  21. data/config/initializers/got_fixed.rb +17 -0
  22. data/config/routes.rb +12 -0
  23. data/db/migrate/20130912175851_create_got_fixed_issues.rb +10 -0
  24. data/db/migrate/20130913195152_add_number_to_got_fixed_issue.rb +6 -0
  25. data/db/migrate/20130914085003_add_vendor_to_got_fixed_issue.rb +5 -0
  26. data/db/migrate/20130924121816_create_got_fixed_users.rb +9 -0
  27. data/db/migrate/20130924123004_has_and_belongs_to_many_issues_user.rb +8 -0
  28. data/db/migrate/20130929180909_unique_user_emails.rb +5 -0
  29. data/lib/got_fixed/adapters/github.rb +78 -0
  30. data/lib/got_fixed/engine.rb +12 -0
  31. data/lib/got_fixed/issue_factory.rb +11 -0
  32. data/lib/got_fixed/receivers/github_webhook.rb +21 -0
  33. data/lib/got_fixed/version.rb +3 -0
  34. data/lib/got_fixed.rb +10 -0
  35. data/lib/tasks/auto_annotate_models.rake +34 -0
  36. data/lib/tasks/got_fixed_tasks.rake +56 -0
  37. data/spec/controllers/got_fixed/issues_controller_spec.rb +194 -0
  38. data/spec/dummy/README.rdoc +261 -0
  39. data/spec/dummy/Rakefile +7 -0
  40. data/spec/dummy/app/assets/javascripts/application.js +15 -0
  41. data/spec/dummy/app/assets/stylesheets/application.css +13 -0
  42. data/spec/dummy/app/controllers/application_controller.rb +3 -0
  43. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  44. data/spec/dummy/app/views/layouts/application.html.erb +14 -0
  45. data/spec/dummy/config/application.rb +65 -0
  46. data/spec/dummy/config/boot.rb +10 -0
  47. data/spec/dummy/config/database.yml +25 -0
  48. data/spec/dummy/config/environment.rb +5 -0
  49. data/spec/dummy/config/environments/development.rb +39 -0
  50. data/spec/dummy/config/environments/production.rb +67 -0
  51. data/spec/dummy/config/environments/test.rb +36 -0
  52. data/spec/dummy/config/got_fixed.yml +15 -0
  53. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  54. data/spec/dummy/config/initializers/inflections.rb +15 -0
  55. data/spec/dummy/config/initializers/mime_types.rb +5 -0
  56. data/spec/dummy/config/initializers/secret_token.rb +7 -0
  57. data/spec/dummy/config/initializers/session_store.rb +8 -0
  58. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  59. data/spec/dummy/config/locales/en.yml +5 -0
  60. data/spec/dummy/config/routes.rb +5 -0
  61. data/spec/dummy/config.ru +4 -0
  62. data/spec/dummy/db/development.sqlite3 +0 -0
  63. data/spec/dummy/db/schema.rb +44 -0
  64. data/spec/dummy/db/test.sqlite3 +0 -0
  65. data/spec/dummy/log/development.log +3113 -0
  66. data/spec/dummy/log/production.log +0 -0
  67. data/spec/dummy/log/test.log +11243 -0
  68. data/spec/dummy/public/404.html +26 -0
  69. data/spec/dummy/public/422.html +26 -0
  70. data/spec/dummy/public/500.html +25 -0
  71. data/spec/dummy/public/favicon.ico +0 -0
  72. data/spec/dummy/script/rails +6 -0
  73. data/spec/dummy/tmp/cache/assets/development/sprockets/0ec0faefe9b37b9024c6fb43e9577379 +0 -0
  74. data/spec/dummy/tmp/cache/assets/development/sprockets/1ad476961916298df66abf55b6b446de +0 -0
  75. data/spec/dummy/tmp/cache/assets/development/sprockets/2286292795a62721269b8a751f3ce3de +0 -0
  76. data/spec/dummy/tmp/cache/assets/development/sprockets/34f9216c794a67fd776c9e8dfe99f905 +0 -0
  77. data/spec/dummy/tmp/cache/assets/development/sprockets/37a2b058893add5bb1b23726e10e90f1 +0 -0
  78. data/spec/dummy/tmp/cache/assets/development/sprockets/3d7c2feaa3d73a9b02a2523a2bf8c6c9 +0 -0
  79. data/spec/dummy/tmp/cache/assets/development/sprockets/41bea58eab5eb570004a03e4c0cb9bfe +0 -0
  80. data/spec/dummy/tmp/cache/assets/development/sprockets/43e404632c89edec855c1fe4e66bbfe8 +0 -0
  81. data/spec/dummy/tmp/cache/assets/development/sprockets/52a4f1330e8756eedff2b67442d10802 +0 -0
  82. data/spec/dummy/tmp/cache/assets/development/sprockets/79b7d2d69028ec9f2efa155d4bf7067a +0 -0
  83. data/spec/dummy/tmp/cache/assets/development/sprockets/8407d75ea9f26f3effb102acd4b2746d +0 -0
  84. data/spec/dummy/tmp/cache/assets/development/sprockets/962e8b0955e30143673ce7bf6b31f8d5 +0 -0
  85. data/spec/dummy/tmp/cache/assets/development/sprockets/98b0301bcea3ebb889faa9d47cbf2419 +0 -0
  86. data/spec/dummy/tmp/cache/assets/development/sprockets/aaf7d9ec41e452e8a7e8a9b8ee74f1cd +0 -0
  87. data/spec/dummy/tmp/cache/assets/development/sprockets/b1f9d4de39dbaca4f213e1d9df6bd0bd +0 -0
  88. data/spec/dummy/tmp/cache/assets/development/sprockets/c12af3e3ef3886081600da84f6d72c52 +0 -0
  89. data/spec/dummy/tmp/cache/assets/development/sprockets/db5ae29d7657f4561f01010b7442354a +0 -0
  90. data/spec/dummy/tmp/cache/assets/development/sprockets/f310f9446657cf410e5ef48cc74de9d2 +0 -0
  91. data/spec/factories/github/closed.json +222 -0
  92. data/spec/factories/github/hook-issues-event.json +164 -0
  93. data/spec/factories/github/open.json +50 -0
  94. data/spec/factories/got_fixed_issues.rb +10 -0
  95. data/spec/factories/got_fixed_users.rb +9 -0
  96. data/spec/lib/got_fixed/adapters/github_spec.rb +70 -0
  97. data/spec/lib/got_fixed/issue_factory_spec.rb +33 -0
  98. data/spec/lib/got_fixed/receivers/github_webhook_spec.rb +16 -0
  99. data/spec/mailers/got_fixed/user_mailer_spec.rb +20 -0
  100. data/spec/models/got_fixed/issue_spec.rb +52 -0
  101. data/spec/models/got_fixed/user_spec.rb +35 -0
  102. data/spec/routing/got_fixed/issues_routing_spec.rb +15 -0
  103. data/spec/spec_helper.rb +23 -0
  104. metadata +311 -0
@@ -0,0 +1,3113 @@
1
+ DEPRECATION WARNING: You didn't set config.secret_key_base. Read the upgrade documentation to learn more about this new config option. (called from service at /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138)
2
+
3
+
4
+ Started GET "/" for 127.0.0.1 at 2013-09-12 19:47:42 +0200
5
+ Processing by Rails::WelcomeController#index as HTML
6
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-4.0.0/lib/rails/templates/rails/welcome/index.html.erb (1.3ms)
7
+ Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
8
+  (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11
+ Migrating to CreateGotFixedIssues (20130911135802)
12
+  (0.0ms) begin transaction
13
+  (0.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
14
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130911135802"]]
15
+  (1.4ms) commit transaction
16
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17
+  (2.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
18
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
19
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
20
+  (0.1ms) SELECT version FROM "schema_migrations"
21
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
22
+  (2.8ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
23
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
24
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
25
+  (0.1ms) SELECT version FROM "schema_migrations"
26
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
27
+  (3.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
28
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
29
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
30
+  (0.1ms) SELECT version FROM "schema_migrations"
31
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
32
+  (2.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
33
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
34
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
35
+  (0.1ms) SELECT version FROM "schema_migrations"
36
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
37
+  (2.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
38
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
39
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
40
+  (0.1ms) SELECT version FROM "schema_migrations"
41
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
42
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
43
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
44
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
45
+  (0.1ms) SELECT version FROM "schema_migrations"
46
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
47
+  (2.8ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
48
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
49
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
50
+  (0.1ms) SELECT version FROM "schema_migrations"
51
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
52
+  (1.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
53
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
54
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
55
+  (0.1ms) SELECT version FROM "schema_migrations"
56
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
57
+  (2.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
58
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
59
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
60
+  (0.1ms) SELECT version FROM "schema_migrations"
61
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
62
+  (1.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
63
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
64
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
65
+  (0.1ms) SELECT version FROM "schema_migrations"
66
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
67
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
68
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
69
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
70
+  (0.1ms) SELECT version FROM "schema_migrations"
71
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
72
+  (2.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
73
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
74
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
75
+  (0.1ms) SELECT version FROM "schema_migrations"
76
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
77
+  (2.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
78
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
79
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
80
+  (0.1ms) SELECT version FROM "schema_migrations"
81
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
82
+  (2.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
83
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
84
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
85
+  (0.1ms) SELECT version FROM "schema_migrations"
86
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
87
+  (2.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
88
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
89
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
90
+  (0.1ms) SELECT version FROM "schema_migrations"
91
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
92
+  (2.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
93
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
94
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
95
+  (0.1ms) SELECT version FROM "schema_migrations"
96
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
97
+  (3.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
98
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
99
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
100
+  (0.1ms) SELECT version FROM "schema_migrations"
101
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
102
+  (2.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
103
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
104
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
105
+  (0.1ms) SELECT version FROM "schema_migrations"
106
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
107
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
108
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
109
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
110
+  (0.1ms) SELECT version FROM "schema_migrations"
111
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
112
+  (2.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
113
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
114
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
115
+  (0.1ms) SELECT version FROM "schema_migrations"
116
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
117
+  (2.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
118
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
119
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
120
+  (0.1ms) SELECT version FROM "schema_migrations"
121
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
122
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
123
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
124
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
125
+  (0.1ms) SELECT version FROM "schema_migrations"
126
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
127
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
128
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
129
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
130
+  (0.1ms) SELECT version FROM "schema_migrations"
131
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
132
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
133
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
134
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
135
+  (0.1ms) SELECT version FROM "schema_migrations"
136
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
137
+  (2.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
138
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
139
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
140
+  (0.1ms) SELECT version FROM "schema_migrations"
141
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
142
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
143
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
144
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
145
+  (0.1ms) SELECT version FROM "schema_migrations"
146
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
147
+  (1.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
148
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
149
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
150
+  (0.1ms) SELECT version FROM "schema_migrations"
151
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
152
+  (1.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
153
+  (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
154
+  (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
155
+  (0.1ms) SELECT version FROM "schema_migrations"
156
+  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
157
+ DEPRECATION WARNING: You didn't set config.secret_key_base. Read the upgrade documentation to learn more about this new config option. (called from service at /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138)
158
+
159
+
160
+ Started GET "/" for 127.0.0.1 at 2013-09-13 17:21:44 +0200
161
+ Processing by Rails::WelcomeController#index as HTML
162
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-4.0.0/lib/rails/templates/rails/welcome/index.html.erb (1.3ms)
163
+ Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)
164
+
165
+
166
+ Started GET "/issues" for 127.0.0.1 at 2013-09-13 17:21:47 +0200
167
+
168
+ ActionController::RoutingError (No route matches [GET] "/issues"):
169
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
170
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
171
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
172
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
173
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
174
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
175
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
176
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
177
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
178
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
179
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
180
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
181
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
182
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
183
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
184
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
185
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
186
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
187
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
188
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
189
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
190
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
191
+
192
+
193
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
194
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
195
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms)
196
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.2ms)
197
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (24.0ms)
198
+
199
+
200
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-13 17:21:50 +0200
201
+
202
+ ActionController::RoutingError (No route matches [GET] "/got_fixed"):
203
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
204
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
205
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
206
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
207
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
208
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
209
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
210
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
211
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
212
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
213
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
214
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
215
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
216
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
217
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
218
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
219
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
220
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
221
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
222
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
223
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
224
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
225
+
226
+
227
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
228
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
229
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms)
230
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
231
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (15.5ms)
232
+
233
+
234
+ Started GET "/got_fixed/issues" for 127.0.0.1 at 2013-09-13 17:21:52 +0200
235
+ Processing by GotFixed::IssuesController#index as HTML
236
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
237
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (3.8ms)
238
+ Completed 200 OK in 104ms (Views: 100.8ms | ActiveRecord: 1.8ms)
239
+
240
+
241
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-13 17:21:52 +0200
242
+
243
+
244
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-13 17:21:52 +0200
245
+
246
+
247
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-13 17:21:52 +0200
248
+
249
+
250
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-13 17:21:52 +0200
251
+
252
+
253
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-13 17:21:52 +0200
254
+
255
+
256
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-13 17:21:52 +0200
257
+
258
+
259
+ Started GET "/got_fixed/issues" for 127.0.0.1 at 2013-09-13 17:21:57 +0200
260
+ Processing by GotFixed::IssuesController#index as HTML
261
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
262
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.6ms)
263
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.1ms)
264
+
265
+
266
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-13 17:21:57 +0200
267
+
268
+
269
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-13 17:21:57 +0200
270
+
271
+
272
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-13 17:21:57 +0200
273
+
274
+
275
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-13 17:21:57 +0200
276
+
277
+
278
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-13 17:21:57 +0200
279
+
280
+
281
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-13 17:21:57 +0200
282
+
283
+
284
+ Started GET "/got_fixed/issues" for 127.0.0.1 at 2013-09-13 17:21:58 +0200
285
+ Processing by GotFixed::IssuesController#index as HTML
286
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
287
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.5ms)
288
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms)
289
+
290
+
291
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-13 17:21:58 +0200
292
+
293
+
294
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-13 17:21:58 +0200
295
+
296
+
297
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-13 17:21:58 +0200
298
+
299
+
300
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-13 17:21:58 +0200
301
+
302
+
303
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-13 17:21:58 +0200
304
+
305
+
306
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-13 17:21:58 +0200
307
+
308
+
309
+ Started GET "/got_fixed/issues" for 127.0.0.1 at 2013-09-13 17:21:59 +0200
310
+ Processing by GotFixed::IssuesController#index as HTML
311
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
312
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.4ms)
313
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms)
314
+
315
+
316
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-13 17:21:59 +0200
317
+
318
+
319
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-13 17:21:59 +0200
320
+
321
+
322
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-13 17:21:59 +0200
323
+
324
+
325
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-13 17:21:59 +0200
326
+
327
+
328
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-13 17:21:59 +0200
329
+
330
+
331
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-13 17:21:59 +0200
332
+  (2.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
333
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
334
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
335
+  (0.1ms) SELECT version FROM "schema_migrations"
336
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
337
+  (2.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
338
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
339
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
340
+  (0.6ms) SELECT version FROM "schema_migrations"
341
+  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
342
+  (2.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
343
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
344
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
345
+  (0.1ms) SELECT version FROM "schema_migrations"
346
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
347
+  (1.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
348
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
349
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
350
+  (0.1ms) SELECT version FROM "schema_migrations"
351
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
352
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
353
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
354
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
355
+  (0.2ms) SELECT version FROM "schema_migrations"
356
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
357
+  (2.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
358
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
359
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
360
+  (0.1ms) SELECT version FROM "schema_migrations"
361
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
362
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
363
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
364
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
365
+  (0.1ms) SELECT version FROM "schema_migrations"
366
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
367
+  (2.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
368
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
369
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
370
+  (0.1ms) SELECT version FROM "schema_migrations"
371
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
372
+  (2.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
373
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
374
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
375
+  (0.1ms) SELECT version FROM "schema_migrations"
376
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
377
+  (3.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
378
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
379
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
380
+  (0.1ms) SELECT version FROM "schema_migrations"
381
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
382
+  (2.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
383
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
384
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
385
+  (0.1ms) SELECT version FROM "schema_migrations"
386
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
387
+  (2.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
388
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
389
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
390
+  (0.1ms) SELECT version FROM "schema_migrations"
391
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
392
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
393
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
394
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
395
+  (0.1ms) SELECT version FROM "schema_migrations"
396
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
397
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
398
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
399
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
400
+  (0.1ms) SELECT version FROM "schema_migrations"
401
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
402
+  (2.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
403
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
404
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
405
+  (0.1ms) SELECT version FROM "schema_migrations"
406
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
407
+  (2.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
408
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
409
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
410
+  (0.1ms) SELECT version FROM "schema_migrations"
411
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
412
+  (2.8ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
413
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
414
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
415
+  (0.1ms) SELECT version FROM "schema_migrations"
416
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
417
+  (2.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
418
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
419
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
420
+  (0.1ms) SELECT version FROM "schema_migrations"
421
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
422
+  (3.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
423
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
424
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
425
+  (0.1ms) SELECT version FROM "schema_migrations"
426
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
427
+  (2.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
428
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
429
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
430
+  (0.1ms) SELECT version FROM "schema_migrations"
431
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
432
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
433
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
434
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
435
+  (0.1ms) SELECT version FROM "schema_migrations"
436
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
437
+  (2.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
438
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
439
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
440
+  (0.1ms) SELECT version FROM "schema_migrations"
441
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
442
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
443
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
444
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
445
+  (0.1ms) SELECT version FROM "schema_migrations"
446
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
447
+  (2.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
448
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
449
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
450
+  (0.1ms) SELECT version FROM "schema_migrations"
451
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
452
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
453
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
454
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
455
+  (0.1ms) SELECT version FROM "schema_migrations"
456
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
457
+  (2.8ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
458
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
459
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
460
+  (0.1ms) SELECT version FROM "schema_migrations"
461
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
462
+  (2.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
463
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
464
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
465
+  (0.1ms) SELECT version FROM "schema_migrations"
466
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
467
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
468
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
469
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
470
+  (0.1ms) SELECT version FROM "schema_migrations"
471
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
472
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
473
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
474
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
475
+  (0.1ms) SELECT version FROM "schema_migrations"
476
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
477
+  (2.8ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
478
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
479
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
480
+  (0.1ms) SELECT version FROM "schema_migrations"
481
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
482
+  (1.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
483
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
484
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
485
+  (0.1ms) SELECT version FROM "schema_migrations"
486
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
487
+  (3.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
488
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
489
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
490
+  (0.1ms) SELECT version FROM "schema_migrations"
491
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
492
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
493
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
494
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
495
+  (0.1ms) SELECT version FROM "schema_migrations"
496
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
497
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
498
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
499
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
500
+  (0.1ms) SELECT version FROM "schema_migrations"
501
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
502
+  (4.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
503
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
504
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
505
+  (0.1ms) SELECT version FROM "schema_migrations"
506
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
507
+  (2.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
508
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
509
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
510
+  (0.1ms) SELECT version FROM "schema_migrations"
511
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
512
+  (2.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
513
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
514
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
515
+  (0.1ms) SELECT version FROM "schema_migrations"
516
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
517
+  (2.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
518
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
519
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
520
+  (0.1ms) SELECT version FROM "schema_migrations"
521
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130911135802')
522
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
523
+ Migrating to CreateGotFixedIssues (20130912175851)
524
+  (0.1ms) begin transaction
525
+  (0.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
526
+ SQLite3::SQLException: table "got_fixed_issues" already exists: CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime)
527
+  (0.0ms) rollback transaction
528
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
529
+ Migrating to CreateGotFixedIssues (20130912175851)
530
+  (0.1ms) begin transaction
531
+  (0.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
532
+ SQLite3::SQLException: table "got_fixed_issues" already exists: CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime)
533
+  (0.0ms) rollback transaction
534
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
535
+ Migrating to CreateGotFixedIssues (20130912175851)
536
+  (0.1ms) begin transaction
537
+  (0.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
538
+ SQLite3::SQLException: table "got_fixed_issues" already exists: CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime)
539
+  (0.0ms) rollback transaction
540
+  (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
541
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
542
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
543
+ Migrating to CreateGotFixedIssues (20130912175851)
544
+  (0.1ms) begin transaction
545
+  (0.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime) 
546
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130912175851"]]
547
+  (1.8ms) commit transaction
548
+ Migrating to AddNumberToGotFixedIssue (20130913195152)
549
+  (0.1ms) begin transaction
550
+  (0.7ms) ALTER TABLE "got_fixed_issues" ADD "number" integer
551
+  (0.2ms) ALTER TABLE "got_fixed_issues" ADD "vendor_id" varchar(255)
552
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130913195152"]]
553
+  (1.3ms) commit transaction
554
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
555
+  (2.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255)) 
556
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
557
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
558
+  (0.1ms) SELECT version FROM "schema_migrations"
559
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
560
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
561
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255)) 
562
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
563
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
564
+  (0.1ms) SELECT version FROM "schema_migrations"
565
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
566
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
567
+  (1.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255)) 
568
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
569
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
570
+  (0.1ms) SELECT version FROM "schema_migrations"
571
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
572
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
573
+  (2.8ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255)) 
574
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
575
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
576
+  (0.1ms) SELECT version FROM "schema_migrations"
577
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
578
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
579
+  (2.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255)) 
580
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
581
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
582
+  (0.1ms) SELECT version FROM "schema_migrations"
583
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
584
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
585
+  (1.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255)) 
586
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
587
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
588
+  (0.1ms) SELECT version FROM "schema_migrations"
589
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
590
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
591
+  (3.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255)) 
592
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
593
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
594
+  (0.1ms) SELECT version FROM "schema_migrations"
595
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
596
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
597
+  (0.1ms) begin transaction
598
+ SQL (2.5ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Sat, 14 Sep 2013 08:13:32 UTC +00:00], ["number", 1], ["title", "Add a subset of the powerful script \"OSX For Hackers\""], ["updated_at", Sat, 14 Sep 2013 08:13:32 UTC +00:00], ["vendor_id", 3910487]]
599
+  (2.7ms) commit transaction
600
+  (0.1ms) begin transaction
601
+ SQL (0.4ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:13:32 UTC +00:00], ["number", 6], ["title", "Removes ruby-debug"], ["updated_at", Sat, 14 Sep 2013 08:13:32 UTC +00:00], ["vendor_id", 9255225]]
602
+  (1.2ms) commit transaction
603
+  (0.1ms) begin transaction
604
+ SQL (0.4ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:13:32 UTC +00:00], ["number", 5], ["title", "Laptop with dotfiles"], ["updated_at", Sat, 14 Sep 2013 08:13:32 UTC +00:00], ["vendor_id", 7657060]]
605
+  (1.1ms) commit transaction
606
+  (0.1ms) begin transaction
607
+ SQL (0.4ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:13:32 UTC +00:00], ["number", 4], ["title", "Laptop with dotfiles"], ["updated_at", Sat, 14 Sep 2013 08:13:32 UTC +00:00], ["vendor_id", 7616399]]
608
+  (1.2ms) commit transaction
609
+  (0.1ms) begin transaction
610
+ SQL (0.5ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:13:32 UTC +00:00], ["number", 3], ["title", "Laptop updated"], ["updated_at", Sat, 14 Sep 2013 08:13:32 UTC +00:00], ["vendor_id", 7287722]]
611
+  (1.1ms) commit transaction
612
+  (0.1ms) begin transaction
613
+ SQL (0.3ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:13:32 UTC +00:00], ["number", 2], ["title", "removed some parts now included in other dotfiles, fixed 404 URL, create..."], ["updated_at", Sat, 14 Sep 2013 08:13:32 UTC +00:00], ["vendor_id", 7266213]]
614
+  (1.1ms) commit transaction
615
+  (0.2ms) begin transaction
616
+ SQL (0.7ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:13:37 UTC +00:00], ["number", 2], ["title", "Fixed push.default"], ["updated_at", Sat, 14 Sep 2013 08:13:37 UTC +00:00], ["vendor_id", 9134340]]
617
+  (3.1ms) commit transaction
618
+  (0.1ms) begin transaction
619
+ SQL (0.5ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:13:37 UTC +00:00], ["number", 1], ["title", "Add rvm in zshrc"], ["updated_at", Sat, 14 Sep 2013 08:13:37 UTC +00:00], ["vendor_id", 7269271]]
620
+  (1.2ms) commit transaction
621
+  (0.1ms) begin transaction
622
+ SQL (2.2ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Sat, 14 Sep 2013 08:14:24 UTC +00:00], ["number", 1], ["title", "Add a subset of the powerful script \"OSX For Hackers\""], ["updated_at", Sat, 14 Sep 2013 08:14:24 UTC +00:00], ["vendor_id", 3910487]]
623
+  (2.6ms) commit transaction
624
+  (0.1ms) begin transaction
625
+ SQL (0.3ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:14:24 UTC +00:00], ["number", 6], ["title", "Removes ruby-debug"], ["updated_at", Sat, 14 Sep 2013 08:14:24 UTC +00:00], ["vendor_id", 9255225]]
626
+  (1.1ms) commit transaction
627
+  (0.0ms) begin transaction
628
+ SQL (0.2ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:14:24 UTC +00:00], ["number", 5], ["title", "Laptop with dotfiles"], ["updated_at", Sat, 14 Sep 2013 08:14:24 UTC +00:00], ["vendor_id", 7657060]]
629
+  (1.2ms) commit transaction
630
+  (0.0ms) begin transaction
631
+ SQL (0.2ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:14:24 UTC +00:00], ["number", 4], ["title", "Laptop with dotfiles"], ["updated_at", Sat, 14 Sep 2013 08:14:24 UTC +00:00], ["vendor_id", 7616399]]
632
+  (1.1ms) commit transaction
633
+  (0.0ms) begin transaction
634
+ SQL (0.3ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:14:24 UTC +00:00], ["number", 3], ["title", "Laptop updated"], ["updated_at", Sat, 14 Sep 2013 08:14:24 UTC +00:00], ["vendor_id", 7287722]]
635
+  (1.0ms) commit transaction
636
+  (0.0ms) begin transaction
637
+ SQL (0.2ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:14:24 UTC +00:00], ["number", 2], ["title", "removed some parts now included in other dotfiles, fixed 404 URL, create..."], ["updated_at", Sat, 14 Sep 2013 08:14:24 UTC +00:00], ["vendor_id", 7266213]]
638
+  (1.2ms) commit transaction
639
+  (0.1ms) begin transaction
640
+ SQL (0.5ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:14:26 UTC +00:00], ["number", 2], ["title", "Fixed push.default"], ["updated_at", Sat, 14 Sep 2013 08:14:26 UTC +00:00], ["vendor_id", 9134340]]
641
+  (2.7ms) commit transaction
642
+  (0.1ms) begin transaction
643
+ SQL (0.4ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:14:26 UTC +00:00], ["number", 1], ["title", "Add rvm in zshrc"], ["updated_at", Sat, 14 Sep 2013 08:14:26 UTC +00:00], ["vendor_id", 7269271]]
644
+  (1.2ms) commit transaction
645
+  (0.1ms) begin transaction
646
+ SQL (2.3ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Sat, 14 Sep 2013 08:14:47 UTC +00:00], ["number", 1], ["title", "Add a subset of the powerful script \"OSX For Hackers\""], ["updated_at", Sat, 14 Sep 2013 08:14:47 UTC +00:00], ["vendor_id", 3910487]]
647
+  (2.7ms) commit transaction
648
+  (0.1ms) begin transaction
649
+ SQL (2.2ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Sat, 14 Sep 2013 08:15:34 UTC +00:00], ["number", 1], ["title", "Add a subset of the powerful script \"OSX For Hackers\""], ["updated_at", Sat, 14 Sep 2013 08:15:34 UTC +00:00], ["vendor_id", 3910487]]
650
+  (3.0ms) commit transaction
651
+  (0.1ms) begin transaction
652
+ SQL (0.5ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:15:34 UTC +00:00], ["number", 6], ["title", "Removes ruby-debug"], ["updated_at", Sat, 14 Sep 2013 08:15:34 UTC +00:00], ["vendor_id", 9255225]]
653
+  (1.4ms) commit transaction
654
+  (0.0ms) begin transaction
655
+ SQL (0.2ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:15:34 UTC +00:00], ["number", 5], ["title", "Laptop with dotfiles"], ["updated_at", Sat, 14 Sep 2013 08:15:34 UTC +00:00], ["vendor_id", 7657060]]
656
+  (0.9ms) commit transaction
657
+  (0.0ms) begin transaction
658
+ SQL (0.2ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:15:34 UTC +00:00], ["number", 4], ["title", "Laptop with dotfiles"], ["updated_at", Sat, 14 Sep 2013 08:15:34 UTC +00:00], ["vendor_id", 7616399]]
659
+  (1.0ms) commit transaction
660
+  (0.0ms) begin transaction
661
+ SQL (0.2ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:15:34 UTC +00:00], ["number", 3], ["title", "Laptop updated"], ["updated_at", Sat, 14 Sep 2013 08:15:34 UTC +00:00], ["vendor_id", 7287722]]
662
+  (1.2ms) commit transaction
663
+  (0.0ms) begin transaction
664
+ SQL (0.3ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:15:34 UTC +00:00], ["number", 2], ["title", "removed some parts now included in other dotfiles, fixed 404 URL, create..."], ["updated_at", Sat, 14 Sep 2013 08:15:34 UTC +00:00], ["vendor_id", 7266213]]
665
+  (1.2ms) commit transaction
666
+  (0.1ms) begin transaction
667
+ SQL (0.5ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:15:35 UTC +00:00], ["number", 2], ["title", "Fixed push.default"], ["updated_at", Sat, 14 Sep 2013 08:15:35 UTC +00:00], ["vendor_id", 9134340]]
668
+  (2.4ms) commit transaction
669
+  (0.1ms) begin transaction
670
+ SQL (0.5ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor_id") VALUES (?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:15:35 UTC +00:00], ["number", 1], ["title", "Add rvm in zshrc"], ["updated_at", Sat, 14 Sep 2013 08:15:35 UTC +00:00], ["vendor_id", 7269271]]
671
+  (1.2ms) commit transaction
672
+ DEPRECATION WARNING: You didn't set config.secret_key_base. Read the upgrade documentation to learn more about this new config option. (called from service at /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138)
673
+
674
+
675
+ Started GET "/got_fixed/" for 127.0.0.1 at 2013-09-14 10:15:53 +0200
676
+ Processing by GotFixed::IssuesController#index as HTML
677
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
678
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (49.6ms)
679
+ Completed 200 OK in 79ms (Views: 76.1ms | ActiveRecord: 1.5ms)
680
+
681
+
682
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-14 10:15:54 +0200
683
+
684
+
685
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-14 10:15:54 +0200
686
+
687
+
688
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-14 10:15:54 +0200
689
+
690
+
691
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-14 10:15:54 +0200
692
+
693
+
694
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-14 10:15:54 +0200
695
+
696
+
697
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-14 10:15:54 +0200
698
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
699
+ Migrating to AddVendorToGotFixedIssue (20130914085003)
700
+  (0.1ms) begin transaction
701
+  (0.4ms) ALTER TABLE "got_fixed_issues" ADD "vendor" varchar(255)
702
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130914085003"]]
703
+  (2.7ms) commit transaction
704
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
705
+  (3.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
706
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
707
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
708
+  (0.1ms) SELECT version FROM "schema_migrations"
709
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
710
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
711
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
712
+  (2.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
713
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
714
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
715
+  (0.1ms) SELECT version FROM "schema_migrations"
716
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
717
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
718
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
719
+  (0.1ms) begin transaction
720
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '3910487' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
721
+ SQL (1.0ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor", "vendor_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["closed", false], ["created_at", Sat, 14 Sep 2013 08:52:09 UTC +00:00], ["number", 1], ["title", "Add a subset of the powerful script \"OSX For Hackers\""], ["updated_at", Sat, 14 Sep 2013 08:52:09 UTC +00:00], ["vendor", "github"], ["vendor_id", 3910487]]
722
+  (2.0ms) commit transaction
723
+  (0.1ms) begin transaction
724
+ GotFixed::Issue Exists (0.1ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '9255225' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
725
+ SQL (0.3ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor", "vendor_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:52:09 UTC +00:00], ["number", 6], ["title", "Removes ruby-debug"], ["updated_at", Sat, 14 Sep 2013 08:52:09 UTC +00:00], ["vendor", "github"], ["vendor_id", 9255225]]
726
+  (1.1ms) commit transaction
727
+  (0.0ms) begin transaction
728
+ GotFixed::Issue Exists (0.1ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '7657060' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
729
+ SQL (0.2ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor", "vendor_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:52:09 UTC +00:00], ["number", 5], ["title", "Laptop with dotfiles"], ["updated_at", Sat, 14 Sep 2013 08:52:09 UTC +00:00], ["vendor", "github"], ["vendor_id", 7657060]]
730
+  (1.1ms) commit transaction
731
+  (0.0ms) begin transaction
732
+ GotFixed::Issue Exists (0.1ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '7616399' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
733
+ SQL (0.2ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor", "vendor_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:52:09 UTC +00:00], ["number", 4], ["title", "Laptop with dotfiles"], ["updated_at", Sat, 14 Sep 2013 08:52:09 UTC +00:00], ["vendor", "github"], ["vendor_id", 7616399]]
734
+  (1.3ms) commit transaction
735
+  (0.0ms) begin transaction
736
+ GotFixed::Issue Exists (0.1ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '7287722' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
737
+ SQL (0.2ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor", "vendor_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:52:09 UTC +00:00], ["number", 3], ["title", "Laptop updated"], ["updated_at", Sat, 14 Sep 2013 08:52:09 UTC +00:00], ["vendor", "github"], ["vendor_id", 7287722]]
738
+  (1.1ms) commit transaction
739
+  (0.0ms) begin transaction
740
+ GotFixed::Issue Exists (0.1ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '7266213' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
741
+ SQL (0.2ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor", "vendor_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:52:09 UTC +00:00], ["number", 2], ["title", "removed some parts now included in other dotfiles, fixed 404 URL, create..."], ["updated_at", Sat, 14 Sep 2013 08:52:09 UTC +00:00], ["vendor", "github"], ["vendor_id", 7266213]]
742
+  (1.1ms) commit transaction
743
+  (0.1ms) begin transaction
744
+ GotFixed::Issue Exists (0.3ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '9134340' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
745
+ SQL (0.4ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor", "vendor_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:52:11 UTC +00:00], ["number", 2], ["title", "Fixed push.default"], ["updated_at", Sat, 14 Sep 2013 08:52:11 UTC +00:00], ["vendor", "github"], ["vendor_id", 9134340]]
746
+  (2.6ms) commit transaction
747
+  (0.1ms) begin transaction
748
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '7269271' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
749
+ SQL (0.3ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor", "vendor_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sat, 14 Sep 2013 08:52:11 UTC +00:00], ["number", 1], ["title", "Add rvm in zshrc"], ["updated_at", Sat, 14 Sep 2013 08:52:11 UTC +00:00], ["vendor", "github"], ["vendor_id", 7269271]]
750
+  (1.3ms) commit transaction
751
+  (0.1ms) begin transaction
752
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '3910487' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
753
+  (0.1ms) rollback transaction
754
+  (0.0ms) begin transaction
755
+ GotFixed::Issue Exists (0.1ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '9255225' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
756
+  (0.0ms) rollback transaction
757
+  (0.0ms) begin transaction
758
+ GotFixed::Issue Exists (0.1ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '7657060' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
759
+  (0.0ms) rollback transaction
760
+  (0.0ms) begin transaction
761
+ GotFixed::Issue Exists (0.1ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '7616399' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
762
+  (0.0ms) rollback transaction
763
+  (0.0ms) begin transaction
764
+ GotFixed::Issue Exists (0.1ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '7287722' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
765
+  (0.0ms) rollback transaction
766
+  (0.0ms) begin transaction
767
+ GotFixed::Issue Exists (0.1ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '7266213' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
768
+  (0.0ms) rollback transaction
769
+  (0.1ms) begin transaction
770
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '9134340' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
771
+  (0.1ms) rollback transaction
772
+  (0.1ms) begin transaction
773
+ GotFixed::Issue Exists (0.1ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '7269271' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
774
+  (0.1ms) rollback transaction
775
+  (1.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
776
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
777
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
778
+  (0.1ms) SELECT version FROM "schema_migrations"
779
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
780
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
781
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
782
+  (4.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
783
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
784
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
785
+  (0.1ms) SELECT version FROM "schema_migrations"
786
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
787
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
788
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
789
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
790
+  (7.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
791
+  (7.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
792
+  (0.1ms) SELECT version FROM "schema_migrations"
793
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
794
+  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
795
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
796
+  (12.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
797
+  (5.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
798
+  (2.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
799
+  (0.1ms) SELECT version FROM "schema_migrations"
800
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
801
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
802
+  (3.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
803
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
804
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
805
+  (0.1ms) SELECT version FROM "schema_migrations"
806
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
807
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
808
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
809
+  (7.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
810
+  (7.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
811
+  (5.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
812
+  (0.1ms) SELECT version FROM "schema_migrations"
813
+  (4.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
814
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
815
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
816
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
817
+  (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
818
+  (4.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
819
+  (0.1ms) SELECT version FROM "schema_migrations"
820
+  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
821
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
822
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
823
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
824
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
825
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
826
+  (0.1ms) SELECT version FROM "schema_migrations"
827
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
828
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
829
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
830
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
831
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
832
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
833
+  (0.1ms) SELECT version FROM "schema_migrations"
834
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
835
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
836
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
837
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
838
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
839
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
840
+  (0.1ms) SELECT version FROM "schema_migrations"
841
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
842
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
843
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
844
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
845
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
846
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
847
+  (0.1ms) SELECT version FROM "schema_migrations"
848
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
849
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
850
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
851
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
852
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
853
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
854
+  (0.1ms) SELECT version FROM "schema_migrations"
855
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
856
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
857
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
858
+  (2.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
859
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
860
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
861
+  (0.1ms) SELECT version FROM "schema_migrations"
862
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
863
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
864
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
865
+  (7.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
866
+  (17.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
867
+  (5.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
868
+  (0.2ms) SELECT version FROM "schema_migrations"
869
+  (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
870
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
871
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
872
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
873
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
874
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
875
+  (0.1ms) SELECT version FROM "schema_migrations"
876
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
877
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
878
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
879
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
880
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
881
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
882
+  (0.1ms) SELECT version FROM "schema_migrations"
883
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
884
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
885
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
886
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
887
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
888
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
889
+  (0.1ms) SELECT version FROM "schema_migrations"
890
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
891
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
892
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
893
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
894
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
895
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
896
+  (0.1ms) SELECT version FROM "schema_migrations"
897
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
898
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
899
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
900
+  (3.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
901
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
902
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
903
+  (0.1ms) SELECT version FROM "schema_migrations"
904
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
905
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
906
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
907
+  (2.8ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
908
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
909
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
910
+  (0.1ms) SELECT version FROM "schema_migrations"
911
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
912
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
913
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
914
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
915
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
916
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
917
+  (0.1ms) SELECT version FROM "schema_migrations"
918
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
919
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
920
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
921
+  (1.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
922
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
923
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
924
+  (0.1ms) SELECT version FROM "schema_migrations"
925
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
926
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
927
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
928
+  (4.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
929
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
930
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
931
+  (0.1ms) SELECT version FROM "schema_migrations"
932
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
933
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
934
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
935
+  (2.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
936
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
937
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
938
+  (0.1ms) SELECT version FROM "schema_migrations"
939
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
940
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
941
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
942
+  (19.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
943
+  (9.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
944
+  (4.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
945
+  (0.3ms) SELECT version FROM "schema_migrations"
946
+  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
947
+  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
948
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
949
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
950
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
951
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
952
+  (0.1ms) SELECT version FROM "schema_migrations"
953
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
954
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
955
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
956
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
957
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
958
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
959
+  (0.1ms) SELECT version FROM "schema_migrations"
960
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
961
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
962
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
963
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = '1' LIMIT 1
964
+ GotFixed::Issue Load (0.6ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
965
+ GotFixed::Issue Load (0.3ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" ORDER BY "got_fixed_issues"."id" ASC LIMIT 1
966
+ GotFixed::Issue Load (0.4ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" ORDER BY "got_fixed_issues"."id" DESC LIMIT 1
967
+ GotFixed::Issue Load (0.3ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = '7269271' AND "got_fixed_issues"."vendor" = 'github' LIMIT 1
968
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
969
+  (45.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
970
+  (10.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
971
+  (0.2ms) SELECT version FROM "schema_migrations"
972
+  (3.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
973
+  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
974
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
975
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
976
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
977
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
978
+  (0.1ms) SELECT version FROM "schema_migrations"
979
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
980
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
981
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
982
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
983
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
984
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
985
+  (0.1ms) SELECT version FROM "schema_migrations"
986
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
987
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
988
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
989
+  (2.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
990
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
991
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
992
+  (0.1ms) SELECT version FROM "schema_migrations"
993
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
994
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
995
+  (2.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
996
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
997
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
998
+  (0.1ms) SELECT version FROM "schema_migrations"
999
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1000
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1001
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1002
+  (2.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1003
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1004
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1005
+  (0.1ms) SELECT version FROM "schema_migrations"
1006
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1007
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1008
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1009
+  (3.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1010
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1011
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1012
+  (0.1ms) SELECT version FROM "schema_migrations"
1013
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1014
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1015
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1016
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1017
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1018
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1019
+  (0.1ms) SELECT version FROM "schema_migrations"
1020
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1021
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1022
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1023
+  (3.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1024
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1025
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1026
+  (0.1ms) SELECT version FROM "schema_migrations"
1027
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1028
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1029
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1030
+  (12.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1031
+  (5.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1032
+  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1033
+  (0.1ms) SELECT version FROM "schema_migrations"
1034
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1035
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1036
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1037
+  (1.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1038
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1039
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1040
+  (0.1ms) SELECT version FROM "schema_migrations"
1041
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1042
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1043
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1044
+  (1.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1045
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1046
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1047
+  (0.1ms) SELECT version FROM "schema_migrations"
1048
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1049
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1050
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1051
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1052
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1053
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1054
+  (0.1ms) SELECT version FROM "schema_migrations"
1055
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1056
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1057
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1058
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1059
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1060
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1061
+  (0.1ms) SELECT version FROM "schema_migrations"
1062
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1063
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1064
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1065
+  (3.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1066
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1067
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1068
+  (0.1ms) SELECT version FROM "schema_migrations"
1069
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1070
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1071
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1072
+  (3.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1073
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1074
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1075
+  (0.1ms) SELECT version FROM "schema_migrations"
1076
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1077
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1078
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1079
+  (2.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1080
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1081
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1082
+  (0.1ms) SELECT version FROM "schema_migrations"
1083
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1084
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1085
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1086
+  (1.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1087
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1088
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1089
+  (0.1ms) SELECT version FROM "schema_migrations"
1090
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1091
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1092
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1093
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1094
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1095
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1096
+  (0.1ms) SELECT version FROM "schema_migrations"
1097
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1098
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1099
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1100
+  (1.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1101
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1102
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1103
+  (0.1ms) SELECT version FROM "schema_migrations"
1104
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1105
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1106
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1107
+  (0.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1108
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1109
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1110
+  (0.1ms) SELECT version FROM "schema_migrations"
1111
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1112
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1113
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1114
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1115
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1116
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1117
+  (0.1ms) SELECT version FROM "schema_migrations"
1118
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1119
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1120
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1121
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1122
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1123
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1124
+  (0.1ms) SELECT version FROM "schema_migrations"
1125
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1126
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1127
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1128
+  (2.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1129
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1130
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1131
+  (0.1ms) SELECT version FROM "schema_migrations"
1132
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1133
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1134
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1135
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1136
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1137
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1138
+  (0.1ms) SELECT version FROM "schema_migrations"
1139
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1140
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1141
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1142
+  (2.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1143
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1144
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1145
+  (0.1ms) SELECT version FROM "schema_migrations"
1146
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1147
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1148
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1149
+  (2.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1150
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1151
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1152
+  (0.1ms) SELECT version FROM "schema_migrations"
1153
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1154
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1155
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1156
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1157
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1158
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1159
+  (0.1ms) SELECT version FROM "schema_migrations"
1160
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1161
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1162
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1163
+  (3.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1164
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1165
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1166
+  (0.1ms) SELECT version FROM "schema_migrations"
1167
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1168
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1169
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1170
+  (2.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1171
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1172
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1173
+  (0.1ms) SELECT version FROM "schema_migrations"
1174
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1175
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1176
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1177
+  (3.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1178
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1179
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1180
+  (0.1ms) SELECT version FROM "schema_migrations"
1181
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1182
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1183
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1184
+  (2.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1185
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1186
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1187
+  (0.1ms) SELECT version FROM "schema_migrations"
1188
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1189
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1190
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1191
+  (8.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1192
+  (6.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1193
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1194
+  (0.1ms) SELECT version FROM "schema_migrations"
1195
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1196
+  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1197
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1198
+  (2.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1199
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1200
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1201
+  (0.1ms) SELECT version FROM "schema_migrations"
1202
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1203
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1204
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1205
+  (1.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1206
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1207
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1208
+  (0.1ms) SELECT version FROM "schema_migrations"
1209
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1210
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1211
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1212
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1213
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1214
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1215
+  (0.1ms) SELECT version FROM "schema_migrations"
1216
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1217
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1218
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1219
+  (3.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1220
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1221
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1222
+  (0.1ms) SELECT version FROM "schema_migrations"
1223
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1224
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1225
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1226
+  (1.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1227
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1228
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1229
+  (0.1ms) SELECT version FROM "schema_migrations"
1230
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1231
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1232
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1233
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1234
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1235
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1236
+  (0.1ms) SELECT version FROM "schema_migrations"
1237
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1238
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1239
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1240
+  (2.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1241
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1242
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1243
+  (0.1ms) SELECT version FROM "schema_migrations"
1244
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1245
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1246
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1247
+  (4.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1248
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1249
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1250
+  (0.1ms) SELECT version FROM "schema_migrations"
1251
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1252
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1253
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1254
+  (3.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1255
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1256
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1257
+  (0.1ms) SELECT version FROM "schema_migrations"
1258
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1259
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1260
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1261
+  (2.8ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1262
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1263
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1264
+  (0.1ms) SELECT version FROM "schema_migrations"
1265
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1266
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1267
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1268
+  (3.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1269
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1270
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1271
+  (0.1ms) SELECT version FROM "schema_migrations"
1272
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1273
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1274
+  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1275
+  (3.8ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1276
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1277
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1278
+  (0.1ms) SELECT version FROM "schema_migrations"
1279
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1280
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1281
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1282
+  (3.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1283
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1284
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1285
+  (0.1ms) SELECT version FROM "schema_migrations"
1286
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1287
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1288
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1289
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1290
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1291
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1292
+  (0.1ms) SELECT version FROM "schema_migrations"
1293
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1294
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1295
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1296
+  (2.8ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1297
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1298
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1299
+  (0.1ms) SELECT version FROM "schema_migrations"
1300
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1301
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1302
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1303
+  (1.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1304
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1305
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1306
+  (0.1ms) SELECT version FROM "schema_migrations"
1307
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1308
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1309
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1310
+  (3.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1311
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1312
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1313
+  (0.1ms) SELECT version FROM "schema_migrations"
1314
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1315
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1316
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1317
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1318
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1319
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1320
+  (0.1ms) SELECT version FROM "schema_migrations"
1321
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1322
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1323
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1324
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1325
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1326
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1327
+  (0.1ms) SELECT version FROM "schema_migrations"
1328
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1329
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1330
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1331
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1332
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1333
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1334
+  (0.1ms) SELECT version FROM "schema_migrations"
1335
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1336
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1337
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1338
+  (3.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1339
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1340
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1341
+  (0.1ms) SELECT version FROM "schema_migrations"
1342
+  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1343
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1344
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1345
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1346
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1347
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1348
+  (0.1ms) SELECT version FROM "schema_migrations"
1349
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1350
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1351
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1352
+  (2.8ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1353
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1354
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1355
+  (0.1ms) SELECT version FROM "schema_migrations"
1356
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1357
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1358
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1359
+  (3.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1360
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1361
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1362
+  (0.1ms) SELECT version FROM "schema_migrations"
1363
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1364
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1365
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1366
+  (3.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1367
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1368
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1369
+  (0.1ms) SELECT version FROM "schema_migrations"
1370
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1371
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1372
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1373
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1374
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1375
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1376
+  (0.1ms) SELECT version FROM "schema_migrations"
1377
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1378
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1379
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1380
+  (1.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1381
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1382
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1383
+  (0.1ms) SELECT version FROM "schema_migrations"
1384
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1385
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1386
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1387
+  (3.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1388
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1389
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1390
+  (0.1ms) SELECT version FROM "schema_migrations"
1391
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1392
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1393
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1394
+  (3.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1395
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1396
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1397
+  (0.1ms) SELECT version FROM "schema_migrations"
1398
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1399
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1400
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1401
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1402
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1403
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1404
+  (0.1ms) SELECT version FROM "schema_migrations"
1405
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1406
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1407
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1408
+  (3.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1409
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1410
+  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1411
+  (0.1ms) SELECT version FROM "schema_migrations"
1412
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1413
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1414
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1415
+  (3.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1416
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1417
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1418
+  (0.1ms) SELECT version FROM "schema_migrations"
1419
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1420
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1421
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1422
+  (4.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1423
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1424
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1425
+  (0.1ms) SELECT version FROM "schema_migrations"
1426
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1427
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1428
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1429
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1430
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1431
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1432
+  (0.1ms) SELECT version FROM "schema_migrations"
1433
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1434
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1435
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1436
+  (2.8ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1437
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1438
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1439
+  (0.1ms) SELECT version FROM "schema_migrations"
1440
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1441
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1442
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1443
+  (3.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1444
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1445
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1446
+  (0.1ms) SELECT version FROM "schema_migrations"
1447
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1448
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1449
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1450
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1451
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1452
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1453
+  (0.1ms) SELECT version FROM "schema_migrations"
1454
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1455
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1456
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1457
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1458
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1459
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1460
+  (0.1ms) SELECT version FROM "schema_migrations"
1461
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1462
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1463
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1464
+  (3.8ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1465
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1466
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1467
+  (0.1ms) SELECT version FROM "schema_migrations"
1468
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1469
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1470
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1471
+  (3.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1472
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1473
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1474
+  (0.1ms) SELECT version FROM "schema_migrations"
1475
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1476
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1477
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1478
+  (3.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1479
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1480
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1481
+  (0.1ms) SELECT version FROM "schema_migrations"
1482
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1483
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1484
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1485
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1486
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1487
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1488
+  (0.1ms) SELECT version FROM "schema_migrations"
1489
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1490
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1491
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1492
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1493
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1494
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1495
+  (0.1ms) SELECT version FROM "schema_migrations"
1496
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1497
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1498
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1499
+  (3.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1500
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1501
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1502
+  (0.1ms) SELECT version FROM "schema_migrations"
1503
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1504
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1505
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1506
+  (2.8ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1507
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1508
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1509
+  (0.1ms) SELECT version FROM "schema_migrations"
1510
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1511
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1512
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1513
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1514
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1515
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1516
+  (0.1ms) SELECT version FROM "schema_migrations"
1517
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1518
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1519
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1520
+  (2.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1521
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1522
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1523
+  (0.1ms) SELECT version FROM "schema_migrations"
1524
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1525
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1526
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1527
+  (2.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1528
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1529
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1530
+  (0.1ms) SELECT version FROM "schema_migrations"
1531
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1532
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1533
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1534
+  (2.6ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1535
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1536
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1537
+  (0.1ms) SELECT version FROM "schema_migrations"
1538
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1539
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1540
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1541
+  (2.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1542
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1543
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1544
+  (0.1ms) SELECT version FROM "schema_migrations"
1545
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1546
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1547
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1548
+  (2.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1549
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1550
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1551
+  (0.1ms) SELECT version FROM "schema_migrations"
1552
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1553
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1554
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1555
+
1556
+
1557
+ Started GET "/" for 127.0.0.1 at 2013-09-22 12:28:00 +0200
1558
+ Processing by Rails::WelcomeController#index as HTML
1559
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-4.0.0/lib/rails/templates/rails/welcome/index.html.erb (1.8ms)
1560
+ Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
1561
+
1562
+
1563
+ Started GET "/got_fixed/" for 127.0.0.1 at 2013-09-22 12:28:03 +0200
1564
+ Processing by GotFixed::IssuesController#index as HTML
1565
+ GotFixed::Issue Load (0.6ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
1566
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (54.6ms)
1567
+ Completed 200 OK in 121ms (Views: 116.4ms | ActiveRecord: 2.5ms)
1568
+
1569
+
1570
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:28:03 +0200
1571
+
1572
+
1573
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:28:03 +0200
1574
+
1575
+
1576
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:28:03 +0200
1577
+
1578
+
1579
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:28:03 +0200
1580
+
1581
+
1582
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:28:03 +0200
1583
+
1584
+
1585
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:28:03 +0200
1586
+
1587
+
1588
+ Started GET "/" for 127.0.0.1 at 2013-09-22 12:29:08 +0200
1589
+
1590
+
1591
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:29:08 +0200
1592
+ Processing by GotFixed::IssuesController#index as HTML
1593
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
1594
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (21.6ms)
1595
+ Completed 200 OK in 101ms (Views: 98.4ms | ActiveRecord: 1.4ms)
1596
+
1597
+
1598
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:29:08 +0200
1599
+
1600
+
1601
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:29:08 +0200
1602
+
1603
+
1604
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:29:08 +0200
1605
+
1606
+
1607
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:29:08 +0200
1608
+
1609
+
1610
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:29:08 +0200
1611
+
1612
+
1613
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:29:08 +0200
1614
+  (1.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
1615
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1616
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1617
+  (0.1ms) SELECT version FROM "schema_migrations"
1618
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
1619
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
1620
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
1621
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1622
+
1623
+
1624
+ Started GET "/got_fixed/" for 127.0.0.1 at 2013-09-22 12:33:54 +0200
1625
+ Processing by GotFixed::IssuesController#index as HTML
1626
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
1627
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (5.8ms)
1628
+ Completed 200 OK in 78ms (Views: 74.3ms | ActiveRecord: 2.5ms)
1629
+
1630
+
1631
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:33:54 +0200
1632
+
1633
+
1634
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:33:54 +0200
1635
+
1636
+
1637
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:33:54 +0200
1638
+
1639
+
1640
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:33:54 +0200
1641
+
1642
+
1643
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:33:54 +0200
1644
+
1645
+
1646
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:33:54 +0200
1647
+
1648
+
1649
+ Started GET "/got_fixed/" for 127.0.0.1 at 2013-09-22 12:33:55 +0200
1650
+ Processing by GotFixed::IssuesController#index as HTML
1651
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
1652
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.6ms)
1653
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.2ms)
1654
+
1655
+
1656
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:33:55 +0200
1657
+
1658
+
1659
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:33:55 +0200
1660
+
1661
+
1662
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:33:55 +0200
1663
+
1664
+
1665
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:33:55 +0200
1666
+
1667
+
1668
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:33:55 +0200
1669
+
1670
+
1671
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:33:55 +0200
1672
+
1673
+
1674
+ Started GET "/" for 127.0.0.1 at 2013-09-22 12:34:59 +0200
1675
+
1676
+
1677
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:34:59 +0200
1678
+ Processing by GotFixed::IssuesController#index as HTML
1679
+ Rendered got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.4ms)
1680
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
1681
+
1682
+
1683
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:34:59 +0200
1684
+
1685
+
1686
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:34:59 +0200
1687
+
1688
+
1689
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:34:59 +0200
1690
+
1691
+
1692
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:34:59 +0200
1693
+
1694
+
1695
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:34:59 +0200
1696
+
1697
+
1698
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:34:59 +0200
1699
+
1700
+
1701
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:35:00 +0200
1702
+ Processing by GotFixed::IssuesController#index as HTML
1703
+ Rendered got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.0ms)
1704
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
1705
+
1706
+
1707
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:35:00 +0200
1708
+
1709
+
1710
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:35:00 +0200
1711
+
1712
+
1713
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:35:00 +0200
1714
+
1715
+
1716
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:35:00 +0200
1717
+
1718
+
1719
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:35:00 +0200
1720
+
1721
+
1722
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:35:00 +0200
1723
+
1724
+
1725
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:35:30 +0200
1726
+ Processing by GotFixed::IssuesController#index as HTML
1727
+ Rendered got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.0ms)
1728
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
1729
+
1730
+
1731
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:35:30 +0200
1732
+
1733
+
1734
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:35:30 +0200
1735
+
1736
+
1737
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:35:30 +0200
1738
+
1739
+
1740
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:35:30 +0200
1741
+
1742
+
1743
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:35:30 +0200
1744
+
1745
+
1746
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:35:30 +0200
1747
+
1748
+
1749
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:35:30 +0200
1750
+ Processing by GotFixed::IssuesController#index as HTML
1751
+ Rendered got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.0ms)
1752
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
1753
+
1754
+
1755
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:35:30 +0200
1756
+
1757
+
1758
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:35:30 +0200
1759
+
1760
+
1761
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:35:30 +0200
1762
+
1763
+
1764
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:35:31 +0200
1765
+
1766
+
1767
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:35:31 +0200
1768
+
1769
+
1770
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:35:31 +0200
1771
+
1772
+
1773
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:36:13 +0200
1774
+ Processing by GotFixed::IssuesController#index as HTML
1775
+ Rendered got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.0ms)
1776
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
1777
+
1778
+
1779
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:36:14 +0200
1780
+ Processing by GotFixed::IssuesController#index as HTML
1781
+ Rendered got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.0ms)
1782
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
1783
+
1784
+
1785
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:36:19 +0200
1786
+ Processing by GotFixed::IssuesController#index as HTML
1787
+ Rendered got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.0ms)
1788
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
1789
+
1790
+
1791
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:36:19 +0200
1792
+ Processing by GotFixed::IssuesController#index as HTML
1793
+ Rendered got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.1ms)
1794
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
1795
+
1796
+
1797
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:36:46 +0200
1798
+ Processing by GotFixed::IssuesController#index as HTML
1799
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
1800
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.6ms)
1801
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.1ms)
1802
+
1803
+
1804
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:36:46 +0200
1805
+
1806
+
1807
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:36:46 +0200
1808
+
1809
+
1810
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:36:46 +0200
1811
+
1812
+
1813
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:36:46 +0200
1814
+
1815
+
1816
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:36:46 +0200
1817
+
1818
+
1819
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:36:46 +0200
1820
+
1821
+
1822
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1823
+ Processing by GotFixed::IssuesController#index as HTML
1824
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
1825
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.5ms)
1826
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.1ms)
1827
+
1828
+
1829
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1830
+
1831
+
1832
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1833
+
1834
+
1835
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1836
+
1837
+
1838
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1839
+
1840
+
1841
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1842
+
1843
+
1844
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1845
+
1846
+
1847
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1848
+ Processing by GotFixed::IssuesController#index as HTML
1849
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
1850
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.5ms)
1851
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.1ms)
1852
+
1853
+
1854
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1855
+
1856
+
1857
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1858
+
1859
+
1860
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1861
+
1862
+
1863
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1864
+
1865
+
1866
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1867
+
1868
+
1869
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1870
+
1871
+
1872
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1873
+ Processing by GotFixed::IssuesController#index as HTML
1874
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
1875
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.5ms)
1876
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.1ms)
1877
+
1878
+
1879
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1880
+
1881
+
1882
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1883
+
1884
+
1885
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1886
+
1887
+
1888
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1889
+
1890
+
1891
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1892
+
1893
+
1894
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:39:46 +0200
1895
+
1896
+
1897
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:41:28 +0200
1898
+ Processing by GotFixed::IssuesController#index as HTML
1899
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
1900
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.4ms)
1901
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms)
1902
+
1903
+
1904
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:41:28 +0200
1905
+
1906
+
1907
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:41:28 +0200
1908
+
1909
+
1910
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:41:28 +0200
1911
+
1912
+
1913
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:41:28 +0200
1914
+
1915
+
1916
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:41:28 +0200
1917
+
1918
+
1919
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:41:28 +0200
1920
+
1921
+
1922
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:41:29 +0200
1923
+ Processing by GotFixed::IssuesController#index as HTML
1924
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
1925
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.6ms)
1926
+ Completed 200 OK in 33ms (Views: 32.7ms | ActiveRecord: 0.1ms)
1927
+
1928
+
1929
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:41:29 +0200
1930
+
1931
+
1932
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:41:29 +0200
1933
+
1934
+
1935
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:41:29 +0200
1936
+
1937
+
1938
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:41:29 +0200
1939
+
1940
+
1941
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:41:29 +0200
1942
+
1943
+
1944
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:41:29 +0200
1945
+  (0.1ms) begin transaction
1946
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
1947
+ SQL (2.1ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor", "vendor_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sun, 22 Sep 2013 10:46:52 UTC +00:00], ["number", 1], ["title", "Testing web hook with \"issues\" event enabled"], ["updated_at", Sun, 22 Sep 2013 10:46:52 UTC +00:00], ["vendor", "github"], ["vendor_id", 19526518]]
1948
+  (0.7ms) commit transaction
1949
+  (0.1ms) begin transaction
1950
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
1951
+  (0.1ms) rollback transaction
1952
+
1953
+
1954
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:47:05 +0200
1955
+ Processing by GotFixed::IssuesController#index as HTML
1956
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
1957
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (17.3ms)
1958
+ Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.2ms)
1959
+
1960
+
1961
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:47:05 +0200
1962
+
1963
+
1964
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:47:05 +0200
1965
+
1966
+
1967
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:47:05 +0200
1968
+
1969
+
1970
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:47:05 +0200
1971
+
1972
+
1973
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:47:05 +0200
1974
+
1975
+
1976
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:47:05 +0200
1977
+
1978
+
1979
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:47:06 +0200
1980
+ Processing by GotFixed::IssuesController#index as HTML
1981
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
1982
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.8ms)
1983
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.2ms)
1984
+
1985
+
1986
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:47:06 +0200
1987
+
1988
+
1989
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:47:06 +0200
1990
+
1991
+
1992
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:47:06 +0200
1993
+
1994
+
1995
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:47:06 +0200
1996
+
1997
+
1998
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:47:06 +0200
1999
+
2000
+
2001
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:47:06 +0200
2002
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 19526518 LIMIT 1
2003
+ GotFixed::Issue Exists (0.3ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor" = 'github' AND "got_fixed_issues"."vendor_id" = 19526518 LIMIT 1
2004
+ GotFixed::Issue Exists (0.3ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor" = 'githubt' AND "got_fixed_issues"."vendor_id" = 19526518 LIMIT 1
2005
+ GotFixed::Issue Exists (0.3ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor" = 'github' AND "got_fixed_issues"."vendor_id" = 19526518 LIMIT 1
2006
+ GotFixed::Issue Load (0.3ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor" = 'github' AND "got_fixed_issues"."vendor_id" = 19526518
2007
+  (0.3ms) SELECT COUNT(*) FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor" = 'github' AND "got_fixed_issues"."vendor_id" = 19526518
2008
+ GotFixed::Issue Load (0.3ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor" = 'github' AND "got_fixed_issues"."vendor_id" = 19526518 LIMIT 1
2009
+ GotFixed::Issue Load (0.3ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor" = 'github' AND "got_fixed_issues"."vendor_id" = 19526518 LIMIT 1
2010
+ GotFixed::Issue Load (0.4ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor" = 'github' AND "got_fixed_issues"."vendor_id" = 19526518 LIMIT 1
2011
+  (0.3ms) begin transaction
2012
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
2013
+  (0.1ms) rollback transaction
2014
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 19526518 AND "got_fixed_issues"."vendor" = 'github' LIMIT 1
2015
+  (0.1ms) begin transaction
2016
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
2017
+  (0.1ms) commit transaction
2018
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 19526518 AND "got_fixed_issues"."vendor" = 'github' LIMIT 1
2019
+  (0.1ms) begin transaction
2020
+ GotFixed::Issue Exists (0.1ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
2021
+  (0.1ms) commit transaction
2022
+  (1.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2023
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2024
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2025
+  (0.1ms) SELECT version FROM "schema_migrations"
2026
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2027
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2028
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2029
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2030
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 19526518 AND "got_fixed_issues"."vendor" = 'github' LIMIT 1
2031
+  (0.1ms) begin transaction
2032
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
2033
+ SQL (1.8ms) INSERT INTO "got_fixed_issues" ("closed", "created_at", "number", "title", "updated_at", "vendor", "vendor_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["closed", true], ["created_at", Sun, 22 Sep 2013 10:54:31 UTC +00:00], ["number", 1], ["title", "Testing web hook with \"issues\" event enabled"], ["updated_at", Sun, 22 Sep 2013 10:54:31 UTC +00:00], ["vendor", "github"], ["vendor_id", 19526518]]
2034
+  (2.1ms) commit transaction
2035
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 19526518 AND "got_fixed_issues"."vendor" = 'github' LIMIT 1
2036
+  (0.1ms) begin transaction
2037
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
2038
+  (0.1ms) commit transaction
2039
+
2040
+
2041
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:54:39 +0200
2042
+ Processing by GotFixed::IssuesController#index as HTML
2043
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2044
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.9ms)
2045
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.2ms)
2046
+
2047
+
2048
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:54:39 +0200
2049
+
2050
+
2051
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:54:39 +0200
2052
+
2053
+
2054
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:54:39 +0200
2055
+
2056
+
2057
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:54:39 +0200
2058
+
2059
+
2060
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:54:39 +0200
2061
+
2062
+
2063
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:54:39 +0200
2064
+
2065
+
2066
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:54:40 +0200
2067
+ Processing by GotFixed::IssuesController#index as HTML
2068
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2069
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.6ms)
2070
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.1ms)
2071
+
2072
+
2073
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:54:40 +0200
2074
+
2075
+
2076
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:54:40 +0200
2077
+
2078
+
2079
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:54:40 +0200
2080
+
2081
+
2082
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:54:40 +0200
2083
+
2084
+
2085
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:54:40 +0200
2086
+
2087
+
2088
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:54:40 +0200
2089
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 19526518 AND "got_fixed_issues"."vendor" = 'github' LIMIT 1
2090
+  (0.1ms) begin transaction
2091
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
2092
+ SQL (3.9ms) UPDATE "got_fixed_issues" SET "title" = ?, "updated_at" = ? WHERE "got_fixed_issues"."id" = 1 [["title", "Dummy issue for testing purpose."], ["updated_at", Sun, 22 Sep 2013 10:55:00 UTC +00:00]]
2093
+  (1.8ms) commit transaction
2094
+
2095
+
2096
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:55:04 +0200
2097
+ Processing by GotFixed::IssuesController#index as HTML
2098
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2099
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.8ms)
2100
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.2ms)
2101
+
2102
+
2103
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:04 +0200
2104
+
2105
+
2106
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:04 +0200
2107
+
2108
+
2109
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:04 +0200
2110
+
2111
+
2112
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:04 +0200
2113
+
2114
+
2115
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:04 +0200
2116
+
2117
+
2118
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:04 +0200
2119
+
2120
+
2121
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:55:05 +0200
2122
+ Processing by GotFixed::IssuesController#index as HTML
2123
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2124
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.8ms)
2125
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.2ms)
2126
+
2127
+
2128
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:05 +0200
2129
+
2130
+
2131
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:05 +0200
2132
+
2133
+
2134
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:05 +0200
2135
+
2136
+
2137
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:05 +0200
2138
+
2139
+
2140
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:05 +0200
2141
+
2142
+
2143
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:05 +0200
2144
+
2145
+
2146
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:55:05 +0200
2147
+ Processing by GotFixed::IssuesController#index as HTML
2148
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2149
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.6ms)
2150
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.1ms)
2151
+
2152
+
2153
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:05 +0200
2154
+
2155
+
2156
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:05 +0200
2157
+
2158
+
2159
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:05 +0200
2160
+
2161
+
2162
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:05 +0200
2163
+
2164
+
2165
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:05 +0200
2166
+
2167
+
2168
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:05 +0200
2169
+
2170
+
2171
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:55:06 +0200
2172
+ Processing by GotFixed::IssuesController#index as HTML
2173
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2174
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.6ms)
2175
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.1ms)
2176
+
2177
+
2178
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:06 +0200
2179
+
2180
+
2181
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:06 +0200
2182
+
2183
+
2184
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:06 +0200
2185
+
2186
+
2187
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:06 +0200
2188
+
2189
+
2190
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:06 +0200
2191
+
2192
+
2193
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:06 +0200
2194
+
2195
+
2196
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:55:11 +0200
2197
+ Processing by GotFixed::IssuesController#index as HTML
2198
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2199
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.8ms)
2200
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.2ms)
2201
+
2202
+
2203
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:11 +0200
2204
+
2205
+
2206
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:11 +0200
2207
+
2208
+
2209
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:11 +0200
2210
+
2211
+
2212
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:11 +0200
2213
+
2214
+
2215
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:11 +0200
2216
+
2217
+
2218
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:11 +0200
2219
+
2220
+
2221
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:55:12 +0200
2222
+ Processing by GotFixed::IssuesController#index as HTML
2223
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2224
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.8ms)
2225
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.2ms)
2226
+
2227
+
2228
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:12 +0200
2229
+
2230
+
2231
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:12 +0200
2232
+
2233
+
2234
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:12 +0200
2235
+
2236
+
2237
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:12 +0200
2238
+
2239
+
2240
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:12 +0200
2241
+
2242
+
2243
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:12 +0200
2244
+
2245
+
2246
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:55:12 +0200
2247
+ Processing by GotFixed::IssuesController#index as HTML
2248
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2249
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.7ms)
2250
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.2ms)
2251
+
2252
+
2253
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:12 +0200
2254
+
2255
+
2256
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:12 +0200
2257
+
2258
+
2259
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:12 +0200
2260
+
2261
+
2262
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:12 +0200
2263
+
2264
+
2265
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:12 +0200
2266
+
2267
+
2268
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:12 +0200
2269
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 19526518 AND "got_fixed_issues"."vendor" = 'github' LIMIT 1
2270
+  (0.1ms) begin transaction
2271
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
2272
+  (0.1ms) commit transaction
2273
+
2274
+
2275
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:55:32 +0200
2276
+ Processing by GotFixed::IssuesController#index as HTML
2277
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2278
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.6ms)
2279
+ Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.1ms)
2280
+
2281
+
2282
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:32 +0200
2283
+
2284
+
2285
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:32 +0200
2286
+
2287
+
2288
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:32 +0200
2289
+
2290
+
2291
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:32 +0200
2292
+
2293
+
2294
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:32 +0200
2295
+
2296
+
2297
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:32 +0200
2298
+
2299
+
2300
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:55:33 +0200
2301
+ Processing by GotFixed::IssuesController#index as HTML
2302
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2303
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.7ms)
2304
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.1ms)
2305
+
2306
+
2307
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:33 +0200
2308
+
2309
+
2310
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:33 +0200
2311
+
2312
+
2313
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:33 +0200
2314
+
2315
+
2316
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:33 +0200
2317
+
2318
+
2319
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:33 +0200
2320
+
2321
+
2322
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:33 +0200
2323
+
2324
+
2325
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:55:33 +0200
2326
+ Processing by GotFixed::IssuesController#index as HTML
2327
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2328
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.7ms)
2329
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.2ms)
2330
+
2331
+
2332
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:33 +0200
2333
+
2334
+
2335
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:33 +0200
2336
+
2337
+
2338
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:33 +0200
2339
+
2340
+
2341
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:33 +0200
2342
+
2343
+
2344
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:55:33 +0200
2345
+
2346
+
2347
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:55:33 +0200
2348
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 19526518 AND "got_fixed_issues"."vendor" = 'github' LIMIT 1
2349
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
2350
+  (0.2ms) begin transaction
2351
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
2352
+  (0.1ms) commit transaction
2353
+  (0.2ms) begin transaction
2354
+ GotFixed::Issue Exists (0.3ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
2355
+  (0.1ms) commit transaction
2356
+
2357
+
2358
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:56:06 +0200
2359
+ Processing by GotFixed::IssuesController#index as HTML
2360
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2361
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.6ms)
2362
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.1ms)
2363
+
2364
+
2365
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:56:06 +0200
2366
+
2367
+
2368
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:06 +0200
2369
+
2370
+
2371
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:56:06 +0200
2372
+
2373
+
2374
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:06 +0200
2375
+
2376
+
2377
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:06 +0200
2378
+
2379
+
2380
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:06 +0200
2381
+
2382
+
2383
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:56:07 +0200
2384
+ Processing by GotFixed::IssuesController#index as HTML
2385
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2386
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.6ms)
2387
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.1ms)
2388
+
2389
+
2390
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:07 +0200
2391
+
2392
+
2393
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:56:07 +0200
2394
+
2395
+
2396
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:56:07 +0200
2397
+
2398
+
2399
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:07 +0200
2400
+
2401
+
2402
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:07 +0200
2403
+
2404
+
2405
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:07 +0200
2406
+
2407
+
2408
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:56:07 +0200
2409
+ Processing by GotFixed::IssuesController#index as HTML
2410
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2411
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.6ms)
2412
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.1ms)
2413
+
2414
+
2415
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:56:07 +0200
2416
+
2417
+
2418
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:56:07 +0200
2419
+
2420
+
2421
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:07 +0200
2422
+
2423
+
2424
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:07 +0200
2425
+
2426
+
2427
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:07 +0200
2428
+
2429
+
2430
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:07 +0200
2431
+
2432
+
2433
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:56:08 +0200
2434
+ Processing by GotFixed::IssuesController#index as HTML
2435
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2436
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.6ms)
2437
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.2ms)
2438
+
2439
+
2440
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:56:08 +0200
2441
+
2442
+
2443
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:56:08 +0200
2444
+
2445
+
2446
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:08 +0200
2447
+
2448
+
2449
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:08 +0200
2450
+
2451
+
2452
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:08 +0200
2453
+
2454
+
2455
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:08 +0200
2456
+
2457
+
2458
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:56:14 +0200
2459
+ Processing by GotFixed::IssuesController#index as HTML
2460
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2461
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (18.1ms)
2462
+ Completed 200 OK in 96ms (Views: 92.9ms | ActiveRecord: 1.1ms)
2463
+
2464
+
2465
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:56:15 +0200
2466
+
2467
+
2468
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:56:15 +0200
2469
+
2470
+
2471
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:15 +0200
2472
+
2473
+
2474
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:15 +0200
2475
+
2476
+
2477
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:15 +0200
2478
+
2479
+
2480
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:56:15 +0200
2481
+
2482
+
2483
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:58:09 +0200
2484
+ Processing by GotFixed::IssuesController#index as HTML
2485
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2486
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.8ms)
2487
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.2ms)
2488
+
2489
+
2490
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:58:09 +0200
2491
+
2492
+
2493
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:58:09 +0200
2494
+
2495
+
2496
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:58:09 +0200
2497
+
2498
+
2499
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:58:09 +0200
2500
+
2501
+
2502
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:58:09 +0200
2503
+
2504
+
2505
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:58:09 +0200
2506
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 19526518 AND "got_fixed_issues"."vendor" = 'github' LIMIT 1
2507
+  (0.4ms) begin transaction
2508
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
2509
+  (0.1ms) commit transaction
2510
+
2511
+
2512
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:58:26 +0200
2513
+ Processing by GotFixed::IssuesController#index as HTML
2514
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2515
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.5ms)
2516
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms)
2517
+
2518
+
2519
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:58:26 +0200
2520
+
2521
+
2522
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:58:26 +0200
2523
+
2524
+
2525
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:58:26 +0200
2526
+
2527
+
2528
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:58:26 +0200
2529
+
2530
+
2531
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:58:26 +0200
2532
+
2533
+
2534
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:58:26 +0200
2535
+
2536
+
2537
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:58:33 +0200
2538
+ Processing by GotFixed::IssuesController#index as HTML
2539
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2540
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.6ms)
2541
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.1ms)
2542
+
2543
+
2544
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:58:33 +0200
2545
+
2546
+
2547
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:58:33 +0200
2548
+
2549
+
2550
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:58:33 +0200
2551
+
2552
+
2553
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:58:33 +0200
2554
+
2555
+
2556
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:58:33 +0200
2557
+
2558
+
2559
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:58:33 +0200
2560
+
2561
+
2562
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 12:58:33 +0200
2563
+ Processing by GotFixed::IssuesController#index as HTML
2564
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2565
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.7ms)
2566
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.2ms)
2567
+
2568
+
2569
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 12:58:33 +0200
2570
+
2571
+
2572
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 12:58:33 +0200
2573
+
2574
+
2575
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 12:58:33 +0200
2576
+
2577
+
2578
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 12:58:33 +0200
2579
+
2580
+
2581
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 12:58:33 +0200
2582
+
2583
+
2584
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 12:58:33 +0200
2585
+
2586
+
2587
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 13:00:34 +0200
2588
+ Processing by GotFixed::IssuesController#index as HTML
2589
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues"
2590
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (0.6ms)
2591
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.1ms)
2592
+
2593
+
2594
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 13:00:34 +0200
2595
+
2596
+
2597
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 13:00:34 +0200
2598
+
2599
+
2600
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 13:00:34 +0200
2601
+
2602
+
2603
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 13:00:34 +0200
2604
+
2605
+
2606
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 13:00:34 +0200
2607
+
2608
+
2609
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 13:00:34 +0200
2610
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" WHERE "got_fixed_issues"."vendor_id" = 19526518 AND "got_fixed_issues"."vendor" = 'github' LIMIT 1
2611
+  (0.1ms) begin transaction
2612
+ GotFixed::Issue Exists (0.2ms) SELECT 1 AS one FROM "got_fixed_issues" WHERE ("got_fixed_issues"."vendor_id" = '19526518' AND "got_fixed_issues"."id" != 1 AND "got_fixed_issues"."vendor" = 'github') LIMIT 1
2613
+  (0.1ms) commit transaction
2614
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2615
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2616
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2617
+  (0.1ms) SELECT version FROM "schema_migrations"
2618
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2619
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2620
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2621
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2622
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2623
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2624
+  (0.1ms) SELECT version FROM "schema_migrations"
2625
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2626
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2627
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2628
+
2629
+
2630
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 13:08:13 +0200
2631
+ Processing by GotFixed::IssuesController#index as HTML
2632
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" ORDER BY "got_fixed_issues".update_at ASC, "got_fixed_issues".desc ASC
2633
+ SQLite3::SQLException: no such column: got_fixed_issues.update_at: SELECT "got_fixed_issues".* FROM "got_fixed_issues" ORDER BY "got_fixed_issues".update_at ASC, "got_fixed_issues".desc ASC
2634
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (8.6ms)
2635
+ Completed 500 Internal Server Error in 15ms
2636
+
2637
+ ActionView::Template::Error (SQLite3::SQLException: no such column: got_fixed_issues.update_at: SELECT "got_fixed_issues".* FROM "got_fixed_issues" ORDER BY "got_fixed_issues".update_at ASC, "got_fixed_issues".desc ASC):
2638
+ 10: </thead>
2639
+ 11:
2640
+ 12: <tbody>
2641
+ 13: <% @issues.each do |issue| %>
2642
+ 14: <tr>
2643
+ 15: <td>#<%= issue.number %></td>
2644
+ 16: <td><%= issue.title %></td>
2645
+ sqlite3 (1.3.8) lib/sqlite3/database.rb:91:in `initialize'
2646
+ sqlite3 (1.3.8) lib/sqlite3/database.rb:91:in `new'
2647
+ sqlite3 (1.3.8) lib/sqlite3/database.rb:91:in `prepare'
2648
+ activerecord (4.0.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:296:in `block in exec_query'
2649
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract_adapter.rb:425:in `block in log'
2650
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2651
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract_adapter.rb:420:in `log'
2652
+ activerecord (4.0.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:292:in `exec_query'
2653
+ activerecord (4.0.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:504:in `select'
2654
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/database_statements.rb:24:in `select_all'
2655
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `block in select_all'
2656
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/query_cache.rb:76:in `cache_sql'
2657
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `select_all'
2658
+ activerecord (4.0.0) lib/active_record/querying.rb:36:in `find_by_sql'
2659
+ activerecord (4.0.0) lib/active_record/relation.rb:585:in `exec_queries'
2660
+ activerecord (4.0.0) lib/active_record/relation.rb:471:in `load'
2661
+ activerecord (4.0.0) lib/active_record/relation.rb:220:in `to_a'
2662
+ activerecord (4.0.0) lib/active_record/relation.rb:598:in `exec_queries'
2663
+ activerecord (4.0.0) lib/active_record/relation.rb:471:in `load'
2664
+ activerecord (4.0.0) lib/active_record/relation.rb:220:in `to_a'
2665
+ activerecord (4.0.0) lib/active_record/relation/delegation.rb:12:in `each'
2666
+ /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb:13:in `___sers__b_perso_code_ssaunier_got_fixed_app_views_got_fixed_issues_index_html_erb__866404670368954634_70223571472880'
2667
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
2668
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
2669
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
2670
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
2671
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
2672
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
2673
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2674
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
2675
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
2676
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
2677
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
2678
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
2679
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
2680
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
2681
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
2682
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
2683
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
2684
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
2685
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
2686
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
2687
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
2688
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
2689
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
2690
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
2691
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
2692
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
2693
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
2694
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
2695
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
2696
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
2697
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
2698
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
2699
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
2700
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
2701
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2702
+ activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__2465313141245740920__process_action__callbacks'
2703
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
2704
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
2705
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
2706
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
2707
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
2708
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2709
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
2710
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2711
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
2712
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2713
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
2714
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
2715
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
2716
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2717
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
2718
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
2719
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
2720
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
2721
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
2722
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
2723
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
2724
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
2725
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
2726
+ railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
2727
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
2728
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
2729
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
2730
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
2731
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
2732
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
2733
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
2734
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2735
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
2736
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
2737
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
2738
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
2739
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
2740
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
2741
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2742
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1207905211216100199__call__callbacks'
2743
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
2744
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2745
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
2746
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
2747
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2748
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2749
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
2750
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
2751
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2752
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
2753
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
2754
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
2755
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2756
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2757
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2758
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2759
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2760
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
2761
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
2762
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
2763
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2764
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2765
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2766
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2767
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2768
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2769
+
2770
+
2771
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
2772
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (16.9ms)
2773
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (53.2ms)
2774
+
2775
+
2776
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 13:08:31 +0200
2777
+ Processing by GotFixed::IssuesController#index as HTML
2778
+ GotFixed::Issue Load (0.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" ORDER BY updated_at DESC
2779
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (17.9ms)
2780
+ Completed 200 OK in 42ms (Views: 38.9ms | ActiveRecord: 0.5ms)
2781
+
2782
+
2783
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 13:08:31 +0200
2784
+
2785
+
2786
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 13:08:31 +0200
2787
+
2788
+
2789
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 13:08:31 +0200
2790
+
2791
+
2792
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 13:08:31 +0200
2793
+
2794
+
2795
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 13:08:31 +0200
2796
+
2797
+
2798
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 13:08:31 +0200
2799
+
2800
+
2801
+ Started GET "/got_fixed" for 127.0.0.1 at 2013-09-22 13:08:32 +0200
2802
+ Processing by GotFixed::IssuesController#index as HTML
2803
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" ORDER BY updated_at DESC
2804
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/issues/index.html.erb within layouts/got_fixed/application (1.1ms)
2805
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.2ms)
2806
+
2807
+
2808
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-22 13:08:32 +0200
2809
+
2810
+
2811
+ Started GET "/assets/got_fixed/application.css?body=1" for 127.0.0.1 at 2013-09-22 13:08:32 +0200
2812
+
2813
+
2814
+ Started GET "/assets/got_fixed/application.js?body=1" for 127.0.0.1 at 2013-09-22 13:08:32 +0200
2815
+
2816
+
2817
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-22 13:08:32 +0200
2818
+
2819
+
2820
+ Started GET "/assets/got_fixed/issues.css?body=1" for 127.0.0.1 at 2013-09-22 13:08:32 +0200
2821
+
2822
+
2823
+ Started GET "/assets/got_fixed/issues.js?body=1" for 127.0.0.1 at 2013-09-22 13:08:32 +0200
2824
+  (2.9ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2825
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2826
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2827
+  (0.1ms) SELECT version FROM "schema_migrations"
2828
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2829
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2830
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2831
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2832
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2833
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2834
+  (0.1ms) SELECT version FROM "schema_migrations"
2835
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2836
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2837
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2838
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2839
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2840
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2841
+  (0.1ms) SELECT version FROM "schema_migrations"
2842
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2843
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2844
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2845
+  (2.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2846
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2847
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2848
+  (0.1ms) SELECT version FROM "schema_migrations"
2849
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2850
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2851
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2852
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2853
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2854
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2855
+  (0.1ms) SELECT version FROM "schema_migrations"
2856
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2857
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2858
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2859
+  (2.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2860
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2861
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2862
+  (0.1ms) SELECT version FROM "schema_migrations"
2863
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2864
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2865
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2866
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2867
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2868
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2869
+  (0.1ms) SELECT version FROM "schema_migrations"
2870
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2871
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2872
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2873
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2874
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2875
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2876
+  (0.1ms) SELECT version FROM "schema_migrations"
2877
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2878
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2879
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2880
+  (3.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2881
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2882
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2883
+  (0.1ms) SELECT version FROM "schema_migrations"
2884
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2885
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2886
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2887
+  (2.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2888
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2889
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2890
+  (0.1ms) SELECT version FROM "schema_migrations"
2891
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2892
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2893
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2894
+  (1.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2895
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2896
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2897
+  (0.1ms) SELECT version FROM "schema_migrations"
2898
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2899
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2900
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2901
+ GotFixed::Issue Load (0.2ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" ORDER BY updated_at DESC LIMIT 1
2902
+ GotFixed::Issue Load (0.7ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" ORDER BY updated_at DESC LIMIT 1
2903
+ GotFixed::Issue Load (20.1ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" ORDER BY updated_at DESC LIMIT 1
2904
+  (1.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2905
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2906
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2907
+  (0.1ms) SELECT version FROM "schema_migrations"
2908
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2909
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2910
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2911
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2912
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2913
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2914
+  (0.1ms) SELECT version FROM "schema_migrations"
2915
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2916
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2917
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2918
+  (3.0ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2919
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2920
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2921
+  (0.1ms) SELECT version FROM "schema_migrations"
2922
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2923
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2924
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2925
+  (1.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2926
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2927
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2928
+  (0.1ms) SELECT version FROM "schema_migrations"
2929
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2930
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2931
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2932
+  (3.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2933
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2934
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2935
+  (0.1ms) SELECT version FROM "schema_migrations"
2936
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2937
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2938
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2939
+  (2.7ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2940
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2941
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2942
+  (0.1ms) SELECT version FROM "schema_migrations"
2943
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2944
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2945
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2946
+  (12.8ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
2947
+  (5.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
2948
+  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2949
+  (0.1ms) SELECT version FROM "schema_migrations"
2950
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
2951
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
2952
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
2953
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
2954
+ Migrating to CreateGotFixedUsers (20130924121816)
2955
+  (0.1ms) begin transaction
2956
+  (0.4ms) CREATE TABLE "got_fixed_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
2957
+ SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130924121816"]]
2958
+  (1.4ms) commit transaction
2959
+ Migrating to HasAndBelongsToManyIssuesUser (20130924123003)
2960
+  (0.1ms) begin transaction
2961
+  (0.3ms) CREATE TABLE "users_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer) 
2962
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130924123003"]]
2963
+  (1.6ms) commit transaction
2964
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2965
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2966
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2967
+ GotFixed::User Load (0.1ms) SELECT "got_fixed_users".* FROM "got_fixed_users"
2968
+  (0.2ms) SELECT COUNT(*) FROM "got_fixed_users"
2969
+  (0.1ms) begin transaction
2970
+ SQL (6.9ms) INSERT INTO "got_fixed_users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 24 Sep 2013 12:33:26 UTC +00:00], ["email", "seb@saunier.me"], ["updated_at", Tue, 24 Sep 2013 12:33:26 UTC +00:00]]
2971
+  (1.2ms) commit transaction
2972
+ GotFixed::User Load (0.3ms) SELECT "got_fixed_users".* FROM "got_fixed_users" ORDER BY "got_fixed_users"."id" ASC LIMIT 1
2973
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2974
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2975
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2976
+ Migrating to HasAndBelongsToManyIssuesUser (20130924123004)
2977
+  (0.1ms) begin transaction
2978
+  (0.4ms) CREATE TABLE "got_fixed_issues_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer) 
2979
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130924123004"]]
2980
+  (2.9ms) commit transaction
2981
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2982
+ GotFixed::User Load (0.2ms) SELECT "got_fixed_users".* FROM "got_fixed_users" ORDER BY "got_fixed_users"."id" ASC LIMIT 1
2983
+ GotFixed::Issue Load (1.9ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" INNER JOIN "got_fixed_issues_users" ON "got_fixed_issues"."id" = "got_fixed_issues_users"."issue_id" WHERE "got_fixed_issues_users"."user_id" = ? ORDER BY updated_at DESC [["user_id", 1]]
2984
+ GotFixed::User Load (0.1ms) SELECT "got_fixed_users".* FROM "got_fixed_users" ORDER BY "got_fixed_users"."id" ASC LIMIT 1
2985
+ GotFixed::Issue Load (0.7ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" ORDER BY updated_at ASC LIMIT 1
2986
+ GotFixed::Issue Load (0.4ms) SELECT "got_fixed_issues".* FROM "got_fixed_issues" ORDER BY updated_at ASC LIMIT 1
2987
+ Rendered /Users/Cb/perso/code/ssaunier/got_fixed/app/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb (1.6ms)
2988
+
2989
+ Sent mail to seb@saunier.me (112.2ms)
2990
+ Date: Tue, 24 Sep 2013 14:36:32 +0200
2991
+ From: GotFixed Notifications <noreply@saunier.me>
2992
+ To: seb@saunier.me
2993
+ Message-ID: <524187508c36a_8e5f3ffb890546cc708bb@Cb.local.mail>
2994
+ Subject: [Fixed] Dummy issue for testing purpose.
2995
+ Mime-Version: 1.0
2996
+ Content-Type: text/plain;
2997
+ charset=UTF-8
2998
+ Content-Transfer-Encoding: 7bit
2999
+
3000
+ Hello,
3001
+
3002
+ We are happy to announce you that the issue "Dummy issue for testing purpose." has been closed.
3003
+ In a few minutes, the changes will be deployed in production and should fix your
3004
+ problem.
3005
+
3006
+ Best
3007
+  (1.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
3008
+  (1.1ms) CREATE TABLE "got_fixed_issues_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer)
3009
+  (1.1ms) CREATE TABLE "got_fixed_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
3010
+  (1.1ms) CREATE TABLE "users_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer)
3011
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3012
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3013
+  (0.1ms) SELECT version FROM "schema_migrations"
3014
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130924123004')
3015
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
3016
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
3017
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
3018
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130924121816')
3019
+  (2.1ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
3020
+  (1.2ms) CREATE TABLE "got_fixed_issues_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer)
3021
+  (0.9ms) CREATE TABLE "got_fixed_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
3022
+  (1.2ms) CREATE TABLE "users_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer)
3023
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3024
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3025
+  (0.1ms) SELECT version FROM "schema_migrations"
3026
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130924123004')
3027
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
3028
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
3029
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
3030
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130924121816')
3031
+  (2.2ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
3032
+  (1.3ms) CREATE TABLE "got_fixed_issues_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer)
3033
+  (1.0ms) CREATE TABLE "got_fixed_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
3034
+  (1.1ms) CREATE TABLE "users_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer)
3035
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3036
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3037
+  (0.1ms) SELECT version FROM "schema_migrations"
3038
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130924123004')
3039
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
3040
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
3041
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
3042
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130924121816')
3043
+  (2.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
3044
+  (1.1ms) CREATE TABLE "got_fixed_issues_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer)
3045
+  (1.0ms) CREATE TABLE "got_fixed_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
3046
+  (1.0ms) CREATE TABLE "users_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer)
3047
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3048
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3049
+  (0.1ms) SELECT version FROM "schema_migrations"
3050
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130924123004')
3051
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
3052
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
3053
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
3054
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130924121816')
3055
+  (2.4ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
3056
+  (1.4ms) CREATE TABLE "got_fixed_issues_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer)
3057
+  (1.1ms) CREATE TABLE "got_fixed_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
3058
+  (0.7ms) CREATE TABLE "users_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer)
3059
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3060
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3061
+  (0.1ms) SELECT version FROM "schema_migrations"
3062
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130924123004')
3063
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
3064
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
3065
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
3066
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130924121816')
3067
+  (2.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
3068
+  (1.4ms) CREATE TABLE "got_fixed_issues_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer)
3069
+  (1.2ms) CREATE TABLE "got_fixed_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
3070
+  (1.1ms) CREATE TABLE "users_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer)
3071
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3072
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3073
+  (0.1ms) SELECT version FROM "schema_migrations"
3074
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130924123004')
3075
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
3076
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
3077
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
3078
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130924121816')
3079
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3080
+ Migrating to UniqueUserEmails (20130929180909)
3081
+  (0.1ms) begin transaction
3082
+  (0.4ms) CREATE UNIQUE INDEX "index_got_fixed_users_on_email" ON "got_fixed_users" ("email")
3083
+ SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130929180909"]]
3084
+  (1.4ms) commit transaction
3085
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3086
+  (2.3ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
3087
+  (1.4ms) CREATE TABLE "got_fixed_issues_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer)
3088
+  (1.2ms) CREATE TABLE "got_fixed_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
3089
+  (1.1ms) CREATE UNIQUE INDEX "index_got_fixed_users_on_email" ON "got_fixed_users" ("email")
3090
+  (1.2ms) CREATE TABLE "users_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer) 
3091
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
3092
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3093
+  (0.1ms) SELECT version FROM "schema_migrations"
3094
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130929180909')
3095
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
3096
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
3097
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
3098
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130924121816')
3099
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130924123004')
3100
+  (3.5ms) CREATE TABLE "got_fixed_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "closed" boolean, "created_at" datetime, "updated_at" datetime, "number" integer, "vendor_id" varchar(255), "vendor" varchar(255)) 
3101
+  (1.3ms) CREATE TABLE "got_fixed_issues_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer)
3102
+  (1.1ms) CREATE TABLE "got_fixed_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
3103
+  (1.1ms) CREATE UNIQUE INDEX "index_got_fixed_users_on_email" ON "got_fixed_users" ("email")
3104
+  (1.2ms) CREATE TABLE "users_issues" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "issue_id" integer) 
3105
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
3106
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3107
+  (0.1ms) SELECT version FROM "schema_migrations"
3108
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130929180909')
3109
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130912175851')
3110
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130913195152')
3111
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130914085003')
3112
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130924121816')
3113
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130924123004')