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

- old
+ new

@@ -162293,5 +162293,2175 @@  (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'; + ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to RemoveTasksCostAndBudget (20150409081956) +  (0.1ms) begin transaction +  (1.3ms) CREATE TEMPORARY TABLE "aflyboy_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "goal_id" integer, "title" varchar, "description" text, "progress" integer DEFAULT 0, "done" boolean, "term" date, "reminder" date, "cost" integer, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.6ms) SELECT * FROM "flyboy_tasks" +  (1.3ms) DROP TABLE "flyboy_tasks" +  (0.2ms) CREATE TABLE "flyboy_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "goal_id" integer, "title" varchar, "description" text, "progress" integer DEFAULT 0, "done" boolean, "term" date, "reminder" date, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) SELECT * FROM "aflyboy_tasks" +  (0.3ms) DROP TABLE "aflyboy_tasks" +  (0.2ms) CREATE TEMPORARY TABLE "aflyboy_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "goal_id" integer, "title" varchar, "description" text, "progress" integer DEFAULT 0, "done" boolean, "term" date, "reminder" date, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.1ms) SELECT * FROM "flyboy_tasks" +  (0.3ms) DROP TABLE "flyboy_tasks" +  (0.1ms) CREATE TABLE "flyboy_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "goal_id" integer, "title" varchar, "description" text, "progress" integer DEFAULT 0, "done" boolean, "term" date, "reminder" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) SELECT * FROM "aflyboy_tasks" +  (0.1ms) DROP TABLE "aflyboy_tasks" + SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150409081956"]] +  (1.3ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.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.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.7ms) 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'; + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4350"], ["description", "I-am-the-goal-description_7253"], ["version", 1], ["created_at", "2015-04-09 08:22:56.219187"], ["updated_at", "2015-04-09 08:22:56.219187"], ["tracking", "150409-1"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5982"], ["description", "I-am-the-goal-description_1189"], ["version", 1], ["created_at", "2015-04-09 08:22:56.231026"], ["updated_at", "2015-04-09 08:22:56.231026"], ["tracking", "150409-2"]] +  (1.0ms) 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 69ms (Views: 21.2ms | ActiveRecord: 0.0ms) + Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" +  (0.1ms) begin transaction + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] + SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]] +  (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", 2]] + SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1712"], ["description", "I-am-the-goal-description_3936"], ["version", 1], ["created_at", "2015-04-09 08:22:56.399290"], ["updated_at", "2015-04-09 08:22:56.399290"], ["tracking", "150409-1"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_921"], ["description", "I-am-the-goal-description_7491"], ["version", 1], ["created_at", "2015-04-09 08:22:56.403459"], ["updated_at", "2015-04-09 08:22:56.403459"], ["tracking", "150409-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 16ms (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"]] + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" +  (0.1ms) begin transaction + Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] + SQL (0.2ms) 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.7ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6404"], ["description", "I-am-the-goal-description_9016"], ["version", 1], ["created_at", "2015-04-09 08:22:56.434253"], ["updated_at", "2015-04-09 08:22:56.434253"], ["tracking", "150409-1"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9372"], ["description", "I-am-the-goal-description_2521"], ["version", 1], ["created_at", "2015-04-09 08:22:56.438337"], ["updated_at", "2015-04-09 08:22:56.438337"], ["tracking", "150409-2"]] +  (1.0ms) 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.2ms) +Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) + Flyboy::Goal Load (0.2ms) 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-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8782"], ["description", "I-am-the-goal-description_5949"], ["version", 1], ["created_at", "2015-04-09 08:22:56.449684"], ["updated_at", "2015-04-09 08:22:56.449684"], ["tracking", "150409-3"]] +  (0.9ms) commit transaction +Processing by Flyboy::GoalsController#close as HTML + Parameters: {"id"=>"7"} + Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] +  (0.1ms) begin transaction +  (0.5ms) 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-09 08:22:56.467328"], ["id", 7]] +  (0.7ms) commit transaction +Redirected to http://test.host/flyboy/goals +Completed 302 Found in 3132ms (ActiveRecord: 1.9ms) + Flyboy::Goal Load (0.1ms) 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-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2634"], ["description", "I-am-the-goal-description_8832"], ["version", 1], ["created_at", "2015-04-09 08:22:59.591240"], ["updated_at", "2015-04-09 08:22:59.591240"], ["tracking", "150409-4"]] +  (2.5ms) commit transaction +Processing by Flyboy::GoalsController#close as HTML + Parameters: {"id"=>"8"} + Flyboy::Goal Load (0.1ms) 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.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 08:22:59.601351"], ["id", 8]] +  (0.8ms) commit transaction +Redirected to http://test.host/flyboy/goals +Completed 302 Found in 6ms (ActiveRecord: 1.3ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7707"], ["description", "I-am-the-goal-description_215"], ["version", 1], ["created_at", "2015-04-09 08:22:59.607579"], ["updated_at", "2015-04-09 08:22:59.607579"], ["tracking", "150409-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.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 08:22:59.613197"], ["id", 9]] +  (0.7ms) commit transaction +Redirected to http://test.host/flyboy/goals/9 +Completed 302 Found in 5ms (ActiveRecord: 1.1ms) + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_477"], ["description", "I-am-the-goal-description_5441"], ["version", 1], ["created_at", "2015-04-09 08:22:59.620292"], ["updated_at", "2015-04-09 08:22:59.620292"], ["tracking", "150409-6"]] +  (0.9ms) 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-09 08:22:59.627643"], ["id", 10]] +  (0.8ms) commit transaction +Redirected to http://test.host/flyboy/goals/10 +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-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_68"], ["description", "I-am-the-goal-description_11"], ["version", 1], ["created_at", "2015-04-09 08:22:59.691943"], ["updated_at", "2015-04-09 08:22:59.691943"], ["tracking", "150409-7"]] +  (1.4ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task9667"], ["description", "I-am-the-task-description_786"], ["created_at", "2015-04-09 08:22:59.704584"], ["updated_at", "2015-04-09 08:22:59.704584"]] +  (0.7ms) 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-09 08:22:59.715530"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-09 08:22:59.716505"], ["updated_at", "2015-04-09 08:22:59.716505"]] + SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-09 08:22:59.718910"], ["id", 1]] +  (0.9ms) commit transaction +Processing by Flyboy::TaskCommentsController#create as HTML + Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-09 08:22:59 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-09 08:22:59 UTC", "updated_at"=>"2015-04-09 08:22:59 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.3ms) 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-09 08:22:59.728830"], ["created_at", "2015-04-09 08:22:59.730841"], ["updated_at", "2015-04-09 08:22:59.730841"]] +  (0.9ms) commit transaction +Redirected to http://test.host/flyboy/tasks/1 +Completed 302 Found in 11ms (ActiveRecord: 1.7ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6518"], ["description", "I-am-the-goal-description_5316"], ["version", 1], ["created_at", "2015-04-09 08:22:59.743210"], ["updated_at", "2015-04-09 08:22:59.743210"], ["tracking", "150409-8"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1098"], ["description", "I-am-the-task-description_1341"], ["created_at", "2015-04-09 08:22:59.747888"], ["updated_at", "2015-04-09 08:22:59.747888"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8869"], ["description", "I-am-the-task-description_8039"], ["created_at", "2015-04-09 08:22:59.752366"], ["updated_at", "2015-04-09 08:22:59.752366"]] +  (0.7ms) commit transaction +Processing by Flyboy::TasksController#complete as HTML + Parameters: {"id"=>"2"} + Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] + Flyboy::Goal Load (0.3ms) 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-09 08:22:59.764807"], ["task_id", 2], ["created_at", "2015-04-09 08:22:59.766606"], ["updated_at", "2015-04-09 08:22:59.766606"]] + SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 08:22:59.768867"], ["id", 2]] +  (1.1ms) commit transaction +Redirected to http://test.hostwhere_i_came_from +Completed 302 Found in 13ms (ActiveRecord: 2.4ms) + 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-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7034"], ["description", "I-am-the-goal-description_5516"], ["version", 1], ["created_at", "2015-04-09 08:22:59.778331"], ["updated_at", "2015-04-09 08:22:59.778331"], ["tracking", "150409-9"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2364"], ["description", "I-am-the-task-description_4749"], ["created_at", "2015-04-09 08:22:59.782870"], ["updated_at", "2015-04-09 08:22:59.782870"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task9760"], ["description", "I-am-the-task-description_5179"], ["created_at", "2015-04-09 08:22:59.786976"], ["updated_at", "2015-04-09 08:22:59.786976"]] +  (0.7ms) 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.3ms) 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-09 08:22:59.795293"], ["task_id", 4], ["created_at", "2015-04-09 08:22:59.796869"], ["updated_at", "2015-04-09 08:22:59.796869"]] + SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 08:22:59.798653"], ["id", 4]] +  (0.8ms) commit transaction +Redirected to http://test.hostwhere_i_came_from +Completed 302 Found in 11ms (ActiveRecord: 1.8ms) + Flyboy::Task Load (0.1ms) 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-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2346"], ["description", "I-am-the-goal-description_7098"], ["version", 1], ["created_at", "2015-04-09 08:22:59.805777"], ["updated_at", "2015-04-09 08:22:59.805777"], ["tracking", "150409-10"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task7495"], ["description", "I-am-the-task-description_5128"], ["created_at", "2015-04-09 08:22:59.810705"], ["updated_at", "2015-04-09 08:22:59.810705"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task3974"], ["description", "I-am-the-task-description_1952"], ["created_at", "2015-04-09 08:22:59.816209"], ["updated_at", "2015-04-09 08:22:59.816209"]] +  (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.2ms) 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-09 08:22:59.824467"], ["task_id", 6], ["created_at", "2015-04-09 08:22:59.825789"], ["updated_at", "2015-04-09 08:22:59.825789"]] + SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 08:22:59.827334"], ["id", 6]] +  (0.9ms) commit transaction +Redirected to http://test.hostwhere_i_came_from +Completed 302 Found in 8ms (ActiveRecord: 1.5ms) + 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-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3253"], ["description", "I-am-the-goal-description_4146"], ["version", 1], ["created_at", "2015-04-09 08:22:59.836219"], ["updated_at", "2015-04-09 08:22:59.836219"], ["tracking", "150409-11"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task9102"], ["description", "I-am-the-task-description_7746"], ["created_at", "2015-04-09 08:22:59.840573"], ["updated_at", "2015-04-09 08:22:59.840573"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6793"], ["description", "I-am-the-task-description_5242"], ["created_at", "2015-04-09 08:22:59.846188"], ["updated_at", "2015-04-09 08:22:59.846188"]] +  (0.9ms) 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.1ms) begin transaction + SQL (0.2ms) 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-09 08:22:59.852837"], ["task_id", 8], ["created_at", "2015-04-09 08:22:59.854139"], ["updated_at", "2015-04-09 08:22:59.854139"]] + SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 08:22:59.855686"], ["id", 8]] +  (1.0ms) commit transaction +Redirected to http://test.hostwhere_i_came_from +Completed 302 Found in 8ms (ActiveRecord: 1.5ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1566"], ["description", "I-am-the-goal-description_6222"], ["version", 1], ["created_at", "2015-04-09 08:22:59.862928"], ["updated_at", "2015-04-09 08:22:59.862928"], ["tracking", "150409-12"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8260"], ["description", "I-am-the-task-description_6422"], ["created_at", "2015-04-09 08:22:59.867349"], ["updated_at", "2015-04-09 08:22:59.867349"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task184"], ["description", "I-am-the-task-description_1929"], ["created_at", "2015-04-09 08:22:59.871490"], ["updated_at", "2015-04-09 08:22:59.871490"]] +  (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 7ms (Views: 2.4ms | ActiveRecord: 0.0ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9754"], ["description", "I-am-the-goal-description_5549"], ["version", 1], ["created_at", "2015-04-09 08:22:59.885565"], ["updated_at", "2015-04-09 08:22:59.885565"], ["tracking", "150409-13"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task503"], ["description", "I-am-the-task-description_326"], ["created_at", "2015-04-09 08:22:59.889623"], ["updated_at", "2015-04-09 08:22:59.889623"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2698"], ["description", "I-am-the-task-description_1288"], ["created_at", "2015-04-09 08:22:59.894529"], ["updated_at", "2015-04-09 08:22:59.894529"]] +  (1.0ms) commit transaction + Flyboy::Task Load (0.3ms) 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", 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.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", 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.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", 3]] + SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]] +  (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", 4]] + SQL (0.2ms) 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.7ms) 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", 5]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]] +  (0.7ms) 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", 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.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", 7]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]] +  (0.7ms) 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", 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.7ms) 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", 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.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", 11]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]] +  (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", 12]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]] +  (0.7ms) 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", 13]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7008"], ["description", "I-am-the-goal-description_5085"], ["version", 1], ["created_at", "2015-04-09 08:22:59.939148"], ["updated_at", "2015-04-09 08:22:59.939148"], ["tracking", "150409-14"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task4740"], ["description", "I-am-the-task-description_9923"], ["created_at", "2015-04-09 08:22:59.944503"], ["updated_at", "2015-04-09 08:22:59.944503"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4326"], ["description", "I-am-the-goal-description_8778"], ["version", 1], ["created_at", "2015-04-09 08:22:59.949373"], ["updated_at", "2015-04-09 08:22:59.949373"], ["tracking", "150409-15"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task8920"], ["description", "I-am-the-task-description_1073"], ["created_at", "2015-04-09 08:22:59.953310"], ["updated_at", "2015-04-09 08:22:59.953310"]] +  (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: 1.0ms | 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-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7625"], ["description", "I-am-the-goal-description_1389"], ["version", 1], ["created_at", "2015-04-09 08:22:59.962664"], ["updated_at", "2015-04-09 08:22:59.962664"], ["tracking", "150409-16"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task1203"], ["description", "I-am-the-task-description_8298"], ["created_at", "2015-04-09 08:22:59.966993"], ["updated_at", "2015-04-09 08:22:59.966993"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task8795"], ["description", "I-am-the-task-description_7664"], ["created_at", "2015-04-09 08:22:59.970922"], ["updated_at", "2015-04-09 08:22:59.970922"]] +  (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.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.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]] +  (0.7ms) 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", 15]] + SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]] +  (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", 16]] + SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]] +  (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", 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-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5553"], ["description", "I-am-the-goal-description_9160"], ["version", 1], ["created_at", "2015-04-09 08:22:59.985102"], ["updated_at", "2015-04-09 08:22:59.985102"], ["tracking", "150409-17"]] +  (1.0ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task8908"], ["description", "I-am-the-task-description_3013"], ["created_at", "2015-04-09 08:22:59.989126"], ["updated_at", "2015-04-09 08:22:59.989126"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4328"], ["description", "I-am-the-goal-description_4752"], ["version", 1], ["created_at", "2015-04-09 08:22:59.993108"], ["updated_at", "2015-04-09 08:22:59.993108"], ["tracking", "150409-18"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task4800"], ["description", "I-am-the-task-description_4827"], ["created_at", "2015-04-09 08:22:59.997437"], ["updated_at", "2015-04-09 08:22:59.997437"]] +  (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: 1.0ms | 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-09') + SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4505"], ["description", "I-am-the-goal-description_7200"], ["version", 1], ["created_at", "2015-04-09 08:23:00.008433"], ["updated_at", "2015-04-09 08:23:00.008433"], ["tracking", "150409-19"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7748"], ["description", "I-am-the-task-description_4258"], ["created_at", "2015-04-09 08:23:00.013676"], ["updated_at", "2015-04-09 08:23:00.013676"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task6258"], ["description", "I-am-the-task-description_4009"], ["created_at", "2015-04-09 08:23:00.020162"], ["updated_at", "2015-04-09 08:23:00.020162"]] +  (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.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", 19]] + SQL (0.2ms) 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.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]] +  (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", 21]] + SQL (0.1ms) 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-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2715"], ["description", "I-am-the-goal-description_4985"], ["version", 1], ["created_at", "2015-04-09 08:23:00.035293"], ["updated_at", "2015-04-09 08:23:00.035293"], ["tracking", "150409-20"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task1609"], ["description", "I-am-the-task-description_2025"], ["created_at", "2015-04-09 08:23:00.039272"], ["updated_at", "2015-04-09 08:23:00.039272"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_391"], ["description", "I-am-the-goal-description_6144"], ["version", 1], ["created_at", "2015-04-09 08:23:00.043134"], ["updated_at", "2015-04-09 08:23:00.043134"], ["tracking", "150409-21"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task5904"], ["description", "I-am-the-task-description_1843"], ["created_at", "2015-04-09 08:23:00.048054"], ["updated_at", "2015-04-09 08:23:00.048054"]] +  (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.3ms) +Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) + Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC +  (0.1ms) begin transaction +  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4119"], ["description", "I-am-the-goal-description_298"], ["version", 1], ["created_at", "2015-04-09 08:23:00.059397"], ["updated_at", "2015-04-09 08:23:00.059397"], ["tracking", "150409-22"]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task5730"], ["description", "I-am-the-task-description_7457"], ["created_at", "2015-04-09 08:23:00.121295"], ["updated_at", "2015-04-09 08:23:00.121295"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6661"], ["description", "I-am-the-task-description_4161"], ["created_at", "2015-04-09 08:23:00.125262"], ["updated_at", "2015-04-09 08:23:00.125262"]] +  (0.7ms) 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.5ms | ActiveRecord: 0.3ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4786"], ["description", "I-am-the-goal-description_8686"], ["version", 1], ["created_at", "2015-04-09 08:23:00.138546"], ["updated_at", "2015-04-09 08:23:00.138546"], ["tracking", "150409-23"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task6685"], ["description", "I-am-the-task-description_1368"], ["created_at", "2015-04-09 08:23:00.142448"], ["updated_at", "2015-04-09 08:23:00.142448"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5203"], ["description", "I-am-the-task-description_8169"], ["created_at", "2015-04-09 08:23:00.146396"], ["updated_at", "2015-04-09 08:23:00.146396"]] +  (0.9ms) commit transaction +Processing by Flyboy::TasksController#new as HTML + Parameters: {"goal_id"=>"27"} + Flyboy::Goal Load (0.1ms) 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 6ms (Views: 2.8ms | ActiveRecord: 0.1ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4172"], ["description", "I-am-the-goal-description_8684"], ["version", 1], ["created_at", "2015-04-09 08:23:00.160187"], ["updated_at", "2015-04-09 08:23:00.160187"], ["tracking", "150409-24"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task4360"], ["description", "I-am-the-task-description_4483"], ["created_at", "2015-04-09 08:23:00.164599"], ["updated_at", "2015-04-09 08:23:00.164599"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task3333"], ["description", "I-am-the-task-description_255"], ["created_at", "2015-04-09 08:23:00.168594"], ["updated_at", "2015-04-09 08:23:00.168594"]] +  (0.7ms) commit transaction +Processing by Flyboy::TasksController#edit as HTML + Parameters: {"id"=>"28"} + Flyboy::Task Load (0.1ms) 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.4ms) +Completed 200 OK in 6ms (Views: 3.0ms | ActiveRecord: 0.2ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7868"], ["description", "I-am-the-goal-description_3141"], ["version", 1], ["created_at", "2015-04-09 08:23:00.182916"], ["updated_at", "2015-04-09 08:23:00.182916"], ["tracking", "150409-25"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task7034"], ["description", "I-am-the-task-description_9263"], ["created_at", "2015-04-09 08:23:00.187053"], ["updated_at", "2015-04-09 08:23:00.187053"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task5654"], ["description", "I-am-the-task-description_8428"], ["created_at", "2015-04-09 08:23:00.191040"], ["updated_at", "2015-04-09 08:23:00.191040"]] +  (0.8ms) 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-09", "term"=>"2015-04-09"}} + Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.204298"], ["updated_at", "2015-04-09 08:23:00.204298"]] +  (0.8ms) commit transaction +Redirected to http://test.host/flyboy/tasks/32 +Completed 302 Found in 6ms (ActiveRecord: 1.3ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9417"], ["description", "I-am-the-goal-description_2272"], ["version", 1], ["created_at", "2015-04-09 08:23:00.211544"], ["updated_at", "2015-04-09 08:23:00.211544"], ["tracking", "150409-26"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task7478"], ["description", "I-am-the-task-description_3518"], ["created_at", "2015-04-09 08:23:00.216035"], ["updated_at", "2015-04-09 08:23:00.216035"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task3443"], ["description", "I-am-the-task-description_4930"], ["created_at", "2015-04-09 08:23:00.221082"], ["updated_at", "2015-04-09 08:23:00.221082"]] +  (0.9ms) commit transaction +Processing by Flyboy::TasksController#create as HTML + Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} + Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] +  (0.2ms) 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-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.229600"], ["updated_at", "2015-04-09 08:23:00.229600"]] +  (0.8ms) commit transaction +Redirected to http://test.host/flyboy/tasks/35 +Completed 302 Found in 7ms (ActiveRecord: 1.7ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3017"], ["description", "I-am-the-goal-description_9186"], ["version", 1], ["created_at", "2015-04-09 08:23:00.240382"], ["updated_at", "2015-04-09 08:23:00.240382"], ["tracking", "150409-27"]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task327"], ["description", "I-am-the-task-description_7846"], ["created_at", "2015-04-09 08:23:00.244927"], ["updated_at", "2015-04-09 08:23:00.244927"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task9424"], ["description", "I-am-the-task-description_8578"], ["created_at", "2015-04-09 08:23:00.249123"], ["updated_at", "2015-04-09 08:23:00.249123"]] +  (0.8ms) commit transaction +Processing by Flyboy::TasksController#create as HTML + Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} + 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.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.255659"], ["updated_at", "2015-04-09 08:23:00.255659"]] +  (0.9ms) commit transaction +Redirected to http://test.host/flyboy/tasks/38 +Completed 302 Found in 6ms (ActiveRecord: 1.3ms) + Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1 +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5977"], ["description", "I-am-the-goal-description_9628"], ["version", 1], ["created_at", "2015-04-09 08:23:00.263344"], ["updated_at", "2015-04-09 08:23:00.263344"], ["tracking", "150409-28"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task5026"], ["description", "I-am-the-task-description_5485"], ["created_at", "2015-04-09 08:23:00.267450"], ["updated_at", "2015-04-09 08:23:00.267450"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task5402"], ["description", "I-am-the-task-description_5402"], ["created_at", "2015-04-09 08:23:00.271470"], ["updated_at", "2015-04-09 08:23:00.271470"]] +  (0.7ms) commit transaction +Processing by Flyboy::TasksController#create as HTML + Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} + Flyboy::Goal Load (0.4ms) 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 6ms (Views: 1.1ms | ActiveRecord: 0.5ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_359"], ["description", "I-am-the-goal-description_3370"], ["version", 1], ["created_at", "2015-04-09 08:23:00.285312"], ["updated_at", "2015-04-09 08:23:00.285312"], ["tracking", "150409-29"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task7502"], ["description", "I-am-the-task-description_5043"], ["created_at", "2015-04-09 08:23:00.289253"], ["updated_at", "2015-04-09 08:23:00.289253"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task9210"], ["description", "I-am-the-task-description_4533"], ["created_at", "2015-04-09 08:23:00.292993"], ["updated_at", "2015-04-09 08:23:00.292993"]] +  (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.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.296772"], ["updated_at", "2015-04-09 08:23:00.296772"]] +  (1.0ms) commit transaction +Processing by Flyboy::TasksController#update as HTML + Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "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.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4136"], ["description", "I-am-the-goal-description_8252"], ["version", 1], ["created_at", "2015-04-09 08:23:00.309207"], ["updated_at", "2015-04-09 08:23:00.309207"], ["tracking", "150409-30"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4678"], ["description", "I-am-the-task-description_2650"], ["created_at", "2015-04-09 08:23:00.313653"], ["updated_at", "2015-04-09 08:23:00.313653"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4262"], ["description", "I-am-the-task-description_5876"], ["created_at", "2015-04-09 08:23:00.317728"], ["updated_at", "2015-04-09 08:23:00.317728"]] +  (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", 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-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.322054"], ["updated_at", "2015-04-09 08:23:00.322054"]] +  (0.8ms) commit transaction +Processing by Flyboy::TasksController#update as HTML + Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"46"} + Flyboy::Task Load (0.3ms) 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.1ms) commit transaction +Redirected to http://test.host/flyboy/tasks/46 +Completed 302 Found in 6ms (ActiveRecord: 0.5ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5458"], ["description", "I-am-the-goal-description_7452"], ["version", 1], ["created_at", "2015-04-09 08:23:00.336469"], ["updated_at", "2015-04-09 08:23:00.336469"], ["tracking", "150409-31"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task7707"], ["description", "I-am-the-task-description_6406"], ["created_at", "2015-04-09 08:23:00.340481"], ["updated_at", "2015-04-09 08:23:00.340481"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task3739"], ["description", "I-am-the-task-description_4179"], ["created_at", "2015-04-09 08:23:00.344339"], ["updated_at", "2015-04-09 08:23:00.344339"]] +  (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.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.348133"], ["updated_at", "2015-04-09 08:23:00.348133"]] +  (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 6ms (Views: 1.0ms | ActiveRecord: 0.3ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5866"], ["description", "I-am-the-goal-description_302"], ["version", 1], ["created_at", "2015-04-09 08:23:00.361311"], ["updated_at", "2015-04-09 08:23:00.361311"], ["tracking", "150409-32"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task4579"], ["description", "I-am-the-task-description_4654"], ["created_at", "2015-04-09 08:23:00.365503"], ["updated_at", "2015-04-09 08:23:00.365503"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task6425"], ["description", "I-am-the-task-description_6220"], ["created_at", "2015-04-09 08:23:00.369917"], ["updated_at", "2015-04-09 08:23:00.369917"]] +  (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-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.374007"], ["updated_at", "2015-04-09 08:23:00.374007"]] +  (0.8ms) commit transaction +  (0.4ms) 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]] +  (0.7ms) commit transaction +Redirected to http://test.host/flyboy/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.3ms) +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9708"], ["description", "I-am-the-goal-description_5693"], ["version", 1], ["created_at", "2015-04-09 08:23:00.390085"], ["updated_at", "2015-04-09 08:23:00.390085"], ["tracking", "150409-33"]] +  (1.0ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task6398"], ["description", "I-am-the-task-description_1692"], ["created_at", "2015-04-09 08:23:00.394112"], ["updated_at", "2015-04-09 08:23:00.394112"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task1656"], ["description", "I-am-the-task-description_4410"], ["created_at", "2015-04-09 08:23:00.397999"], ["updated_at", "2015-04-09 08:23:00.397999"]] +  (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", 37]] + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.401798"], ["updated_at", "2015-04-09 08:23:00.401798"]] +  (0.7ms) 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]] +  (1.0ms) commit transaction +Redirected to http://test.host/flyboy/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.5ms) +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3862"], ["description", "I-am-the-goal-description_970"], ["version", 1], ["created_at", "2015-04-09 08:23:00.415318"], ["updated_at", "2015-04-09 08:23:00.415318"], ["tracking", "150409-34"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task1348"], ["description", "I-am-the-task-description_9303"], ["created_at", "2015-04-09 08:23:00.419353"], ["updated_at", "2015-04-09 08:23:00.419353"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task1914"], ["description", "I-am-the-task-description_4113"], ["created_at", "2015-04-09 08:23:00.423788"], ["updated_at", "2015-04-09 08:23:00.423788"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + Flyboy::Goal Load (0.2ms) 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-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.429261"], ["updated_at", "2015-04-09 08:23:00.429261"]] +  (0.8ms) commit transaction +Processing by Flyboy::TasksController#snooze as HTML + Parameters: {"id"=>"58"} + Flyboy::Task Load (0.1ms) 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.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 08:23:00.436128"], ["id", 58]] +  (0.7ms) commit transaction +Redirected to http://test.host/flyboy/tasks +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-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5505"], ["description", "I-am-the-goal-description_8882"], ["version", 1], ["created_at", "2015-04-09 08:23:00.442910"], ["updated_at", "2015-04-09 08:23:00.442910"], ["tracking", "150409-35"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5231"], ["description", "I-am-the-goal-description_4094"], ["version", 1], ["created_at", "2015-04-09 08:23:00.448218"], ["updated_at", "2015-04-09 08:23:00.448218"], ["tracking", "150409-36"]] +  (6.3ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 40], ["title", "I-am-a-task2819"], ["description", "I-am-the-task-description_6920"], ["created_at", "2015-04-09 08:23:00.458477"], ["updated_at", "2015-04-09 08:23:00.458477"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6447"], ["description", "I-am-the-goal-description_9628"], ["version", 1], ["created_at", "2015-04-09 08:23:00.464064"], ["updated_at", "2015-04-09 08:23:00.464064"], ["tracking", "150409-37"]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 41], ["title", "I-am-a-task2042"], ["description", "I-am-the-task-description_7090"], ["created_at", "2015-04-09 08:23:00.469055"], ["updated_at", "2015-04-09 08:23:00.469055"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6024"], ["description", "I-am-the-goal-description_2786"], ["version", 1], ["created_at", "2015-04-09 08:23:00.472715"], ["updated_at", "2015-04-09 08:23:00.472715"], ["tracking", "150409-38"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task4912"], ["description", "I-am-the-task-description_7772"], ["created_at", "2015-04-09 08:23:00.479508"], ["updated_at", "2015-04-09 08:23:00.479508"]] +  (4.0ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 42], ["title", "I-am-a-task8552"], ["description", "I-am-the-task-description_4957"], ["created_at", "2015-04-09 08:23:00.489393"], ["updated_at", "2015-04-09 08:23:00.489393"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 39], ["title", "I-am-a-task1833"], ["description", "I-am-the-task-description_8792"], ["created_at", "2015-04-09 08:23:00.494805"], ["updated_at", "2015-04-09 08:23:00.494805"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 39], ["title", "I-am-a-task4286"], ["description", "I-am-the-task-description_6225"], ["created_at", "2015-04-09 08:23:00.499358"], ["updated_at", "2015-04-09 08:23:00.499358"]] +  (0.8ms) commit transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-09') +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09') +  (0.1ms) begin transaction +  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8472"], ["description", "I-am-the-goal-description_5377"], ["version", 1], ["created_at", "2015-04-09 08:23:00.506148"], ["updated_at", "2015-04-09 08:23:00.506148"], ["tracking", "150409-39"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3388"], ["description", "I-am-the-goal-description_4262"], ["version", 1], ["created_at", "2015-04-09 08:23:00.511626"], ["updated_at", "2015-04-09 08:23:00.511626"], ["tracking", "150409-40"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 44], ["title", "I-am-a-task929"], ["description", "I-am-the-task-description_5112"], ["created_at", "2015-04-09 08:23:00.515624"], ["updated_at", "2015-04-09 08:23:00.515624"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1116"], ["description", "I-am-the-goal-description_667"], ["version", 1], ["created_at", "2015-04-09 08:23:00.519802"], ["updated_at", "2015-04-09 08:23:00.519802"], ["tracking", "150409-41"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 45], ["title", "I-am-a-task4127"], ["description", "I-am-the-task-description_6103"], ["created_at", "2015-04-09 08:23:00.523695"], ["updated_at", "2015-04-09 08:23:00.523695"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4870"], ["description", "I-am-the-goal-description_7622"], ["version", 1], ["created_at", "2015-04-09 08:23:00.526636"], ["updated_at", "2015-04-09 08:23:00.526636"], ["tracking", "150409-42"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task2760"], ["description", "I-am-the-task-description_4036"], ["created_at", "2015-04-09 08:23:00.531203"], ["updated_at", "2015-04-09 08:23:00.531203"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 46], ["title", "I-am-a-task2482"], ["description", "I-am-the-task-description_3193"], ["created_at", "2015-04-09 08:23:00.535571"], ["updated_at", "2015-04-09 08:23:00.535571"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 43], ["title", "I-am-a-task2292"], ["description", "I-am-the-task-description_6968"], ["created_at", "2015-04-09 08:23:00.540381"], ["updated_at", "2015-04-09 08:23:00.540381"]] +  (0.8ms) commit transaction +  (0.2ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 43], ["title", "I-am-a-task3103"], ["description", "I-am-the-task-description_8991"], ["created_at", "2015-04-09 08:23:00.546088"], ["updated_at", "2015-04-09 08:23:00.546088"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8586"], ["description", "I-am-the-goal-description_6770"], ["version", 1], ["created_at", "2015-04-09 08:23:00.550334"], ["updated_at", "2015-04-09 08:23:00.550334"], ["tracking", "150409-43"]] +  (0.8ms) commit transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-09') +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09') +  (0.1ms) begin transaction +  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9595"], ["description", "I-am-the-goal-description_7187"], ["version", 1], ["created_at", "2015-04-09 08:23:00.557776"], ["updated_at", "2015-04-09 08:23:00.557776"], ["tracking", "150409-44"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1628"], ["description", "I-am-the-goal-description_3597"], ["version", 1], ["created_at", "2015-04-09 08:23:00.564093"], ["updated_at", "2015-04-09 08:23:00.564093"], ["tracking", "150409-45"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 49], ["title", "I-am-a-task8401"], ["description", "I-am-the-task-description_2803"], ["created_at", "2015-04-09 08:23:00.568094"], ["updated_at", "2015-04-09 08:23:00.568094"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8140"], ["description", "I-am-the-goal-description_7234"], ["version", 1], ["created_at", "2015-04-09 08:23:00.572489"], ["updated_at", "2015-04-09 08:23:00.572489"], ["tracking", "150409-46"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 50], ["title", "I-am-a-task3710"], ["description", "I-am-the-task-description_1357"], ["created_at", "2015-04-09 08:23:00.576307"], ["updated_at", "2015-04-09 08:23:00.576307"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4369"], ["description", "I-am-the-goal-description_9319"], ["version", 1], ["created_at", "2015-04-09 08:23:00.579326"], ["updated_at", "2015-04-09 08:23:00.579326"], ["tracking", "150409-47"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task7697"], ["description", "I-am-the-task-description_6397"], ["created_at", "2015-04-09 08:23:00.583817"], ["updated_at", "2015-04-09 08:23:00.583817"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 51], ["title", "I-am-a-task2865"], ["description", "I-am-the-task-description_1470"], ["created_at", "2015-04-09 08:23:00.588234"], ["updated_at", "2015-04-09 08:23:00.588234"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 48], ["title", "I-am-a-task8110"], ["description", "I-am-the-task-description_1140"], ["created_at", "2015-04-09 08:23:00.592814"], ["updated_at", "2015-04-09 08:23:00.592814"]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task2070"], ["description", "I-am-the-task-description_3431"], ["created_at", "2015-04-09 08:23:00.598702"], ["updated_at", "2015-04-09 08:23:00.598702"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task2581"], ["description", "I-am-the-task-description_2100"], ["created_at", "2015-04-09 08:23:00.602966"], ["updated_at", "2015-04-09 08:23:00.602966"]] +  (0.8ms) commit transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-09') +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09') +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4546"], ["description", "I-am-the-goal-description_3722"], ["version", 1], ["created_at", "2015-04-09 08:23:00.609579"], ["updated_at", "2015-04-09 08:23:00.609579"], ["tracking", "150409-48"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_177"], ["description", "I-am-the-goal-description_9799"], ["version", 1], ["created_at", "2015-04-09 08:23:00.614911"], ["updated_at", "2015-04-09 08:23:00.614911"], ["tracking", "150409-49"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 53], ["title", "I-am-a-task3963"], ["description", "I-am-the-task-description_1207"], ["created_at", "2015-04-09 08:23:00.618792"], ["updated_at", "2015-04-09 08:23:00.618792"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7442"], ["description", "I-am-the-goal-description_3309"], ["version", 1], ["created_at", "2015-04-09 08:23:00.622899"], ["updated_at", "2015-04-09 08:23:00.622899"], ["tracking", "150409-50"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 54], ["title", "I-am-a-task7339"], ["description", "I-am-the-task-description_2666"], ["created_at", "2015-04-09 08:23:00.626890"], ["updated_at", "2015-04-09 08:23:00.626890"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1454"], ["description", "I-am-the-goal-description_525"], ["version", 1], ["created_at", "2015-04-09 08:23:00.629857"], ["updated_at", "2015-04-09 08:23:00.629857"], ["tracking", "150409-51"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task2037"], ["description", "I-am-the-task-description_3778"], ["created_at", "2015-04-09 08:23:00.634323"], ["updated_at", "2015-04-09 08:23:00.634323"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 55], ["title", "I-am-a-task9229"], ["description", "I-am-the-task-description_678"], ["created_at", "2015-04-09 08:23:00.638621"], ["updated_at", "2015-04-09 08:23:00.638621"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 52], ["title", "I-am-a-task3175"], ["description", "I-am-the-task-description_7853"], ["created_at", "2015-04-09 08:23:00.643366"], ["updated_at", "2015-04-09 08:23:00.643366"]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task535"], ["description", "I-am-the-task-description_9752"], ["created_at", "2015-04-09 08:23:00.649525"], ["updated_at", "2015-04-09 08:23:00.649525"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task7704"], ["description", "I-am-the-task-description_2039"], ["created_at", "2015-04-09 08:23:00.654021"], ["updated_at", "2015-04-09 08:23:00.654021"]] +  (0.9ms) commit transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-09') +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2354"], ["description", "I-am-the-goal-description_3894"], ["version", 1], ["created_at", "2015-04-09 08:23:00.661505"], ["updated_at", "2015-04-09 08:23:00.661505"], ["tracking", "150409-52"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 56], ["title", "I-am-a-task6819"], ["description", "I-am-the-task-description_2691"], ["created_at", "2015-04-09 08:23:00.666215"], ["updated_at", "2015-04-09 08:23:00.666215"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5373"], ["description", "I-am-the-goal-description_2788"], ["version", 1], ["created_at", "2015-04-09 08:23:00.671840"], ["updated_at", "2015-04-09 08:23:00.671840"], ["tracking", "150409-53"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-12"], ["goal_id", 57], ["title", "I-am-a-task9259"], ["description", "I-am-the-task-description_5902"], ["created_at", "2015-04-09 08:23:00.739230"], ["updated_at", "2015-04-09 08:23:00.739230"]] +  (1.4ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5685"], ["description", "I-am-the-goal-description_1438"], ["version", 1], ["created_at", "2015-04-09 08:23:00.745937"], ["updated_at", "2015-04-09 08:23:00.745937"], ["tracking", "150409-54"]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 58], ["title", "I-am-a-task7151"], ["description", "I-am-the-task-description_3845"], ["created_at", "2015-04-09 08:23:00.750094"], ["updated_at", "2015-04-09 08:23:00.750094"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6277"], ["description", "I-am-the-goal-description_6334"], ["version", 1], ["created_at", "2015-04-09 08:23:00.756082"], ["updated_at", "2015-04-09 08:23:00.756082"], ["tracking", "150409-55"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 59], ["title", "I-am-a-task1081"], ["description", "I-am-the-task-description_2411"], ["created_at", "2015-04-09 08:23:00.760046"], ["updated_at", "2015-04-09 08:23:00.760046"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3953"], ["description", "I-am-the-goal-description_9824"], ["version", 1], ["created_at", "2015-04-09 08:23:00.767494"], ["updated_at", "2015-04-09 08:23:00.767494"], ["tracking", "150409-56"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8816"], ["description", "I-am-the-goal-description_3427"], ["version", 1], ["created_at", "2015-04-09 08:23:00.772734"], ["updated_at", "2015-04-09 08:23:00.772734"], ["tracking", "150409-57"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5311"], ["description", "I-am-the-goal-description_4558"], ["version", 1], ["created_at", "2015-04-09 08:23:00.778041"], ["updated_at", "2015-04-09 08:23:00.778041"], ["tracking", "150409-58"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5378"], ["description", "I-am-the-goal-description_9700"], ["version", 1], ["created_at", "2015-04-09 08:23:00.783765"], ["updated_at", "2015-04-09 08:23:00.783765"], ["tracking", "150409-59"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7312"], ["description", "I-am-the-goal-description_9869"], ["version", 1], ["created_at", "2015-04-09 08:23:00.788797"], ["updated_at", "2015-04-09 08:23:00.788797"], ["tracking", "150409-60"]] +  (1.1ms) 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-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_992"], ["description", "I-am-the-goal-description_232"], ["version", 1], ["created_at", "2015-04-09 08:23:00.797782"], ["updated_at", "2015-04-09 08:23:00.797782"], ["tracking", "150409-61"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6484"], ["description", "I-am-the-goal-description_4663"], ["version", 1], ["created_at", "2015-04-09 08:23:00.803186"], ["updated_at", "2015-04-09 08:23:00.803186"], ["tracking", "150409-62"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5171"], ["description", "I-am-the-goal-description_845"], ["version", 1], ["created_at", "2015-04-09 08:23:00.809023"], ["updated_at", "2015-04-09 08:23:00.809023"], ["tracking", "150409-63"]] +  (1.0ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task8690"], ["description", "I-am-the-task-description_3095"], ["created_at", "2015-04-09 08:23:00.813122"], ["updated_at", "2015-04-09 08:23:00.813122"]] +  (1.0ms) 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-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8243"], ["description", "I-am-the-goal-description_9717"], ["version", 1], ["created_at", "2015-04-09 08:23:00.819304"], ["updated_at", "2015-04-09 08:23:00.819304"], ["tracking", "150409-64"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9099"], ["description", "I-am-the-goal-description_7475"], ["version", 1], ["created_at", "2015-04-09 08:23:00.825317"], ["updated_at", "2015-04-09 08:23:00.825317"], ["tracking", "150409-65"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5477"], ["description", "I-am-the-goal-description_5584"], ["version", 1], ["created_at", "2015-04-09 08:23:00.832490"], ["updated_at", "2015-04-09 08:23:00.832490"], ["tracking", "150409-66"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9852"], ["description", "I-am-the-goal-description_1156"], ["version", 1], ["created_at", "2015-04-09 08:23:00.839342"], ["updated_at", "2015-04-09 08:23:00.839342"], ["tracking", "150409-67"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task276"], ["description", "I-am-the-task-description_5040"], ["created_at", "2015-04-09 08:23:00.843047"], ["updated_at", "2015-04-09 08:23:00.843047"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4091"], ["description", "I-am-the-goal-description_280"], ["version", 1], ["created_at", "2015-04-09 08:23:00.848534"], ["updated_at", "2015-04-09 08:23:00.848534"], ["tracking", "150409-68"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task5636"], ["description", "I-am-the-task-description_2244"], ["created_at", "2015-04-09 08:23:00.853359"], ["updated_at", "2015-04-09 08:23:00.853359"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5889"], ["description", "I-am-the-goal-description_4326"], ["version", 1], ["created_at", "2015-04-09 08:23:00.857685"], ["updated_at", "2015-04-09 08:23:00.857685"], ["tracking", "150409-69"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task7791"], ["description", "I-am-the-task-description_6398"], ["created_at", "2015-04-09 08:23:00.862599"], ["updated_at", "2015-04-09 08:23:00.862599"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1448"], ["description", "I-am-the-goal-description_5952"], ["version", 1], ["created_at", "2015-04-09 08:23:00.867752"], ["updated_at", "2015-04-09 08:23:00.867752"], ["tracking", "150409-70"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task9908"], ["description", "I-am-the-task-description_3658"], ["created_at", "2015-04-09 08:23:00.873385"], ["updated_at", "2015-04-09 08:23:00.873385"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9011"], ["description", "I-am-the-goal-description_4939"], ["version", 1], ["created_at", "2015-04-09 08:23:00.878941"], ["updated_at", "2015-04-09 08:23:00.878941"], ["tracking", "150409-71"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task208"], ["description", "I-am-the-task-description_3576"], ["created_at", "2015-04-09 08:23:00.885983"], ["updated_at", "2015-04-09 08:23:00.885983"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6363"], ["description", "I-am-the-goal-description_8983"], ["version", 1], ["created_at", "2015-04-09 08:23:00.891834"], ["updated_at", "2015-04-09 08:23:00.891834"], ["tracking", "150409-72"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task464"], ["description", "I-am-the-task-description_7827"], ["created_at", "2015-04-09 08:23:00.896995"], ["updated_at", "2015-04-09 08:23:00.896995"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5597"], ["description", "I-am-the-goal-description_5061"], ["version", 1], ["created_at", "2015-04-09 08:23:00.902646"], ["updated_at", "2015-04-09 08:23:00.902646"], ["tracking", "150409-73"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task4148"], ["description", "I-am-the-task-description_789"], ["created_at", "2015-04-09 08:23:00.906492"], ["updated_at", "2015-04-09 08:23:00.906492"]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7013"], ["description", "I-am-the-goal-description_2980"], ["version", 1], ["created_at", "2015-04-09 08:23:00.911703"], ["updated_at", "2015-04-09 08:23:00.911703"], ["tracking", "150409-74"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task7350"], ["description", "I-am-the-task-description_6783"], ["created_at", "2015-04-09 08:23:00.915681"], ["updated_at", "2015-04-09 08:23:00.915681"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2803"], ["description", "I-am-the-goal-description_3760"], ["version", 1], ["created_at", "2015-04-09 08:23:00.920824"], ["updated_at", "2015-04-09 08:23:00.920824"], ["tracking", "150409-75"]] +  (1.0ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task1560"], ["description", "I-am-the-task-description_4170"], ["created_at", "2015-04-09 08:23:00.924912"], ["updated_at", "2015-04-09 08:23:00.924912"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8180"], ["description", "I-am-the-goal-description_5765"], ["version", 1], ["created_at", "2015-04-09 08:23:00.930333"], ["updated_at", "2015-04-09 08:23:00.930333"], ["tracking", "150409-76"]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-10"], ["goal_id", 80], ["title", "I-am-a-task5885"], ["description", "I-am-the-task-description_1379"], ["created_at", "2015-04-09 08:23:00.935014"], ["updated_at", "2015-04-09 08:23:00.935014"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2909"], ["description", "I-am-the-goal-description_8032"], ["version", 1], ["created_at", "2015-04-09 08:23:00.940071"], ["updated_at", "2015-04-09 08:23:00.940071"], ["tracking", "150409-77"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-09 08:23:00.943376"], ["id", 81]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-09 08:23:00.945965"], ["id", 81]] +  (0.7ms) 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_4060"], ["description", "I-am-the-goal-description_3137"], ["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_5729"], ["description", "I-am-the-goal-description_3490"], ["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_8582"], ["description", "I-am-the-goal-description_4962"], ["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_6805"], ["description", "I-am-the-goal-description_7509"], ["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_3080"], ["description", "I-am-the-goal-description_7732"], ["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", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task3816"], ["description", "I-am-the-task-description_9065"], ["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", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task4527"], ["description", "I-am-the-task-description_7557"], ["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_3871"], ["description", "I-am-the-goal-description_4012"], ["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_4551"], ["description", "I-am-the-goal-description_933"], ["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_8853"], ["description", "I-am-the-goal-description_5731"], ["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_9858"], ["description", "I-am-the-goal-description_6770"], ["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", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task9802"], ["description", "I-am-the-task-description_4646"], ["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_2296"], ["description", "I-am-the-goal-description_4407"], ["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", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task9025"], ["description", "I-am-the-task-description_9197"], ["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_3899"], ["description", "I-am-the-goal-description_8530"], ["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", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task7983"], ["description", "I-am-the-task-description_2445"], ["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_9159"], ["description", "I-am-the-goal-description_3566"], ["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", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task6434"], ["description", "I-am-the-task-description_9571"], ["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_869"], ["description", "I-am-the-goal-description_7514"], ["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", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task4433"], ["description", "I-am-the-task-description_9902"], ["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_5912"], ["description", "I-am-the-goal-description_1252"], ["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", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task7181"], ["description", "I-am-the-task-description_5362"], ["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_3373"], ["description", "I-am-the-goal-description_2047"], ["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", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task7067"], ["description", "I-am-the-task-description_4402"], ["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_6186"], ["description", "I-am-the-goal-description_1332"], ["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_8563"], ["description", "I-am-the-goal-description_4820"], ["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_1409"], ["description", "I-am-the-goal-description_9618"], ["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_8929"], ["description", "I-am-the-goal-description_7820"], ["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.2ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (2.6ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (1.0ms) 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'; +  (0.7ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:13 +0200 +Processing by Flyboy::GoalsController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (14.0ms) + Flyboy::Goal Load (0.4ms) 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 (3792.1ms) +Completed 200 OK in 3892ms (Views: 3859.0ms | ActiveRecord: 0.5ms) +Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 10:23:17 +0200 +Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 10:23:17 +0200 +Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 10:23:17 +0200 +Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-09 10:23:19 +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.4ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (323.9ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (328.6ms) +Completed 200 OK in 341ms (Views: 330.9ms | ActiveRecord: 0.3ms) +Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:19 +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-09') + 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-09 08:23:19.630947"], ["updated_at", "2015-04-09 08:23:19.630947"], ["tracking", "150409-1"]] +  (0.8ms) commit transaction +Redirected to http://127.0.0.1:56890/flyboy/goals/1 +Completed 302 Found in 57ms (ActiveRecord: 1.4ms) +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:19 +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 (86.4ms) +  (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 (93.4ms) + 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 (8.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.1ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (108.3ms) +Completed 200 OK in 127ms (Views: 109.4ms | ActiveRecord: 1.2ms) + Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1 +  (2.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_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'; +  (0.7ms) 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_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_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.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.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8492"], ["description", "I-am-the-goal-description_6843"], ["version", 1], ["created_at", "2015-04-09 08:23:20.005966"], ["updated_at", "2015-04-09 08:23:20.005966"], ["tracking", "150409-1"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task243"], ["description", "I-am-the-task-description_1908"], ["created_at", "2015-04-09 08:23:20.013565"], ["updated_at", "2015-04-09 08:23:20.013565"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1496"], ["description", "I-am-the-task-description_1088"], ["created_at", "2015-04-09 08:23:20.018076"], ["updated_at", "2015-04-09 08:23:20.018076"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4338"], ["description", "I-am-the-task-description_5353"], ["created_at", "2015-04-09 08:23:20.021974"], ["updated_at", "2015-04-09 08:23:20.021974"]] +  (0.8ms) commit transaction +Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:20 +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-09') +  (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.2ms) +Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.6ms) +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:21 +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]] +  (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.7ms) + 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 (5.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.1ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (11.6ms) +Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.5ms) + Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] +  (2.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_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'; +  (0.8ms) 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'; +  (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_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.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.0ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7881"], ["description", "I-am-the-goal-description_6662"], ["version", 1], ["created_at", "2015-04-09 08:23:21.829044"], ["updated_at", "2015-04-09 08:23:21.829044"], ["tracking", "150409-1"]] +  (0.9ms) commit transaction +Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:21 +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-09') +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09') +  (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 (7.1ms) +Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.5ms) +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:23 +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 (6.0ms) + 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 (7.4ms) +Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.4ms) +Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 10:23:23 +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 (12.4ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (15.5ms) +Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.1ms) +Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:23 +0200 +Processing by Flyboy::GoalsController#update as HTML + Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_6662"}, "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 "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-09 08:23:23.654450"], ["id", 1]] +  (2.1ms) commit transaction +Redirected to http://127.0.0.1:56890/flyboy/goals/1 +Completed 302 Found in 7ms (ActiveRecord: 2.7ms) +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:23 +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) +  (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_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'; +  (0.7ms) 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'; +  (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'; +  (1.0ms) 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.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'; +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5058"], ["description", "I-am-the-goal-description_7230"], ["version", 1], ["created_at", "2015-04-09 08:23:23.793346"], ["updated_at", "2015-04-09 08:23:23.793346"], ["tracking", "150409-1"]] +  (0.8ms) commit transaction +Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:23 +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.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09') +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09') +  (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 (6.8ms) +Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.5ms) +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:25 +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.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 (6.1ms) + 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 (7.6ms) +Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.4ms) +Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 10:23:25 +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 (62.8ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (63.0ms) +Completed 200 OK in 65ms (Views: 63.7ms | ActiveRecord: 0.1ms) +Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:25 +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:56890/flyboy/goals +Completed 302 Found in 6ms (ActiveRecord: 2.9ms) +Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:25 +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 + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.7ms) +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms) +  (2.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_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'; +  (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'; +  (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_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.7ms) 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.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5780"], ["description", "I-am-the-goal-description_9332"], ["version", 1], ["created_at", "2015-04-09 08:23:25.750599"], ["updated_at", "2015-04-09 08:23:25.750599"], ["tracking", "150409-1"]] +  (0.8ms) commit transaction +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:25 +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.1ms) +  (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.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 (6.8ms) +Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms) +Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-09 10:23:27 +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-09 08:23:27.336655"], ["id", 1]] +  (2.4ms) commit transaction +Redirected to http://127.0.0.1:56890/flyboy/goals +Completed 302 Found in 7ms (ActiveRecord: 3.0ms) +Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:27 +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.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09') +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09') +  (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 (6.3ms) +Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.5ms) +  (2.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_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'; +  (0.7ms) 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'; +  (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.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.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.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7449"], ["description", "I-am-the-goal-description_9846"], ["version", 1], ["created_at", "2015-04-09 08:23:27.477594"], ["updated_at", "2015-04-09 08:23:27.477594"], ["tracking", "150409-1"]] +  (0.9ms) commit transaction +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:27 +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 (2.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 (3.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.1ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.2ms) +Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms) +Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-09 10:23:29 +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.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 08:23:29.162706"], ["id", 1]] +  (2.4ms) commit transaction +Redirected to http://127.0.0.1:56890/flyboy/goals/1 +Completed 302 Found in 6ms (ActiveRecord: 2.9ms) +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:29 +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 (54.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 (55.7ms) + 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 (57.0ms) +Completed 200 OK in 59ms (Views: 57.4ms | ActiveRecord: 0.4ms) +  (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.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'; +  (0.7ms) 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'; +  (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.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.7ms) 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.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7151"], ["description", "I-am-the-goal-description_5622"], ["version", 1], ["created_at", "2015-04-09 08:23:29.303341"], ["updated_at", "2015-04-09 08:23:29.303341"], ["tracking", "150409-1"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6616"], ["description", "I-am-the-task-description_5109"], ["created_at", "2015-04-09 08:23:29.307575"], ["updated_at", "2015-04-09 08:23:29.307575"]] +  (0.7ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:29 +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 (11.3ms) +Completed 200 OK in 18ms (Views: 13.2ms | ActiveRecord: 0.3ms) +Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:30 +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 (5.8ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (12.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.1ms) +  (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.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 (78.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/tasks/show.html.slim within layouts/application (104.8ms) +Completed 200 OK in 110ms (Views: 106.0ms | ActiveRecord: 1.3ms) +Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-09 10:23:31 +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.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] +  (0.2ms) 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-09 08:23:31.149301"], ["created_at", "2015-04-09 08:23:31.151880"], ["updated_at", "2015-04-09 08:23:31.151880"]] + SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-09 08:23:31.154138"], ["id", 1]] +  (2.7ms) commit transaction +Redirected to http://127.0.0.1:56890/flyboy/tasks/1 +Completed 302 Found in 14ms (ActiveRecord: 3.7ms) +Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:31 +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.1ms) +  (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 (11.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 (20.4ms) +Completed 200 OK in 24ms (Views: 20.7ms | ActiveRecord: 0.7ms) +  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]] +  (0.9ms) DELETE FROM "flyboy_task_comments"; +  (0.1ms) 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_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'; +  (0.7ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (1.2ms) 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_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.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.0ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4511"], ["description", "I-am-the-goal-description_9338"], ["version", 1], ["created_at", "2015-04-09 08:23:31.283777"], ["updated_at", "2015-04-09 08:23:31.283777"], ["tracking", "150409-1"]] +  (0.9ms) commit transaction +Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:31 +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-09') +  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09') +  (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 (6.5ms) +Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.5ms) +Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:32 +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.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 (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.1ms) +Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.4ms) +Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 10:23:32 +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 (142.3ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (147.5ms) +Completed 200 OK in 152ms (Views: 149.7ms | ActiveRecord: 0.1ms) +Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:33 +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-16", "term"=>"2015-05-09", "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.3ms) 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-09"], ["reminder", "2015-04-16"], ["done", "f"], ["created_at", "2015-04-09 08:23:33.213232"], ["updated_at", "2015-04-09 08:23:33.213232"]] +  (2.4ms) commit transaction +Redirected to http://127.0.0.1:56890/flyboy/tasks/1 +Completed 302 Found in 8ms (ActiveRecord: 2.9ms) +Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:33 +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 (1.6ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.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.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 (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 (19.8ms) +Completed 200 OK in 24ms (Views: 20.1ms | ActiveRecord: 0.8ms) + Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1 +  (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_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'; +  (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'; +  (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.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.6ms) 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.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1403"], ["description", "I-am-the-goal-description_8014"], ["version", 1], ["created_at", "2015-04-09 08:23:33.359327"], ["updated_at", "2015-04-09 08:23:33.359327"], ["tracking", "150409-1"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6264"], ["description", "I-am-the-task-description_8016"], ["created_at", "2015-04-09 08:23:33.363049"], ["updated_at", "2015-04-09 08:23:33.363049"]] +  (0.7ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:33 +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 (5.1ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.4ms) +Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms) +Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:34 +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.7ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.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 (2.9ms) +  (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.3ms) + 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 (62.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/tasks/show.html.slim within layouts/application (71.6ms) +Completed 200 OK in 75ms (Views: 71.8ms | ActiveRecord: 0.7ms) +  (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_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'; +  (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'; +  (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_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.7ms) 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.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8701"], ["description", "I-am-the-goal-description_1063"], ["version", 1], ["created_at", "2015-04-09 08:23:35.071061"], ["updated_at", "2015-04-09 08:23:35.071061"], ["tracking", "150409-1"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6280"], ["description", "I-am-the-task-description_8948"], ["created_at", "2015-04-09 08:23:35.075282"], ["updated_at", "2015-04-09 08:23:35.075282"]] +  (0.8ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:35 +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.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]] + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.7ms) +Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.6ms) +Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:36 +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.6ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.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.9ms) +  (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.0ms) + 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.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.0ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.2ms) +Completed 200 OK in 26ms (Views: 23.3ms | ActiveRecord: 0.7ms) +Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 10:23:36 +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 (73.8ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (77.0ms) +Completed 200 OK in 81ms (Views: 78.8ms | ActiveRecord: 0.2ms) +Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:36 +0200 +Processing by Flyboy::TasksController#update as HTML + Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_8948", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "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-09 08:23:36.902419"], ["id", 1]] +  (0.7ms) commit transaction +Redirected to http://127.0.0.1:56890/flyboy/tasks/1 +Completed 302 Found in 7ms (ActiveRecord: 1.4ms) +Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:36 +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.8ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.8ms) +  (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 (2.9ms) +  (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 (60.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.1ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (69.5ms) +Completed 200 OK in 73ms (Views: 69.8ms | ActiveRecord: 0.7ms) +  (2.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_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'; +  (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'; +  (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.7ms) DELETE FROM "flyboy_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (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.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1974"], ["description", "I-am-the-goal-description_6574"], ["version", 1], ["created_at", "2015-04-09 08:23:37.062721"], ["updated_at", "2015-04-09 08:23:37.062721"], ["tracking", "150409-1"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4219"], ["description", "I-am-the-task-description_218"], ["created_at", "2015-04-09 08:23:37.066522"], ["updated_at", "2015-04-09 08:23:37.066522"]] +  (0.9ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:37 +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.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.2ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms) +Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.3ms) +Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:38 +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.8ms) +  (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.3ms) + 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.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/tasks/show.html.slim within layouts/application (19.7ms) +Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.7ms) +Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 10:23:38 +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 (70.4ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (70.6ms) +Completed 200 OK in 73ms (Views: 71.3ms | ActiveRecord: 0.2ms) +Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:38 +0200 +Processing by Flyboy::TasksController#destroy 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]] +  (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:56890/flyboy/tasks +Completed 302 Found in 7ms (ActiveRecord: 3.0ms) +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:38 +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 + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.6ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.9ms) +Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.2ms) +  (2.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_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'; +  (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'; +  (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_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.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.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_775"], ["description", "I-am-the-goal-description_5073"], ["version", 1], ["created_at", "2015-04-09 08:23:39.175634"], ["updated_at", "2015-04-09 08:23:39.175634"], ["tracking", "150409-1"]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6243"], ["description", "I-am-the-task-description_3687"], ["created_at", "2015-04-09 08:23:39.179663"], ["updated_at", "2015-04-09 08:23:39.179663"]] +  (0.9ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:39 +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.1ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) +Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms) +Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 10:23:40 +0200 +Processing by Flyboy::TasksController#complete 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) 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-09 08:23:40.763849"], ["task_id", 1], ["created_at", "2015-04-09 08:23:40.765182"], ["updated_at", "2015-04-09 08:23:40.765182"]] + SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 08:23:40.766842"], ["id", 1]] +  (2.4ms) commit transaction +Redirected to http://127.0.0.1:56890/flyboy/tasks +Completed 302 Found in 10ms (ActiveRecord: 3.2ms) +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:40 +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 (3.9ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) +Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) +  (2.6ms) DELETE FROM "flyboy_task_comments"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments'; +  (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'; +  (0.7ms) DELETE FROM "flyboy_tasks"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (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_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.6ms) 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.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7285"], ["description", "I-am-the-goal-description_8836"], ["version", 1], ["created_at", "2015-04-09 08:23:40.904208"], ["updated_at", "2015-04-09 08:23:40.904208"], ["tracking", "150409-1"]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task4038"], ["description", "I-am-the-task-description_7666"], ["created_at", "2015-04-09 08:23:40.909327"], ["updated_at", "2015-04-09 08:23:40.909327"]] +  (0.8ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:40 +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.8ms) + 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.5ms | ActiveRecord: 0.4ms) +Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 10:23:42 +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-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 08:23:42.885959"], ["id", 1]] +  (2.3ms) commit transaction +Redirected to http://127.0.0.1:56890/flyboy/tasks +Completed 302 Found in 7ms (ActiveRecord: 2.9ms) +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:42 +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.6ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.8ms) +Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.3ms) +  (2.4ms) DELETE FROM "flyboy_task_comments"; +  (0.5ms) 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_goals"; +  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (0.7ms) DELETE FROM "flyboy_tasks"; +  (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.9ms) 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_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (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.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9856"], ["description", "I-am-the-goal-description_8172"], ["version", 1], ["created_at", "2015-04-09 08:23:43.029580"], ["updated_at", "2015-04-09 08:23:43.029580"], ["tracking", "150409-1"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8316"], ["description", "I-am-the-task-description_5494"], ["created_at", "2015-04-09 08:23:43.034344"], ["updated_at", "2015-04-09 08:23:43.034344"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1447"], ["description", "I-am-the-goal-description_8712"], ["version", 1], ["created_at", "2015-04-09 08:23:43.038023"], ["updated_at", "2015-04-09 08:23:43.038023"], ["tracking", "150409-2"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task158"], ["description", "I-am-the-task-description_2890"], ["created_at", "2015-04-09 08:23:43.041458"], ["updated_at", "2015-04-09 08:23:43.041458"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6843"], ["description", "I-am-the-goal-description_4056"], ["version", 1], ["created_at", "2015-04-09 08:23:43.045415"], ["updated_at", "2015-04-09 08:23:43.045415"], ["tracking", "150409-3"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6502"], ["description", "I-am-the-task-description_9253"], ["created_at", "2015-04-09 08:23:43.049705"], ["updated_at", "2015-04-09 08:23:43.049705"]] +  (0.7ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:43 +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]] + 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 (12.7ms) +Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.8ms) +Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 10:23:44 +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-09.pdf (4.9ms) +Completed 200 OK in 134ms (Views: 4.7ms | ActiveRecord: 0.5ms) +  (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.9ms) 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'; +  (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'; +  (1.2ms) DELETE FROM "flyboy_task_comments"; +  (0.4ms) 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_goals"; +  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (1.0ms) DELETE FROM "flyboy_tasks"; +  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4605"], ["description", "I-am-the-goal-description_9576"], ["version", 1], ["created_at", "2015-04-09 08:23:45.175870"], ["updated_at", "2015-04-09 08:23:45.175870"], ["tracking", "150409-1"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8940"], ["description", "I-am-the-task-description_6387"], ["created_at", "2015-04-09 08:23:45.180839"], ["updated_at", "2015-04-09 08:23:45.180839"]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5671"], ["description", "I-am-the-goal-description_5244"], ["version", 1], ["created_at", "2015-04-09 08:23:45.187373"], ["updated_at", "2015-04-09 08:23:45.187373"], ["tracking", "150409-2"]] +  (1.4ms) commit transaction +  (0.1ms) begin transaction + SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2610"], ["description", "I-am-the-task-description_3412"], ["created_at", "2015-04-09 08:23:45.195754"], ["updated_at", "2015-04-09 08:23:45.195754"]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (1.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9551"], ["description", "I-am-the-goal-description_4757"], ["version", 1], ["created_at", "2015-04-09 08:23:45.202049"], ["updated_at", "2015-04-09 08:23:45.202049"], ["tracking", "150409-3"]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9016"], ["description", "I-am-the-task-description_1300"], ["created_at", "2015-04-09 08:23:45.208592"], ["updated_at", "2015-04-09 08:23:45.208592"]] +  (0.9ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:45 +0200 +Processing by Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.0ms) + Flyboy::Task Load (0.3ms) 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.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 (16.9ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (19.6ms) +Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.8ms) +Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 10:23:47 +0200 +Processing by Flyboy::TasksController#index as CSV + Flyboy::Task Load (0.2ms) 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.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-09.csv (0.6ms) +Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.6ms) +  (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_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'; +  (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'; +  (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_goals"; +  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; +  (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.1ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6470"], ["description", "I-am-the-goal-description_2944"], ["version", 1], ["created_at", "2015-04-09 08:23:47.286346"], ["updated_at", "2015-04-09 08:23:47.286346"], ["tracking", "150409-1"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3776"], ["description", "I-am-the-task-description_27"], ["created_at", "2015-04-09 08:23:47.290880"], ["updated_at", "2015-04-09 08:23:47.290880"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2981"], ["description", "I-am-the-goal-description_222"], ["version", 1], ["created_at", "2015-04-09 08:23:47.294846"], ["updated_at", "2015-04-09 08:23:47.294846"], ["tracking", "150409-2"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2471"], ["description", "I-am-the-task-description_4852"], ["created_at", "2015-04-09 08:23:47.298496"], ["updated_at", "2015-04-09 08:23:47.298496"]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction +  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') + SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_796"], ["description", "I-am-the-goal-description_8429"], ["version", 1], ["created_at", "2015-04-09 08:23:47.302651"], ["updated_at", "2015-04-09 08:23:47.302651"], ["tracking", "150409-3"]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5632"], ["description", "I-am-the-task-description_6098"], ["created_at", "2015-04-09 08:23:47.307047"], ["updated_at", "2015-04-09 08:23:47.307047"]] +  (0.8ms) commit transaction +Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:47 +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.2ms) 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.4ms) + Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.8ms) +Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.7ms) +Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 10:23:48 +0200 +Processing by Flyboy::TasksController#index as XLS + 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/index.xls.erb (3.3ms) +Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.4ms) +  (1.4ms) 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_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'; +  (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'; + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"