spec/dummy/log/test.log in flyboy-0.0.3 vs spec/dummy/log/test.log in flyboy-0.0.4

- old
+ new

@@ -160109,5 +160109,2189 @@  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (1.6ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.9ms) DELETE FROM "flyboy_tasks"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (1.0ms) DELETE FROM "flyboy_goals"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" +  (0.2ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +Processing by Flyboy::GoalsController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) +Completed 200 OK in 93ms (Views: 82.7ms | ActiveRecord: 0.0ms) + Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC + Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" +  (0.1ms) begin transaction + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] + SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] + SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.6ms) commit transaction +Processing by Flyboy::GoalsController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) +Completed 200 OK in 18ms (Views: 1.6ms | ActiveRecord: 0.0ms) + Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" +  (0.1ms) begin transaction + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] + SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] + SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +Processing by Flyboy::GoalsController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) +Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) + Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]] +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +Processing by Flyboy::GoalsController#close as HTML + Parameters: {"id"=>"7"} + Flyboy::Goal Load (1.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] +  (0.2ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] + 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]] +  (0.7ms) commit transaction +Redirected to http://test.host/flyboy/goals +Completed 302 Found in 4353ms (ActiveRecord: 2.9ms) + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +Processing by Flyboy::GoalsController#close as HTML + Parameters: {"id"=>"8"} + Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] + 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]] +  (0.9ms) commit transaction +Redirected to http://test.host/flyboy/goals +Completed 302 Found in 10ms (ActiveRecord: 2.0ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +Processing by Flyboy::GoalsController#open as HTML + Parameters: {"id"=>"9"} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] +  (0.1ms) begin transaction + 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]] +  (0.7ms) commit transaction +Redirected to http://test.host/flyboy/goals/9 +Completed 302 Found in 5ms (ActiveRecord: 1.2ms) + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +Processing by Flyboy::GoalsController#open as HTML + Parameters: {"id"=>"10"} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] +  (0.1ms) begin transaction + 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]] +  (0.9ms) commit transaction +Redirected to http://test.host/flyboy/goals/10 +Completed 302 Found in 5ms (ActiveRecord: 1.3ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] + 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]] +  (0.8ms) commit transaction +Processing by Flyboy::TaskCommentsController#create as HTML + 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"} + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] +Unpermitted parameters: id, task_id, date, created_at, updated_at + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] +  (0.1ms) begin transaction + 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"]] +  (1.0ms) commit transaction +Redirected to http://test.host/flyboy/tasks/1 +Completed 302 Found in 13ms (ActiveRecord: 1.8ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Processing by Flyboy::TasksController#complete as HTML + Parameters: {"id"=>"2"} + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]] +  (0.1ms) begin transaction + 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"]] + 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]] +  (0.8ms) commit transaction +Redirected to http://test.hostwhere_i_came_from +Completed 302 Found in 9ms (ActiveRecord: 1.6ms) + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]] +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Processing by Flyboy::TasksController#complete as HTML + Parameters: {"id"=>"4"} + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] +  (0.1ms) begin transaction + 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"]] + 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]] +  (0.9ms) commit transaction +Redirected to http://test.hostwhere_i_came_from +Completed 302 Found in 9ms (ActiveRecord: 1.5ms) + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]] +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.9ms) commit transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] +Processing by Flyboy::TasksController#complete as HTML + Parameters: {"id"=>"6"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] +  (0.1ms) begin transaction + 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"]] + 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]] +  (1.0ms) commit transaction +Redirected to http://test.hostwhere_i_came_from +Completed 302 Found in 9ms (ActiveRecord: 1.6ms) + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]] +  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] + 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]] +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Processing by Flyboy::TasksController#complete as HTML + Parameters: {"id"=>"8"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] +  (0.2ms) begin transaction + 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"]] + 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]] +  (0.9ms) commit transaction +Redirected to http://test.hostwhere_i_came_from +Completed 302 Found in 10ms (ActiveRecord: 1.7ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.9ms) commit transaction +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) +Completed 200 OK in 8ms (Views: 2.7ms | ActiveRecord: 0.0ms) +  (0.1ms) begin transaction +  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC +  (0.0ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] + SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] + SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] + SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] + SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] + SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] + SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) +Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.9ms) commit transaction + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC +  (0.0ms) begin transaction + 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]] + SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.7ms) commit transaction +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) +Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.9ms) commit transaction + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC +  (0.0ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) +Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms) + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.2ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Processing by Flyboy::TasksController#show as HTML + Parameters: {"id"=>"24"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) +Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.3ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Processing by Flyboy::TasksController#new as HTML + Parameters: {"goal_id"=>"27"} + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) +Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.2ms) +  (0.1ms) begin transaction +  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.9ms) commit transaction +Processing by Flyboy::TasksController#edit as HTML + Parameters: {"id"=>"28"} + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) +Completed 200 OK in 5ms (Views: 2.6ms | ActiveRecord: 0.3ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (1.0ms) commit transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" +Processing by Flyboy::TasksController#create as HTML + Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} + Flyboy::Goal Load (1.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] +  (0.1ms) begin transaction + 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"]] +  (0.9ms) commit transaction +Redirected to http://test.host/flyboy/tasks/32 +Completed 302 Found in 10ms (ActiveRecord: 2.9ms) +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.9ms) commit transaction +Processing by Flyboy::TasksController#create as HTML + Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Redirected to http://test.host/flyboy/tasks/35 +Completed 302 Found in 7ms (ActiveRecord: 1.4ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.9ms) commit transaction +Processing by Flyboy::TasksController#create as HTML + Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] +  (0.1ms) begin transaction + 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"]] +  (1.0ms) commit transaction +Redirected to http://test.host/flyboy/tasks/38 +Completed 302 Found in 7ms (ActiveRecord: 1.5ms) + Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1 +  (0.1ms) begin transaction +  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Processing by Flyboy::TasksController#create as HTML + Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]] +  (0.1ms) begin transaction +  (0.1ms) rollback transaction + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) +Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms) +  (0.1ms) begin transaction +  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] + 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"]] +  (0.9ms) commit transaction +Processing by Flyboy::TasksController#update as HTML + Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"43"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://test.host/flyboy/tasks/43 +Completed 302 Found in 4ms (ActiveRecord: 0.3ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] + 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"]] +  (0.8ms) commit transaction +Processing by Flyboy::TasksController#update as HTML + Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"46"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://test.host/flyboy/tasks/46 +Completed 302 Found in 4ms (ActiveRecord: 0.4ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] + 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"]] +  (0.8ms) commit transaction +Processing by Flyboy::TasksController#update as HTML + Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] +  (0.1ms) begin transaction +  (0.0ms) rollback transaction + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) +Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] + 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"]] +  (1.4ms) commit transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" +Processing by Flyboy::TasksController#destroy as HTML + Parameters: {"id"=>"52"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] +  (0.1ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]] +  (1.0ms) commit transaction +Redirected to http://test.host/flyboy/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.5ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] + 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"]] +  (0.8ms) commit transaction +Processing by Flyboy::TasksController#destroy as HTML + Parameters: {"id"=>"55"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] +  (0.1ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]] +  (0.9ms) commit transaction +Redirected to http://test.host/flyboy/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.4ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] + 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"]] +  (0.7ms) commit transaction +Processing by Flyboy::TasksController#snooze as HTML + Parameters: {"id"=>"58"} + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] +  (0.1ms) begin transaction + 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]] +  (0.9ms) commit transaction +Redirected to http://test.host/flyboy/tasks +Completed 302 Found in 7ms (ActiveRecord: 1.6ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (1.0ms) commit transaction +  (0.2ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction +  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (1.5ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-08') +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08') +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-08') +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08') +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-08') +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08') +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (1.2ms) commit transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-08') +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]] +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]] +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction + 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]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + 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]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.0ms) commit transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]] +  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]] +  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]] +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]] +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]] +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.0ms) commit transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]] +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.0ms) commit transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]] +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction + 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"]] + SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]] +  (0.0ms) commit transaction + Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]] +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction + 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"]] + SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]] +  (0.0ms) commit transaction + Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]] +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction + 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"]] + SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]] +  (0.0ms) commit transaction + Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]] +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') + 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"]] +  (0.0ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') + 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"]] +  (0.0ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (2.7ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (1.0ms) DELETE FROM "flyboy_tasks"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.9ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:22 +0200 +Processing by Flyboy::GoalsController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (60.2ms) + Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3898.2ms) +Completed 200 OK in 13188ms (Views: 13156.8ms | ActiveRecord: 0.6ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:36 +0200 +Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-08 18:23:36 +0200 +Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-08 18:23:36 +0200 +Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-08 18:23:38 +0200 +Processing by Flyboy::GoalsController#new as HTML + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (361.5ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (367.2ms) +Completed 200 OK in 380ms (Views: 371.8ms | ActiveRecord: 0.3ms) +Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:38 +0200 +Processing by Flyboy::GoalsController#create as HTML + Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}} +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +Redirected to http://127.0.0.1:52050/flyboy/goals/1 +Completed 302 Found in 13ms (ActiveRecord: 1.5ms) +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:38 +0200 +Processing by Flyboy::GoalsController#show as HTML + Parameters: {"id"=>"1"} + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (93.8ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (101.3ms) + 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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.7ms) + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (116.5ms) +Completed 200 OK in 142ms (Views: 118.2ms | ActiveRecord: 1.1ms) + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1 +  (1.6ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.8ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.7ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (1.2ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.9ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.7ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:38 +0200 +Processing by Flyboy::GoalsController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08') +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] +  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.4ms) +Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.6ms) +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:41 +0200 +Processing by Flyboy::GoalsController#show as HTML + Parameters: {"id"=>"1"} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.3ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] +  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.4ms) + 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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms) + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (14.2ms) +Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.6ms) + Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] +  (2.3ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.7ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.6ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (2.0ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (1.1ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.8ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (0.0ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:41 +0200 +Processing by Flyboy::GoalsController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC +  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08') +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08') +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.4ms) +Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.7ms) +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:43 +0200 +Processing by Flyboy::GoalsController#show as HTML + Parameters: {"id"=>"1"} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.9ms) + 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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.2ms) +Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.4ms) +Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 18:23:43 +0200 +Processing by Flyboy::GoalsController#edit as HTML + Parameters: {"id"=>"1"} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (13.4ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (17.4ms) +Completed 200 OK in 23ms (Views: 21.7ms | ActiveRecord: 0.1ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:43 +0200 +Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:43 +0200 +Processing by Flyboy::GoalsController#update as HTML + Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_6876"}, "id"=>"1"} + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) begin transaction + 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]] +  (2.5ms) commit transaction +Redirected to http://127.0.0.1:52050/flyboy/goals/1 +Completed 302 Found in 8ms (ActiveRecord: 3.1ms) +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:43 +0200 +Processing by Flyboy::GoalsController#show as HTML + Parameters: {"id"=>"1"} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) + 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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) +Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:43 +0200 +  (2.3ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.8ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.6ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (1.1ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.9ms) DELETE FROM "flyboy_tasks"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.8ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (0.1ms) begin transaction +  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:44 +0200 +Processing by Flyboy::GoalsController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) + Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08') +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08') +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (12.9ms) +Completed 200 OK in 16ms (Views: 13.6ms | ActiveRecord: 1.1ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:44 +0200 +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:46 +0200 +Processing by Flyboy::GoalsController#show as HTML + Parameters: {"id"=>"1"} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms) +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) + 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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.5ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:46 +0200 +Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 18:23:46 +0200 +Processing by Flyboy::GoalsController#edit as HTML + Parameters: {"id"=>"1"} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (13.9ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (14.1ms) +Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.1ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:46 +0200 +Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:46 +0200 +Processing by Flyboy::GoalsController#destroy as HTML + Parameters: {"id"=>"1"} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) begin transaction + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] + SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]] +  (2.4ms) commit transaction +Redirected to http://127.0.0.1:52050/flyboy/goals +Completed 302 Found in 7ms (ActiveRecord: 3.0ms) +Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:46 +0200 +Processing by Flyboy::GoalsController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) + Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.0ms) +Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.3ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:46 +0200 +  (2.5ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.9ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.9ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (1.1ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.9ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.8ms) DELETE FROM "flyboy_goals"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:48 +0200 +Processing by Flyboy::GoalsController#show as HTML + Parameters: {"id"=>"1"} + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.3ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.9ms) + 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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.3ms) + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.4ms) +Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.5ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:48 +0200 +Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-08 18:23:50 +0200 +Processing by Flyboy::GoalsController#close as HTML + Parameters: {"id"=>"1"} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] + 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]] +  (2.1ms) commit transaction +Redirected to http://127.0.0.1:52050/flyboy/goals +Completed 302 Found in 7ms (ActiveRecord: 2.7ms) +Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:50 +0200 +Processing by Flyboy::GoalsController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08') +  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08') +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.0ms) +Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 0.9ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:50 +0200 +  (1.0ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.8ms) DELETE FROM "flyboy_tasks"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (1.1ms) DELETE FROM "flyboy_goals"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (1.3ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.8ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.7ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:52 +0200 +Processing by Flyboy::GoalsController#show as HTML + Parameters: {"id"=>"1"} + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.6ms) + 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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (10.1ms) +Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.4ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:52 +0200 +Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-08 18:23:54 +0200 +Processing by Flyboy::GoalsController#open as HTML + Parameters: {"id"=>"1"} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) begin transaction + 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]] +  (2.9ms) commit transaction +Redirected to http://127.0.0.1:52050/flyboy/goals/1 +Completed 302 Found in 7ms (ActiveRecord: 3.4ms) +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:54 +0200 +Processing by Flyboy::GoalsController#show as HTML + Parameters: {"id"=>"1"} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) + 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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.5ms) +Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.5ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:54 +0200 +  (2.8ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.9ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.9ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (1.0ms) DELETE FROM "flyboy_task_comments"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.8ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.8ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:23:56 +0200 +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.3ms) +Completed 200 OK in 18ms (Views: 13.3ms | ActiveRecord: 0.3ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:56 +0200 +Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:23:57 +0200 +Processing by Flyboy::TasksController#show as HTML + Parameters: {"id"=>"1"} + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] + CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.1ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (14.1ms) +  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms) +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] +  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + CACHE (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (11.5ms) + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] + 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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (88.3ms) + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (124.3ms) +Completed 200 OK in 129ms (Views: 124.7ms | ActiveRecord: 1.7ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:58 +0200 +Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-08 18:23:58 +0200 +Processing by Flyboy::TaskCommentsController#create as HTML + Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) begin transaction + 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"]] + 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]] +  (2.5ms) commit transaction +Redirected to http://127.0.0.1:52050/flyboy/tasks/1 +Completed 302 Found in 12ms (ActiveRecord: 3.4ms) +Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:23:58 +0200 +Processing by Flyboy::TasksController#show as HTML + Parameters: {"id"=>"1"} + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] + CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.0ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.3ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] +  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms) + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] + 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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.8ms) + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.8ms) +Completed 200 OK in 30ms (Views: 24.6ms | ActiveRecord: 0.8ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:58 +0200 +  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]] +  (2.6ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.8ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.7ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (1.2ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (1.2ms) DELETE FROM "flyboy_tasks"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.9ms) DELETE FROM "flyboy_goals"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:58 +0200 +Processing by Flyboy::GoalsController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) + Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC +  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08') +  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08') +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (14.8ms) +Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 1.3ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:58 +0200 +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 +Processing by Flyboy::GoalsController#show as HTML + Parameters: {"id"=>"1"} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms) + 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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.0ms) +Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.4ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 +Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 +Processing by Flyboy::TasksController#new as HTML + Parameters: {"goal_id"=>"1"} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (206.7ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (212.7ms) +Completed 200 OK in 217ms (Views: 214.6ms | ActiveRecord: 0.1ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 +Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 +Processing by Flyboy::TasksController#create as HTML + 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"}} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) begin transaction + 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"]] +  (3.0ms) commit transaction +Redirected to http://127.0.0.1:52050/flyboy/tasks/1 +Completed 302 Found in 12ms (ActiveRecord: 3.6ms) +Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 +Processing by Flyboy::TasksController#show as HTML + Parameters: {"id"=>"1"} + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] + CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.3ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] +  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.3ms) + Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] + 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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (18.4ms) + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (29.7ms) +Completed 200 OK in 37ms (Views: 30.7ms | ActiveRecord: 1.3ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 + Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1 +  (2.3ms) DELETE FROM "flyboy_task_comments"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.7ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.7ms) DELETE FROM "flyboy_goals"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (1.0ms) DELETE FROM "flyboy_task_comments"; +  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.9ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.7ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) + Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.6ms) +Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.4ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 +Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:02 +0200 +Processing by Flyboy::TasksController#show as HTML + Parameters: {"id"=>"1"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] + CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] +  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] + 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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (69.0ms) + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (78.4ms) +Completed 200 OK in 82ms (Views: 78.7ms | ActiveRecord: 0.8ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:02 +0200 +  (2.3ms) DELETE FROM "flyboy_task_comments"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.9ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.7ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (1.0ms) DELETE FROM "flyboy_task_comments"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.8ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.8ms) DELETE FROM "flyboy_goals"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (0.0ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:02 +0200 +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) + Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms) +Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.5ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:02 +0200 +Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:04 +0200 +Processing by Flyboy::TasksController#show as HTML + Parameters: {"id"=>"1"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] + CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.3ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] +  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] + 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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.8ms) + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.9ms) +Completed 200 OK in 25ms (Views: 21.1ms | ActiveRecord: 0.7ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:04 +0200 +Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 18:24:06 +0200 +Processing by Flyboy::TasksController#edit as HTML + Parameters: {"id"=>"1"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (141.5ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (144.5ms) +Completed 200 OK in 149ms (Views: 146.4ms | ActiveRecord: 0.2ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:06 +0200 +Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:06 +0200 +Processing by Flyboy::TasksController#update as HTML + 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"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) begin transaction + 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]] +  (2.9ms) commit transaction +Redirected to http://127.0.0.1:52050/flyboy/tasks/1 +Completed 302 Found in 9ms (ActiveRecord: 3.5ms) +Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:06 +0200 +Processing by Flyboy::TasksController#show as HTML + Parameters: {"id"=>"1"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] + CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.2ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.6ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] +  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms) + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] + 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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.2ms) + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.1ms) +Completed 200 OK in 27ms (Views: 23.3ms | ActiveRecord: 0.7ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:06 +0200 +  (2.7ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.8ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.7ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (1.0ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.9ms) DELETE FROM "flyboy_tasks"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.8ms) DELETE FROM "flyboy_goals"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:06 +0200 +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) +Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.3ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:06 +0200 +Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:08 +0200 +Processing by Flyboy::TasksController#show as HTML + Parameters: {"id"=>"1"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] + CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.1ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] +  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] + 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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (67.5ms) + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (77.4ms) +Completed 200 OK in 81ms (Views: 77.7ms | ActiveRecord: 0.8ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:08 +0200 +Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 18:24:10 +0200 +Processing by Flyboy::TasksController#edit as HTML + Parameters: {"id"=>"1"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + 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) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (89.1ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (89.3ms) +Completed 200 OK in 93ms (Views: 90.3ms | ActiveRecord: 0.2ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:10 +0200 +Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:10 +0200 +Processing by Flyboy::TasksController#destroy as HTML + Parameters: {"id"=>"1"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) begin transaction + 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]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]] +  (2.4ms) commit transaction +Redirected to http://127.0.0.1:52050/flyboy/tasks +Completed 302 Found in 8ms (ActiveRecord: 3.0ms) +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:10 +0200 +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) + Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.1ms) +Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:10 +0200 +  (2.7ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.8ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.7ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (1.1ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.8ms) DELETE FROM "flyboy_tasks"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.9ms) DELETE FROM "flyboy_goals"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.7ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:10 +0200 +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) + Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.5ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.4ms) +Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.4ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:10 +0200 +Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-08 18:24:12 +0200 +Processing by Flyboy::TasksController#complete as HTML + Parameters: {"id"=>"1"} + Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) begin transaction + 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"]] + 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]] +  (3.2ms) commit transaction +Redirected to http://127.0.0.1:52050/flyboy/tasks +Completed 302 Found in 19ms (ActiveRecord: 4.6ms) +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:12 +0200 +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.7ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.3ms) +Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 0.3ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:12 +0200 +  (2.5ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.7ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.7ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (1.1ms) DELETE FROM "flyboy_task_comments"; +  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.8ms) DELETE FROM "flyboy_tasks"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.8ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.9ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:14 +0200 +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) +Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.3ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:14 +0200 +Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-08 18:24:16 +0200 +Processing by Flyboy::TasksController#snooze as HTML + Parameters: {"id"=>"1"} + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) begin transaction + 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]] +  (1.1ms) commit transaction +Redirected to http://127.0.0.1:52050/flyboy/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.7ms) +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:16 +0200 +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) +Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.3ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:16 +0200 +  (2.4ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.6ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.6ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (1.5ms) DELETE FROM "flyboy_task_comments"; +  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (1.2ms) DELETE FROM "flyboy_tasks"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.8ms) DELETE FROM "flyboy_goals"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (1.4ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:18 +0200 +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) + Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.3ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.9ms) +Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.5ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:18 +0200 +Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-08 18:24:20 +0200 +Processing by Flyboy::TasksController#index as PDF + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] + Rendered text template (0.0ms) +Sent data feuille_de_route_2015-04-08.pdf (5.2ms) +Completed 200 OK in 66ms (Views: 4.9ms | ActiveRecord: 0.5ms) +  (1.1ms) DELETE FROM "flyboy_task_comments"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.9ms) DELETE FROM "flyboy_tasks"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.7ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (1.1ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (1.1ms) DELETE FROM "flyboy_tasks"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (1.4ms) DELETE FROM "flyboy_goals"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:20 +0200 +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.4ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.0ms) +Completed 200 OK in 17ms (Views: 13.1ms | ActiveRecord: 0.5ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:20 +0200 +Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-08 18:24:22 +0200 +Processing by Flyboy::TasksController#index as CSV + Flyboy::Task Load (0.9ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] + Rendered text template (0.0ms) +Sent data feuille_de_route_2015-04-08.csv (1.2ms) +Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 1.5ms) +  (2.7ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (1.0ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.7ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (1.1ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (1.1ms) DELETE FROM "flyboy_tasks"; +  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.9ms) DELETE FROM "flyboy_goals"; +  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (0.1ms) begin transaction +  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (1.1ms) commit transaction +  (0.2ms) begin transaction + 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"]] +  (1.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') + 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"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + 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"]] +  (0.8ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:22 +0200 +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) + Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.3ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.7ms) +Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 0.5ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:22 +0200 +Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-08 18:24:24 +0200 +Processing by Flyboy::TasksController#index as XLS + Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (6.1ms) +Completed 200 OK in 134ms (Views: 131.2ms | ActiveRecord: 0.8ms) +  (1.1ms) DELETE FROM "flyboy_task_comments"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (0.8ms) DELETE FROM "flyboy_tasks"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.7ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';