flyboy 0.0.3 → 0.0.4

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.
@@ -160111,3 +160111,2187 @@ Completed 200 OK in 27ms (Views: 25.4ms | ActiveRecord: 0.5ms)
160111
160111
   (0.7ms) DELETE FROM "flyboy_goals";
160112
160112
   (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
160113
160113
   (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
160114
+  (1.6ms) DELETE FROM "flyboy_task_comments";
160115
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
160116
+  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
160117
+  (0.9ms) DELETE FROM "flyboy_tasks";
160118
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
160119
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
160120
+  (1.0ms) DELETE FROM "flyboy_goals";
160121
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
160122
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
160123
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"
160124
+  (0.2ms) begin transaction
160125
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160126
+ SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9751"], ["description", "I-am-the-goal-description_9534"], ["version", 1], ["created_at", "2015-04-08 16:23:03.191681"], ["updated_at", "2015-04-08 16:23:03.191681"], ["tracking", "150408-1"]]
160127
+  (0.7ms) commit transaction
160128
+  (0.1ms) begin transaction
160129
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160130
+ SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2922"], ["description", "I-am-the-goal-description_7329"], ["version", 1], ["created_at", "2015-04-08 16:23:03.206042"], ["updated_at", "2015-04-08 16:23:03.206042"], ["tracking", "150408-2"]]
160131
+  (0.8ms) commit transaction
160132
+ Processing by Flyboy::GoalsController#index as HTML
160133
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms)
160134
+ Completed 200 OK in 93ms (Views: 82.7ms | ActiveRecord: 0.0ms)
160135
+ Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
160136
+ Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals"
160137
+  (0.1ms) begin transaction
160138
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]
160139
+ SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]
160140
+  (0.9ms) commit transaction
160141
+  (0.1ms) begin transaction
160142
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]]
160143
+ SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]
160144
+  (0.7ms) commit transaction
160145
+  (0.1ms) begin transaction
160146
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160147
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1589"], ["description", "I-am-the-goal-description_2218"], ["version", 1], ["created_at", "2015-04-08 16:23:03.422144"], ["updated_at", "2015-04-08 16:23:03.422144"], ["tracking", "150408-1"]]
160148
+  (1.0ms) commit transaction
160149
+  (0.1ms) begin transaction
160150
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160151
+ SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_937"], ["description", "I-am-the-goal-description_105"], ["version", 1], ["created_at", "2015-04-08 16:23:03.428098"], ["updated_at", "2015-04-08 16:23:03.428098"], ["tracking", "150408-2"]]
160152
+  (0.6ms) commit transaction
160153
+ Processing by Flyboy::GoalsController#index as HTML
160154
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms)
160155
+ Completed 200 OK in 18ms (Views: 1.6ms | ActiveRecord: 0.0ms)
160156
+ Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]]
160157
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"
160158
+  (0.1ms) begin transaction
160159
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]]
160160
+ SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]
160161
+  (0.8ms) commit transaction
160162
+  (0.0ms) begin transaction
160163
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]]
160164
+ SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]
160165
+  (0.6ms) commit transaction
160166
+  (0.1ms) begin transaction
160167
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160168
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5788"], ["description", "I-am-the-goal-description_110"], ["version", 1], ["created_at", "2015-04-08 16:23:03.464291"], ["updated_at", "2015-04-08 16:23:03.464291"], ["tracking", "150408-1"]]
160169
+  (0.7ms) commit transaction
160170
+  (0.1ms) begin transaction
160171
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160172
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9063"], ["description", "I-am-the-goal-description_3831"], ["version", 1], ["created_at", "2015-04-08 16:23:03.469079"], ["updated_at", "2015-04-08 16:23:03.469079"], ["tracking", "150408-2"]]
160173
+  (0.7ms) commit transaction
160174
+ Processing by Flyboy::GoalsController#index as HTML
160175
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms)
160176
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
160177
+ Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]
160178
+  (0.1ms) begin transaction
160179
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160180
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1077"], ["description", "I-am-the-goal-description_8146"], ["version", 1], ["created_at", "2015-04-08 16:23:03.482317"], ["updated_at", "2015-04-08 16:23:03.482317"], ["tracking", "150408-3"]]
160181
+  (0.7ms) commit transaction
160182
+ Processing by Flyboy::GoalsController#close as HTML
160183
+ Parameters: {"id"=>"7"}
160184
+ Flyboy::Goal Load (1.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]
160185
+  (0.2ms) begin transaction
160186
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]]
160187
+ SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 16:23:03.507621"], ["id", 7]]
160188
+  (0.7ms) commit transaction
160189
+ Redirected to http://test.host/flyboy/goals
160190
+ Completed 302 Found in 4353ms (ActiveRecord: 2.9ms)
160191
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]
160192
+  (0.1ms) begin transaction
160193
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160194
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9114"], ["description", "I-am-the-goal-description_6474"], ["version", 1], ["created_at", "2015-04-08 16:23:07.845008"], ["updated_at", "2015-04-08 16:23:07.845008"], ["tracking", "150408-4"]]
160195
+  (0.7ms) commit transaction
160196
+ Processing by Flyboy::GoalsController#close as HTML
160197
+ Parameters: {"id"=>"8"}
160198
+ Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]
160199
+  (0.1ms) begin transaction
160200
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]
160201
+ SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 16:23:07.856515"], ["id", 8]]
160202
+  (0.9ms) commit transaction
160203
+ Redirected to http://test.host/flyboy/goals
160204
+ Completed 302 Found in 10ms (ActiveRecord: 2.0ms)
160205
+  (0.1ms) begin transaction
160206
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160207
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_919"], ["description", "I-am-the-goal-description_5769"], ["version", 1], ["created_at", "2015-04-08 16:23:07.866385"], ["updated_at", "2015-04-08 16:23:07.866385"], ["tracking", "150408-5"]]
160208
+  (0.8ms) commit transaction
160209
+ Processing by Flyboy::GoalsController#open as HTML
160210
+ Parameters: {"id"=>"9"}
160211
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]
160212
+  (0.1ms) begin transaction
160213
+ SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 16:23:07.872873"], ["id", 9]]
160214
+  (0.7ms) commit transaction
160215
+ Redirected to http://test.host/flyboy/goals/9
160216
+ Completed 302 Found in 5ms (ActiveRecord: 1.2ms)
160217
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]
160218
+  (0.1ms) begin transaction
160219
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160220
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2563"], ["description", "I-am-the-goal-description_873"], ["version", 1], ["created_at", "2015-04-08 16:23:07.881321"], ["updated_at", "2015-04-08 16:23:07.881321"], ["tracking", "150408-6"]]
160221
+  (0.8ms) commit transaction
160222
+ Processing by Flyboy::GoalsController#open as HTML
160223
+ Parameters: {"id"=>"10"}
160224
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]
160225
+  (0.1ms) begin transaction
160226
+ SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 16:23:07.888030"], ["id", 10]]
160227
+  (0.9ms) commit transaction
160228
+ Redirected to http://test.host/flyboy/goals/10
160229
+ Completed 302 Found in 5ms (ActiveRecord: 1.3ms)
160230
+  (0.1ms) begin transaction
160231
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160232
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4779"], ["description", "I-am-the-goal-description_6433"], ["version", 1], ["created_at", "2015-04-08 16:23:07.910286"], ["updated_at", "2015-04-08 16:23:07.910286"], ["tracking", "150408-7"]]
160233
+  (0.9ms) commit transaction
160234
+  (0.1ms) begin transaction
160235
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task6799"], ["description", "I-am-the-task-description_1377"], ["cost", 1], ["created_at", "2015-04-08 16:23:07.926275"], ["updated_at", "2015-04-08 16:23:07.926275"]]
160236
+  (0.8ms) commit transaction
160237
+  (0.1ms) begin transaction
160238
+ SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-08 16:23:07.936881"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-08 16:23:07.938080"], ["updated_at", "2015-04-08 16:23:07.938080"]]
160239
+ SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-08 16:23:07.940114"], ["id", 1]]
160240
+  (0.8ms) commit transaction
160241
+ Processing by Flyboy::TaskCommentsController#create as HTML
160242
+ Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-08 16:23:07 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-08 16:23:07 UTC", "updated_at"=>"2015-04-08 16:23:07 UTC"}, "task_id"=>"1"}
160243
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
160244
+ Unpermitted parameters: id, task_id, date, created_at, updated_at
160245
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]
160246
+  (0.1ms) begin transaction
160247
+ SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-08 16:23:07.950441"], ["created_at", "2015-04-08 16:23:07.952360"], ["updated_at", "2015-04-08 16:23:07.952360"]]
160248
+  (1.0ms) commit transaction
160249
+ Redirected to http://test.host/flyboy/tasks/1
160250
+ Completed 302 Found in 13ms (ActiveRecord: 1.8ms)
160251
+  (0.1ms) begin transaction
160252
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160253
+ SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7452"], ["description", "I-am-the-goal-description_778"], ["version", 1], ["created_at", "2015-04-08 16:23:07.966240"], ["updated_at", "2015-04-08 16:23:07.966240"], ["tracking", "150408-8"]]
160254
+  (0.7ms) commit transaction
160255
+  (0.0ms) begin transaction
160256
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7939"], ["description", "I-am-the-task-description_584"], ["cost", 1], ["created_at", "2015-04-08 16:23:07.971738"], ["updated_at", "2015-04-08 16:23:07.971738"]]
160257
+  (0.8ms) commit transaction
160258
+  (0.1ms) begin transaction
160259
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1181"], ["description", "I-am-the-task-description_1534"], ["cost", 1], ["created_at", "2015-04-08 16:23:07.975598"], ["updated_at", "2015-04-08 16:23:07.975598"]]
160260
+  (0.8ms) commit transaction
160261
+ Processing by Flyboy::TasksController#complete as HTML
160262
+ Parameters: {"id"=>"2"}
160263
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]]
160264
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]
160265
+  (0.1ms) begin transaction
160266
+ SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 16:23:07.982730"], ["task_id", 2], ["created_at", "2015-04-08 16:23:07.984295"], ["updated_at", "2015-04-08 16:23:07.984295"]]
160267
+ SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 16:23:07.985982"], ["id", 2]]
160268
+  (0.8ms) commit transaction
160269
+ Redirected to http://test.hostwhere_i_came_from
160270
+ Completed 302 Found in 9ms (ActiveRecord: 1.6ms)
160271
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]
160272
+  (0.1ms) begin transaction
160273
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160274
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2901"], ["description", "I-am-the-goal-description_4471"], ["version", 1], ["created_at", "2015-04-08 16:23:07.992637"], ["updated_at", "2015-04-08 16:23:07.992637"], ["tracking", "150408-9"]]
160275
+  (0.8ms) commit transaction
160276
+  (0.1ms) begin transaction
160277
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task4657"], ["description", "I-am-the-task-description_8489"], ["cost", 1], ["created_at", "2015-04-08 16:23:07.997123"], ["updated_at", "2015-04-08 16:23:07.997123"]]
160278
+  (0.8ms) commit transaction
160279
+  (0.1ms) begin transaction
160280
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task4502"], ["description", "I-am-the-task-description_3786"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.002207"], ["updated_at", "2015-04-08 16:23:08.002207"]]
160281
+  (0.8ms) commit transaction
160282
+ Processing by Flyboy::TasksController#complete as HTML
160283
+ Parameters: {"id"=>"4"}
160284
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]]
160285
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]
160286
+  (0.1ms) begin transaction
160287
+ SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 16:23:08.008707"], ["task_id", 4], ["created_at", "2015-04-08 16:23:08.010148"], ["updated_at", "2015-04-08 16:23:08.010148"]]
160288
+ SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 16:23:08.011717"], ["id", 4]]
160289
+  (0.9ms) commit transaction
160290
+ Redirected to http://test.hostwhere_i_came_from
160291
+ Completed 302 Found in 9ms (ActiveRecord: 1.5ms)
160292
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]
160293
+  (0.1ms) begin transaction
160294
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160295
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8324"], ["description", "I-am-the-goal-description_2627"], ["version", 1], ["created_at", "2015-04-08 16:23:08.019779"], ["updated_at", "2015-04-08 16:23:08.019779"], ["tracking", "150408-10"]]
160296
+  (0.8ms) commit transaction
160297
+  (0.1ms) begin transaction
160298
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task6337"], ["description", "I-am-the-task-description_6555"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.023773"], ["updated_at", "2015-04-08 16:23:08.023773"]]
160299
+  (0.8ms) commit transaction
160300
+  (0.1ms) begin transaction
160301
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task9267"], ["description", "I-am-the-task-description_2945"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.027975"], ["updated_at", "2015-04-08 16:23:08.027975"]]
160302
+  (0.9ms) commit transaction
160303
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]]
160304
+ Processing by Flyboy::TasksController#complete as HTML
160305
+ Parameters: {"id"=>"6"}
160306
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]]
160307
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]
160308
+  (0.1ms) begin transaction
160309
+ SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 16:23:08.036320"], ["task_id", 6], ["created_at", "2015-04-08 16:23:08.037602"], ["updated_at", "2015-04-08 16:23:08.037602"]]
160310
+ SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 16:23:08.039209"], ["id", 6]]
160311
+  (1.0ms) commit transaction
160312
+ Redirected to http://test.hostwhere_i_came_from
160313
+ Completed 302 Found in 9ms (ActiveRecord: 1.6ms)
160314
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]
160315
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]]
160316
+ Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]
160317
+  (0.1ms) begin transaction
160318
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160319
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4496"], ["description", "I-am-the-goal-description_3113"], ["version", 1], ["created_at", "2015-04-08 16:23:08.047494"], ["updated_at", "2015-04-08 16:23:08.047494"], ["tracking", "150408-11"]]
160320
+  (0.9ms) commit transaction
160321
+  (0.1ms) begin transaction
160322
+ SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task17"], ["description", "I-am-the-task-description_2634"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.052232"], ["updated_at", "2015-04-08 16:23:08.052232"]]
160323
+  (0.8ms) commit transaction
160324
+  (0.1ms) begin transaction
160325
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task96"], ["description", "I-am-the-task-description_4888"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.056737"], ["updated_at", "2015-04-08 16:23:08.056737"]]
160326
+  (0.8ms) commit transaction
160327
+ Processing by Flyboy::TasksController#complete as HTML
160328
+ Parameters: {"id"=>"8"}
160329
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]]
160330
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]
160331
+  (0.2ms) begin transaction
160332
+ SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 16:23:08.063479"], ["task_id", 8], ["created_at", "2015-04-08 16:23:08.065794"], ["updated_at", "2015-04-08 16:23:08.065794"]]
160333
+ SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 16:23:08.067546"], ["id", 8]]
160334
+  (0.9ms) commit transaction
160335
+ Redirected to http://test.hostwhere_i_came_from
160336
+ Completed 302 Found in 10ms (ActiveRecord: 1.7ms)
160337
+  (0.1ms) begin transaction
160338
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160339
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4235"], ["description", "I-am-the-goal-description_4371"], ["version", 1], ["created_at", "2015-04-08 16:23:08.074104"], ["updated_at", "2015-04-08 16:23:08.074104"], ["tracking", "150408-12"]]
160340
+  (0.9ms) commit transaction
160341
+  (0.1ms) begin transaction
160342
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task4639"], ["description", "I-am-the-task-description_4147"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.078563"], ["updated_at", "2015-04-08 16:23:08.078563"]]
160343
+  (0.7ms) commit transaction
160344
+  (0.1ms) begin transaction
160345
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8974"], ["description", "I-am-the-task-description_393"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.082953"], ["updated_at", "2015-04-08 16:23:08.082953"]]
160346
+  (0.9ms) commit transaction
160347
+ Processing by Flyboy::TasksController#index as HTML
160348
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms)
160349
+ Completed 200 OK in 8ms (Views: 2.7ms | ActiveRecord: 0.0ms)
160350
+  (0.1ms) begin transaction
160351
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160352
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6022"], ["description", "I-am-the-goal-description_2181"], ["version", 1], ["created_at", "2015-04-08 16:23:08.098332"], ["updated_at", "2015-04-08 16:23:08.098332"], ["tracking", "150408-13"]]
160353
+  (0.8ms) commit transaction
160354
+  (0.0ms) begin transaction
160355
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3577"], ["description", "I-am-the-task-description_6600"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.102430"], ["updated_at", "2015-04-08 16:23:08.102430"]]
160356
+  (0.9ms) commit transaction
160357
+  (0.1ms) begin transaction
160358
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task5428"], ["description", "I-am-the-task-description_6472"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.106907"], ["updated_at", "2015-04-08 16:23:08.106907"]]
160359
+  (0.8ms) commit transaction
160360
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
160361
+  (0.0ms) begin transaction
160362
+ Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]]
160363
+ SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]]
160364
+ SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]]
160365
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]
160366
+  (1.0ms) commit transaction
160367
+  (0.1ms) begin transaction
160368
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]]
160369
+ SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]]
160370
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]
160371
+  (0.9ms) commit transaction
160372
+  (0.0ms) begin transaction
160373
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]]
160374
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]
160375
+  (0.7ms) commit transaction
160376
+  (0.0ms) begin transaction
160377
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]]
160378
+ SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]]
160379
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]
160380
+  (0.8ms) commit transaction
160381
+  (0.0ms) begin transaction
160382
+ Flyboy::TaskComment Load (53.7ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]]
160383
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]
160384
+  (0.8ms) commit transaction
160385
+  (0.0ms) begin transaction
160386
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]]
160387
+ SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]]
160388
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]
160389
+  (0.7ms) commit transaction
160390
+  (0.0ms) begin transaction
160391
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]]
160392
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]
160393
+  (0.7ms) commit transaction
160394
+  (0.0ms) begin transaction
160395
+ Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]]
160396
+ SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]]
160397
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]
160398
+  (0.8ms) commit transaction
160399
+  (0.0ms) begin transaction
160400
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]]
160401
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]
160402
+  (0.8ms) commit transaction
160403
+  (0.1ms) begin transaction
160404
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]]
160405
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]
160406
+  (0.6ms) commit transaction
160407
+  (0.1ms) begin transaction
160408
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]]
160409
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]
160410
+  (0.7ms) commit transaction
160411
+  (0.0ms) begin transaction
160412
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]]
160413
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]
160414
+  (0.7ms) commit transaction
160415
+  (0.0ms) begin transaction
160416
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]]
160417
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]
160418
+  (0.9ms) commit transaction
160419
+  (0.1ms) begin transaction
160420
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160421
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1347"], ["description", "I-am-the-goal-description_1844"], ["version", 1], ["created_at", "2015-04-08 16:23:08.204286"], ["updated_at", "2015-04-08 16:23:08.204286"], ["tracking", "150408-14"]]
160422
+  (0.8ms) commit transaction
160423
+  (0.0ms) begin transaction
160424
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task1084"], ["description", "I-am-the-task-description_6117"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.208229"], ["updated_at", "2015-04-08 16:23:08.208229"]]
160425
+  (0.8ms) commit transaction
160426
+  (0.1ms) begin transaction
160427
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160428
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3405"], ["description", "I-am-the-goal-description_2692"], ["version", 1], ["created_at", "2015-04-08 16:23:08.212762"], ["updated_at", "2015-04-08 16:23:08.212762"], ["tracking", "150408-15"]]
160429
+  (0.8ms) commit transaction
160430
+  (0.0ms) begin transaction
160431
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task8507"], ["description", "I-am-the-task-description_7614"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.216919"], ["updated_at", "2015-04-08 16:23:08.216919"]]
160432
+  (0.8ms) commit transaction
160433
+ Processing by Flyboy::TasksController#index as HTML
160434
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms)
160435
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
160436
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
160437
+  (0.1ms) begin transaction
160438
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160439
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6858"], ["description", "I-am-the-goal-description_9825"], ["version", 1], ["created_at", "2015-04-08 16:23:08.226964"], ["updated_at", "2015-04-08 16:23:08.226964"], ["tracking", "150408-16"]]
160440
+  (0.8ms) commit transaction
160441
+  (0.0ms) begin transaction
160442
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6121"], ["description", "I-am-the-task-description_1581"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.231113"], ["updated_at", "2015-04-08 16:23:08.231113"]]
160443
+  (0.7ms) commit transaction
160444
+  (0.1ms) begin transaction
160445
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2526"], ["description", "I-am-the-task-description_9286"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.234965"], ["updated_at", "2015-04-08 16:23:08.234965"]]
160446
+  (0.9ms) commit transaction
160447
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
160448
+  (0.0ms) begin transaction
160449
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]]
160450
+ SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]
160451
+  (0.7ms) commit transaction
160452
+  (0.0ms) begin transaction
160453
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]]
160454
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]
160455
+  (0.9ms) commit transaction
160456
+  (0.1ms) begin transaction
160457
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]]
160458
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]
160459
+  (0.8ms) commit transaction
160460
+  (0.0ms) begin transaction
160461
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]]
160462
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]
160463
+  (0.7ms) commit transaction
160464
+  (0.1ms) begin transaction
160465
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160466
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5355"], ["description", "I-am-the-goal-description_6251"], ["version", 1], ["created_at", "2015-04-08 16:23:08.249896"], ["updated_at", "2015-04-08 16:23:08.249896"], ["tracking", "150408-17"]]
160467
+  (0.7ms) commit transaction
160468
+  (0.0ms) begin transaction
160469
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task3044"], ["description", "I-am-the-task-description_9192"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.254124"], ["updated_at", "2015-04-08 16:23:08.254124"]]
160470
+  (0.8ms) commit transaction
160471
+  (0.1ms) begin transaction
160472
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160473
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5843"], ["description", "I-am-the-goal-description_5921"], ["version", 1], ["created_at", "2015-04-08 16:23:08.257992"], ["updated_at", "2015-04-08 16:23:08.257992"], ["tracking", "150408-18"]]
160474
+  (0.7ms) commit transaction
160475
+  (0.0ms) begin transaction
160476
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2733"], ["description", "I-am-the-task-description_8770"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.262726"], ["updated_at", "2015-04-08 16:23:08.262726"]]
160477
+  (0.7ms) commit transaction
160478
+ Processing by Flyboy::TasksController#index as HTML
160479
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms)
160480
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
160481
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC
160482
+  (0.1ms) begin transaction
160483
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160484
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7350"], ["description", "I-am-the-goal-description_3559"], ["version", 1], ["created_at", "2015-04-08 16:23:08.273270"], ["updated_at", "2015-04-08 16:23:08.273270"], ["tracking", "150408-19"]]
160485
+  (0.9ms) commit transaction
160486
+  (0.1ms) begin transaction
160487
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task5366"], ["description", "I-am-the-task-description_1511"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.278132"], ["updated_at", "2015-04-08 16:23:08.278132"]]
160488
+  (0.8ms) commit transaction
160489
+  (0.1ms) begin transaction
160490
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task1516"], ["description", "I-am-the-task-description_9455"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.282094"], ["updated_at", "2015-04-08 16:23:08.282094"]]
160491
+  (0.9ms) commit transaction
160492
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
160493
+  (0.0ms) begin transaction
160494
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]]
160495
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]
160496
+  (0.9ms) commit transaction
160497
+  (0.0ms) begin transaction
160498
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]]
160499
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]
160500
+  (0.7ms) commit transaction
160501
+  (0.0ms) begin transaction
160502
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]]
160503
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]
160504
+  (0.7ms) commit transaction
160505
+  (0.0ms) begin transaction
160506
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]]
160507
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]
160508
+  (0.7ms) commit transaction
160509
+  (0.1ms) begin transaction
160510
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160511
+ SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7141"], ["description", "I-am-the-goal-description_7983"], ["version", 1], ["created_at", "2015-04-08 16:23:08.297100"], ["updated_at", "2015-04-08 16:23:08.297100"], ["tracking", "150408-20"]]
160512
+  (0.7ms) commit transaction
160513
+  (0.1ms) begin transaction
160514
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task2585"], ["description", "I-am-the-task-description_1605"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.301903"], ["updated_at", "2015-04-08 16:23:08.301903"]]
160515
+  (0.8ms) commit transaction
160516
+  (0.1ms) begin transaction
160517
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160518
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5425"], ["description", "I-am-the-goal-description_5361"], ["version", 1], ["created_at", "2015-04-08 16:23:08.306583"], ["updated_at", "2015-04-08 16:23:08.306583"], ["tracking", "150408-21"]]
160519
+  (0.8ms) commit transaction
160520
+  (0.1ms) begin transaction
160521
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task2914"], ["description", "I-am-the-task-description_6769"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.310955"], ["updated_at", "2015-04-08 16:23:08.310955"]]
160522
+  (0.8ms) commit transaction
160523
+ Processing by Flyboy::TasksController#index as HTML
160524
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms)
160525
+ Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
160526
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC
160527
+  (0.1ms) begin transaction
160528
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160529
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5230"], ["description", "I-am-the-goal-description_8727"], ["version", 1], ["created_at", "2015-04-08 16:23:08.322005"], ["updated_at", "2015-04-08 16:23:08.322005"], ["tracking", "150408-22"]]
160530
+  (0.8ms) commit transaction
160531
+  (0.0ms) begin transaction
160532
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6925"], ["description", "I-am-the-task-description_2087"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.326203"], ["updated_at", "2015-04-08 16:23:08.326203"]]
160533
+  (0.8ms) commit transaction
160534
+  (0.2ms) begin transaction
160535
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task8300"], ["description", "I-am-the-task-description_6066"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.330449"], ["updated_at", "2015-04-08 16:23:08.330449"]]
160536
+  (0.8ms) commit transaction
160537
+ Processing by Flyboy::TasksController#show as HTML
160538
+ Parameters: {"id"=>"24"}
160539
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]]
160540
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]
160541
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]]
160542
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms)
160543
+ Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.3ms)
160544
+  (0.1ms) begin transaction
160545
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160546
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1530"], ["description", "I-am-the-goal-description_8935"], ["version", 1], ["created_at", "2015-04-08 16:23:08.343769"], ["updated_at", "2015-04-08 16:23:08.343769"], ["tracking", "150408-23"]]
160547
+  (0.8ms) commit transaction
160548
+  (0.0ms) begin transaction
160549
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7241"], ["description", "I-am-the-task-description_7005"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.347792"], ["updated_at", "2015-04-08 16:23:08.347792"]]
160550
+  (0.7ms) commit transaction
160551
+  (0.1ms) begin transaction
160552
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7699"], ["description", "I-am-the-task-description_12"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.351570"], ["updated_at", "2015-04-08 16:23:08.351570"]]
160553
+  (0.8ms) commit transaction
160554
+ Processing by Flyboy::TasksController#new as HTML
160555
+ Parameters: {"goal_id"=>"27"}
160556
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]
160557
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms)
160558
+ Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.2ms)
160559
+  (0.1ms) begin transaction
160560
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160561
+ SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5701"], ["description", "I-am-the-goal-description_9551"], ["version", 1], ["created_at", "2015-04-08 16:23:08.364748"], ["updated_at", "2015-04-08 16:23:08.364748"], ["tracking", "150408-24"]]
160562
+  (1.3ms) commit transaction
160563
+  (0.1ms) begin transaction
160564
+ SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task2960"], ["description", "I-am-the-task-description_9527"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.374056"], ["updated_at", "2015-04-08 16:23:08.374056"]]
160565
+  (1.1ms) commit transaction
160566
+  (0.1ms) begin transaction
160567
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6679"], ["description", "I-am-the-task-description_800"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.381267"], ["updated_at", "2015-04-08 16:23:08.381267"]]
160568
+  (0.9ms) commit transaction
160569
+ Processing by Flyboy::TasksController#edit as HTML
160570
+ Parameters: {"id"=>"28"}
160571
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]]
160572
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]]
160573
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms)
160574
+ Completed 200 OK in 5ms (Views: 2.6ms | ActiveRecord: 0.3ms)
160575
+  (0.1ms) begin transaction
160576
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160577
+ SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1994"], ["description", "I-am-the-goal-description_5267"], ["version", 1], ["created_at", "2015-04-08 16:23:08.395144"], ["updated_at", "2015-04-08 16:23:08.395144"], ["tracking", "150408-25"]]
160578
+  (1.2ms) commit transaction
160579
+  (0.1ms) begin transaction
160580
+ SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task136"], ["description", "I-am-the-task-description_5081"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.400960"], ["updated_at", "2015-04-08 16:23:08.400960"]]
160581
+  (0.9ms) commit transaction
160582
+  (0.1ms) begin transaction
160583
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task1602"], ["description", "I-am-the-task-description_36"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.406824"], ["updated_at", "2015-04-08 16:23:08.406824"]]
160584
+  (1.0ms) commit transaction
160585
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"
160586
+ Processing by Flyboy::TasksController#create as HTML
160587
+ Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}}
160588
+ Flyboy::Goal Load (1.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]
160589
+  (0.1ms) begin transaction
160590
+ SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.424830"], ["updated_at", "2015-04-08 16:23:08.424830"]]
160591
+  (0.9ms) commit transaction
160592
+ Redirected to http://test.host/flyboy/tasks/32
160593
+ Completed 302 Found in 10ms (ActiveRecord: 2.9ms)
160594
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"
160595
+  (0.1ms) begin transaction
160596
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160597
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7860"], ["description", "I-am-the-goal-description_5959"], ["version", 1], ["created_at", "2015-04-08 16:23:08.434338"], ["updated_at", "2015-04-08 16:23:08.434338"], ["tracking", "150408-26"]]
160598
+  (0.9ms) commit transaction
160599
+  (0.1ms) begin transaction
160600
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task7155"], ["description", "I-am-the-task-description_5478"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.439220"], ["updated_at", "2015-04-08 16:23:08.439220"]]
160601
+  (0.8ms) commit transaction
160602
+  (0.1ms) begin transaction
160603
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task7141"], ["description", "I-am-the-task-description_6246"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.444113"], ["updated_at", "2015-04-08 16:23:08.444113"]]
160604
+  (0.9ms) commit transaction
160605
+ Processing by Flyboy::TasksController#create as HTML
160606
+ Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}}
160607
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]
160608
+  (0.1ms) begin transaction
160609
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.452619"], ["updated_at", "2015-04-08 16:23:08.452619"]]
160610
+  (0.8ms) commit transaction
160611
+ Redirected to http://test.host/flyboy/tasks/35
160612
+ Completed 302 Found in 7ms (ActiveRecord: 1.4ms)
160613
+  (0.1ms) begin transaction
160614
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160615
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_107"], ["description", "I-am-the-goal-description_2796"], ["version", 1], ["created_at", "2015-04-08 16:23:08.463415"], ["updated_at", "2015-04-08 16:23:08.463415"], ["tracking", "150408-27"]]
160616
+  (0.7ms) commit transaction
160617
+  (0.1ms) begin transaction
160618
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task2709"], ["description", "I-am-the-task-description_5845"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.468180"], ["updated_at", "2015-04-08 16:23:08.468180"]]
160619
+  (0.8ms) commit transaction
160620
+  (0.1ms) begin transaction
160621
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task7787"], ["description", "I-am-the-task-description_6226"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.472642"], ["updated_at", "2015-04-08 16:23:08.472642"]]
160622
+  (0.9ms) commit transaction
160623
+ Processing by Flyboy::TasksController#create as HTML
160624
+ Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}}
160625
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]
160626
+  (0.1ms) begin transaction
160627
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.481345"], ["updated_at", "2015-04-08 16:23:08.481345"]]
160628
+  (1.0ms) commit transaction
160629
+ Redirected to http://test.host/flyboy/tasks/38
160630
+ Completed 302 Found in 7ms (ActiveRecord: 1.5ms)
160631
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1
160632
+  (0.1ms) begin transaction
160633
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160634
+ SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1140"], ["description", "I-am-the-goal-description_1455"], ["version", 1], ["created_at", "2015-04-08 16:23:08.491706"], ["updated_at", "2015-04-08 16:23:08.491706"], ["tracking", "150408-28"]]
160635
+  (1.0ms) commit transaction
160636
+  (0.1ms) begin transaction
160637
+ SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task9567"], ["description", "I-am-the-task-description_270"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.497651"], ["updated_at", "2015-04-08 16:23:08.497651"]]
160638
+  (1.2ms) commit transaction
160639
+  (0.1ms) begin transaction
160640
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task7619"], ["description", "I-am-the-task-description_2883"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.503892"], ["updated_at", "2015-04-08 16:23:08.503892"]]
160641
+  (0.8ms) commit transaction
160642
+ Processing by Flyboy::TasksController#create as HTML
160643
+ Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}}
160644
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]
160645
+  (0.1ms) begin transaction
160646
+  (0.1ms) rollback transaction
160647
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms)
160648
+ Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)
160649
+  (0.1ms) begin transaction
160650
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160651
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1377"], ["description", "I-am-the-goal-description_7368"], ["version", 1], ["created_at", "2015-04-08 16:23:08.515727"], ["updated_at", "2015-04-08 16:23:08.515727"], ["tracking", "150408-29"]]
160652
+  (1.0ms) commit transaction
160653
+  (0.1ms) begin transaction
160654
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task7143"], ["description", "I-am-the-task-description_1980"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.521742"], ["updated_at", "2015-04-08 16:23:08.521742"]]
160655
+  (0.8ms) commit transaction
160656
+  (0.1ms) begin transaction
160657
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task9252"], ["description", "I-am-the-task-description_6286"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.526346"], ["updated_at", "2015-04-08 16:23:08.526346"]]
160658
+  (0.8ms) commit transaction
160659
+  (0.0ms) begin transaction
160660
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]
160661
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.530240"], ["updated_at", "2015-04-08 16:23:08.530240"]]
160662
+  (0.9ms) commit transaction
160663
+ Processing by Flyboy::TasksController#update as HTML
160664
+ Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"43"}
160665
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]]
160666
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]
160667
+  (0.1ms) begin transaction
160668
+  (0.0ms) commit transaction
160669
+ Redirected to http://test.host/flyboy/tasks/43
160670
+ Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
160671
+  (0.1ms) begin transaction
160672
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160673
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8134"], ["description", "I-am-the-goal-description_9409"], ["version", 1], ["created_at", "2015-04-08 16:23:08.543625"], ["updated_at", "2015-04-08 16:23:08.543625"], ["tracking", "150408-30"]]
160674
+  (0.8ms) commit transaction
160675
+  (0.1ms) begin transaction
160676
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task7108"], ["description", "I-am-the-task-description_3113"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.548595"], ["updated_at", "2015-04-08 16:23:08.548595"]]
160677
+  (0.8ms) commit transaction
160678
+  (0.1ms) begin transaction
160679
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task2228"], ["description", "I-am-the-task-description_9265"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.553120"], ["updated_at", "2015-04-08 16:23:08.553120"]]
160680
+  (0.8ms) commit transaction
160681
+  (0.1ms) begin transaction
160682
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]
160683
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.557605"], ["updated_at", "2015-04-08 16:23:08.557605"]]
160684
+  (0.8ms) commit transaction
160685
+ Processing by Flyboy::TasksController#update as HTML
160686
+ Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"46"}
160687
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]]
160688
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]
160689
+  (0.1ms) begin transaction
160690
+  (0.0ms) commit transaction
160691
+ Redirected to http://test.host/flyboy/tasks/46
160692
+ Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
160693
+  (0.1ms) begin transaction
160694
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160695
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7372"], ["description", "I-am-the-goal-description_42"], ["version", 1], ["created_at", "2015-04-08 16:23:08.569191"], ["updated_at", "2015-04-08 16:23:08.569191"], ["tracking", "150408-31"]]
160696
+  (0.8ms) commit transaction
160697
+  (0.0ms) begin transaction
160698
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task6927"], ["description", "I-am-the-task-description_7717"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.573422"], ["updated_at", "2015-04-08 16:23:08.573422"]]
160699
+  (0.7ms) commit transaction
160700
+  (0.1ms) begin transaction
160701
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task2498"], ["description", "I-am-the-task-description_6945"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.577516"], ["updated_at", "2015-04-08 16:23:08.577516"]]
160702
+  (0.8ms) commit transaction
160703
+  (0.0ms) begin transaction
160704
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]
160705
+ SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.581745"], ["updated_at", "2015-04-08 16:23:08.581745"]]
160706
+  (0.8ms) commit transaction
160707
+ Processing by Flyboy::TasksController#update as HTML
160708
+ Parameters: {"task"=>{"title"=>nil}, "id"=>"49"}
160709
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]]
160710
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]
160711
+  (0.1ms) begin transaction
160712
+  (0.0ms) rollback transaction
160713
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms)
160714
+ Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)
160715
+  (0.1ms) begin transaction
160716
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160717
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2022"], ["description", "I-am-the-goal-description_8662"], ["version", 1], ["created_at", "2015-04-08 16:23:08.594477"], ["updated_at", "2015-04-08 16:23:08.594477"], ["tracking", "150408-32"]]
160718
+  (0.9ms) commit transaction
160719
+  (0.0ms) begin transaction
160720
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task2086"], ["description", "I-am-the-task-description_2624"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.598689"], ["updated_at", "2015-04-08 16:23:08.598689"]]
160721
+  (0.8ms) commit transaction
160722
+  (0.1ms) begin transaction
160723
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task4705"], ["description", "I-am-the-task-description_7746"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.602631"], ["updated_at", "2015-04-08 16:23:08.602631"]]
160724
+  (0.8ms) commit transaction
160725
+  (0.0ms) begin transaction
160726
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]
160727
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.607062"], ["updated_at", "2015-04-08 16:23:08.607062"]]
160728
+  (1.4ms) commit transaction
160729
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"
160730
+ Processing by Flyboy::TasksController#destroy as HTML
160731
+ Parameters: {"id"=>"52"}
160732
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]]
160733
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]
160734
+  (0.1ms) begin transaction
160735
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]]
160736
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]
160737
+  (1.0ms) commit transaction
160738
+ Redirected to http://test.host/flyboy/tasks
160739
+ Completed 302 Found in 5ms (ActiveRecord: 1.5ms)
160740
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"
160741
+  (0.1ms) begin transaction
160742
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160743
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4811"], ["description", "I-am-the-goal-description_75"], ["version", 1], ["created_at", "2015-04-08 16:23:08.622775"], ["updated_at", "2015-04-08 16:23:08.622775"], ["tracking", "150408-33"]]
160744
+  (0.8ms) commit transaction
160745
+  (0.1ms) begin transaction
160746
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task9840"], ["description", "I-am-the-task-description_5996"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.627324"], ["updated_at", "2015-04-08 16:23:08.627324"]]
160747
+  (0.8ms) commit transaction
160748
+  (0.1ms) begin transaction
160749
+ SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task2294"], ["description", "I-am-the-task-description_245"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.631511"], ["updated_at", "2015-04-08 16:23:08.631511"]]
160750
+  (1.1ms) commit transaction
160751
+  (0.1ms) begin transaction
160752
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]
160753
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.637116"], ["updated_at", "2015-04-08 16:23:08.637116"]]
160754
+  (0.8ms) commit transaction
160755
+ Processing by Flyboy::TasksController#destroy as HTML
160756
+ Parameters: {"id"=>"55"}
160757
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]]
160758
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]
160759
+  (0.1ms) begin transaction
160760
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]]
160761
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]
160762
+  (0.9ms) commit transaction
160763
+ Redirected to http://test.host/flyboy/tasks
160764
+ Completed 302 Found in 6ms (ActiveRecord: 1.4ms)
160765
+  (0.1ms) begin transaction
160766
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160767
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4697"], ["description", "I-am-the-goal-description_2718"], ["version", 1], ["created_at", "2015-04-08 16:23:08.650037"], ["updated_at", "2015-04-08 16:23:08.650037"], ["tracking", "150408-34"]]
160768
+  (0.8ms) commit transaction
160769
+  (0.0ms) begin transaction
160770
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task8918"], ["description", "I-am-the-task-description_1957"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.654183"], ["updated_at", "2015-04-08 16:23:08.654183"]]
160771
+  (0.8ms) commit transaction
160772
+  (0.1ms) begin transaction
160773
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task7330"], ["description", "I-am-the-task-description_5434"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.658825"], ["updated_at", "2015-04-08 16:23:08.658825"]]
160774
+  (0.8ms) commit transaction
160775
+  (0.1ms) begin transaction
160776
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]
160777
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.663413"], ["updated_at", "2015-04-08 16:23:08.663413"]]
160778
+  (0.7ms) commit transaction
160779
+ Processing by Flyboy::TasksController#snooze as HTML
160780
+ Parameters: {"id"=>"58"}
160781
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]]
160782
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]
160783
+  (0.1ms) begin transaction
160784
+ SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 16:23:08.670613"], ["id", 58]]
160785
+  (0.9ms) commit transaction
160786
+ Redirected to http://test.host/flyboy/tasks
160787
+ Completed 302 Found in 7ms (ActiveRecord: 1.6ms)
160788
+  (0.1ms) begin transaction
160789
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160790
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2781"], ["description", "I-am-the-goal-description_3399"], ["version", 1], ["created_at", "2015-04-08 16:23:08.677502"], ["updated_at", "2015-04-08 16:23:08.677502"], ["tracking", "150408-35"]]
160791
+  (1.0ms) commit transaction
160792
+  (0.2ms) begin transaction
160793
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160794
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5372"], ["description", "I-am-the-goal-description_384"], ["version", 1], ["created_at", "2015-04-08 16:23:08.683425"], ["updated_at", "2015-04-08 16:23:08.683425"], ["tracking", "150408-36"]]
160795
+  (0.9ms) commit transaction
160796
+  (0.0ms) begin transaction
160797
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 40], ["title", "I-am-a-task1611"], ["description", "I-am-the-task-description_655"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.687416"], ["updated_at", "2015-04-08 16:23:08.687416"]]
160798
+  (0.7ms) commit transaction
160799
+  (0.1ms) begin transaction
160800
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160801
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7304"], ["description", "I-am-the-goal-description_6483"], ["version", 1], ["created_at", "2015-04-08 16:23:08.691692"], ["updated_at", "2015-04-08 16:23:08.691692"], ["tracking", "150408-37"]]
160802
+  (0.8ms) commit transaction
160803
+  (0.0ms) begin transaction
160804
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 41], ["title", "I-am-a-task1533"], ["description", "I-am-the-task-description_9278"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.695487"], ["updated_at", "2015-04-08 16:23:08.695487"]]
160805
+  (0.8ms) commit transaction
160806
+  (0.0ms) begin transaction
160807
+  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160808
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1865"], ["description", "I-am-the-goal-description_7554"], ["version", 1], ["created_at", "2015-04-08 16:23:08.698746"], ["updated_at", "2015-04-08 16:23:08.698746"], ["tracking", "150408-38"]]
160809
+  (0.8ms) commit transaction
160810
+  (0.1ms) begin transaction
160811
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 42], ["title", "I-am-a-task6083"], ["description", "I-am-the-task-description_1546"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.704669"], ["updated_at", "2015-04-08 16:23:08.704669"]]
160812
+  (0.8ms) commit transaction
160813
+  (0.1ms) begin transaction
160814
+ SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task8204"], ["description", "I-am-the-task-description_1656"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.769792"], ["updated_at", "2015-04-08 16:23:08.769792"]]
160815
+  (1.5ms) commit transaction
160816
+  (0.1ms) begin transaction
160817
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 39], ["title", "I-am-a-task6488"], ["description", "I-am-the-task-description_4269"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.775218"], ["updated_at", "2015-04-08 16:23:08.775218"]]
160818
+  (0.8ms) commit transaction
160819
+  (0.1ms) begin transaction
160820
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 39], ["title", "I-am-a-task4491"], ["description", "I-am-the-task-description_8989"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.779742"], ["updated_at", "2015-04-08 16:23:08.779742"]]
160821
+  (0.8ms) commit transaction
160822
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-08')
160823
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')
160824
+  (0.1ms) begin transaction
160825
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160826
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5088"], ["description", "I-am-the-goal-description_8753"], ["version", 1], ["created_at", "2015-04-08 16:23:08.786450"], ["updated_at", "2015-04-08 16:23:08.786450"], ["tracking", "150408-39"]]
160827
+  (0.9ms) commit transaction
160828
+  (0.1ms) begin transaction
160829
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160830
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3664"], ["description", "I-am-the-goal-description_6046"], ["version", 1], ["created_at", "2015-04-08 16:23:08.791705"], ["updated_at", "2015-04-08 16:23:08.791705"], ["tracking", "150408-40"]]
160831
+  (0.9ms) commit transaction
160832
+  (0.0ms) begin transaction
160833
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 44], ["title", "I-am-a-task4557"], ["description", "I-am-the-task-description_8256"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.795937"], ["updated_at", "2015-04-08 16:23:08.795937"]]
160834
+  (0.8ms) commit transaction
160835
+  (0.1ms) begin transaction
160836
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160837
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7647"], ["description", "I-am-the-goal-description_6610"], ["version", 1], ["created_at", "2015-04-08 16:23:08.799998"], ["updated_at", "2015-04-08 16:23:08.799998"], ["tracking", "150408-41"]]
160838
+  (0.9ms) commit transaction
160839
+  (0.0ms) begin transaction
160840
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 45], ["title", "I-am-a-task5663"], ["description", "I-am-the-task-description_1890"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.803881"], ["updated_at", "2015-04-08 16:23:08.803881"]]
160841
+  (0.8ms) commit transaction
160842
+  (0.0ms) begin transaction
160843
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160844
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9869"], ["description", "I-am-the-goal-description_5192"], ["version", 1], ["created_at", "2015-04-08 16:23:08.807136"], ["updated_at", "2015-04-08 16:23:08.807136"], ["tracking", "150408-42"]]
160845
+  (0.8ms) commit transaction
160846
+  (0.1ms) begin transaction
160847
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 46], ["title", "I-am-a-task3714"], ["description", "I-am-the-task-description_4785"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.811674"], ["updated_at", "2015-04-08 16:23:08.811674"]]
160848
+  (0.8ms) commit transaction
160849
+  (0.1ms) begin transaction
160850
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task1698"], ["description", "I-am-the-task-description_7923"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.816191"], ["updated_at", "2015-04-08 16:23:08.816191"]]
160851
+  (0.8ms) commit transaction
160852
+  (0.1ms) begin transaction
160853
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 43], ["title", "I-am-a-task5054"], ["description", "I-am-the-task-description_7948"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.820891"], ["updated_at", "2015-04-08 16:23:08.820891"]]
160854
+  (0.8ms) commit transaction
160855
+  (0.1ms) begin transaction
160856
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 43], ["title", "I-am-a-task2819"], ["description", "I-am-the-task-description_6299"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.825105"], ["updated_at", "2015-04-08 16:23:08.825105"]]
160857
+  (0.8ms) commit transaction
160858
+  (0.1ms) begin transaction
160859
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160860
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6091"], ["description", "I-am-the-goal-description_5143"], ["version", 1], ["created_at", "2015-04-08 16:23:08.828836"], ["updated_at", "2015-04-08 16:23:08.828836"], ["tracking", "150408-43"]]
160861
+  (0.7ms) commit transaction
160862
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-08')
160863
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')
160864
+  (0.1ms) begin transaction
160865
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160866
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5884"], ["description", "I-am-the-goal-description_6196"], ["version", 1], ["created_at", "2015-04-08 16:23:08.837586"], ["updated_at", "2015-04-08 16:23:08.837586"], ["tracking", "150408-44"]]
160867
+  (0.8ms) commit transaction
160868
+  (0.1ms) begin transaction
160869
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160870
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8884"], ["description", "I-am-the-goal-description_8512"], ["version", 1], ["created_at", "2015-04-08 16:23:08.842656"], ["updated_at", "2015-04-08 16:23:08.842656"], ["tracking", "150408-45"]]
160871
+  (0.8ms) commit transaction
160872
+  (0.0ms) begin transaction
160873
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 49], ["title", "I-am-a-task4498"], ["description", "I-am-the-task-description_7755"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.846441"], ["updated_at", "2015-04-08 16:23:08.846441"]]
160874
+  (0.8ms) commit transaction
160875
+  (0.1ms) begin transaction
160876
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160877
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1850"], ["description", "I-am-the-goal-description_271"], ["version", 1], ["created_at", "2015-04-08 16:23:08.850522"], ["updated_at", "2015-04-08 16:23:08.850522"], ["tracking", "150408-46"]]
160878
+  (0.8ms) commit transaction
160879
+  (0.0ms) begin transaction
160880
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 50], ["title", "I-am-a-task3219"], ["description", "I-am-the-task-description_6835"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.854308"], ["updated_at", "2015-04-08 16:23:08.854308"]]
160881
+  (0.8ms) commit transaction
160882
+  (0.0ms) begin transaction
160883
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160884
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1135"], ["description", "I-am-the-goal-description_9878"], ["version", 1], ["created_at", "2015-04-08 16:23:08.857507"], ["updated_at", "2015-04-08 16:23:08.857507"], ["tracking", "150408-47"]]
160885
+  (0.8ms) commit transaction
160886
+  (0.1ms) begin transaction
160887
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 51], ["title", "I-am-a-task1515"], ["description", "I-am-the-task-description_5357"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.862161"], ["updated_at", "2015-04-08 16:23:08.862161"]]
160888
+  (1.0ms) commit transaction
160889
+  (0.1ms) begin transaction
160890
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task9029"], ["description", "I-am-the-task-description_6821"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.867055"], ["updated_at", "2015-04-08 16:23:08.867055"]]
160891
+  (0.9ms) commit transaction
160892
+  (0.1ms) begin transaction
160893
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task6966"], ["description", "I-am-the-task-description_5353"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.872619"], ["updated_at", "2015-04-08 16:23:08.872619"]]
160894
+  (0.8ms) commit transaction
160895
+  (0.1ms) begin transaction
160896
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 48], ["title", "I-am-a-task6712"], ["description", "I-am-the-task-description_7059"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.876751"], ["updated_at", "2015-04-08 16:23:08.876751"]]
160897
+  (0.8ms) commit transaction
160898
+  (0.1ms) begin transaction
160899
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task4503"], ["description", "I-am-the-task-description_653"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.881020"], ["updated_at", "2015-04-08 16:23:08.881020"]]
160900
+  (0.8ms) commit transaction
160901
+  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-08')
160902
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')
160903
+  (0.1ms) begin transaction
160904
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160905
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9617"], ["description", "I-am-the-goal-description_2331"], ["version", 1], ["created_at", "2015-04-08 16:23:08.888809"], ["updated_at", "2015-04-08 16:23:08.888809"], ["tracking", "150408-48"]]
160906
+  (0.8ms) commit transaction
160907
+  (0.1ms) begin transaction
160908
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160909
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6126"], ["description", "I-am-the-goal-description_9798"], ["version", 1], ["created_at", "2015-04-08 16:23:08.894107"], ["updated_at", "2015-04-08 16:23:08.894107"], ["tracking", "150408-49"]]
160910
+  (0.8ms) commit transaction
160911
+  (0.0ms) begin transaction
160912
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 53], ["title", "I-am-a-task5752"], ["description", "I-am-the-task-description_400"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.897818"], ["updated_at", "2015-04-08 16:23:08.897818"]]
160913
+  (0.8ms) commit transaction
160914
+  (0.1ms) begin transaction
160915
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160916
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9297"], ["description", "I-am-the-goal-description_7117"], ["version", 1], ["created_at", "2015-04-08 16:23:08.901981"], ["updated_at", "2015-04-08 16:23:08.901981"], ["tracking", "150408-50"]]
160917
+  (0.9ms) commit transaction
160918
+  (0.0ms) begin transaction
160919
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 54], ["title", "I-am-a-task6278"], ["description", "I-am-the-task-description_3155"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.905985"], ["updated_at", "2015-04-08 16:23:08.905985"]]
160920
+  (0.8ms) commit transaction
160921
+  (0.0ms) begin transaction
160922
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160923
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6609"], ["description", "I-am-the-goal-description_1684"], ["version", 1], ["created_at", "2015-04-08 16:23:08.908879"], ["updated_at", "2015-04-08 16:23:08.908879"], ["tracking", "150408-51"]]
160924
+  (0.8ms) commit transaction
160925
+  (0.1ms) begin transaction
160926
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 55], ["title", "I-am-a-task7116"], ["description", "I-am-the-task-description_2611"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.913323"], ["updated_at", "2015-04-08 16:23:08.913323"]]
160927
+  (0.8ms) commit transaction
160928
+  (0.1ms) begin transaction
160929
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task9763"], ["description", "I-am-the-task-description_3675"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.917672"], ["updated_at", "2015-04-08 16:23:08.917672"]]
160930
+  (0.8ms) commit transaction
160931
+  (0.1ms) begin transaction
160932
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 52], ["title", "I-am-a-task7230"], ["description", "I-am-the-task-description_765"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.922359"], ["updated_at", "2015-04-08 16:23:08.922359"]]
160933
+  (0.8ms) commit transaction
160934
+  (0.1ms) begin transaction
160935
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task1237"], ["description", "I-am-the-task-description_2512"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.926815"], ["updated_at", "2015-04-08 16:23:08.926815"]]
160936
+  (0.8ms) commit transaction
160937
+  (0.1ms) begin transaction
160938
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task6151"], ["description", "I-am-the-task-description_7882"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.931395"], ["updated_at", "2015-04-08 16:23:08.931395"]]
160939
+  (1.2ms) commit transaction
160940
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-08')
160941
+  (0.1ms) begin transaction
160942
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160943
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5858"], ["description", "I-am-the-goal-description_5628"], ["version", 1], ["created_at", "2015-04-08 16:23:08.940373"], ["updated_at", "2015-04-08 16:23:08.940373"], ["tracking", "150408-52"]]
160944
+  (0.8ms) commit transaction
160945
+  (0.1ms) begin transaction
160946
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 56], ["title", "I-am-a-task3535"], ["description", "I-am-the-task-description_5516"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.945132"], ["updated_at", "2015-04-08 16:23:08.945132"]]
160947
+  (0.8ms) commit transaction
160948
+  (0.1ms) begin transaction
160949
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160950
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2365"], ["description", "I-am-the-goal-description_9041"], ["version", 1], ["created_at", "2015-04-08 16:23:08.951775"], ["updated_at", "2015-04-08 16:23:08.951775"], ["tracking", "150408-53"]]
160951
+  (0.7ms) commit transaction
160952
+  (0.1ms) begin transaction
160953
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 57], ["title", "I-am-a-task8686"], ["description", "I-am-the-task-description_7988"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.956467"], ["updated_at", "2015-04-08 16:23:08.956467"]]
160954
+  (0.8ms) commit transaction
160955
+  (0.1ms) begin transaction
160956
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160957
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3424"], ["description", "I-am-the-goal-description_7692"], ["version", 1], ["created_at", "2015-04-08 16:23:08.961968"], ["updated_at", "2015-04-08 16:23:08.961968"], ["tracking", "150408-54"]]
160958
+  (0.9ms) commit transaction
160959
+  (0.1ms) begin transaction
160960
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 58], ["title", "I-am-a-task6690"], ["description", "I-am-the-task-description_2470"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.965975"], ["updated_at", "2015-04-08 16:23:08.965975"]]
160961
+  (0.8ms) commit transaction
160962
+  (0.1ms) begin transaction
160963
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160964
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_172"], ["description", "I-am-the-goal-description_3290"], ["version", 1], ["created_at", "2015-04-08 16:23:08.971470"], ["updated_at", "2015-04-08 16:23:08.971470"], ["tracking", "150408-55"]]
160965
+  (0.8ms) commit transaction
160966
+  (0.0ms) begin transaction
160967
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 59], ["title", "I-am-a-task3906"], ["description", "I-am-the-task-description_1952"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.975688"], ["updated_at", "2015-04-08 16:23:08.975688"]]
160968
+  (0.9ms) commit transaction
160969
+  (0.1ms) begin transaction
160970
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160971
+ SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3952"], ["description", "I-am-the-goal-description_9509"], ["version", 1], ["created_at", "2015-04-08 16:23:08.981806"], ["updated_at", "2015-04-08 16:23:08.981806"], ["tracking", "150408-56"]]
160972
+  (0.9ms) commit transaction
160973
+  (0.1ms) begin transaction
160974
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160975
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3414"], ["description", "I-am-the-goal-description_5712"], ["version", 1], ["created_at", "2015-04-08 16:23:08.988159"], ["updated_at", "2015-04-08 16:23:08.988159"], ["tracking", "150408-57"]]
160976
+  (0.9ms) commit transaction
160977
+  (0.1ms) begin transaction
160978
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160979
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3870"], ["description", "I-am-the-goal-description_1880"], ["version", 1], ["created_at", "2015-04-08 16:23:08.993421"], ["updated_at", "2015-04-08 16:23:08.993421"], ["tracking", "150408-58"]]
160980
+  (0.8ms) commit transaction
160981
+  (0.1ms) begin transaction
160982
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160983
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6683"], ["description", "I-am-the-goal-description_410"], ["version", 1], ["created_at", "2015-04-08 16:23:08.998418"], ["updated_at", "2015-04-08 16:23:08.998418"], ["tracking", "150408-59"]]
160984
+  (0.7ms) commit transaction
160985
+  (0.1ms) begin transaction
160986
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160987
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1610"], ["description", "I-am-the-goal-description_9074"], ["version", 1], ["created_at", "2015-04-08 16:23:09.003821"], ["updated_at", "2015-04-08 16:23:09.003821"], ["tracking", "150408-60"]]
160988
+  (0.9ms) commit transaction
160989
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]
160990
+  (0.1ms) begin transaction
160991
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160992
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2743"], ["description", "I-am-the-goal-description_6577"], ["version", 1], ["created_at", "2015-04-08 16:23:09.010348"], ["updated_at", "2015-04-08 16:23:09.010348"], ["tracking", "150408-61"]]
160993
+  (0.8ms) commit transaction
160994
+  (0.1ms) begin transaction
160995
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
160996
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7135"], ["description", "I-am-the-goal-description_6949"], ["version", 1], ["created_at", "2015-04-08 16:23:09.015592"], ["updated_at", "2015-04-08 16:23:09.015592"], ["tracking", "150408-62"]]
160997
+  (0.8ms) commit transaction
160998
+  (0.1ms) begin transaction
160999
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161000
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8442"], ["description", "I-am-the-goal-description_9065"], ["version", 1], ["created_at", "2015-04-08 16:23:09.022084"], ["updated_at", "2015-04-08 16:23:09.022084"], ["tracking", "150408-63"]]
161001
+  (0.8ms) commit transaction
161002
+  (0.1ms) begin transaction
161003
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task1179"], ["description", "I-am-the-task-description_11"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.025975"], ["updated_at", "2015-04-08 16:23:09.025975"]]
161004
+  (0.8ms) commit transaction
161005
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]
161006
+  (0.1ms) begin transaction
161007
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161008
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2745"], ["description", "I-am-the-goal-description_9024"], ["version", 1], ["created_at", "2015-04-08 16:23:09.031373"], ["updated_at", "2015-04-08 16:23:09.031373"], ["tracking", "150408-64"]]
161009
+  (1.3ms) commit transaction
161010
+  (0.1ms) begin transaction
161011
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161012
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_658"], ["description", "I-am-the-goal-description_1468"], ["version", 1], ["created_at", "2015-04-08 16:23:09.039057"], ["updated_at", "2015-04-08 16:23:09.039057"], ["tracking", "150408-65"]]
161013
+  (0.9ms) commit transaction
161014
+  (0.1ms) begin transaction
161015
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161016
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7289"], ["description", "I-am-the-goal-description_173"], ["version", 1], ["created_at", "2015-04-08 16:23:09.045425"], ["updated_at", "2015-04-08 16:23:09.045425"], ["tracking", "150408-66"]]
161017
+  (0.9ms) commit transaction
161018
+  (0.1ms) begin transaction
161019
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161020
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_19"], ["description", "I-am-the-goal-description_2814"], ["version", 1], ["created_at", "2015-04-08 16:23:09.052140"], ["updated_at", "2015-04-08 16:23:09.052140"], ["tracking", "150408-67"]]
161021
+  (0.8ms) commit transaction
161022
+  (0.0ms) begin transaction
161023
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task5059"], ["description", "I-am-the-task-description_2481"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.055576"], ["updated_at", "2015-04-08 16:23:09.055576"]]
161024
+  (0.8ms) commit transaction
161025
+  (0.1ms) begin transaction
161026
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161027
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_70"], ["description", "I-am-the-goal-description_6622"], ["version", 1], ["created_at", "2015-04-08 16:23:09.059638"], ["updated_at", "2015-04-08 16:23:09.059638"], ["tracking", "150408-68"]]
161028
+  (0.9ms) commit transaction
161029
+  (0.1ms) begin transaction
161030
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task7816"], ["description", "I-am-the-task-description_9470"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.064303"], ["updated_at", "2015-04-08 16:23:09.064303"]]
161031
+  (0.8ms) commit transaction
161032
+  (0.1ms) begin transaction
161033
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161034
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6240"], ["description", "I-am-the-goal-description_8034"], ["version", 1], ["created_at", "2015-04-08 16:23:09.069190"], ["updated_at", "2015-04-08 16:23:09.069190"], ["tracking", "150408-69"]]
161035
+  (0.8ms) commit transaction
161036
+  (0.1ms) begin transaction
161037
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task2206"], ["description", "I-am-the-task-description_2661"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.074087"], ["updated_at", "2015-04-08 16:23:09.074087"]]
161038
+  (0.8ms) commit transaction
161039
+  (0.1ms) begin transaction
161040
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161041
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2831"], ["description", "I-am-the-goal-description_619"], ["version", 1], ["created_at", "2015-04-08 16:23:09.078228"], ["updated_at", "2015-04-08 16:23:09.078228"], ["tracking", "150408-70"]]
161042
+  (0.7ms) commit transaction
161043
+  (0.1ms) begin transaction
161044
+ SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task6571"], ["description", "I-am-the-task-description_3300"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.083116"], ["updated_at", "2015-04-08 16:23:09.083116"]]
161045
+  (0.8ms) commit transaction
161046
+  (0.1ms) begin transaction
161047
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161048
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2480"], ["description", "I-am-the-goal-description_118"], ["version", 1], ["created_at", "2015-04-08 16:23:09.088563"], ["updated_at", "2015-04-08 16:23:09.088563"], ["tracking", "150408-71"]]
161049
+  (0.8ms) commit transaction
161050
+  (0.1ms) begin transaction
161051
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task5990"], ["description", "I-am-the-task-description_1542"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.093245"], ["updated_at", "2015-04-08 16:23:09.093245"]]
161052
+  (0.8ms) commit transaction
161053
+  (0.1ms) begin transaction
161054
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161055
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3212"], ["description", "I-am-the-goal-description_8127"], ["version", 1], ["created_at", "2015-04-08 16:23:09.098194"], ["updated_at", "2015-04-08 16:23:09.098194"], ["tracking", "150408-72"]]
161056
+  (0.9ms) commit transaction
161057
+  (0.0ms) begin transaction
161058
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task4802"], ["description", "I-am-the-task-description_762"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.102107"], ["updated_at", "2015-04-08 16:23:09.102107"]]
161059
+  (0.8ms) commit transaction
161060
+  (0.1ms) begin transaction
161061
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161062
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6627"], ["description", "I-am-the-goal-description_4928"], ["version", 1], ["created_at", "2015-04-08 16:23:09.107185"], ["updated_at", "2015-04-08 16:23:09.107185"], ["tracking", "150408-73"]]
161063
+  (0.8ms) commit transaction
161064
+  (0.0ms) begin transaction
161065
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task1523"], ["description", "I-am-the-task-description_6603"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.111103"], ["updated_at", "2015-04-08 16:23:09.111103"]]
161066
+  (0.9ms) commit transaction
161067
+  (0.1ms) begin transaction
161068
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161069
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7581"], ["description", "I-am-the-goal-description_2222"], ["version", 1], ["created_at", "2015-04-08 16:23:09.115963"], ["updated_at", "2015-04-08 16:23:09.115963"], ["tracking", "150408-74"]]
161070
+  (0.7ms) commit transaction
161071
+  (0.1ms) begin transaction
161072
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task4784"], ["description", "I-am-the-task-description_3727"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.120152"], ["updated_at", "2015-04-08 16:23:09.120152"]]
161073
+  (0.9ms) commit transaction
161074
+  (0.1ms) begin transaction
161075
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161076
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6550"], ["description", "I-am-the-goal-description_6973"], ["version", 1], ["created_at", "2015-04-08 16:23:09.125243"], ["updated_at", "2015-04-08 16:23:09.125243"], ["tracking", "150408-75"]]
161077
+  (0.9ms) commit transaction
161078
+  (0.0ms) begin transaction
161079
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task3696"], ["description", "I-am-the-task-description_8921"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.129192"], ["updated_at", "2015-04-08 16:23:09.129192"]]
161080
+  (0.9ms) commit transaction
161081
+  (0.1ms) begin transaction
161082
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161083
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4665"], ["description", "I-am-the-goal-description_9823"], ["version", 1], ["created_at", "2015-04-08 16:23:09.135252"], ["updated_at", "2015-04-08 16:23:09.135252"], ["tracking", "150408-76"]]
161084
+  (0.8ms) commit transaction
161085
+  (0.0ms) begin transaction
161086
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 80], ["title", "I-am-a-task479"], ["description", "I-am-the-task-description_2781"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.139709"], ["updated_at", "2015-04-08 16:23:09.139709"]]
161087
+  (0.7ms) commit transaction
161088
+  (0.1ms) begin transaction
161089
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161090
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9970"], ["description", "I-am-the-goal-description_8054"], ["version", 1], ["created_at", "2015-04-08 16:23:09.144284"], ["updated_at", "2015-04-08 16:23:09.144284"], ["tracking", "150408-77"]]
161091
+  (0.7ms) commit transaction
161092
+  (0.0ms) begin transaction
161093
+ SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-08 16:23:09.147637"], ["id", 81]]
161094
+  (0.6ms) commit transaction
161095
+  (0.1ms) begin transaction
161096
+ SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-08 16:23:09.150475"], ["id", 81]]
161097
+  (0.8ms) commit transaction
161098
+  (0.0ms) begin transaction
161099
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01')
161100
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7930"], ["description", "I-am-the-goal-description_7008"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]
161101
+  (0.0ms) commit transaction
161102
+  (0.0ms) begin transaction
161103
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01')
161104
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7626"], ["description", "I-am-the-goal-description_2863"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]
161105
+  (0.0ms) commit transaction
161106
+  (0.0ms) begin transaction
161107
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01')
161108
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3456"], ["description", "I-am-the-goal-description_3456"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]
161109
+  (0.0ms) commit transaction
161110
+  (0.0ms) begin transaction
161111
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
161112
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5914"], ["description", "I-am-the-goal-description_4168"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]
161113
+  (0.0ms) commit transaction
161114
+  (0.0ms) begin transaction
161115
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
161116
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9858"], ["description", "I-am-the-goal-description_1904"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]
161117
+  (0.0ms) commit transaction
161118
+  (0.0ms) begin transaction
161119
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task3786"], ["description", "I-am-the-task-description_325"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
161120
+  (0.0ms) commit transaction
161121
+  (0.0ms) begin transaction
161122
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task4134"], ["description", "I-am-the-task-description_9785"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
161123
+  (0.0ms) commit transaction
161124
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]
161125
+  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]
161126
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]
161127
+  (0.0ms) begin transaction
161128
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
161129
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8194"], ["description", "I-am-the-goal-description_8775"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]
161130
+  (0.0ms) commit transaction
161131
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]
161132
+  (0.0ms) begin transaction
161133
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
161134
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1614"], ["description", "I-am-the-goal-description_2349"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]
161135
+  (0.0ms) commit transaction
161136
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]
161137
+  (0.0ms) begin transaction
161138
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
161139
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6234"], ["description", "I-am-the-goal-description_5824"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]
161140
+  (0.0ms) commit transaction
161141
+  (0.0ms) begin transaction
161142
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
161143
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3530"], ["description", "I-am-the-goal-description_8575"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]
161144
+  (0.0ms) commit transaction
161145
+  (0.0ms) begin transaction
161146
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task3971"], ["description", "I-am-the-task-description_4287"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
161147
+  (0.0ms) commit transaction
161148
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]
161149
+  (0.0ms) begin transaction
161150
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
161151
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9376"], ["description", "I-am-the-goal-description_1749"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]
161152
+  (0.0ms) commit transaction
161153
+  (0.0ms) begin transaction
161154
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task9999"], ["description", "I-am-the-task-description_1706"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
161155
+  (0.0ms) commit transaction
161156
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]
161157
+  (0.0ms) begin transaction
161158
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
161159
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3372"], ["description", "I-am-the-goal-description_7980"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]
161160
+  (0.0ms) commit transaction
161161
+  (0.0ms) begin transaction
161162
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task4696"], ["description", "I-am-the-task-description_3691"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
161163
+  (0.0ms) commit transaction
161164
+  (0.0ms) begin transaction
161165
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
161166
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4094"], ["description", "I-am-the-goal-description_3209"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]
161167
+  (0.0ms) commit transaction
161168
+  (0.0ms) begin transaction
161169
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task9118"], ["description", "I-am-the-task-description_6964"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
161170
+  (0.0ms) commit transaction
161171
+  (0.0ms) begin transaction
161172
+ SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
161173
+ SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]
161174
+  (0.0ms) commit transaction
161175
+ Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]
161176
+  (0.0ms) begin transaction
161177
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
161178
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_941"], ["description", "I-am-the-goal-description_3122"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]
161179
+  (0.0ms) commit transaction
161180
+  (0.0ms) begin transaction
161181
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task3549"], ["description", "I-am-the-task-description_9088"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
161182
+  (0.0ms) commit transaction
161183
+  (0.0ms) begin transaction
161184
+ SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
161185
+ SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]
161186
+  (0.0ms) commit transaction
161187
+ Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]
161188
+  (0.0ms) begin transaction
161189
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
161190
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2338"], ["description", "I-am-the-goal-description_260"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]
161191
+  (0.0ms) commit transaction
161192
+  (0.0ms) begin transaction
161193
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task5045"], ["description", "I-am-the-task-description_5602"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
161194
+  (0.0ms) commit transaction
161195
+  (0.0ms) begin transaction
161196
+ SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
161197
+ SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]
161198
+  (0.0ms) commit transaction
161199
+ Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]
161200
+  (0.0ms) begin transaction
161201
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
161202
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8852"], ["description", "I-am-the-goal-description_9330"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]
161203
+  (0.0ms) commit transaction
161204
+  (0.0ms) begin transaction
161205
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task7919"], ["description", "I-am-the-task-description_8378"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
161206
+  (0.0ms) commit transaction
161207
+  (0.0ms) begin transaction
161208
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
161209
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5201"], ["description", "I-am-the-goal-description_7366"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]
161210
+  (0.0ms) commit transaction
161211
+  (0.0ms) begin transaction
161212
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
161213
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2498"], ["description", "I-am-the-goal-description_7321"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]
161214
+  (0.0ms) commit transaction
161215
+  (0.0ms) begin transaction
161216
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
161217
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4504"], ["description", "I-am-the-goal-description_9367"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]
161218
+  (0.0ms) commit transaction
161219
+  (0.0ms) begin transaction
161220
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
161221
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1677"], ["description", "I-am-the-goal-description_1778"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]
161222
+  (0.0ms) commit transaction
161223
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
161224
+  (2.7ms) DELETE FROM "flyboy_task_comments";
161225
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161226
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161227
+  (1.0ms) DELETE FROM "flyboy_tasks";
161228
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161229
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161230
+  (0.9ms) DELETE FROM "flyboy_goals";
161231
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161232
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161233
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:22 +0200
161234
+ Processing by Flyboy::GoalsController#index as HTML
161235
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (60.2ms)
161236
+ Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
161237
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3898.2ms)
161238
+ Completed 200 OK in 13188ms (Views: 13156.8ms | ActiveRecord: 0.6ms)
161239
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:36 +0200
161240
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-08 18:23:36 +0200
161241
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-08 18:23:36 +0200
161242
+ Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-08 18:23:38 +0200
161243
+ Processing by Flyboy::GoalsController#new as HTML
161244
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.3ms)
161245
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (361.5ms)
161246
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (367.2ms)
161247
+ Completed 200 OK in 380ms (Views: 371.8ms | ActiveRecord: 0.3ms)
161248
+ Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:38 +0200
161249
+ Processing by Flyboy::GoalsController#create as HTML
161250
+ Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}
161251
+  (0.1ms) begin transaction
161252
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161253
+ SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-08 16:23:38.674940"], ["updated_at", "2015-04-08 16:23:38.674940"], ["tracking", "150408-1"]]
161254
+  (0.8ms) commit transaction
161255
+ Redirected to http://127.0.0.1:52050/flyboy/goals/1
161256
+ Completed 302 Found in 13ms (ActiveRecord: 1.5ms)
161257
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:38 +0200
161258
+ Processing by Flyboy::GoalsController#show as HTML
161259
+ Parameters: {"id"=>"1"}
161260
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161261
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
161262
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (93.8ms)
161263
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161264
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (101.3ms)
161265
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]]
161266
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.7ms)
161267
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
161268
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (116.5ms)
161269
+ Completed 200 OK in 142ms (Views: 118.2ms | ActiveRecord: 1.1ms)
161270
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1
161271
+  (1.6ms) DELETE FROM "flyboy_task_comments";
161272
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161273
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161274
+  (0.8ms) DELETE FROM "flyboy_tasks";
161275
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161276
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161277
+  (0.7ms) DELETE FROM "flyboy_goals";
161278
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161279
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161280
+  (1.2ms) DELETE FROM "flyboy_task_comments";
161281
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161282
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161283
+  (0.9ms) DELETE FROM "flyboy_tasks";
161284
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161285
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161286
+  (0.7ms) DELETE FROM "flyboy_goals";
161287
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161288
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161289
+  (0.1ms) begin transaction
161290
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161291
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_704"], ["description", "I-am-the-goal-description_5227"], ["version", 1], ["created_at", "2015-04-08 16:23:38.962874"], ["updated_at", "2015-04-08 16:23:38.962874"], ["tracking", "150408-1"]]
161292
+  (0.8ms) commit transaction
161293
+  (0.1ms) begin transaction
161294
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3912"], ["description", "I-am-the-task-description_2981"], ["cost", 1], ["created_at", "2015-04-08 16:23:38.969327"], ["updated_at", "2015-04-08 16:23:38.969327"]]
161295
+  (0.8ms) commit transaction
161296
+  (0.1ms) begin transaction
161297
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task792"], ["description", "I-am-the-task-description_720"], ["cost", 1], ["created_at", "2015-04-08 16:23:38.974177"], ["updated_at", "2015-04-08 16:23:38.974177"]]
161298
+  (0.8ms) commit transaction
161299
+  (0.1ms) begin transaction
161300
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7618"], ["description", "I-am-the-task-description_5209"], ["cost", 1], ["created_at", "2015-04-08 16:23:38.978211"], ["updated_at", "2015-04-08 16:23:38.978211"]]
161301
+  (0.8ms) commit transaction
161302
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:38 +0200
161303
+ Processing by Flyboy::GoalsController#index as HTML
161304
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms)
161305
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
161306
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')
161307
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161308
+  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161309
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161310
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.4ms)
161311
+ Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.6ms)
161312
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:41 +0200
161313
+ Processing by Flyboy::GoalsController#show as HTML
161314
+ Parameters: {"id"=>"1"}
161315
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161316
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
161317
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.3ms)
161318
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161319
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161320
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161321
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.4ms)
161322
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]]
161323
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms)
161324
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
161325
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (14.2ms)
161326
+ Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.6ms)
161327
+ Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]
161328
+  (2.3ms) DELETE FROM "flyboy_task_comments";
161329
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161330
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161331
+  (0.7ms) DELETE FROM "flyboy_tasks";
161332
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161333
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161334
+  (0.6ms) DELETE FROM "flyboy_goals";
161335
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161336
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161337
+  (2.0ms) DELETE FROM "flyboy_task_comments";
161338
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161339
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161340
+  (1.1ms) DELETE FROM "flyboy_tasks";
161341
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161342
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161343
+  (0.8ms) DELETE FROM "flyboy_goals";
161344
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161345
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161346
+  (0.0ms) begin transaction
161347
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161348
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_74"], ["description", "I-am-the-goal-description_6876"], ["version", 1], ["created_at", "2015-04-08 16:23:41.178645"], ["updated_at", "2015-04-08 16:23:41.178645"], ["tracking", "150408-1"]]
161349
+  (0.8ms) commit transaction
161350
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:41 +0200
161351
+ Processing by Flyboy::GoalsController#index as HTML
161352
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms)
161353
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
161354
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')
161355
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')
161356
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161357
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.4ms)
161358
+ Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.7ms)
161359
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:43 +0200
161360
+ Processing by Flyboy::GoalsController#show as HTML
161361
+ Parameters: {"id"=>"1"}
161362
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161363
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
161364
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)
161365
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161366
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.9ms)
161367
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]]
161368
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms)
161369
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
161370
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.2ms)
161371
+ Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.4ms)
161372
+ Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 18:23:43 +0200
161373
+ Processing by Flyboy::GoalsController#edit as HTML
161374
+ Parameters: {"id"=>"1"}
161375
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161376
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
161377
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (13.4ms)
161378
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (17.4ms)
161379
+ Completed 200 OK in 23ms (Views: 21.7ms | ActiveRecord: 0.1ms)
161380
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:43 +0200
161381
+ Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:43 +0200
161382
+ Processing by Flyboy::GoalsController#update as HTML
161383
+ Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_6876"}, "id"=>"1"}
161384
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161385
+  (0.1ms) begin transaction
161386
+ SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-08 16:23:43.819796"], ["id", 1]]
161387
+  (2.5ms) commit transaction
161388
+ Redirected to http://127.0.0.1:52050/flyboy/goals/1
161389
+ Completed 302 Found in 8ms (ActiveRecord: 3.1ms)
161390
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:43 +0200
161391
+ Processing by Flyboy::GoalsController#show as HTML
161392
+ Parameters: {"id"=>"1"}
161393
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161394
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
161395
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)
161396
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161397
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms)
161398
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]]
161399
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms)
161400
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
161401
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms)
161402
+ Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms)
161403
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:43 +0200
161404
+  (2.3ms) DELETE FROM "flyboy_task_comments";
161405
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161406
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161407
+  (0.8ms) DELETE FROM "flyboy_tasks";
161408
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161409
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161410
+  (0.6ms) DELETE FROM "flyboy_goals";
161411
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161412
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161413
+  (1.1ms) DELETE FROM "flyboy_task_comments";
161414
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161415
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161416
+  (0.9ms) DELETE FROM "flyboy_tasks";
161417
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161418
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161419
+  (0.8ms) DELETE FROM "flyboy_goals";
161420
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161421
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161422
+  (0.1ms) begin transaction
161423
+  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161424
+ SQL (1.1ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4129"], ["description", "I-am-the-goal-description_5601"], ["version", 1], ["created_at", "2015-04-08 16:23:44.045506"], ["updated_at", "2015-04-08 16:23:44.045506"], ["tracking", "150408-1"]]
161425
+  (0.9ms) commit transaction
161426
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:44 +0200
161427
+ Processing by Flyboy::GoalsController#index as HTML
161428
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms)
161429
+ Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
161430
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')
161431
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')
161432
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161433
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (12.9ms)
161434
+ Completed 200 OK in 16ms (Views: 13.6ms | ActiveRecord: 1.1ms)
161435
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:44 +0200
161436
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:46 +0200
161437
+ Processing by Flyboy::GoalsController#show as HTML
161438
+ Parameters: {"id"=>"1"}
161439
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161440
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
161441
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)
161442
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161443
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms)
161444
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]]
161445
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms)
161446
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
161447
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms)
161448
+ Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.5ms)
161449
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:46 +0200
161450
+ Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 18:23:46 +0200
161451
+ Processing by Flyboy::GoalsController#edit as HTML
161452
+ Parameters: {"id"=>"1"}
161453
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161454
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
161455
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (13.9ms)
161456
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (14.1ms)
161457
+ Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.1ms)
161458
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:46 +0200
161459
+ Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:46 +0200
161460
+ Processing by Flyboy::GoalsController#destroy as HTML
161461
+ Parameters: {"id"=>"1"}
161462
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161463
+  (0.1ms) begin transaction
161464
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]
161465
+ SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]
161466
+  (2.4ms) commit transaction
161467
+ Redirected to http://127.0.0.1:52050/flyboy/goals
161468
+ Completed 302 Found in 7ms (ActiveRecord: 3.0ms)
161469
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:46 +0200
161470
+ Processing by Flyboy::GoalsController#index as HTML
161471
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms)
161472
+ Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
161473
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.0ms)
161474
+ Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.3ms)
161475
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:46 +0200
161476
+  (2.5ms) DELETE FROM "flyboy_task_comments";
161477
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161478
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161479
+  (0.9ms) DELETE FROM "flyboy_tasks";
161480
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161481
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161482
+  (0.9ms) DELETE FROM "flyboy_goals";
161483
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161484
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161485
+  (1.1ms) DELETE FROM "flyboy_task_comments";
161486
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161487
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161488
+  (0.9ms) DELETE FROM "flyboy_tasks";
161489
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161490
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161491
+  (0.8ms) DELETE FROM "flyboy_goals";
161492
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161493
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161494
+  (0.1ms) begin transaction
161495
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161496
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7645"], ["description", "I-am-the-goal-description_910"], ["version", 1], ["created_at", "2015-04-08 16:23:48.233728"], ["updated_at", "2015-04-08 16:23:48.233728"], ["tracking", "150408-1"]]
161497
+  (0.9ms) commit transaction
161498
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:48 +0200
161499
+ Processing by Flyboy::GoalsController#show as HTML
161500
+ Parameters: {"id"=>"1"}
161501
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161502
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
161503
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.3ms)
161504
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161505
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.9ms)
161506
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]]
161507
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.3ms)
161508
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
161509
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.4ms)
161510
+ Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.5ms)
161511
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:48 +0200
161512
+ Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-08 18:23:50 +0200
161513
+ Processing by Flyboy::GoalsController#close as HTML
161514
+ Parameters: {"id"=>"1"}
161515
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161516
+  (0.1ms) begin transaction
161517
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
161518
+ SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 16:23:50.162505"], ["id", 1]]
161519
+  (2.1ms) commit transaction
161520
+ Redirected to http://127.0.0.1:52050/flyboy/goals
161521
+ Completed 302 Found in 7ms (ActiveRecord: 2.7ms)
161522
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:50 +0200
161523
+ Processing by Flyboy::GoalsController#index as HTML
161524
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms)
161525
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
161526
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')
161527
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')
161528
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161529
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.0ms)
161530
+ Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 0.9ms)
161531
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:50 +0200
161532
+  (1.0ms) DELETE FROM "flyboy_task_comments";
161533
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161534
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161535
+  (0.8ms) DELETE FROM "flyboy_tasks";
161536
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161537
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161538
+  (1.1ms) DELETE FROM "flyboy_goals";
161539
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161540
+  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161541
+  (1.3ms) DELETE FROM "flyboy_task_comments";
161542
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161543
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161544
+  (0.8ms) DELETE FROM "flyboy_tasks";
161545
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161546
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161547
+  (0.7ms) DELETE FROM "flyboy_goals";
161548
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161549
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161550
+  (0.1ms) begin transaction
161551
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161552
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6677"], ["description", "I-am-the-goal-description_3187"], ["version", 1], ["created_at", "2015-04-08 16:23:52.184679"], ["updated_at", "2015-04-08 16:23:52.184679"], ["tracking", "150408-1"]]
161553
+  (0.8ms) commit transaction
161554
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:52 +0200
161555
+ Processing by Flyboy::GoalsController#show as HTML
161556
+ Parameters: {"id"=>"1"}
161557
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161558
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms)
161559
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161560
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.6ms)
161561
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]]
161562
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms)
161563
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
161564
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (10.1ms)
161565
+ Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.4ms)
161566
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:52 +0200
161567
+ Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-08 18:23:54 +0200
161568
+ Processing by Flyboy::GoalsController#open as HTML
161569
+ Parameters: {"id"=>"1"}
161570
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161571
+  (0.1ms) begin transaction
161572
+ SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 16:23:54.382712"], ["id", 1]]
161573
+  (2.9ms) commit transaction
161574
+ Redirected to http://127.0.0.1:52050/flyboy/goals/1
161575
+ Completed 302 Found in 7ms (ActiveRecord: 3.4ms)
161576
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:54 +0200
161577
+ Processing by Flyboy::GoalsController#show as HTML
161578
+ Parameters: {"id"=>"1"}
161579
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161580
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
161581
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)
161582
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161583
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms)
161584
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]]
161585
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms)
161586
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
161587
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.5ms)
161588
+ Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.5ms)
161589
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:54 +0200
161590
+  (2.8ms) DELETE FROM "flyboy_task_comments";
161591
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161592
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161593
+  (0.9ms) DELETE FROM "flyboy_tasks";
161594
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161595
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161596
+  (0.9ms) DELETE FROM "flyboy_goals";
161597
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161598
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161599
+  (1.0ms) DELETE FROM "flyboy_task_comments";
161600
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161601
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161602
+  (0.8ms) DELETE FROM "flyboy_tasks";
161603
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161604
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161605
+  (0.8ms) DELETE FROM "flyboy_goals";
161606
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161607
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161608
+  (0.1ms) begin transaction
161609
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161610
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9821"], ["description", "I-am-the-goal-description_7625"], ["version", 1], ["created_at", "2015-04-08 16:23:56.185633"], ["updated_at", "2015-04-08 16:23:56.185633"], ["tracking", "150408-1"]]
161611
+  (0.9ms) commit transaction
161612
+  (0.0ms) begin transaction
161613
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task468"], ["description", "I-am-the-task-description_6258"], ["cost", 1], ["created_at", "2015-04-08 16:23:56.190057"], ["updated_at", "2015-04-08 16:23:56.190057"]]
161614
+  (0.8ms) commit transaction
161615
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:23:56 +0200
161616
+ Processing by Flyboy::TasksController#index as HTML
161617
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms)
161618
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
161619
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161620
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms)
161621
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.3ms)
161622
+ Completed 200 OK in 18ms (Views: 13.3ms | ActiveRecord: 0.3ms)
161623
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:56 +0200
161624
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:23:57 +0200
161625
+ Processing by Flyboy::TasksController#show as HTML
161626
+ Parameters: {"id"=>"1"}
161627
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
161628
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161629
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
161630
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161631
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.1ms)
161632
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (14.1ms)
161633
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
161634
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)
161635
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161636
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161637
+ CACHE (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161638
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (11.5ms)
161639
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
161640
+ Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]]
161641
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (88.3ms)
161642
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
161643
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (124.3ms)
161644
+ Completed 200 OK in 129ms (Views: 124.7ms | ActiveRecord: 1.7ms)
161645
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:58 +0200
161646
+ Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-08 18:23:58 +0200
161647
+ Processing by Flyboy::TaskCommentsController#create as HTML
161648
+ Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"}
161649
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
161650
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161651
+  (0.1ms) begin transaction
161652
+ SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-08 16:23:58.240155"], ["created_at", "2015-04-08 16:23:58.242080"], ["updated_at", "2015-04-08 16:23:58.242080"]]
161653
+ SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-08 16:23:58.244156"], ["id", 1]]
161654
+  (2.5ms) commit transaction
161655
+ Redirected to http://127.0.0.1:52050/flyboy/tasks/1
161656
+ Completed 302 Found in 12ms (ActiveRecord: 3.4ms)
161657
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:23:58 +0200
161658
+ Processing by Flyboy::TasksController#show as HTML
161659
+ Parameters: {"id"=>"1"}
161660
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
161661
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161662
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
161663
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161664
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.0ms)
161665
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.3ms)
161666
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
161667
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)
161668
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161669
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161670
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161671
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms)
161672
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
161673
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]]
161674
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.8ms)
161675
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
161676
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.8ms)
161677
+ Completed 200 OK in 30ms (Views: 24.6ms | ActiveRecord: 0.8ms)
161678
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:58 +0200
161679
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]
161680
+  (2.6ms) DELETE FROM "flyboy_task_comments";
161681
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161682
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161683
+  (0.8ms) DELETE FROM "flyboy_tasks";
161684
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161685
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161686
+  (0.7ms) DELETE FROM "flyboy_goals";
161687
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161688
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161689
+  (1.2ms) DELETE FROM "flyboy_task_comments";
161690
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161691
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161692
+  (1.2ms) DELETE FROM "flyboy_tasks";
161693
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161694
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161695
+  (0.9ms) DELETE FROM "flyboy_goals";
161696
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161697
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161698
+  (0.1ms) begin transaction
161699
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161700
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_634"], ["description", "I-am-the-goal-description_5429"], ["version", 1], ["created_at", "2015-04-08 16:23:58.382866"], ["updated_at", "2015-04-08 16:23:58.382866"], ["tracking", "150408-1"]]
161701
+  (0.9ms) commit transaction
161702
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:58 +0200
161703
+ Processing by Flyboy::GoalsController#index as HTML
161704
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms)
161705
+ Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
161706
+  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')
161707
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')
161708
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161709
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (14.8ms)
161710
+ Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 1.3ms)
161711
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:58 +0200
161712
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:24:00 +0200
161713
+ Processing by Flyboy::GoalsController#show as HTML
161714
+ Parameters: {"id"=>"1"}
161715
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161716
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
161717
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)
161718
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161719
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms)
161720
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]]
161721
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms)
161722
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
161723
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.0ms)
161724
+ Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.4ms)
161725
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:00 +0200
161726
+ Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-08 18:24:00 +0200
161727
+ Processing by Flyboy::TasksController#new as HTML
161728
+ Parameters: {"goal_id"=>"1"}
161729
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161730
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
161731
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (206.7ms)
161732
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (212.7ms)
161733
+ Completed 200 OK in 217ms (Views: 214.6ms | ActiveRecord: 0.1ms)
161734
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:00 +0200
161735
+ Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:00 +0200
161736
+ Processing by Flyboy::TasksController#create as HTML
161737
+ Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-15", "term"=>"2015-05-08", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}
161738
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161739
+  (0.1ms) begin transaction
161740
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-08"], ["reminder", "2015-04-15"], ["done", "f"], ["created_at", "2015-04-08 16:24:00.573427"], ["updated_at", "2015-04-08 16:24:00.573427"]]
161741
+  (3.0ms) commit transaction
161742
+ Redirected to http://127.0.0.1:52050/flyboy/tasks/1
161743
+ Completed 302 Found in 12ms (ActiveRecord: 3.6ms)
161744
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:00 +0200
161745
+ Processing by Flyboy::TasksController#show as HTML
161746
+ Parameters: {"id"=>"1"}
161747
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
161748
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161749
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
161750
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161751
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms)
161752
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.3ms)
161753
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
161754
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)
161755
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161756
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161757
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161758
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.3ms)
161759
+ Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
161760
+ Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]]
161761
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (18.4ms)
161762
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
161763
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (29.7ms)
161764
+ Completed 200 OK in 37ms (Views: 30.7ms | ActiveRecord: 1.3ms)
161765
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:00 +0200
161766
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1
161767
+  (2.3ms) DELETE FROM "flyboy_task_comments";
161768
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161769
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161770
+  (0.7ms) DELETE FROM "flyboy_tasks";
161771
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161772
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161773
+  (0.7ms) DELETE FROM "flyboy_goals";
161774
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161775
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161776
+  (1.0ms) DELETE FROM "flyboy_task_comments";
161777
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161778
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161779
+  (0.9ms) DELETE FROM "flyboy_tasks";
161780
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161781
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161782
+  (0.7ms) DELETE FROM "flyboy_goals";
161783
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161784
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161785
+  (0.1ms) begin transaction
161786
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161787
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4615"], ["description", "I-am-the-goal-description_5973"], ["version", 1], ["created_at", "2015-04-08 16:24:00.733131"], ["updated_at", "2015-04-08 16:24:00.733131"], ["tracking", "150408-1"]]
161788
+  (0.8ms) commit transaction
161789
+  (0.0ms) begin transaction
161790
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6871"], ["description", "I-am-the-task-description_4459"], ["cost", 1], ["created_at", "2015-04-08 16:24:00.736878"], ["updated_at", "2015-04-08 16:24:00.736878"]]
161791
+  (0.8ms) commit transaction
161792
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:00 +0200
161793
+ Processing by Flyboy::TasksController#index as HTML
161794
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms)
161795
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
161796
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161797
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms)
161798
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.6ms)
161799
+ Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.4ms)
161800
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:00 +0200
161801
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:02 +0200
161802
+ Processing by Flyboy::TasksController#show as HTML
161803
+ Parameters: {"id"=>"1"}
161804
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
161805
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161806
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
161807
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161808
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms)
161809
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)
161810
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
161811
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)
161812
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161813
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161814
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161815
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms)
161816
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
161817
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]]
161818
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (69.0ms)
161819
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
161820
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (78.4ms)
161821
+ Completed 200 OK in 82ms (Views: 78.7ms | ActiveRecord: 0.8ms)
161822
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:02 +0200
161823
+  (2.3ms) DELETE FROM "flyboy_task_comments";
161824
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161825
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161826
+  (0.9ms) DELETE FROM "flyboy_tasks";
161827
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161828
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161829
+  (0.7ms) DELETE FROM "flyboy_goals";
161830
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161831
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161832
+  (1.0ms) DELETE FROM "flyboy_task_comments";
161833
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161834
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161835
+  (0.8ms) DELETE FROM "flyboy_tasks";
161836
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161837
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161838
+  (0.8ms) DELETE FROM "flyboy_goals";
161839
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161840
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161841
+  (0.0ms) begin transaction
161842
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161843
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7602"], ["description", "I-am-the-goal-description_4994"], ["version", 1], ["created_at", "2015-04-08 16:24:02.671235"], ["updated_at", "2015-04-08 16:24:02.671235"], ["tracking", "150408-1"]]
161844
+  (0.8ms) commit transaction
161845
+  (0.0ms) begin transaction
161846
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3200"], ["description", "I-am-the-task-description_8766"], ["cost", 1], ["created_at", "2015-04-08 16:24:02.675556"], ["updated_at", "2015-04-08 16:24:02.675556"]]
161847
+  (0.8ms) commit transaction
161848
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:02 +0200
161849
+ Processing by Flyboy::TasksController#index as HTML
161850
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms)
161851
+ Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
161852
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161853
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms)
161854
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms)
161855
+ Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.5ms)
161856
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:02 +0200
161857
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:04 +0200
161858
+ Processing by Flyboy::TasksController#show as HTML
161859
+ Parameters: {"id"=>"1"}
161860
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
161861
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161862
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
161863
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161864
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms)
161865
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.3ms)
161866
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
161867
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)
161868
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161869
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161870
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161871
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms)
161872
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
161873
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]]
161874
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.8ms)
161875
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
161876
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.9ms)
161877
+ Completed 200 OK in 25ms (Views: 21.1ms | ActiveRecord: 0.7ms)
161878
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:04 +0200
161879
+ Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 18:24:06 +0200
161880
+ Processing by Flyboy::TasksController#edit as HTML
161881
+ Parameters: {"id"=>"1"}
161882
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
161883
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161884
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
161885
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (141.5ms)
161886
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (144.5ms)
161887
+ Completed 200 OK in 149ms (Views: 146.4ms | ActiveRecord: 0.2ms)
161888
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:06 +0200
161889
+ Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:06 +0200
161890
+ Processing by Flyboy::TasksController#update as HTML
161891
+ Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_8766", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"}
161892
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
161893
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161894
+  (0.1ms) begin transaction
161895
+ SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-08 16:24:06.266504"], ["id", 1]]
161896
+  (2.9ms) commit transaction
161897
+ Redirected to http://127.0.0.1:52050/flyboy/tasks/1
161898
+ Completed 302 Found in 9ms (ActiveRecord: 3.5ms)
161899
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:06 +0200
161900
+ Processing by Flyboy::TasksController#show as HTML
161901
+ Parameters: {"id"=>"1"}
161902
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
161903
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161904
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
161905
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161906
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.2ms)
161907
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.6ms)
161908
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
161909
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)
161910
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161911
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161912
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161913
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms)
161914
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
161915
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]]
161916
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.2ms)
161917
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
161918
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.1ms)
161919
+ Completed 200 OK in 27ms (Views: 23.3ms | ActiveRecord: 0.7ms)
161920
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:06 +0200
161921
+  (2.7ms) DELETE FROM "flyboy_task_comments";
161922
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161923
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161924
+  (0.8ms) DELETE FROM "flyboy_tasks";
161925
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161926
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161927
+  (0.7ms) DELETE FROM "flyboy_goals";
161928
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161929
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161930
+  (1.0ms) DELETE FROM "flyboy_task_comments";
161931
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161932
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
161933
+  (0.9ms) DELETE FROM "flyboy_tasks";
161934
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161935
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
161936
+  (0.8ms) DELETE FROM "flyboy_goals";
161937
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
161938
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
161939
+  (0.1ms) begin transaction
161940
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
161941
+ SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1866"], ["description", "I-am-the-goal-description_4599"], ["version", 1], ["created_at", "2015-04-08 16:24:06.408382"], ["updated_at", "2015-04-08 16:24:06.408382"], ["tracking", "150408-1"]]
161942
+  (0.8ms) commit transaction
161943
+  (0.1ms) begin transaction
161944
+ SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6124"], ["description", "I-am-the-task-description_5761"], ["cost", 1], ["created_at", "2015-04-08 16:24:06.413030"], ["updated_at", "2015-04-08 16:24:06.413030"]]
161945
+  (0.8ms) commit transaction
161946
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:06 +0200
161947
+ Processing by Flyboy::TasksController#index as HTML
161948
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms)
161949
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
161950
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161951
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms)
161952
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms)
161953
+ Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.3ms)
161954
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:06 +0200
161955
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:08 +0200
161956
+ Processing by Flyboy::TasksController#show as HTML
161957
+ Parameters: {"id"=>"1"}
161958
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
161959
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161960
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
161961
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161962
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms)
161963
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.1ms)
161964
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
161965
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)
161966
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161967
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161968
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
161969
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms)
161970
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
161971
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]]
161972
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (67.5ms)
161973
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
161974
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (77.4ms)
161975
+ Completed 200 OK in 81ms (Views: 77.7ms | ActiveRecord: 0.8ms)
161976
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:08 +0200
161977
+ Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 18:24:10 +0200
161978
+ Processing by Flyboy::TasksController#edit as HTML
161979
+ Parameters: {"id"=>"1"}
161980
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
161981
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161982
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
161983
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (89.1ms)
161984
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (89.3ms)
161985
+ Completed 200 OK in 93ms (Views: 90.3ms | ActiveRecord: 0.2ms)
161986
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:10 +0200
161987
+ Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:10 +0200
161988
+ Processing by Flyboy::TasksController#destroy as HTML
161989
+ Parameters: {"id"=>"1"}
161990
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
161991
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
161992
+  (0.1ms) begin transaction
161993
+ Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]]
161994
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]
161995
+  (2.4ms) commit transaction
161996
+ Redirected to http://127.0.0.1:52050/flyboy/tasks
161997
+ Completed 302 Found in 8ms (ActiveRecord: 3.0ms)
161998
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:10 +0200
161999
+ Processing by Flyboy::TasksController#index as HTML
162000
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms)
162001
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
162002
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms)
162003
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.1ms)
162004
+ Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms)
162005
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:10 +0200
162006
+  (2.7ms) DELETE FROM "flyboy_task_comments";
162007
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162008
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
162009
+  (0.8ms) DELETE FROM "flyboy_tasks";
162010
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162011
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
162012
+  (0.7ms) DELETE FROM "flyboy_goals";
162013
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162014
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
162015
+  (1.1ms) DELETE FROM "flyboy_task_comments";
162016
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162017
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
162018
+  (0.8ms) DELETE FROM "flyboy_tasks";
162019
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162020
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
162021
+  (0.9ms) DELETE FROM "flyboy_goals";
162022
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162023
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
162024
+  (0.1ms) begin transaction
162025
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
162026
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1505"], ["description", "I-am-the-goal-description_5382"], ["version", 1], ["created_at", "2015-04-08 16:24:10.542481"], ["updated_at", "2015-04-08 16:24:10.542481"], ["tracking", "150408-1"]]
162027
+  (0.8ms) commit transaction
162028
+  (0.0ms) begin transaction
162029
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6154"], ["description", "I-am-the-task-description_8359"], ["cost", 1], ["created_at", "2015-04-08 16:24:10.546316"], ["updated_at", "2015-04-08 16:24:10.546316"]]
162030
+  (0.7ms) commit transaction
162031
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:10 +0200
162032
+ Processing by Flyboy::TasksController#index as HTML
162033
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms)
162034
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
162035
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
162036
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.5ms)
162037
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.4ms)
162038
+ Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.4ms)
162039
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:10 +0200
162040
+ Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-08 18:24:12 +0200
162041
+ Processing by Flyboy::TasksController#complete as HTML
162042
+ Parameters: {"id"=>"1"}
162043
+ Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
162044
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
162045
+  (0.1ms) begin transaction
162046
+ SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 16:24:12.546714"], ["task_id", 1], ["created_at", "2015-04-08 16:24:12.549757"], ["updated_at", "2015-04-08 16:24:12.549757"]]
162047
+ SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 16:24:12.552469"], ["id", 1]]
162048
+  (3.2ms) commit transaction
162049
+ Redirected to http://127.0.0.1:52050/flyboy/tasks
162050
+ Completed 302 Found in 19ms (ActiveRecord: 4.6ms)
162051
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:12 +0200
162052
+ Processing by Flyboy::TasksController#index as HTML
162053
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms)
162054
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
162055
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
162056
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.7ms)
162057
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.3ms)
162058
+ Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 0.3ms)
162059
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:12 +0200
162060
+  (2.5ms) DELETE FROM "flyboy_task_comments";
162061
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162062
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
162063
+  (0.7ms) DELETE FROM "flyboy_tasks";
162064
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162065
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
162066
+  (0.7ms) DELETE FROM "flyboy_goals";
162067
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162068
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
162069
+  (1.1ms) DELETE FROM "flyboy_task_comments";
162070
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162071
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
162072
+  (0.8ms) DELETE FROM "flyboy_tasks";
162073
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162074
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
162075
+  (0.8ms) DELETE FROM "flyboy_goals";
162076
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162077
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
162078
+  (0.1ms) begin transaction
162079
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
162080
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5380"], ["description", "I-am-the-goal-description_6345"], ["version", 1], ["created_at", "2015-04-08 16:24:14.336094"], ["updated_at", "2015-04-08 16:24:14.336094"], ["tracking", "150408-1"]]
162081
+  (0.7ms) commit transaction
162082
+  (0.1ms) begin transaction
162083
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 1], ["title", "I-am-a-task4847"], ["description", "I-am-the-task-description_610"], ["cost", 1], ["created_at", "2015-04-08 16:24:14.340674"], ["updated_at", "2015-04-08 16:24:14.340674"]]
162084
+  (0.9ms) commit transaction
162085
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:14 +0200
162086
+ Processing by Flyboy::TasksController#index as HTML
162087
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms)
162088
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
162089
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
162090
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms)
162091
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms)
162092
+ Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.3ms)
162093
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:14 +0200
162094
+ Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-08 18:24:16 +0200
162095
+ Processing by Flyboy::TasksController#snooze as HTML
162096
+ Parameters: {"id"=>"1"}
162097
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
162098
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
162099
+  (0.1ms) begin transaction
162100
+ SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 16:24:16.196075"], ["id", 1]]
162101
+  (1.1ms) commit transaction
162102
+ Redirected to http://127.0.0.1:52050/flyboy/tasks
162103
+ Completed 302 Found in 6ms (ActiveRecord: 1.7ms)
162104
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:16 +0200
162105
+ Processing by Flyboy::TasksController#index as HTML
162106
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms)
162107
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
162108
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
162109
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms)
162110
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms)
162111
+ Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.3ms)
162112
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:16 +0200
162113
+  (2.4ms) DELETE FROM "flyboy_task_comments";
162114
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162115
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
162116
+  (0.6ms) DELETE FROM "flyboy_tasks";
162117
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162118
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
162119
+  (0.6ms) DELETE FROM "flyboy_goals";
162120
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162121
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
162122
+  (1.5ms) DELETE FROM "flyboy_task_comments";
162123
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162124
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
162125
+  (1.2ms) DELETE FROM "flyboy_tasks";
162126
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162127
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
162128
+  (0.8ms) DELETE FROM "flyboy_goals";
162129
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162130
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
162131
+  (0.1ms) begin transaction
162132
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
162133
+ SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8952"], ["description", "I-am-the-goal-description_310"], ["version", 1], ["created_at", "2015-04-08 16:24:17.926682"], ["updated_at", "2015-04-08 16:24:17.926682"], ["tracking", "150408-1"]]
162134
+  (1.1ms) commit transaction
162135
+  (0.1ms) begin transaction
162136
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task526"], ["description", "I-am-the-task-description_7226"], ["cost", 1], ["created_at", "2015-04-08 16:24:17.932321"], ["updated_at", "2015-04-08 16:24:17.932321"]]
162137
+  (0.8ms) commit transaction
162138
+  (0.1ms) begin transaction
162139
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
162140
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3772"], ["description", "I-am-the-goal-description_4884"], ["version", 1], ["created_at", "2015-04-08 16:24:17.994660"], ["updated_at", "2015-04-08 16:24:17.994660"], ["tracking", "150408-2"]]
162141
+  (1.4ms) commit transaction
162142
+  (0.1ms) begin transaction
162143
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7357"], ["description", "I-am-the-task-description_5499"], ["cost", 1], ["created_at", "2015-04-08 16:24:17.999523"], ["updated_at", "2015-04-08 16:24:17.999523"]]
162144
+  (0.8ms) commit transaction
162145
+  (0.1ms) begin transaction
162146
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
162147
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4597"], ["description", "I-am-the-goal-description_4108"], ["version", 1], ["created_at", "2015-04-08 16:24:18.004200"], ["updated_at", "2015-04-08 16:24:18.004200"], ["tracking", "150408-3"]]
162148
+  (0.9ms) commit transaction
162149
+  (0.1ms) begin transaction
162150
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1080"], ["description", "I-am-the-task-description_4830"], ["cost", 1], ["created_at", "2015-04-08 16:24:18.008250"], ["updated_at", "2015-04-08 16:24:18.008250"]]
162151
+  (0.8ms) commit transaction
162152
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:18 +0200
162153
+ Processing by Flyboy::TasksController#index as HTML
162154
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms)
162155
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
162156
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
162157
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
162158
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
162159
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.3ms)
162160
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.9ms)
162161
+ Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.5ms)
162162
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:18 +0200
162163
+ Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-08 18:24:20 +0200
162164
+ Processing by Flyboy::TasksController#index as PDF
162165
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
162166
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
162167
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
162168
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
162169
+ Rendered text template (0.0ms)
162170
+ Sent data feuille_de_route_2015-04-08.pdf (5.2ms)
162171
+ Completed 200 OK in 66ms (Views: 4.9ms | ActiveRecord: 0.5ms)
162172
+  (1.1ms) DELETE FROM "flyboy_task_comments";
162173
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162174
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
162175
+  (0.9ms) DELETE FROM "flyboy_tasks";
162176
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162177
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
162178
+  (0.7ms) DELETE FROM "flyboy_goals";
162179
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162180
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
162181
+  (1.1ms) DELETE FROM "flyboy_task_comments";
162182
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162183
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
162184
+  (1.1ms) DELETE FROM "flyboy_tasks";
162185
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162186
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
162187
+  (1.4ms) DELETE FROM "flyboy_goals";
162188
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162189
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
162190
+  (0.1ms) begin transaction
162191
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
162192
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8954"], ["description", "I-am-the-goal-description_3530"], ["version", 1], ["created_at", "2015-04-08 16:24:20.237891"], ["updated_at", "2015-04-08 16:24:20.237891"], ["tracking", "150408-1"]]
162193
+  (0.8ms) commit transaction
162194
+  (0.1ms) begin transaction
162195
+ SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1876"], ["description", "I-am-the-task-description_8866"], ["cost", 1], ["created_at", "2015-04-08 16:24:20.242750"], ["updated_at", "2015-04-08 16:24:20.242750"]]
162196
+  (1.0ms) commit transaction
162197
+  (0.1ms) begin transaction
162198
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
162199
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6049"], ["description", "I-am-the-goal-description_4689"], ["version", 1], ["created_at", "2015-04-08 16:24:20.248552"], ["updated_at", "2015-04-08 16:24:20.248552"], ["tracking", "150408-2"]]
162200
+  (0.7ms) commit transaction
162201
+  (0.1ms) begin transaction
162202
+ SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task975"], ["description", "I-am-the-task-description_9682"], ["cost", 1], ["created_at", "2015-04-08 16:24:20.252648"], ["updated_at", "2015-04-08 16:24:20.252648"]]
162203
+  (0.9ms) commit transaction
162204
+  (0.1ms) begin transaction
162205
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
162206
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9297"], ["description", "I-am-the-goal-description_1973"], ["version", 1], ["created_at", "2015-04-08 16:24:20.258594"], ["updated_at", "2015-04-08 16:24:20.258594"], ["tracking", "150408-3"]]
162207
+  (0.9ms) commit transaction
162208
+  (0.0ms) begin transaction
162209
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8316"], ["description", "I-am-the-task-description_791"], ["cost", 1], ["created_at", "2015-04-08 16:24:20.262348"], ["updated_at", "2015-04-08 16:24:20.262348"]]
162210
+  (0.8ms) commit transaction
162211
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:20 +0200
162212
+ Processing by Flyboy::TasksController#index as HTML
162213
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms)
162214
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
162215
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
162216
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
162217
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
162218
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.4ms)
162219
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.0ms)
162220
+ Completed 200 OK in 17ms (Views: 13.1ms | ActiveRecord: 0.5ms)
162221
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:20 +0200
162222
+ Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-08 18:24:22 +0200
162223
+ Processing by Flyboy::TasksController#index as CSV
162224
+ Flyboy::Task Load (0.9ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
162225
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
162226
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
162227
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
162228
+ Rendered text template (0.0ms)
162229
+ Sent data feuille_de_route_2015-04-08.csv (1.2ms)
162230
+ Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 1.5ms)
162231
+  (2.7ms) DELETE FROM "flyboy_task_comments";
162232
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162233
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
162234
+  (1.0ms) DELETE FROM "flyboy_tasks";
162235
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162236
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
162237
+  (0.7ms) DELETE FROM "flyboy_goals";
162238
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162239
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
162240
+  (1.1ms) DELETE FROM "flyboy_task_comments";
162241
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162242
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
162243
+  (1.1ms) DELETE FROM "flyboy_tasks";
162244
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162245
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
162246
+  (0.9ms) DELETE FROM "flyboy_goals";
162247
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162248
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
162249
+  (0.1ms) begin transaction
162250
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
162251
+ SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8093"], ["description", "I-am-the-goal-description_1836"], ["version", 1], ["created_at", "2015-04-08 16:24:22.491575"], ["updated_at", "2015-04-08 16:24:22.491575"], ["tracking", "150408-1"]]
162252
+  (0.7ms) commit transaction
162253
+  (0.1ms) begin transaction
162254
+ SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5329"], ["description", "I-am-the-task-description_6094"], ["cost", 1], ["created_at", "2015-04-08 16:24:22.497119"], ["updated_at", "2015-04-08 16:24:22.497119"]]
162255
+  (0.8ms) commit transaction
162256
+  (0.1ms) begin transaction
162257
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
162258
+ SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1862"], ["description", "I-am-the-goal-description_5110"], ["version", 1], ["created_at", "2015-04-08 16:24:22.501990"], ["updated_at", "2015-04-08 16:24:22.501990"], ["tracking", "150408-2"]]
162259
+  (1.1ms) commit transaction
162260
+  (0.2ms) begin transaction
162261
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9281"], ["description", "I-am-the-task-description_6308"], ["cost", 1], ["created_at", "2015-04-08 16:24:22.508100"], ["updated_at", "2015-04-08 16:24:22.508100"]]
162262
+  (1.9ms) commit transaction
162263
+  (0.1ms) begin transaction
162264
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08')
162265
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7750"], ["description", "I-am-the-goal-description_5355"], ["version", 1], ["created_at", "2015-04-08 16:24:22.513229"], ["updated_at", "2015-04-08 16:24:22.513229"], ["tracking", "150408-3"]]
162266
+  (0.9ms) commit transaction
162267
+  (0.1ms) begin transaction
162268
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6609"], ["description", "I-am-the-task-description_1732"], ["cost", 1], ["created_at", "2015-04-08 16:24:22.516890"], ["updated_at", "2015-04-08 16:24:22.516890"]]
162269
+  (0.8ms) commit transaction
162270
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:22 +0200
162271
+ Processing by Flyboy::TasksController#index as HTML
162272
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms)
162273
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
162274
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
162275
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
162276
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
162277
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.3ms)
162278
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.7ms)
162279
+ Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 0.5ms)
162280
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:22 +0200
162281
+ Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-08 18:24:24 +0200
162282
+ Processing by Flyboy::TasksController#index as XLS
162283
+ Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
162284
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
162285
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
162286
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
162287
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (6.1ms)
162288
+ Completed 200 OK in 134ms (Views: 131.2ms | ActiveRecord: 0.8ms)
162289
+  (1.1ms) DELETE FROM "flyboy_task_comments";
162290
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162291
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
162292
+  (0.8ms) DELETE FROM "flyboy_tasks";
162293
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162294
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
162295
+  (0.7ms) DELETE FROM "flyboy_goals";
162296
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162297
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';