flyboy 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -189528,3 +189528,2411 @@ Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.5ms)
189528
189528
   (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
189529
189529
  ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
189530
189530
  ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
189531
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
189532
+  (1.5ms) DELETE FROM "flyboy_task_comments";
189533
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
189534
+  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
189535
+  (1.0ms) DELETE FROM "flyboy_goals";
189536
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
189537
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
189538
+  (1.0ms) DELETE FROM "flyboy_tasks";
189539
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
189540
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
189541
+ Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"
189542
+  (0.2ms) begin transaction
189543
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189544
+ SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3169"], ["description", "I-am-the-goal-description_334"], ["version", 1], ["created_at", "2015-04-10 11:17:35.966958"], ["updated_at", "2015-04-10 11:17:35.966958"], ["tracking", "150410-1"]]
189545
+  (1.5ms) commit transaction
189546
+  (0.1ms) begin transaction
189547
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189548
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5504"], ["description", "I-am-the-goal-description_284"], ["version", 1], ["created_at", "2015-04-10 11:17:35.977952"], ["updated_at", "2015-04-10 11:17:35.977952"], ["tracking", "150410-2"]]
189549
+  (0.8ms) commit transaction
189550
+ Processing by Flyboy::GoalsController#index as HTML
189551
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms)
189552
+ Completed 200 OK in 66ms (Views: 59.3ms | ActiveRecord: 0.0ms)
189553
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
189554
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"
189555
+  (0.1ms) begin transaction
189556
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]
189557
+ SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]
189558
+  (0.8ms) commit transaction
189559
+  (0.0ms) begin transaction
189560
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]]
189561
+ SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]
189562
+  (0.6ms) commit transaction
189563
+  (0.1ms) begin transaction
189564
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189565
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1339"], ["description", "I-am-the-goal-description_8083"], ["version", 1], ["created_at", "2015-04-10 11:17:36.090500"], ["updated_at", "2015-04-10 11:17:36.090500"], ["tracking", "150410-1"]]
189566
+  (0.7ms) commit transaction
189567
+  (0.1ms) begin transaction
189568
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189569
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9795"], ["description", "I-am-the-goal-description_3592"], ["version", 1], ["created_at", "2015-04-10 11:17:36.094996"], ["updated_at", "2015-04-10 11:17:36.094996"], ["tracking", "150410-2"]]
189570
+  (0.7ms) commit transaction
189571
+ Processing by Flyboy::GoalsController#index as HTML
189572
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms)
189573
+ Completed 200 OK in 55ms (Views: 1.1ms | ActiveRecord: 0.0ms)
189574
+ Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]]
189575
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"
189576
+  (0.1ms) begin transaction
189577
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]]
189578
+ SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]
189579
+  (1.0ms) commit transaction
189580
+  (0.1ms) begin transaction
189581
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]]
189582
+ SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]
189583
+  (0.7ms) commit transaction
189584
+  (0.1ms) begin transaction
189585
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189586
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6707"], ["description", "I-am-the-goal-description_141"], ["version", 1], ["created_at", "2015-04-10 11:17:36.164975"], ["updated_at", "2015-04-10 11:17:36.164975"], ["tracking", "150410-1"]]
189587
+  (0.9ms) commit transaction
189588
+  (0.1ms) begin transaction
189589
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189590
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3205"], ["description", "I-am-the-goal-description_8425"], ["version", 1], ["created_at", "2015-04-10 11:17:36.169568"], ["updated_at", "2015-04-10 11:17:36.169568"], ["tracking", "150410-2"]]
189591
+  (0.6ms) commit transaction
189592
+ Processing by Flyboy::GoalsController#index as HTML
189593
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.4ms)
189594
+ Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)
189595
+ Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]
189596
+  (0.1ms) begin transaction
189597
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189598
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2324"], ["description", "I-am-the-goal-description_8140"], ["version", 1], ["created_at", "2015-04-10 11:17:36.181481"], ["updated_at", "2015-04-10 11:17:36.181481"], ["tracking", "150410-3"]]
189599
+  (0.8ms) commit transaction
189600
+ Processing by Flyboy::GoalsController#close as HTML
189601
+ Parameters: {"id"=>"7"}
189602
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]
189603
+  (0.1ms) begin transaction
189604
+  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]]
189605
+ SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-10 11:17:36.195366"], ["id", 7]]
189606
+  (0.8ms) commit transaction
189607
+ Redirected to http://test.host/flyboy/goals
189608
+ Completed 302 Found in 3609ms (ActiveRecord: 1.8ms)
189609
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]
189610
+  (0.1ms) begin transaction
189611
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189612
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8699"], ["description", "I-am-the-goal-description_507"], ["version", 1], ["created_at", "2015-04-10 11:17:39.798863"], ["updated_at", "2015-04-10 11:17:39.798863"], ["tracking", "150410-4"]]
189613
+  (1.4ms) commit transaction
189614
+ Processing by Flyboy::GoalsController#close as HTML
189615
+ Parameters: {"id"=>"8"}
189616
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]
189617
+  (0.1ms) begin transaction
189618
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]
189619
+ SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-10 11:17:39.807156"], ["id", 8]]
189620
+  (0.8ms) commit transaction
189621
+ Redirected to http://test.host/flyboy/goals
189622
+ Completed 302 Found in 6ms (ActiveRecord: 1.3ms)
189623
+  (0.1ms) begin transaction
189624
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189625
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6007"], ["description", "I-am-the-goal-description_4499"], ["version", 1], ["created_at", "2015-04-10 11:17:39.813938"], ["updated_at", "2015-04-10 11:17:39.813938"], ["tracking", "150410-5"]]
189626
+  (0.8ms) commit transaction
189627
+ Processing by Flyboy::GoalsController#open as HTML
189628
+ Parameters: {"id"=>"9"}
189629
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]
189630
+  (0.1ms) begin transaction
189631
+ SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-10 11:17:39.820467"], ["id", 9]]
189632
+  (0.9ms) commit transaction
189633
+ Redirected to http://test.host/flyboy/goals/9
189634
+ Completed 302 Found in 5ms (ActiveRecord: 1.4ms)
189635
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]
189636
+  (0.1ms) begin transaction
189637
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189638
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7725"], ["description", "I-am-the-goal-description_5370"], ["version", 1], ["created_at", "2015-04-10 11:17:39.827864"], ["updated_at", "2015-04-10 11:17:39.827864"], ["tracking", "150410-6"]]
189639
+  (0.8ms) commit transaction
189640
+ Processing by Flyboy::GoalsController#open as HTML
189641
+ Parameters: {"id"=>"10"}
189642
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]
189643
+  (0.1ms) begin transaction
189644
+ SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-10 11:17:39.834052"], ["id", 10]]
189645
+  (0.8ms) commit transaction
189646
+ Redirected to http://test.host/flyboy/goals/10
189647
+ Completed 302 Found in 5ms (ActiveRecord: 1.2ms)
189648
+  (0.1ms) begin transaction
189649
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189650
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8938"], ["description", "I-am-the-goal-description_3670"], ["version", 1], ["created_at", "2015-04-10 11:17:39.894439"], ["updated_at", "2015-04-10 11:17:39.894439"], ["tracking", "150410-7"]]
189651
+  (1.3ms) commit transaction
189652
+  (0.1ms) begin transaction
189653
+ 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", 11], ["title", "I-am-a-task4959"], ["description", "I-am-the-task-description_306"], ["created_at", "2015-04-10 11:17:39.905200"], ["updated_at", "2015-04-10 11:17:39.905200"]]
189654
+  (22.3ms) commit transaction
189655
+  (0.1ms) begin transaction
189656
+ SQL (7.7ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2015-04-10 11:17:39.939349"], ["task_id", 1], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-10 11:17:39.940458"], ["updated_at", "2015-04-10 11:17:39.940458"]]
189657
+ SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-10 11:17:39.949801"], ["id", 1]]
189658
+  (35.7ms) commit transaction
189659
+ Processing by Flyboy::TaskCommentsController#create as HTML
189660
+ Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-10 11:17:39 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-10 11:17:39 UTC", "updated_at"=>"2015-04-10 11:17:39 UTC"}, "task_id"=>"1"}
189661
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
189662
+ Unpermitted parameters: id, task_id, date, created_at, updated_at
189663
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]
189664
+  (0.1ms) begin transaction
189665
+ SQL (10.2ms) 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-10 11:17:39.995156"], ["created_at", "2015-04-10 11:17:39.999521"], ["updated_at", "2015-04-10 11:17:39.999521"]]
189666
+  (23.3ms) commit transaction
189667
+ Redirected to http://test.host/flyboy/tasks/1
189668
+ Completed 302 Found in 47ms (ActiveRecord: 34.1ms)
189669
+  (0.1ms) begin transaction
189670
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189671
+ SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3815"], ["description", "I-am-the-goal-description_2506"], ["version", 1], ["created_at", "2015-04-10 11:17:40.045539"], ["updated_at", "2015-04-10 11:17:40.045539"], ["tracking", "150410-8"]]
189672
+  (5.3ms) commit transaction
189673
+  (0.1ms) begin transaction
189674
+ 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-task1303"], ["description", "I-am-the-task-description_3905"], ["created_at", "2015-04-10 11:17:40.055895"], ["updated_at", "2015-04-10 11:17:40.055895"]]
189675
+  (0.8ms) commit transaction
189676
+  (0.1ms) begin transaction
189677
+ 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-task9163"], ["description", "I-am-the-task-description_7652"], ["created_at", "2015-04-10 11:17:40.061037"], ["updated_at", "2015-04-10 11:17:40.061037"]]
189678
+  (0.7ms) commit transaction
189679
+ Processing by Flyboy::TasksController#complete as HTML
189680
+ Parameters: {"id"=>"2"}
189681
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]]
189682
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]
189683
+  (0.1ms) begin transaction
189684
+ SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-10 11:17:40.068235"], ["task_id", 2], ["created_at", "2015-04-10 11:17:40.069438"], ["updated_at", "2015-04-10 11:17:40.069438"]]
189685
+ SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-10 11:17:40.070976"], ["id", 2]]
189686
+  (0.8ms) commit transaction
189687
+ Redirected to http://test.hostwhere_i_came_from
189688
+ Completed 302 Found in 8ms (ActiveRecord: 1.5ms)
189689
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]
189690
+  (0.1ms) begin transaction
189691
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189692
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1185"], ["description", "I-am-the-goal-description_5"], ["version", 1], ["created_at", "2015-04-10 11:17:40.078172"], ["updated_at", "2015-04-10 11:17:40.078172"], ["tracking", "150410-9"]]
189693
+  (0.9ms) commit transaction
189694
+  (0.0ms) begin transaction
189695
+ 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", 13], ["title", "I-am-a-task6884"], ["description", "I-am-the-task-description_8787"], ["created_at", "2015-04-10 11:17:40.081999"], ["updated_at", "2015-04-10 11:17:40.081999"]]
189696
+  (0.8ms) commit transaction
189697
+  (0.1ms) begin transaction
189698
+ 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-task3886"], ["description", "I-am-the-task-description_5847"], ["created_at", "2015-04-10 11:17:40.086137"], ["updated_at", "2015-04-10 11:17:40.086137"]]
189699
+  (0.8ms) commit transaction
189700
+ Processing by Flyboy::TasksController#complete as HTML
189701
+ Parameters: {"id"=>"4"}
189702
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]]
189703
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]
189704
+  (0.1ms) begin transaction
189705
+ SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-10 11:17:40.092313"], ["task_id", 4], ["created_at", "2015-04-10 11:17:40.093462"], ["updated_at", "2015-04-10 11:17:40.093462"]]
189706
+ SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-10 11:17:40.095061"], ["id", 4]]
189707
+  (0.9ms) commit transaction
189708
+ Redirected to http://test.hostwhere_i_came_from
189709
+ Completed 302 Found in 8ms (ActiveRecord: 1.4ms)
189710
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]
189711
+  (0.1ms) begin transaction
189712
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189713
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_457"], ["description", "I-am-the-goal-description_5403"], ["version", 1], ["created_at", "2015-04-10 11:17:40.101717"], ["updated_at", "2015-04-10 11:17:40.101717"], ["tracking", "150410-10"]]
189714
+  (0.8ms) commit transaction
189715
+  (0.0ms) begin transaction
189716
+ 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", 14], ["title", "I-am-a-task208"], ["description", "I-am-the-task-description_3802"], ["created_at", "2015-04-10 11:17:40.105583"], ["updated_at", "2015-04-10 11:17:40.105583"]]
189717
+  (0.8ms) commit transaction
189718
+  (0.1ms) begin transaction
189719
+ 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-task8640"], ["description", "I-am-the-task-description_4909"], ["created_at", "2015-04-10 11:17:40.109759"], ["updated_at", "2015-04-10 11:17:40.109759"]]
189720
+  (0.8ms) commit transaction
189721
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]]
189722
+ Processing by Flyboy::TasksController#complete as HTML
189723
+ Parameters: {"id"=>"6"}
189724
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]]
189725
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]
189726
+  (0.1ms) begin transaction
189727
+ SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-10 11:17:40.117079"], ["task_id", 6], ["created_at", "2015-04-10 11:17:40.118260"], ["updated_at", "2015-04-10 11:17:40.118260"]]
189728
+ SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-10 11:17:40.120347"], ["id", 6]]
189729
+  (1.0ms) commit transaction
189730
+ Redirected to http://test.hostwhere_i_came_from
189731
+ Completed 302 Found in 9ms (ActiveRecord: 1.6ms)
189732
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]
189733
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]]
189734
+ Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]
189735
+  (0.1ms) begin transaction
189736
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189737
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_454"], ["description", "I-am-the-goal-description_9568"], ["version", 1], ["created_at", "2015-04-10 11:17:40.130136"], ["updated_at", "2015-04-10 11:17:40.130136"], ["tracking", "150410-11"]]
189738
+  (0.8ms) commit transaction
189739
+  (0.1ms) begin transaction
189740
+ 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", 15], ["title", "I-am-a-task7309"], ["description", "I-am-the-task-description_886"], ["created_at", "2015-04-10 11:17:40.134389"], ["updated_at", "2015-04-10 11:17:40.134389"]]
189741
+  (0.7ms) commit transaction
189742
+  (0.1ms) begin transaction
189743
+ 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", 15], ["title", "I-am-a-task3360"], ["description", "I-am-the-task-description_389"], ["created_at", "2015-04-10 11:17:40.138294"], ["updated_at", "2015-04-10 11:17:40.138294"]]
189744
+  (0.8ms) commit transaction
189745
+ Processing by Flyboy::TasksController#complete as HTML
189746
+ Parameters: {"id"=>"8"}
189747
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]]
189748
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]
189749
+  (0.1ms) begin transaction
189750
+ SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-10 11:17:40.144763"], ["task_id", 8], ["created_at", "2015-04-10 11:17:40.145978"], ["updated_at", "2015-04-10 11:17:40.145978"]]
189751
+ SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-10 11:17:40.147502"], ["id", 8]]
189752
+  (1.1ms) commit transaction
189753
+ Redirected to http://test.hostwhere_i_came_from
189754
+ Completed 302 Found in 9ms (ActiveRecord: 1.7ms)
189755
+  (0.1ms) begin transaction
189756
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189757
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8056"], ["description", "I-am-the-goal-description_9956"], ["version", 1], ["created_at", "2015-04-10 11:17:40.153824"], ["updated_at", "2015-04-10 11:17:40.153824"], ["tracking", "150410-12"]]
189758
+  (0.8ms) commit transaction
189759
+  (0.1ms) begin transaction
189760
+ 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", 16], ["title", "I-am-a-task6575"], ["description", "I-am-the-task-description_5520"], ["created_at", "2015-04-10 11:17:40.157841"], ["updated_at", "2015-04-10 11:17:40.157841"]]
189761
+  (0.8ms) commit transaction
189762
+  (0.1ms) begin transaction
189763
+ 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-task4553"], ["description", "I-am-the-task-description_2010"], ["created_at", "2015-04-10 11:17:40.162154"], ["updated_at", "2015-04-10 11:17:40.162154"]]
189764
+  (0.9ms) commit transaction
189765
+ Processing by Flyboy::TasksController#index as HTML
189766
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms)
189767
+ Completed 200 OK in 8ms (Views: 2.9ms | ActiveRecord: 0.0ms)
189768
+  (0.1ms) begin transaction
189769
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189770
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6123"], ["description", "I-am-the-goal-description_491"], ["version", 1], ["created_at", "2015-04-10 11:17:40.177392"], ["updated_at", "2015-04-10 11:17:40.177392"], ["tracking", "150410-13"]]
189771
+  (0.7ms) commit transaction
189772
+  (0.0ms) begin transaction
189773
+ 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-task2346"], ["description", "I-am-the-task-description_1369"], ["created_at", "2015-04-10 11:17:40.181210"], ["updated_at", "2015-04-10 11:17:40.181210"]]
189774
+  (0.7ms) commit transaction
189775
+  (0.1ms) begin transaction
189776
+ 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-task9625"], ["description", "I-am-the-task-description_8014"], ["created_at", "2015-04-10 11:17:40.184949"], ["updated_at", "2015-04-10 11:17:40.184949"]]
189777
+  (0.8ms) commit transaction
189778
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
189779
+  (0.0ms) begin transaction
189780
+ 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]]
189781
+ SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]]
189782
+ SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]]
189783
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]
189784
+  (0.9ms) commit transaction
189785
+  (0.0ms) begin transaction
189786
+ 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]]
189787
+ SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]]
189788
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]
189789
+  (0.8ms) commit transaction
189790
+  (0.0ms) begin transaction
189791
+ 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]]
189792
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]
189793
+  (0.7ms) commit transaction
189794
+  (0.0ms) begin transaction
189795
+ 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]]
189796
+ SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]]
189797
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]
189798
+  (0.8ms) commit transaction
189799
+  (0.0ms) begin transaction
189800
+ 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]]
189801
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]
189802
+  (0.8ms) commit transaction
189803
+  (0.1ms) begin transaction
189804
+ 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]]
189805
+ SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]]
189806
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]
189807
+  (0.7ms) commit transaction
189808
+  (0.0ms) begin transaction
189809
+ 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]]
189810
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]
189811
+  (0.7ms) commit transaction
189812
+  (0.0ms) begin transaction
189813
+ 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]]
189814
+ SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]]
189815
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]
189816
+  (0.8ms) commit transaction
189817
+  (0.0ms) begin transaction
189818
+ 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]]
189819
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]
189820
+  (0.8ms) commit transaction
189821
+  (0.1ms) begin transaction
189822
+ 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]]
189823
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]
189824
+  (0.8ms) commit transaction
189825
+  (0.0ms) begin transaction
189826
+ 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]]
189827
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]
189828
+  (0.7ms) commit transaction
189829
+  (0.0ms) begin transaction
189830
+ 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]]
189831
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]
189832
+  (0.7ms) commit transaction
189833
+  (0.0ms) begin transaction
189834
+ 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]]
189835
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]
189836
+  (0.7ms) commit transaction
189837
+  (0.1ms) begin transaction
189838
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189839
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8315"], ["description", "I-am-the-goal-description_104"], ["version", 1], ["created_at", "2015-04-10 11:17:40.223292"], ["updated_at", "2015-04-10 11:17:40.223292"], ["tracking", "150410-14"]]
189840
+  (0.8ms) commit transaction
189841
+  (0.1ms) begin transaction
189842
+ 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-task9081"], ["description", "I-am-the-task-description_1103"], ["created_at", "2015-04-10 11:17:40.227554"], ["updated_at", "2015-04-10 11:17:40.227554"]]
189843
+  (0.7ms) commit transaction
189844
+  (0.1ms) begin transaction
189845
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189846
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_667"], ["description", "I-am-the-goal-description_7751"], ["version", 1], ["created_at", "2015-04-10 11:17:40.231905"], ["updated_at", "2015-04-10 11:17:40.231905"], ["tracking", "150410-15"]]
189847
+  (0.8ms) commit transaction
189848
+  (0.1ms) begin transaction
189849
+ 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-task2904"], ["description", "I-am-the-task-description_35"], ["created_at", "2015-04-10 11:17:40.235680"], ["updated_at", "2015-04-10 11:17:40.235680"]]
189850
+  (0.9ms) commit transaction
189851
+ Processing by Flyboy::TasksController#index as HTML
189852
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms)
189853
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
189854
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
189855
+  (0.1ms) begin transaction
189856
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189857
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2639"], ["description", "I-am-the-goal-description_7262"], ["version", 1], ["created_at", "2015-04-10 11:17:40.244961"], ["updated_at", "2015-04-10 11:17:40.244961"], ["tracking", "150410-16"]]
189858
+  (0.9ms) commit transaction
189859
+  (0.1ms) begin transaction
189860
+ 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-task6299"], ["description", "I-am-the-task-description_5545"], ["created_at", "2015-04-10 11:17:40.249057"], ["updated_at", "2015-04-10 11:17:40.249057"]]
189861
+  (0.8ms) commit transaction
189862
+  (0.1ms) begin transaction
189863
+ 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-task8220"], ["description", "I-am-the-task-description_7917"], ["created_at", "2015-04-10 11:17:40.252921"], ["updated_at", "2015-04-10 11:17:40.252921"]]
189864
+  (0.8ms) commit transaction
189865
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
189866
+  (0.0ms) begin transaction
189867
+ 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]]
189868
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]
189869
+  (0.8ms) commit transaction
189870
+  (0.1ms) begin transaction
189871
+ 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]]
189872
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]
189873
+  (0.8ms) commit transaction
189874
+  (0.1ms) begin transaction
189875
+ 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]]
189876
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]
189877
+  (0.7ms) commit transaction
189878
+  (0.0ms) begin transaction
189879
+ 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]]
189880
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]
189881
+  (0.8ms) commit transaction
189882
+  (0.1ms) begin transaction
189883
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189884
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_536"], ["description", "I-am-the-goal-description_4479"], ["version", 1], ["created_at", "2015-04-10 11:17:40.266934"], ["updated_at", "2015-04-10 11:17:40.266934"], ["tracking", "150410-17"]]
189885
+  (0.8ms) commit transaction
189886
+  (0.1ms) begin transaction
189887
+ 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-task760"], ["description", "I-am-the-task-description_1233"], ["created_at", "2015-04-10 11:17:40.270765"], ["updated_at", "2015-04-10 11:17:40.270765"]]
189888
+  (0.8ms) commit transaction
189889
+  (0.1ms) begin transaction
189890
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189891
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6305"], ["description", "I-am-the-goal-description_470"], ["version", 1], ["created_at", "2015-04-10 11:17:40.274632"], ["updated_at", "2015-04-10 11:17:40.274632"], ["tracking", "150410-18"]]
189892
+  (0.8ms) commit transaction
189893
+  (0.1ms) begin transaction
189894
+ 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-task2144"], ["description", "I-am-the-task-description_6245"], ["created_at", "2015-04-10 11:17:40.278604"], ["updated_at", "2015-04-10 11:17:40.278604"]]
189895
+  (0.8ms) commit transaction
189896
+ Processing by Flyboy::TasksController#index as HTML
189897
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms)
189898
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
189899
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC
189900
+  (0.1ms) begin transaction
189901
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189902
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5861"], ["description", "I-am-the-goal-description_4385"], ["version", 1], ["created_at", "2015-04-10 11:17:40.288802"], ["updated_at", "2015-04-10 11:17:40.288802"], ["tracking", "150410-19"]]
189903
+  (1.0ms) commit transaction
189904
+  (0.1ms) begin transaction
189905
+ 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-task1884"], ["description", "I-am-the-task-description_132"], ["created_at", "2015-04-10 11:17:40.293440"], ["updated_at", "2015-04-10 11:17:40.293440"]]
189906
+  (0.8ms) commit transaction
189907
+  (0.1ms) begin transaction
189908
+ 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-task512"], ["description", "I-am-the-task-description_916"], ["created_at", "2015-04-10 11:17:40.297796"], ["updated_at", "2015-04-10 11:17:40.297796"]]
189909
+  (0.8ms) commit transaction
189910
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
189911
+  (0.0ms) begin transaction
189912
+ 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]]
189913
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]
189914
+  (0.7ms) commit transaction
189915
+  (0.1ms) begin transaction
189916
+ 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]]
189917
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]
189918
+  (0.7ms) commit transaction
189919
+  (0.0ms) begin transaction
189920
+ 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]]
189921
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]
189922
+  (0.7ms) commit transaction
189923
+  (0.0ms) begin transaction
189924
+ 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]]
189925
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]
189926
+  (0.7ms) commit transaction
189927
+  (0.1ms) begin transaction
189928
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189929
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9025"], ["description", "I-am-the-goal-description_2353"], ["version", 1], ["created_at", "2015-04-10 11:17:40.311869"], ["updated_at", "2015-04-10 11:17:40.311869"], ["tracking", "150410-20"]]
189930
+  (0.7ms) commit transaction
189931
+  (0.1ms) begin transaction
189932
+ 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-task4438"], ["description", "I-am-the-task-description_9882"], ["created_at", "2015-04-10 11:17:40.315646"], ["updated_at", "2015-04-10 11:17:40.315646"]]
189933
+  (0.9ms) commit transaction
189934
+  (0.1ms) begin transaction
189935
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189936
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2386"], ["description", "I-am-the-goal-description_1935"], ["version", 1], ["created_at", "2015-04-10 11:17:40.372847"], ["updated_at", "2015-04-10 11:17:40.372847"], ["tracking", "150410-21"]]
189937
+  (0.8ms) commit transaction
189938
+  (0.0ms) begin transaction
189939
+ 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", 25], ["title", "I-am-a-task5967"], ["description", "I-am-the-task-description_3929"], ["created_at", "2015-04-10 11:17:40.376740"], ["updated_at", "2015-04-10 11:17:40.376740"]]
189940
+  (0.8ms) commit transaction
189941
+ Processing by Flyboy::TasksController#index as HTML
189942
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms)
189943
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
189944
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC
189945
+  (0.1ms) begin transaction
189946
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189947
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2279"], ["description", "I-am-the-goal-description_9950"], ["version", 1], ["created_at", "2015-04-10 11:17:40.387133"], ["updated_at", "2015-04-10 11:17:40.387133"], ["tracking", "150410-22"]]
189948
+  (0.8ms) commit transaction
189949
+  (0.1ms) begin transaction
189950
+ 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", 26], ["title", "I-am-a-task2508"], ["description", "I-am-the-task-description_2340"], ["created_at", "2015-04-10 11:17:40.391469"], ["updated_at", "2015-04-10 11:17:40.391469"]]
189951
+  (0.8ms) commit transaction
189952
+  (0.1ms) begin transaction
189953
+ 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-task2935"], ["description", "I-am-the-task-description_4771"], ["created_at", "2015-04-10 11:17:40.395711"], ["updated_at", "2015-04-10 11:17:40.395711"]]
189954
+  (0.8ms) commit transaction
189955
+ Processing by Flyboy::TasksController#show as HTML
189956
+ Parameters: {"id"=>"24"}
189957
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]]
189958
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]
189959
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]]
189960
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.4ms)
189961
+ Completed 200 OK in 8ms (Views: 3.2ms | ActiveRecord: 0.4ms)
189962
+  (0.1ms) begin transaction
189963
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189964
+ SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5604"], ["description", "I-am-the-goal-description_956"], ["version", 1], ["created_at", "2015-04-10 11:17:40.411996"], ["updated_at", "2015-04-10 11:17:40.411996"], ["tracking", "150410-23"]]
189965
+  (15.0ms) commit transaction
189966
+  (0.1ms) begin transaction
189967
+ SQL (0.8ms) 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-task5374"], ["description", "I-am-the-task-description_2226"], ["created_at", "2015-04-10 11:17:40.431710"], ["updated_at", "2015-04-10 11:17:40.431710"]]
189968
+  (0.8ms) commit transaction
189969
+  (0.1ms) begin transaction
189970
+ 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", 27], ["title", "I-am-a-task2284"], ["description", "I-am-the-task-description_4935"], ["created_at", "2015-04-10 11:17:40.437241"], ["updated_at", "2015-04-10 11:17:40.437241"]]
189971
+  (0.8ms) commit transaction
189972
+ Processing by Flyboy::TasksController#new as HTML
189973
+ Parameters: {"goal_id"=>"27"}
189974
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]
189975
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms)
189976
+ Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.1ms)
189977
+  (0.1ms) begin transaction
189978
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189979
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4180"], ["description", "I-am-the-goal-description_7464"], ["version", 1], ["created_at", "2015-04-10 11:17:40.448855"], ["updated_at", "2015-04-10 11:17:40.448855"], ["tracking", "150410-24"]]
189980
+  (0.8ms) commit transaction
189981
+  (0.0ms) begin transaction
189982
+ 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-task1709"], ["description", "I-am-the-task-description_7842"], ["created_at", "2015-04-10 11:17:40.452822"], ["updated_at", "2015-04-10 11:17:40.452822"]]
189983
+  (0.8ms) commit transaction
189984
+  (0.1ms) begin transaction
189985
+ 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-task6105"], ["description", "I-am-the-task-description_3869"], ["created_at", "2015-04-10 11:17:40.456799"], ["updated_at", "2015-04-10 11:17:40.456799"]]
189986
+  (0.8ms) commit transaction
189987
+ Processing by Flyboy::TasksController#edit as HTML
189988
+ Parameters: {"id"=>"28"}
189989
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]]
189990
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]]
189991
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms)
189992
+ Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.2ms)
189993
+  (0.1ms) begin transaction
189994
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
189995
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_787"], ["description", "I-am-the-goal-description_8886"], ["version", 1], ["created_at", "2015-04-10 11:17:40.468143"], ["updated_at", "2015-04-10 11:17:40.468143"], ["tracking", "150410-25"]]
189996
+  (0.9ms) commit transaction
189997
+  (0.0ms) begin transaction
189998
+ 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-task7419"], ["description", "I-am-the-task-description_1172"], ["created_at", "2015-04-10 11:17:40.471953"], ["updated_at", "2015-04-10 11:17:40.471953"]]
189999
+  (0.8ms) commit transaction
190000
+  (0.1ms) begin transaction
190001
+ 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-task6460"], ["description", "I-am-the-task-description_7551"], ["created_at", "2015-04-10 11:17:40.475729"], ["updated_at", "2015-04-10 11:17:40.475729"]]
190002
+  (0.9ms) commit transaction
190003
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"
190004
+ Processing by Flyboy::TasksController#create as HTML
190005
+ Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-10", "term"=>"2015-04-10"}}
190006
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]
190007
+  (0.1ms) begin transaction
190008
+ 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-10"], ["reminder", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.488063"], ["updated_at", "2015-04-10 11:17:40.488063"]]
190009
+  (0.8ms) commit transaction
190010
+ Redirected to http://test.host/flyboy/tasks/32
190011
+ Completed 302 Found in 5ms (ActiveRecord: 1.2ms)
190012
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"
190013
+  (0.1ms) begin transaction
190014
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190015
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9822"], ["description", "I-am-the-goal-description_4372"], ["version", 1], ["created_at", "2015-04-10 11:17:40.494787"], ["updated_at", "2015-04-10 11:17:40.494787"], ["tracking", "150410-26"]]
190016
+  (0.8ms) commit transaction
190017
+  (0.0ms) begin transaction
190018
+ 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", 30], ["title", "I-am-a-task1939"], ["description", "I-am-the-task-description_9160"], ["created_at", "2015-04-10 11:17:40.498543"], ["updated_at", "2015-04-10 11:17:40.498543"]]
190019
+  (0.8ms) commit transaction
190020
+  (0.1ms) begin transaction
190021
+ 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", 30], ["title", "I-am-a-task5486"], ["description", "I-am-the-task-description_1674"], ["created_at", "2015-04-10 11:17:40.502433"], ["updated_at", "2015-04-10 11:17:40.502433"]]
190022
+  (0.8ms) commit transaction
190023
+ Processing by Flyboy::TasksController#create as HTML
190024
+ Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-10", "term"=>"2015-04-10"}}
190025
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]
190026
+  (0.1ms) begin transaction
190027
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-10"], ["reminder", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.508493"], ["updated_at", "2015-04-10 11:17:40.508493"]]
190028
+  (0.8ms) commit transaction
190029
+ Redirected to http://test.host/flyboy/tasks/35
190030
+ Completed 302 Found in 6ms (ActiveRecord: 1.3ms)
190031
+  (0.1ms) begin transaction
190032
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190033
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2738"], ["description", "I-am-the-goal-description_5811"], ["version", 1], ["created_at", "2015-04-10 11:17:40.518455"], ["updated_at", "2015-04-10 11:17:40.518455"], ["tracking", "150410-27"]]
190034
+  (0.9ms) commit transaction
190035
+  (0.1ms) begin transaction
190036
+ 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-task6134"], ["description", "I-am-the-task-description_6342"], ["created_at", "2015-04-10 11:17:40.522611"], ["updated_at", "2015-04-10 11:17:40.522611"]]
190037
+  (0.8ms) commit transaction
190038
+  (0.1ms) begin transaction
190039
+ SQL (0.4ms) 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-task9666"], ["description", "I-am-the-task-description_69"], ["created_at", "2015-04-10 11:17:40.527161"], ["updated_at", "2015-04-10 11:17:40.527161"]]
190040
+  (0.8ms) commit transaction
190041
+ Processing by Flyboy::TasksController#create as HTML
190042
+ Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-10", "term"=>"2015-04-10"}}
190043
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]
190044
+  (0.1ms) begin transaction
190045
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-10"], ["reminder", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.535450"], ["updated_at", "2015-04-10 11:17:40.535450"]]
190046
+  (0.7ms) commit transaction
190047
+ Redirected to http://test.host/flyboy/tasks/38
190048
+ Completed 302 Found in 7ms (ActiveRecord: 1.2ms)
190049
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1
190050
+  (0.1ms) begin transaction
190051
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190052
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8666"], ["description", "I-am-the-goal-description_5448"], ["version", 1], ["created_at", "2015-04-10 11:17:40.543040"], ["updated_at", "2015-04-10 11:17:40.543040"], ["tracking", "150410-28"]]
190053
+  (0.8ms) commit transaction
190054
+  (0.0ms) begin transaction
190055
+ 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", 32], ["title", "I-am-a-task3730"], ["description", "I-am-the-task-description_3376"], ["created_at", "2015-04-10 11:17:40.546734"], ["updated_at", "2015-04-10 11:17:40.546734"]]
190056
+  (0.8ms) commit transaction
190057
+  (0.1ms) begin transaction
190058
+ 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", 32], ["title", "I-am-a-task7667"], ["description", "I-am-the-task-description_4396"], ["created_at", "2015-04-10 11:17:40.550842"], ["updated_at", "2015-04-10 11:17:40.550842"]]
190059
+  (0.8ms) commit transaction
190060
+ Processing by Flyboy::TasksController#create as HTML
190061
+ Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}}
190062
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]
190063
+  (0.1ms) begin transaction
190064
+  (0.0ms) rollback transaction
190065
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms)
190066
+ Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)
190067
+  (0.1ms) begin transaction
190068
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190069
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1758"], ["description", "I-am-the-goal-description_7822"], ["version", 1], ["created_at", "2015-04-10 11:17:40.562775"], ["updated_at", "2015-04-10 11:17:40.562775"], ["tracking", "150410-29"]]
190070
+  (0.8ms) commit transaction
190071
+  (0.1ms) begin transaction
190072
+ 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-task1667"], ["description", "I-am-the-task-description_8942"], ["created_at", "2015-04-10 11:17:40.566993"], ["updated_at", "2015-04-10 11:17:40.566993"]]
190073
+  (0.8ms) commit transaction
190074
+  (0.1ms) begin transaction
190075
+ 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-task5313"], ["description", "I-am-the-task-description_7647"], ["created_at", "2015-04-10 11:17:40.571126"], ["updated_at", "2015-04-10 11:17:40.571126"]]
190076
+  (0.8ms) commit transaction
190077
+  (0.0ms) begin transaction
190078
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]
190079
+ 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-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.575271"], ["updated_at", "2015-04-10 11:17:40.575271"]]
190080
+  (0.8ms) commit transaction
190081
+ Processing by Flyboy::TasksController#update as HTML
190082
+ Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-10", "term"=>"2015-04-10"}, "id"=>"43"}
190083
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]]
190084
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]
190085
+  (0.1ms) begin transaction
190086
+  (0.0ms) commit transaction
190087
+ Redirected to http://test.host/flyboy/tasks/43
190088
+ Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
190089
+  (0.1ms) begin transaction
190090
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190091
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2366"], ["description", "I-am-the-goal-description_1152"], ["version", 1], ["created_at", "2015-04-10 11:17:40.586599"], ["updated_at", "2015-04-10 11:17:40.586599"], ["tracking", "150410-30"]]
190092
+  (0.8ms) commit transaction
190093
+  (0.1ms) begin transaction
190094
+ 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", 34], ["title", "I-am-a-task4201"], ["description", "I-am-the-task-description_2259"], ["created_at", "2015-04-10 11:17:40.591268"], ["updated_at", "2015-04-10 11:17:40.591268"]]
190095
+  (0.8ms) commit transaction
190096
+  (0.1ms) begin transaction
190097
+ 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-task2842"], ["description", "I-am-the-task-description_2701"], ["created_at", "2015-04-10 11:17:40.595576"], ["updated_at", "2015-04-10 11:17:40.595576"]]
190098
+  (0.8ms) commit transaction
190099
+  (0.0ms) begin transaction
190100
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]
190101
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.599351"], ["updated_at", "2015-04-10 11:17:40.599351"]]
190102
+  (0.8ms) commit transaction
190103
+ Processing by Flyboy::TasksController#update as HTML
190104
+ Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-10", "term"=>"2015-04-10"}, "id"=>"46"}
190105
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]]
190106
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]
190107
+  (0.1ms) begin transaction
190108
+  (0.0ms) commit transaction
190109
+ Redirected to http://test.host/flyboy/tasks/46
190110
+ Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
190111
+  (0.1ms) begin transaction
190112
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190113
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8027"], ["description", "I-am-the-goal-description_8581"], ["version", 1], ["created_at", "2015-04-10 11:17:40.611598"], ["updated_at", "2015-04-10 11:17:40.611598"], ["tracking", "150410-31"]]
190114
+  (0.8ms) commit transaction
190115
+  (0.0ms) begin transaction
190116
+ 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-task2799"], ["description", "I-am-the-task-description_8364"], ["created_at", "2015-04-10 11:17:40.615542"], ["updated_at", "2015-04-10 11:17:40.615542"]]
190117
+  (0.8ms) commit transaction
190118
+  (0.1ms) begin transaction
190119
+ 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", 35], ["title", "I-am-a-task2070"], ["description", "I-am-the-task-description_4472"], ["created_at", "2015-04-10 11:17:40.619412"], ["updated_at", "2015-04-10 11:17:40.619412"]]
190120
+  (0.9ms) commit transaction
190121
+  (0.0ms) begin transaction
190122
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]
190123
+ 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-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.623577"], ["updated_at", "2015-04-10 11:17:40.623577"]]
190124
+  (0.8ms) commit transaction
190125
+ Processing by Flyboy::TasksController#update as HTML
190126
+ Parameters: {"task"=>{"title"=>nil}, "id"=>"49"}
190127
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]]
190128
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]
190129
+  (0.1ms) begin transaction
190130
+  (0.0ms) rollback transaction
190131
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms)
190132
+ Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)
190133
+  (0.1ms) begin transaction
190134
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190135
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_53"], ["description", "I-am-the-goal-description_397"], ["version", 1], ["created_at", "2015-04-10 11:17:40.635972"], ["updated_at", "2015-04-10 11:17:40.635972"], ["tracking", "150410-32"]]
190136
+  (0.6ms) commit transaction
190137
+  (0.1ms) begin transaction
190138
+ 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", 36], ["title", "I-am-a-task1681"], ["description", "I-am-the-task-description_6503"], ["created_at", "2015-04-10 11:17:40.640421"], ["updated_at", "2015-04-10 11:17:40.640421"]]
190139
+  (0.7ms) commit transaction
190140
+  (0.1ms) begin transaction
190141
+ 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", 36], ["title", "I-am-a-task7138"], ["description", "I-am-the-task-description_1630"], ["created_at", "2015-04-10 11:17:40.644501"], ["updated_at", "2015-04-10 11:17:40.644501"]]
190142
+  (0.9ms) commit transaction
190143
+  (0.0ms) begin transaction
190144
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]
190145
+ 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-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.648172"], ["updated_at", "2015-04-10 11:17:40.648172"]]
190146
+  (0.7ms) commit transaction
190147
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"
190148
+ Processing by Flyboy::TasksController#destroy as HTML
190149
+ Parameters: {"id"=>"52"}
190150
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]]
190151
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]
190152
+  (0.1ms) begin transaction
190153
+ 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]]
190154
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]
190155
+  (0.7ms) commit transaction
190156
+ Redirected to http://test.host/flyboy/tasks
190157
+ Completed 302 Found in 5ms (ActiveRecord: 1.1ms)
190158
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"
190159
+  (0.1ms) begin transaction
190160
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190161
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8355"], ["description", "I-am-the-goal-description_3202"], ["version", 1], ["created_at", "2015-04-10 11:17:40.660867"], ["updated_at", "2015-04-10 11:17:40.660867"], ["tracking", "150410-33"]]
190162
+  (0.7ms) commit transaction
190163
+  (0.0ms) begin transaction
190164
+ 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-task1454"], ["description", "I-am-the-task-description_9427"], ["created_at", "2015-04-10 11:17:40.664855"], ["updated_at", "2015-04-10 11:17:40.664855"]]
190165
+  (0.8ms) commit transaction
190166
+  (0.1ms) begin transaction
190167
+ 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-task2297"], ["description", "I-am-the-task-description_6495"], ["created_at", "2015-04-10 11:17:40.668924"], ["updated_at", "2015-04-10 11:17:40.668924"]]
190168
+  (0.9ms) commit transaction
190169
+  (0.0ms) begin transaction
190170
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]
190171
+ 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-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.672968"], ["updated_at", "2015-04-10 11:17:40.672968"]]
190172
+  (0.9ms) commit transaction
190173
+ Processing by Flyboy::TasksController#destroy as HTML
190174
+ Parameters: {"id"=>"55"}
190175
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]]
190176
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]
190177
+  (0.1ms) begin transaction
190178
+ 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]]
190179
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]
190180
+  (1.0ms) commit transaction
190181
+ Redirected to http://test.host/flyboy/tasks
190182
+ Completed 302 Found in 5ms (ActiveRecord: 1.5ms)
190183
+  (0.1ms) begin transaction
190184
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190185
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5337"], ["description", "I-am-the-goal-description_7905"], ["version", 1], ["created_at", "2015-04-10 11:17:40.685996"], ["updated_at", "2015-04-10 11:17:40.685996"], ["tracking", "150410-34"]]
190186
+  (0.9ms) commit transaction
190187
+  (0.0ms) begin transaction
190188
+ 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-task7528"], ["description", "I-am-the-task-description_1354"], ["created_at", "2015-04-10 11:17:40.690338"], ["updated_at", "2015-04-10 11:17:40.690338"]]
190189
+  (0.7ms) commit transaction
190190
+  (0.1ms) begin transaction
190191
+ 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", 38], ["title", "I-am-a-task3568"], ["description", "I-am-the-task-description_1013"], ["created_at", "2015-04-10 11:17:40.694102"], ["updated_at", "2015-04-10 11:17:40.694102"]]
190192
+  (0.8ms) commit transaction
190193
+  (0.0ms) begin transaction
190194
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]
190195
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.697824"], ["updated_at", "2015-04-10 11:17:40.697824"]]
190196
+  (0.8ms) commit transaction
190197
+ Processing by Flyboy::TasksController#snooze as HTML
190198
+ Parameters: {"id"=>"58"}
190199
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]]
190200
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]
190201
+  (0.1ms) begin transaction
190202
+ SQL (0.2ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-17"], ["term", "2015-05-10"], ["updated_at", "2015-04-10 11:17:40.703549"], ["id", 58]]
190203
+  (1.0ms) commit transaction
190204
+ Redirected to http://test.host/flyboy/tasks
190205
+ Completed 302 Found in 5ms (ActiveRecord: 1.5ms)
190206
+  (0.1ms) begin transaction
190207
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190208
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5060"], ["description", "I-am-the-goal-description_7451"], ["version", 1], ["created_at", "2015-04-10 11:17:40.709795"], ["updated_at", "2015-04-10 11:17:40.709795"], ["tracking", "150410-35"]]
190209
+  (0.8ms) commit transaction
190210
+  (0.1ms) begin transaction
190211
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190212
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_968"], ["description", "I-am-the-goal-description_9790"], ["version", 1], ["created_at", "2015-04-10 11:17:40.714860"], ["updated_at", "2015-04-10 11:17:40.714860"], ["tracking", "150410-36"]]
190213
+  (0.8ms) commit transaction
190214
+  (0.1ms) begin transaction
190215
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 40], ["title", "I-am-a-task7661"], ["description", "I-am-the-task-description_8003"], ["created_at", "2015-04-10 11:17:40.718717"], ["updated_at", "2015-04-10 11:17:40.718717"]]
190216
+  (0.7ms) commit transaction
190217
+  (0.1ms) begin transaction
190218
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190219
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2991"], ["description", "I-am-the-goal-description_2852"], ["version", 1], ["created_at", "2015-04-10 11:17:40.722701"], ["updated_at", "2015-04-10 11:17:40.722701"], ["tracking", "150410-37"]]
190220
+  (0.8ms) commit transaction
190221
+  (0.0ms) begin transaction
190222
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 41], ["title", "I-am-a-task6468"], ["description", "I-am-the-task-description_8085"], ["created_at", "2015-04-10 11:17:40.726720"], ["updated_at", "2015-04-10 11:17:40.726720"]]
190223
+  (0.8ms) commit transaction
190224
+  (0.0ms) begin transaction
190225
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190226
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5317"], ["description", "I-am-the-goal-description_2449"], ["version", 1], ["created_at", "2015-04-10 11:17:40.729499"], ["updated_at", "2015-04-10 11:17:40.729499"], ["tracking", "150410-38"]]
190227
+  (0.7ms) commit transaction
190228
+  (0.1ms) begin transaction
190229
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task124"], ["description", "I-am-the-task-description_5048"], ["created_at", "2015-04-10 11:17:40.733654"], ["updated_at", "2015-04-10 11:17:40.733654"]]
190230
+  (0.7ms) commit transaction
190231
+  (0.1ms) begin transaction
190232
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 42], ["title", "I-am-a-task7925"], ["description", "I-am-the-task-description_8242"], ["created_at", "2015-04-10 11:17:40.737673"], ["updated_at", "2015-04-10 11:17:40.737673"]]
190233
+  (0.8ms) commit transaction
190234
+  (0.1ms) begin transaction
190235
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-11"], ["term", "2015-04-13"], ["goal_id", 39], ["title", "I-am-a-task537"], ["description", "I-am-the-task-description_6289"], ["created_at", "2015-04-10 11:17:40.742189"], ["updated_at", "2015-04-10 11:17:40.742189"]]
190236
+  (0.7ms) commit transaction
190237
+  (0.1ms) begin transaction
190238
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 39], ["title", "I-am-a-task6521"], ["description", "I-am-the-task-description_1547"], ["created_at", "2015-04-10 11:17:40.746630"], ["updated_at", "2015-04-10 11:17:40.746630"]]
190239
+  (0.7ms) commit transaction
190240
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-10')
190241
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')
190242
+  (0.1ms) begin transaction
190243
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190244
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2548"], ["description", "I-am-the-goal-description_5370"], ["version", 1], ["created_at", "2015-04-10 11:17:40.753160"], ["updated_at", "2015-04-10 11:17:40.753160"], ["tracking", "150410-39"]]
190245
+  (0.9ms) commit transaction
190246
+  (0.1ms) begin transaction
190247
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190248
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7226"], ["description", "I-am-the-goal-description_8647"], ["version", 1], ["created_at", "2015-04-10 11:17:40.758002"], ["updated_at", "2015-04-10 11:17:40.758002"], ["tracking", "150410-40"]]
190249
+  (0.7ms) commit transaction
190250
+  (0.0ms) begin transaction
190251
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 44], ["title", "I-am-a-task6107"], ["description", "I-am-the-task-description_1099"], ["created_at", "2015-04-10 11:17:40.762017"], ["updated_at", "2015-04-10 11:17:40.762017"]]
190252
+  (0.8ms) commit transaction
190253
+  (0.1ms) begin transaction
190254
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190255
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3164"], ["description", "I-am-the-goal-description_2448"], ["version", 1], ["created_at", "2015-04-10 11:17:40.765792"], ["updated_at", "2015-04-10 11:17:40.765792"], ["tracking", "150410-41"]]
190256
+  (0.8ms) commit transaction
190257
+  (0.0ms) begin transaction
190258
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 45], ["title", "I-am-a-task5954"], ["description", "I-am-the-task-description_4799"], ["created_at", "2015-04-10 11:17:40.769320"], ["updated_at", "2015-04-10 11:17:40.769320"]]
190259
+  (0.8ms) commit transaction
190260
+  (0.1ms) begin transaction
190261
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190262
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_572"], ["description", "I-am-the-goal-description_4004"], ["version", 1], ["created_at", "2015-04-10 11:17:40.772303"], ["updated_at", "2015-04-10 11:17:40.772303"], ["tracking", "150410-42"]]
190263
+  (0.8ms) commit transaction
190264
+  (0.1ms) begin transaction
190265
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task8213"], ["description", "I-am-the-task-description_8897"], ["created_at", "2015-04-10 11:17:40.776767"], ["updated_at", "2015-04-10 11:17:40.776767"]]
190266
+  (0.8ms) commit transaction
190267
+  (0.1ms) begin transaction
190268
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 46], ["title", "I-am-a-task2749"], ["description", "I-am-the-task-description_4468"], ["created_at", "2015-04-10 11:17:40.780750"], ["updated_at", "2015-04-10 11:17:40.780750"]]
190269
+  (0.8ms) commit transaction
190270
+  (0.1ms) begin transaction
190271
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-11"], ["term", "2015-04-13"], ["goal_id", 43], ["title", "I-am-a-task3966"], ["description", "I-am-the-task-description_3939"], ["created_at", "2015-04-10 11:17:40.784838"], ["updated_at", "2015-04-10 11:17:40.784838"]]
190272
+  (0.8ms) commit transaction
190273
+  (0.1ms) begin transaction
190274
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 43], ["title", "I-am-a-task6592"], ["description", "I-am-the-task-description_1223"], ["created_at", "2015-04-10 11:17:40.789268"], ["updated_at", "2015-04-10 11:17:40.789268"]]
190275
+  (0.8ms) commit transaction
190276
+  (0.1ms) begin transaction
190277
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190278
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9525"], ["description", "I-am-the-goal-description_5352"], ["version", 1], ["created_at", "2015-04-10 11:17:40.792570"], ["updated_at", "2015-04-10 11:17:40.792570"], ["tracking", "150410-43"]]
190279
+  (0.8ms) commit transaction
190280
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-10')
190281
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')
190282
+  (0.1ms) begin transaction
190283
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190284
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4338"], ["description", "I-am-the-goal-description_9186"], ["version", 1], ["created_at", "2015-04-10 11:17:40.800294"], ["updated_at", "2015-04-10 11:17:40.800294"], ["tracking", "150410-44"]]
190285
+  (0.8ms) commit transaction
190286
+  (0.1ms) begin transaction
190287
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190288
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_83"], ["description", "I-am-the-goal-description_5369"], ["version", 1], ["created_at", "2015-04-10 11:17:40.805079"], ["updated_at", "2015-04-10 11:17:40.805079"], ["tracking", "150410-45"]]
190289
+  (0.8ms) commit transaction
190290
+  (0.0ms) begin transaction
190291
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 49], ["title", "I-am-a-task4650"], ["description", "I-am-the-task-description_1775"], ["created_at", "2015-04-10 11:17:40.809191"], ["updated_at", "2015-04-10 11:17:40.809191"]]
190292
+  (0.9ms) commit transaction
190293
+  (0.1ms) begin transaction
190294
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190295
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3036"], ["description", "I-am-the-goal-description_4208"], ["version", 1], ["created_at", "2015-04-10 11:17:40.813203"], ["updated_at", "2015-04-10 11:17:40.813203"], ["tracking", "150410-46"]]
190296
+  (0.9ms) commit transaction
190297
+  (0.0ms) begin transaction
190298
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 50], ["title", "I-am-a-task5474"], ["description", "I-am-the-task-description_3881"], ["created_at", "2015-04-10 11:17:40.816871"], ["updated_at", "2015-04-10 11:17:40.816871"]]
190299
+  (0.8ms) commit transaction
190300
+  (0.1ms) begin transaction
190301
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190302
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2056"], ["description", "I-am-the-goal-description_4807"], ["version", 1], ["created_at", "2015-04-10 11:17:40.819877"], ["updated_at", "2015-04-10 11:17:40.819877"], ["tracking", "150410-47"]]
190303
+  (0.8ms) commit transaction
190304
+  (0.1ms) begin transaction
190305
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task411"], ["description", "I-am-the-task-description_2005"], ["created_at", "2015-04-10 11:17:40.824326"], ["updated_at", "2015-04-10 11:17:40.824326"]]
190306
+  (0.8ms) commit transaction
190307
+  (0.1ms) begin transaction
190308
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 51], ["title", "I-am-a-task2780"], ["description", "I-am-the-task-description_1972"], ["created_at", "2015-04-10 11:17:40.828391"], ["updated_at", "2015-04-10 11:17:40.828391"]]
190309
+  (0.8ms) commit transaction
190310
+  (0.1ms) begin transaction
190311
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-11"], ["term", "2015-04-13"], ["goal_id", 48], ["title", "I-am-a-task4591"], ["description", "I-am-the-task-description_9556"], ["created_at", "2015-04-10 11:17:40.832703"], ["updated_at", "2015-04-10 11:17:40.832703"]]
190312
+  (0.7ms) commit transaction
190313
+  (0.1ms) begin transaction
190314
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task3048"], ["description", "I-am-the-task-description_2171"], ["created_at", "2015-04-10 11:17:40.837108"], ["updated_at", "2015-04-10 11:17:40.837108"]]
190315
+  (0.8ms) commit transaction
190316
+  (0.1ms) begin transaction
190317
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task2593"], ["description", "I-am-the-task-description_4700"], ["created_at", "2015-04-10 11:17:40.841016"], ["updated_at", "2015-04-10 11:17:40.841016"]]
190318
+  (0.7ms) commit transaction
190319
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-10')
190320
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')
190321
+  (0.1ms) begin transaction
190322
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190323
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6068"], ["description", "I-am-the-goal-description_6647"], ["version", 1], ["created_at", "2015-04-10 11:17:40.848589"], ["updated_at", "2015-04-10 11:17:40.848589"], ["tracking", "150410-48"]]
190324
+  (0.8ms) commit transaction
190325
+  (0.1ms) begin transaction
190326
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190327
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8556"], ["description", "I-am-the-goal-description_4508"], ["version", 1], ["created_at", "2015-04-10 11:17:40.853460"], ["updated_at", "2015-04-10 11:17:40.853460"], ["tracking", "150410-49"]]
190328
+  (0.8ms) commit transaction
190329
+  (0.0ms) begin transaction
190330
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 53], ["title", "I-am-a-task9381"], ["description", "I-am-the-task-description_6135"], ["created_at", "2015-04-10 11:17:40.857359"], ["updated_at", "2015-04-10 11:17:40.857359"]]
190331
+  (0.8ms) commit transaction
190332
+  (0.1ms) begin transaction
190333
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190334
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1407"], ["description", "I-am-the-goal-description_9053"], ["version", 1], ["created_at", "2015-04-10 11:17:40.861190"], ["updated_at", "2015-04-10 11:17:40.861190"], ["tracking", "150410-50"]]
190335
+  (0.9ms) commit transaction
190336
+  (0.0ms) begin transaction
190337
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 54], ["title", "I-am-a-task4152"], ["description", "I-am-the-task-description_3353"], ["created_at", "2015-04-10 11:17:40.864818"], ["updated_at", "2015-04-10 11:17:40.864818"]]
190338
+  (0.7ms) commit transaction
190339
+  (0.1ms) begin transaction
190340
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190341
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4265"], ["description", "I-am-the-goal-description_7107"], ["version", 1], ["created_at", "2015-04-10 11:17:40.867777"], ["updated_at", "2015-04-10 11:17:40.867777"], ["tracking", "150410-51"]]
190342
+  (1.0ms) commit transaction
190343
+  (0.1ms) begin transaction
190344
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task7889"], ["description", "I-am-the-task-description_4784"], ["created_at", "2015-04-10 11:17:40.926213"], ["updated_at", "2015-04-10 11:17:40.926213"]]
190345
+  (0.9ms) commit transaction
190346
+  (0.1ms) begin transaction
190347
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 55], ["title", "I-am-a-task1012"], ["description", "I-am-the-task-description_6046"], ["created_at", "2015-04-10 11:17:40.930393"], ["updated_at", "2015-04-10 11:17:40.930393"]]
190348
+  (0.8ms) commit transaction
190349
+  (0.1ms) begin transaction
190350
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-11"], ["term", "2015-04-13"], ["goal_id", 52], ["title", "I-am-a-task3391"], ["description", "I-am-the-task-description_9840"], ["created_at", "2015-04-10 11:17:40.935124"], ["updated_at", "2015-04-10 11:17:40.935124"]]
190351
+  (0.8ms) commit transaction
190352
+  (0.1ms) begin transaction
190353
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 52], ["title", "I-am-a-task9523"], ["description", "I-am-the-task-description_3792"], ["created_at", "2015-04-10 11:17:40.939588"], ["updated_at", "2015-04-10 11:17:40.939588"]]
190354
+  (0.8ms) commit transaction
190355
+  (0.1ms) begin transaction
190356
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 52], ["title", "I-am-a-task9773"], ["description", "I-am-the-task-description_7573"], ["created_at", "2015-04-10 11:17:40.943710"], ["updated_at", "2015-04-10 11:17:40.943710"]]
190357
+  (0.8ms) commit transaction
190358
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-10')
190359
+  (0.1ms) begin transaction
190360
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190361
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_615"], ["description", "I-am-the-goal-description_2345"], ["version", 1], ["created_at", "2015-04-10 11:17:40.951293"], ["updated_at", "2015-04-10 11:17:40.951293"], ["tracking", "150410-52"]]
190362
+  (0.9ms) commit transaction
190363
+  (0.1ms) begin transaction
190364
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-11"], ["term", "2015-04-13"], ["goal_id", 56], ["title", "I-am-a-task3307"], ["description", "I-am-the-task-description_7086"], ["created_at", "2015-04-10 11:17:40.955922"], ["updated_at", "2015-04-10 11:17:40.955922"]]
190365
+  (0.9ms) commit transaction
190366
+  (0.1ms) begin transaction
190367
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190368
+ SQL (0.3ms) 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_4948"], ["version", 1], ["created_at", "2015-04-10 11:17:40.962159"], ["updated_at", "2015-04-10 11:17:40.962159"], ["tracking", "150410-53"]]
190369
+  (0.8ms) commit transaction
190370
+  (0.1ms) begin transaction
190371
+ SQL (0.4ms) 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-13"], ["goal_id", 57], ["title", "I-am-a-task3428"], ["description", "I-am-the-task-description_8094"], ["created_at", "2015-04-10 11:17:40.967305"], ["updated_at", "2015-04-10 11:17:40.967305"]]
190372
+  (0.7ms) commit transaction
190373
+  (0.1ms) begin transaction
190374
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190375
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7015"], ["description", "I-am-the-goal-description_6264"], ["version", 1], ["created_at", "2015-04-10 11:17:40.973170"], ["updated_at", "2015-04-10 11:17:40.973170"], ["tracking", "150410-54"]]
190376
+  (0.8ms) commit transaction
190377
+  (0.1ms) begin transaction
190378
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 58], ["title", "I-am-a-task263"], ["description", "I-am-the-task-description_1410"], ["created_at", "2015-04-10 11:17:40.977231"], ["updated_at", "2015-04-10 11:17:40.977231"]]
190379
+  (0.8ms) commit transaction
190380
+  (0.1ms) begin transaction
190381
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190382
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2822"], ["description", "I-am-the-goal-description_806"], ["version", 1], ["created_at", "2015-04-10 11:17:40.982740"], ["updated_at", "2015-04-10 11:17:40.982740"], ["tracking", "150410-55"]]
190383
+  (0.8ms) commit transaction
190384
+  (0.1ms) begin transaction
190385
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 59], ["title", "I-am-a-task8105"], ["description", "I-am-the-task-description_4505"], ["created_at", "2015-04-10 11:17:40.987093"], ["updated_at", "2015-04-10 11:17:40.987093"]]
190386
+  (0.8ms) commit transaction
190387
+  (0.1ms) begin transaction
190388
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190389
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5114"], ["description", "I-am-the-goal-description_1976"], ["version", 1], ["created_at", "2015-04-10 11:17:40.993414"], ["updated_at", "2015-04-10 11:17:40.993414"], ["tracking", "150410-56"]]
190390
+  (0.8ms) commit transaction
190391
+  (0.1ms) begin transaction
190392
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190393
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_348"], ["description", "I-am-the-goal-description_6922"], ["version", 1], ["created_at", "2015-04-10 11:17:40.998542"], ["updated_at", "2015-04-10 11:17:40.998542"], ["tracking", "150410-57"]]
190394
+  (0.8ms) commit transaction
190395
+  (0.1ms) begin transaction
190396
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190397
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1815"], ["description", "I-am-the-goal-description_7863"], ["version", 1], ["created_at", "2015-04-10 11:17:41.004135"], ["updated_at", "2015-04-10 11:17:41.004135"], ["tracking", "150410-58"]]
190398
+  (0.9ms) commit transaction
190399
+  (0.1ms) begin transaction
190400
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190401
+ SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9950"], ["description", "I-am-the-goal-description_6179"], ["version", 1], ["created_at", "2015-04-10 11:17:41.009146"], ["updated_at", "2015-04-10 11:17:41.009146"], ["tracking", "150410-59"]]
190402
+  (1.3ms) commit transaction
190403
+  (0.1ms) begin transaction
190404
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190405
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_939"], ["description", "I-am-the-goal-description_2622"], ["version", 1], ["created_at", "2015-04-10 11:17:41.017593"], ["updated_at", "2015-04-10 11:17:41.017593"], ["tracking", "150410-60"]]
190406
+  (0.8ms) commit transaction
190407
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]
190408
+  (0.1ms) begin transaction
190409
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190410
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9721"], ["description", "I-am-the-goal-description_7483"], ["version", 1], ["created_at", "2015-04-10 11:17:41.024254"], ["updated_at", "2015-04-10 11:17:41.024254"], ["tracking", "150410-61"]]
190411
+  (0.7ms) commit transaction
190412
+  (0.1ms) begin transaction
190413
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190414
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7194"], ["description", "I-am-the-goal-description_7054"], ["version", 1], ["created_at", "2015-04-10 11:17:41.030292"], ["updated_at", "2015-04-10 11:17:41.030292"], ["tracking", "150410-62"]]
190415
+  (0.9ms) commit transaction
190416
+  (0.1ms) begin transaction
190417
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190418
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5563"], ["description", "I-am-the-goal-description_463"], ["version", 1], ["created_at", "2015-04-10 11:17:41.036001"], ["updated_at", "2015-04-10 11:17:41.036001"], ["tracking", "150410-63"]]
190419
+  (0.8ms) commit transaction
190420
+  (0.1ms) begin transaction
190421
+ 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-task9422"], ["description", "I-am-the-task-description_8266"], ["created_at", "2015-04-10 11:17:41.040297"], ["updated_at", "2015-04-10 11:17:41.040297"]]
190422
+  (0.8ms) commit transaction
190423
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]
190424
+  (0.1ms) begin transaction
190425
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190426
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3982"], ["description", "I-am-the-goal-description_4829"], ["version", 1], ["created_at", "2015-04-10 11:17:41.046020"], ["updated_at", "2015-04-10 11:17:41.046020"], ["tracking", "150410-64"]]
190427
+  (0.8ms) commit transaction
190428
+  (0.1ms) begin transaction
190429
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190430
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1241"], ["description", "I-am-the-goal-description_9906"], ["version", 1], ["created_at", "2015-04-10 11:17:41.052554"], ["updated_at", "2015-04-10 11:17:41.052554"], ["tracking", "150410-65"]]
190431
+  (0.8ms) commit transaction
190432
+  (0.1ms) begin transaction
190433
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190434
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7682"], ["description", "I-am-the-goal-description_9147"], ["version", 1], ["created_at", "2015-04-10 11:17:41.059365"], ["updated_at", "2015-04-10 11:17:41.059365"], ["tracking", "150410-66"]]
190435
+  (0.8ms) commit transaction
190436
+  (0.1ms) begin transaction
190437
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190438
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1203"], ["description", "I-am-the-goal-description_7177"], ["version", 1], ["created_at", "2015-04-10 11:17:41.066208"], ["updated_at", "2015-04-10 11:17:41.066208"], ["tracking", "150410-67"]]
190439
+  (0.8ms) commit transaction
190440
+  (0.0ms) begin transaction
190441
+ 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-task3925"], ["description", "I-am-the-task-description_2118"], ["created_at", "2015-04-10 11:17:41.069871"], ["updated_at", "2015-04-10 11:17:41.069871"]]
190442
+  (0.7ms) commit transaction
190443
+  (0.1ms) begin transaction
190444
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190445
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9955"], ["description", "I-am-the-goal-description_9051"], ["version", 1], ["created_at", "2015-04-10 11:17:41.073670"], ["updated_at", "2015-04-10 11:17:41.073670"], ["tracking", "150410-68"]]
190446
+  (0.8ms) commit transaction
190447
+  (0.1ms) begin transaction
190448
+ 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-task9818"], ["description", "I-am-the-task-description_6381"], ["created_at", "2015-04-10 11:17:41.078280"], ["updated_at", "2015-04-10 11:17:41.078280"]]
190449
+  (0.8ms) commit transaction
190450
+  (0.1ms) begin transaction
190451
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190452
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1525"], ["description", "I-am-the-goal-description_2493"], ["version", 1], ["created_at", "2015-04-10 11:17:41.083287"], ["updated_at", "2015-04-10 11:17:41.083287"], ["tracking", "150410-69"]]
190453
+  (0.8ms) commit transaction
190454
+  (0.1ms) begin transaction
190455
+ 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", 73], ["title", "I-am-a-task5933"], ["description", "I-am-the-task-description_6698"], ["created_at", "2015-04-10 11:17:41.087976"], ["updated_at", "2015-04-10 11:17:41.087976"]]
190456
+  (0.8ms) commit transaction
190457
+  (0.1ms) begin transaction
190458
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190459
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4297"], ["description", "I-am-the-goal-description_3948"], ["version", 1], ["created_at", "2015-04-10 11:17:41.092564"], ["updated_at", "2015-04-10 11:17:41.092564"], ["tracking", "150410-70"]]
190460
+  (0.8ms) commit transaction
190461
+  (0.1ms) begin transaction
190462
+ 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", 74], ["title", "I-am-a-task563"], ["description", "I-am-the-task-description_9551"], ["created_at", "2015-04-10 11:17:41.097234"], ["updated_at", "2015-04-10 11:17:41.097234"]]
190463
+  (0.7ms) commit transaction
190464
+  (0.1ms) begin transaction
190465
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190466
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9489"], ["description", "I-am-the-goal-description_8191"], ["version", 1], ["created_at", "2015-04-10 11:17:41.101711"], ["updated_at", "2015-04-10 11:17:41.101711"], ["tracking", "150410-71"]]
190467
+  (0.9ms) commit transaction
190468
+  (0.1ms) begin transaction
190469
+ 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", 75], ["title", "I-am-a-task1499"], ["description", "I-am-the-task-description_6611"], ["created_at", "2015-04-10 11:17:41.106810"], ["updated_at", "2015-04-10 11:17:41.106810"]]
190470
+  (0.8ms) commit transaction
190471
+  (0.1ms) begin transaction
190472
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190473
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7667"], ["description", "I-am-the-goal-description_5921"], ["version", 1], ["created_at", "2015-04-10 11:17:41.111741"], ["updated_at", "2015-04-10 11:17:41.111741"], ["tracking", "150410-72"]]
190474
+  (0.9ms) commit transaction
190475
+  (0.0ms) begin transaction
190476
+ 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", 76], ["title", "I-am-a-task6763"], ["description", "I-am-the-task-description_7722"], ["created_at", "2015-04-10 11:17:41.115500"], ["updated_at", "2015-04-10 11:17:41.115500"]]
190477
+  (0.9ms) commit transaction
190478
+  (0.1ms) begin transaction
190479
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190480
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5793"], ["description", "I-am-the-goal-description_7705"], ["version", 1], ["created_at", "2015-04-10 11:17:41.121020"], ["updated_at", "2015-04-10 11:17:41.121020"], ["tracking", "150410-73"]]
190481
+  (0.8ms) commit transaction
190482
+  (0.1ms) begin transaction
190483
+ 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-task5424"], ["description", "I-am-the-task-description_5013"], ["created_at", "2015-04-10 11:17:41.125433"], ["updated_at", "2015-04-10 11:17:41.125433"]]
190484
+  (0.8ms) commit transaction
190485
+  (0.1ms) begin transaction
190486
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190487
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7769"], ["description", "I-am-the-goal-description_9552"], ["version", 1], ["created_at", "2015-04-10 11:17:41.130781"], ["updated_at", "2015-04-10 11:17:41.130781"], ["tracking", "150410-74"]]
190488
+  (1.0ms) commit transaction
190489
+  (0.1ms) begin transaction
190490
+ 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", 78], ["title", "I-am-a-task5583"], ["description", "I-am-the-task-description_4650"], ["created_at", "2015-04-10 11:17:41.135848"], ["updated_at", "2015-04-10 11:17:41.135848"]]
190491
+  (0.9ms) commit transaction
190492
+  (0.1ms) begin transaction
190493
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190494
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1771"], ["description", "I-am-the-goal-description_3760"], ["version", 1], ["created_at", "2015-04-10 11:17:41.141657"], ["updated_at", "2015-04-10 11:17:41.141657"], ["tracking", "150410-75"]]
190495
+  (1.0ms) commit transaction
190496
+  (0.1ms) begin transaction
190497
+ 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", 79], ["title", "I-am-a-task9553"], ["description", "I-am-the-task-description_4787"], ["created_at", "2015-04-10 11:17:41.146426"], ["updated_at", "2015-04-10 11:17:41.146426"]]
190498
+  (0.8ms) commit transaction
190499
+  (0.1ms) begin transaction
190500
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190501
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9336"], ["description", "I-am-the-goal-description_269"], ["version", 1], ["created_at", "2015-04-10 11:17:41.152031"], ["updated_at", "2015-04-10 11:17:41.152031"], ["tracking", "150410-76"]]
190502
+  (0.9ms) commit transaction
190503
+  (0.1ms) begin transaction
190504
+ 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-11"], ["goal_id", 80], ["title", "I-am-a-task7401"], ["description", "I-am-the-task-description_8474"], ["created_at", "2015-04-10 11:17:41.156601"], ["updated_at", "2015-04-10 11:17:41.156601"]]
190505
+  (0.7ms) commit transaction
190506
+  (0.1ms) begin transaction
190507
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190508
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6600"], ["description", "I-am-the-goal-description_8413"], ["version", 1], ["created_at", "2015-04-10 11:17:41.161706"], ["updated_at", "2015-04-10 11:17:41.161706"], ["tracking", "150410-77"]]
190509
+  (0.8ms) commit transaction
190510
+  (0.0ms) begin transaction
190511
+ SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-10 11:17:41.164719"], ["id", 81]]
190512
+  (0.7ms) commit transaction
190513
+  (0.1ms) begin transaction
190514
+ SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-10 11:17:41.167008"], ["id", 81]]
190515
+  (0.7ms) commit transaction
190516
+  (0.0ms) begin transaction
190517
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01')
190518
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3414"], ["description", "I-am-the-goal-description_8291"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]
190519
+  (0.0ms) commit transaction
190520
+  (0.0ms) begin transaction
190521
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01')
190522
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3179"], ["description", "I-am-the-goal-description_7391"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]
190523
+  (0.0ms) commit transaction
190524
+  (0.0ms) begin transaction
190525
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01')
190526
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4420"], ["description", "I-am-the-goal-description_3881"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]
190527
+  (0.0ms) commit transaction
190528
+  (0.0ms) begin transaction
190529
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
190530
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2652"], ["description", "I-am-the-goal-description_5864"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]
190531
+  (0.0ms) commit transaction
190532
+  (0.0ms) begin transaction
190533
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
190534
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9747"], ["description", "I-am-the-goal-description_3650"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]
190535
+  (0.0ms) commit transaction
190536
+  (0.0ms) begin transaction
190537
+ 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-task458"], ["description", "I-am-the-task-description_1695"], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
190538
+  (0.0ms) commit transaction
190539
+  (0.0ms) begin transaction
190540
+ 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-task2171"], ["description", "I-am-the-task-description_6242"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
190541
+  (0.0ms) commit transaction
190542
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]
190543
+  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]
190544
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]
190545
+  (0.0ms) begin transaction
190546
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
190547
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6570"], ["description", "I-am-the-goal-description_3380"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]
190548
+  (0.0ms) commit transaction
190549
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]
190550
+  (0.0ms) begin transaction
190551
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
190552
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_36"], ["description", "I-am-the-goal-description_5156"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]
190553
+  (0.0ms) commit transaction
190554
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]
190555
+  (0.0ms) begin transaction
190556
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
190557
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3717"], ["description", "I-am-the-goal-description_9852"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]
190558
+  (0.0ms) commit transaction
190559
+  (0.0ms) begin transaction
190560
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
190561
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4096"], ["description", "I-am-the-goal-description_8738"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]
190562
+  (0.0ms) commit transaction
190563
+  (0.0ms) begin transaction
190564
+ 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-task6397"], ["description", "I-am-the-task-description_4021"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
190565
+  (0.0ms) commit transaction
190566
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]
190567
+  (0.0ms) begin transaction
190568
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
190569
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9420"], ["description", "I-am-the-goal-description_7590"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]
190570
+  (0.0ms) commit transaction
190571
+  (0.0ms) begin transaction
190572
+ 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-task1120"], ["description", "I-am-the-task-description_6283"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
190573
+  (0.0ms) commit transaction
190574
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]
190575
+  (0.0ms) begin transaction
190576
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
190577
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2884"], ["description", "I-am-the-goal-description_1251"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]
190578
+  (0.0ms) commit transaction
190579
+  (0.0ms) begin transaction
190580
+ 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-task9562"], ["description", "I-am-the-task-description_2672"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
190581
+  (0.0ms) commit transaction
190582
+  (0.0ms) begin transaction
190583
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
190584
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_212"], ["description", "I-am-the-goal-description_8520"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]
190585
+  (0.0ms) commit transaction
190586
+  (0.0ms) begin transaction
190587
+ 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-task7970"], ["description", "I-am-the-task-description_9124"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
190588
+  (0.0ms) commit transaction
190589
+  (0.0ms) begin transaction
190590
+ SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 105], ["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"]]
190591
+ SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]
190592
+  (0.0ms) commit transaction
190593
+ Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]
190594
+  (0.0ms) begin transaction
190595
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
190596
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7064"], ["description", "I-am-the-goal-description_2235"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]
190597
+  (0.0ms) commit transaction
190598
+  (0.0ms) begin transaction
190599
+ 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-task321"], ["description", "I-am-the-task-description_3951"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
190600
+  (0.0ms) commit transaction
190601
+  (0.0ms) begin transaction
190602
+ SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 106], ["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"]]
190603
+ SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]
190604
+  (0.0ms) commit transaction
190605
+ Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]
190606
+  (0.0ms) begin transaction
190607
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
190608
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7002"], ["description", "I-am-the-goal-description_6531"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]
190609
+  (0.0ms) commit transaction
190610
+  (0.0ms) begin transaction
190611
+ 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-task7188"], ["description", "I-am-the-task-description_3415"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
190612
+  (0.0ms) commit transaction
190613
+  (0.0ms) begin transaction
190614
+ SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 107], ["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"]]
190615
+ SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]
190616
+  (0.0ms) commit transaction
190617
+ Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]
190618
+  (0.0ms) begin transaction
190619
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
190620
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2313"], ["description", "I-am-the-goal-description_8995"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]
190621
+  (0.0ms) commit transaction
190622
+  (0.0ms) begin transaction
190623
+ 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-task1981"], ["description", "I-am-the-task-description_3865"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
190624
+  (0.0ms) commit transaction
190625
+  (0.0ms) begin transaction
190626
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
190627
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1887"], ["description", "I-am-the-goal-description_1426"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]
190628
+  (0.0ms) commit transaction
190629
+  (0.0ms) begin transaction
190630
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
190631
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3539"], ["description", "I-am-the-goal-description_5240"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]
190632
+  (0.0ms) commit transaction
190633
+  (0.0ms) begin transaction
190634
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
190635
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7839"], ["description", "I-am-the-goal-description_6724"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]
190636
+  (0.0ms) commit transaction
190637
+  (0.0ms) begin transaction
190638
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
190639
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_597"], ["description", "I-am-the-goal-description_8467"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]
190640
+  (0.0ms) commit transaction
190641
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
190642
+  (2.7ms) DELETE FROM "flyboy_task_comments";
190643
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190644
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
190645
+  (0.8ms) DELETE FROM "flyboy_goals";
190646
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190647
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
190648
+  (0.7ms) DELETE FROM "flyboy_tasks";
190649
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190650
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
190651
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:17:54 +0200
190652
+ Processing by Flyboy::GoalsController#index as HTML
190653
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.6ms)
190654
+ Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
190655
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4278.8ms)
190656
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (3.1ms)
190657
+ Completed 200 OK in 4482ms (Views: 4434.8ms | ActiveRecord: 0.5ms)
190658
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-10 13:17:59 +0200
190659
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-10 13:17:59 +0200
190660
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-10 13:17:59 +0200
190661
+ Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-10 13:18:01 +0200
190662
+ Processing by Flyboy::GoalsController#new as HTML
190663
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (3.4ms)
190664
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (314.3ms)
190665
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (319.9ms)
190666
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
190667
+ Completed 200 OK in 378ms (Views: 324.4ms | ActiveRecord: 0.3ms)
190668
+ Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:02 +0200
190669
+ Processing by Flyboy::GoalsController#create as HTML
190670
+ Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}
190671
+  (0.1ms) begin transaction
190672
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190673
+ 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-10 11:18:02.180563"], ["updated_at", "2015-04-10 11:18:02.180563"], ["tracking", "150410-1"]]
190674
+  (0.8ms) commit transaction
190675
+ Redirected to http://127.0.0.1:53511/flyboy/goals/1
190676
+ Completed 302 Found in 13ms (ActiveRecord: 1.4ms)
190677
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:02 +0200
190678
+ Processing by Flyboy::GoalsController#show as HTML
190679
+ Parameters: {"id"=>"1"}
190680
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
190681
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
190682
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (89.2ms)
190683
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
190684
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (96.6ms)
190685
+ 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]]
190686
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.6ms)
190687
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
190688
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (113.8ms)
190689
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.8ms)
190690
+ Completed 200 OK in 132ms (Views: 116.7ms | ActiveRecord: 1.0ms)
190691
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1
190692
+  (2.6ms) DELETE FROM "flyboy_task_comments";
190693
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190694
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
190695
+  (0.7ms) DELETE FROM "flyboy_goals";
190696
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190697
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
190698
+  (0.7ms) DELETE FROM "flyboy_tasks";
190699
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190700
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
190701
+  (1.0ms) DELETE FROM "flyboy_task_comments";
190702
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190703
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
190704
+  (0.9ms) DELETE FROM "flyboy_goals";
190705
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190706
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
190707
+  (0.8ms) DELETE FROM "flyboy_tasks";
190708
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190709
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
190710
+  (0.1ms) begin transaction
190711
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190712
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4380"], ["description", "I-am-the-goal-description_889"], ["version", 1], ["created_at", "2015-04-10 11:18:02.468652"], ["updated_at", "2015-04-10 11:18:02.468652"], ["tracking", "150410-1"]]
190713
+  (0.8ms) commit transaction
190714
+  (0.1ms) begin transaction
190715
+ 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-task6286"], ["description", "I-am-the-task-description_388"], ["created_at", "2015-04-10 11:18:02.474763"], ["updated_at", "2015-04-10 11:18:02.474763"]]
190716
+  (0.7ms) commit transaction
190717
+  (0.1ms) begin transaction
190718
+ 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-task194"], ["description", "I-am-the-task-description_4423"], ["created_at", "2015-04-10 11:18:02.479778"], ["updated_at", "2015-04-10 11:18:02.479778"]]
190719
+  (0.8ms) commit transaction
190720
+  (0.1ms) begin transaction
190721
+ 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-task3513"], ["description", "I-am-the-task-description_978"], ["created_at", "2015-04-10 11:18:02.483654"], ["updated_at", "2015-04-10 11:18:02.483654"]]
190722
+  (0.7ms) commit transaction
190723
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:02 +0200
190724
+ Processing by Flyboy::GoalsController#index as HTML
190725
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms)
190726
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
190727
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')
190728
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
190729
+  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
190730
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
190731
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.9ms)
190732
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
190733
+ Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.6ms)
190734
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:04 +0200
190735
+ Processing by Flyboy::GoalsController#show as HTML
190736
+ Parameters: {"id"=>"1"}
190737
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
190738
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
190739
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)
190740
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
190741
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
190742
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
190743
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.4ms)
190744
+ 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]]
190745
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.3ms)
190746
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
190747
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (13.7ms)
190748
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
190749
+ Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.5ms)
190750
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]
190751
+  (1.7ms) DELETE FROM "flyboy_task_comments";
190752
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190753
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
190754
+  (0.8ms) DELETE FROM "flyboy_goals";
190755
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190756
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
190757
+  (0.7ms) DELETE FROM "flyboy_tasks";
190758
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190759
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
190760
+  (1.1ms) DELETE FROM "flyboy_task_comments";
190761
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190762
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
190763
+  (0.9ms) DELETE FROM "flyboy_goals";
190764
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190765
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
190766
+  (0.9ms) DELETE FROM "flyboy_tasks";
190767
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190768
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
190769
+  (0.0ms) begin transaction
190770
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190771
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6344"], ["description", "I-am-the-goal-description_7674"], ["version", 1], ["created_at", "2015-04-10 11:18:04.398173"], ["updated_at", "2015-04-10 11:18:04.398173"], ["tracking", "150410-1"]]
190772
+  (1.1ms) commit transaction
190773
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:04 +0200
190774
+ Processing by Flyboy::GoalsController#index as HTML
190775
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms)
190776
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
190777
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')
190778
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')
190779
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
190780
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.1ms)
190781
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
190782
+ Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.5ms)
190783
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:06 +0200
190784
+ Processing by Flyboy::GoalsController#show as HTML
190785
+ Parameters: {"id"=>"1"}
190786
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
190787
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
190788
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)
190789
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
190790
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms)
190791
+ 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]]
190792
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms)
190793
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
190794
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.0ms)
190795
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
190796
+ Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.4ms)
190797
+ Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-10 13:18:06 +0200
190798
+ Processing by Flyboy::GoalsController#edit as HTML
190799
+ Parameters: {"id"=>"1"}
190800
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
190801
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
190802
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (64.9ms)
190803
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (68.0ms)
190804
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
190805
+ Completed 200 OK in 73ms (Views: 72.0ms | ActiveRecord: 0.1ms)
190806
+ Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:06 +0200
190807
+ Processing by Flyboy::GoalsController#update as HTML
190808
+ Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_7674"}, "id"=>"1"}
190809
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
190810
+  (0.1ms) begin transaction
190811
+ SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-10 11:18:06.424349"], ["id", 1]]
190812
+  (2.4ms) commit transaction
190813
+ Redirected to http://127.0.0.1:53511/flyboy/goals/1
190814
+ Completed 302 Found in 9ms (ActiveRecord: 3.0ms)
190815
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:06 +0200
190816
+ Processing by Flyboy::GoalsController#show as HTML
190817
+ Parameters: {"id"=>"1"}
190818
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
190819
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
190820
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)
190821
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
190822
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms)
190823
+ 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]]
190824
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms)
190825
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms)
190826
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.9ms)
190827
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms)
190828
+ Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.4ms)
190829
+  (2.6ms) DELETE FROM "flyboy_task_comments";
190830
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190831
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
190832
+  (0.8ms) DELETE FROM "flyboy_goals";
190833
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190834
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
190835
+  (0.7ms) DELETE FROM "flyboy_tasks";
190836
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190837
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
190838
+  (0.9ms) DELETE FROM "flyboy_task_comments";
190839
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190840
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
190841
+  (0.9ms) DELETE FROM "flyboy_goals";
190842
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190843
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
190844
+  (0.8ms) DELETE FROM "flyboy_tasks";
190845
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190846
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
190847
+  (0.1ms) begin transaction
190848
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190849
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9160"], ["description", "I-am-the-goal-description_8919"], ["version", 1], ["created_at", "2015-04-10 11:18:06.563187"], ["updated_at", "2015-04-10 11:18:06.563187"], ["tracking", "150410-1"]]
190850
+  (0.7ms) commit transaction
190851
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:06 +0200
190852
+ Processing by Flyboy::GoalsController#index as HTML
190853
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms)
190854
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
190855
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')
190856
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')
190857
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
190858
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.9ms)
190859
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
190860
+ Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.5ms)
190861
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:08 +0200
190862
+ Processing by Flyboy::GoalsController#show as HTML
190863
+ Parameters: {"id"=>"1"}
190864
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
190865
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
190866
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)
190867
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
190868
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.2ms)
190869
+ 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]]
190870
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms)
190871
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms)
190872
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.5ms)
190873
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
190874
+ Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.4ms)
190875
+ Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-10 13:18:08 +0200
190876
+ Processing by Flyboy::GoalsController#edit as HTML
190877
+ Parameters: {"id"=>"1"}
190878
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
190879
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
190880
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (12.0ms)
190881
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (12.2ms)
190882
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
190883
+ Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.1ms)
190884
+ Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:08 +0200
190885
+ Processing by Flyboy::GoalsController#destroy as HTML
190886
+ Parameters: {"id"=>"1"}
190887
+ Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
190888
+  (0.1ms) begin transaction
190889
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]
190890
+ SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]
190891
+  (2.1ms) commit transaction
190892
+ Redirected to http://127.0.0.1:53511/flyboy/goals
190893
+ Completed 302 Found in 7ms (ActiveRecord: 2.8ms)
190894
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:08 +0200
190895
+ Processing by Flyboy::GoalsController#index as HTML
190896
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms)
190897
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
190898
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.7ms)
190899
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
190900
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms)
190901
+  (2.6ms) DELETE FROM "flyboy_task_comments";
190902
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190903
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
190904
+  (0.8ms) DELETE FROM "flyboy_goals";
190905
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190906
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
190907
+  (0.9ms) DELETE FROM "flyboy_tasks";
190908
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190909
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
190910
+  (0.9ms) DELETE FROM "flyboy_task_comments";
190911
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190912
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
190913
+  (0.8ms) DELETE FROM "flyboy_goals";
190914
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190915
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
190916
+  (1.0ms) DELETE FROM "flyboy_tasks";
190917
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190918
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
190919
+  (0.1ms) begin transaction
190920
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190921
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4634"], ["description", "I-am-the-goal-description_1381"], ["version", 1], ["created_at", "2015-04-10 11:18:08.685723"], ["updated_at", "2015-04-10 11:18:08.685723"], ["tracking", "150410-1"]]
190922
+  (0.8ms) commit transaction
190923
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:08 +0200
190924
+ Processing by Flyboy::GoalsController#show as HTML
190925
+ Parameters: {"id"=>"1"}
190926
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
190927
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
190928
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)
190929
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
190930
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.1ms)
190931
+ 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]]
190932
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms)
190933
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
190934
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.0ms)
190935
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
190936
+ Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.4ms)
190937
+ Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-10 13:18:10 +0200
190938
+ Processing by Flyboy::GoalsController#close as HTML
190939
+ Parameters: {"id"=>"1"}
190940
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
190941
+  (0.1ms) begin transaction
190942
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
190943
+ SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-10 11:18:10.322890"], ["id", 1]]
190944
+  (2.4ms) commit transaction
190945
+ Redirected to http://127.0.0.1:53511/flyboy/goals
190946
+ Completed 302 Found in 8ms (ActiveRecord: 3.1ms)
190947
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:10 +0200
190948
+ Processing by Flyboy::GoalsController#index as HTML
190949
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms)
190950
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
190951
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')
190952
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')
190953
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
190954
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.6ms)
190955
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms)
190956
+ Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.5ms)
190957
+  (1.5ms) DELETE FROM "flyboy_task_comments";
190958
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190959
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
190960
+  (0.7ms) DELETE FROM "flyboy_goals";
190961
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190962
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
190963
+  (0.7ms) DELETE FROM "flyboy_tasks";
190964
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190965
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
190966
+  (0.9ms) DELETE FROM "flyboy_task_comments";
190967
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190968
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
190969
+  (0.9ms) DELETE FROM "flyboy_goals";
190970
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190971
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
190972
+  (0.8ms) DELETE FROM "flyboy_tasks";
190973
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
190974
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
190975
+  (0.1ms) begin transaction
190976
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
190977
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8855"], ["description", "I-am-the-goal-description_6789"], ["version", 1], ["created_at", "2015-04-10 11:18:10.457146"], ["updated_at", "2015-04-10 11:18:10.457146"], ["tracking", "150410-1"]]
190978
+  (0.8ms) commit transaction
190979
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:10 +0200
190980
+ Processing by Flyboy::GoalsController#show as HTML
190981
+ Parameters: {"id"=>"1"}
190982
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
190983
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)
190984
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
190985
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms)
190986
+ 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]]
190987
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms)
190988
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
190989
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.2ms)
190990
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
190991
+ Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.4ms)
190992
+ Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-10 13:18:12 +0200
190993
+ Processing by Flyboy::GoalsController#open as HTML
190994
+ Parameters: {"id"=>"1"}
190995
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
190996
+  (0.1ms) begin transaction
190997
+ SQL (0.5ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-10 11:18:12.124335"], ["id", 1]]
190998
+  (2.2ms) commit transaction
190999
+ Redirected to http://127.0.0.1:53511/flyboy/goals/1
191000
+ Completed 302 Found in 6ms (ActiveRecord: 2.9ms)
191001
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:12 +0200
191002
+ Processing by Flyboy::GoalsController#show as HTML
191003
+ Parameters: {"id"=>"1"}
191004
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191005
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
191006
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)
191007
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191008
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms)
191009
+ 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]]
191010
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms)
191011
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
191012
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.9ms)
191013
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms)
191014
+ Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.4ms)
191015
+  (2.3ms) DELETE FROM "flyboy_task_comments";
191016
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191017
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191018
+  (0.8ms) DELETE FROM "flyboy_goals";
191019
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191020
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191021
+  (0.8ms) DELETE FROM "flyboy_tasks";
191022
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191023
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191024
+  (1.0ms) DELETE FROM "flyboy_task_comments";
191025
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191026
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191027
+  (0.8ms) DELETE FROM "flyboy_goals";
191028
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191029
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191030
+  (0.8ms) DELETE FROM "flyboy_tasks";
191031
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191032
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191033
+  (0.1ms) begin transaction
191034
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191035
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1721"], ["description", "I-am-the-goal-description_8625"], ["version", 1], ["created_at", "2015-04-10 11:18:12.263091"], ["updated_at", "2015-04-10 11:18:12.263091"], ["tracking", "150410-1"]]
191036
+  (0.8ms) commit transaction
191037
+  (0.1ms) begin transaction
191038
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191039
+ SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8025"], ["description", "I-am-the-goal-description_5187"], ["version", 1], ["created_at", "2015-04-10 11:18:12.267806"], ["updated_at", "2015-04-10 11:18:12.267806"], ["tracking", "150410-2"]]
191040
+  (0.8ms) commit transaction
191041
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:12 +0200
191042
+ Processing by Flyboy::GoalsController#index as HTML
191043
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms)
191044
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
191045
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term < '2015-04-10')
191046
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')
191047
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]
191048
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')
191049
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')
191050
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191051
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (12.3ms)
191052
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191053
+ Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 1.0ms)
191054
+ Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 13:18:14 +0200
191055
+ Processing by Dorsale::SmallData::FiltersController#create as HTML
191056
+ Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"open"}}
191057
+ Redirected to http://127.0.0.1:53511/flyboy/goals
191058
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
191059
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:14 +0200
191060
+ Processing by Flyboy::GoalsController#index as HTML
191061
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms)
191062
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]
191063
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')
191064
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')
191065
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191066
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.5ms)
191067
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191068
+ Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.5ms)
191069
+ Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 13:18:14 +0200
191070
+ Processing by Dorsale::SmallData::FiltersController#create as HTML
191071
+ Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"closed"}}
191072
+ Redirected to http://127.0.0.1:53511/flyboy/goals
191073
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
191074
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:14 +0200
191075
+ Processing by Flyboy::GoalsController#index as HTML
191076
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms)
191077
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]]
191078
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term < '2015-04-10')
191079
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')
191080
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]
191081
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.6ms)
191082
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191083
+ Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.7ms)
191084
+ Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 13:18:14 +0200
191085
+ Processing by Dorsale::SmallData::FiltersController#create as HTML
191086
+ Parameters: {"utf8"=>"✓", "filters"=>{"status"=>""}}
191087
+ Redirected to http://127.0.0.1:53511/flyboy/goals
191088
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
191089
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:14 +0200
191090
+ Processing by Flyboy::GoalsController#index as HTML
191091
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms)
191092
+ Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
191093
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term < '2015-04-10')
191094
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')
191095
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]
191096
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')
191097
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')
191098
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191099
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (14.7ms)
191100
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191101
+ Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 1.2ms)
191102
+  (2.4ms) DELETE FROM "flyboy_task_comments";
191103
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191104
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191105
+  (0.8ms) DELETE FROM "flyboy_goals";
191106
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191107
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191108
+  (0.7ms) DELETE FROM "flyboy_tasks";
191109
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191110
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191111
+  (1.0ms) DELETE FROM "flyboy_task_comments";
191112
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191113
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191114
+  (0.7ms) DELETE FROM "flyboy_goals";
191115
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191116
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191117
+  (0.9ms) DELETE FROM "flyboy_tasks";
191118
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191119
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191120
+  (0.1ms) begin transaction
191121
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191122
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3604"], ["description", "I-am-the-goal-description_7561"], ["version", 1], ["created_at", "2015-04-10 11:18:14.719747"], ["updated_at", "2015-04-10 11:18:14.719747"], ["tracking", "150410-1"]]
191123
+  (0.8ms) commit transaction
191124
+  (0.0ms) begin transaction
191125
+ 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-task8370"], ["description", "I-am-the-task-description_1987"], ["created_at", "2015-04-10 11:18:14.723683"], ["updated_at", "2015-04-10 11:18:14.723683"]]
191126
+  (0.8ms) commit transaction
191127
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:14 +0200
191128
+ Processing by Flyboy::TasksController#index as HTML
191129
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms)
191130
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191131
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191132
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.5ms)
191133
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.8ms)
191134
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191135
+ Completed 200 OK in 19ms (Views: 14.8ms | ActiveRecord: 0.4ms)
191136
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:16 +0200
191137
+ Processing by Flyboy::TasksController#show as HTML
191138
+ Parameters: {"id"=>"1"}
191139
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
191140
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191141
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
191142
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191143
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.0ms)
191144
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (15.1ms)
191145
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
191146
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)
191147
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191148
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191149
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191150
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms)
191151
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
191152
+ 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]]
191153
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (81.2ms)
191154
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
191155
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (112.3ms)
191156
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191157
+ Completed 200 OK in 118ms (Views: 113.4ms | ActiveRecord: 1.3ms)
191158
+ Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-10 13:18:16 +0200
191159
+ Processing by Flyboy::TaskCommentsController#create as HTML
191160
+ Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"}
191161
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
191162
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191163
+  (0.1ms) begin transaction
191164
+ SQL (0.3ms) 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-10 11:18:16.736729"], ["created_at", "2015-04-10 11:18:16.738651"], ["updated_at", "2015-04-10 11:18:16.738651"]]
191165
+ SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-10 11:18:16.740420"], ["id", 1]]
191166
+  (2.2ms) commit transaction
191167
+ Redirected to http://127.0.0.1:53511/flyboy/tasks/1
191168
+ Completed 302 Found in 11ms (ActiveRecord: 3.0ms)
191169
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:16 +0200
191170
+ Processing by Flyboy::TasksController#show as HTML
191171
+ Parameters: {"id"=>"1"}
191172
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
191173
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191174
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
191175
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191176
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.7ms)
191177
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.2ms)
191178
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
191179
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)
191180
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191181
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191182
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191183
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms)
191184
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
191185
+ 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]]
191186
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.8ms)
191187
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
191188
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (24.6ms)
191189
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms)
191190
+ Completed 200 OK in 29ms (Views: 25.5ms | ActiveRecord: 0.8ms)
191191
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]
191192
+  (2.2ms) DELETE FROM "flyboy_task_comments";
191193
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191194
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191195
+  (0.6ms) DELETE FROM "flyboy_goals";
191196
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191197
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191198
+  (0.6ms) DELETE FROM "flyboy_tasks";
191199
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191200
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191201
+  (1.2ms) DELETE FROM "flyboy_task_comments";
191202
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191203
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191204
+  (0.8ms) DELETE FROM "flyboy_goals";
191205
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191206
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191207
+  (0.6ms) DELETE FROM "flyboy_tasks";
191208
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191209
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191210
+  (0.0ms) begin transaction
191211
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191212
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2057"], ["description", "I-am-the-goal-description_7771"], ["version", 1], ["created_at", "2015-04-10 11:18:16.875325"], ["updated_at", "2015-04-10 11:18:16.875325"], ["tracking", "150410-1"]]
191213
+  (0.6ms) commit transaction
191214
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:16 +0200
191215
+ Processing by Flyboy::GoalsController#index as HTML
191216
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms)
191217
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
191218
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')
191219
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')
191220
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191221
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.4ms)
191222
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191223
+ Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.5ms)
191224
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:18 +0200
191225
+ Processing by Flyboy::GoalsController#show as HTML
191226
+ Parameters: {"id"=>"1"}
191227
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191228
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
191229
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)
191230
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191231
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.1ms)
191232
+ 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]]
191233
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms)
191234
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms)
191235
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.4ms)
191236
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191237
+ Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.4ms)
191238
+ Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-10 13:18:18 +0200
191239
+ Processing by Flyboy::TasksController#new as HTML
191240
+ Parameters: {"goal_id"=>"1"}
191241
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191242
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
191243
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (55.9ms)
191244
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191245
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (59.3ms)
191246
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
191247
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (165.9ms)
191248
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (169.9ms)
191249
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191250
+ Completed 200 OK in 175ms (Views: 172.1ms | ActiveRecord: 0.5ms)
191251
+ Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:19 +0200
191252
+ Processing by Flyboy::TasksController#create as HTML
191253
+ Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-17", "term"=>"2015-05-10", "goal_id"=>"1"}}
191254
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191255
+  (0.1ms) begin transaction
191256
+ 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-10"], ["reminder", "2015-04-17"], ["done", "f"], ["created_at", "2015-04-10 11:18:19.093834"], ["updated_at", "2015-04-10 11:18:19.093834"]]
191257
+  (2.7ms) commit transaction
191258
+ Redirected to http://127.0.0.1:53511/flyboy/tasks/1
191259
+ Completed 302 Found in 9ms (ActiveRecord: 3.2ms)
191260
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:19 +0200
191261
+ Processing by Flyboy::TasksController#show as HTML
191262
+ Parameters: {"id"=>"1"}
191263
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
191264
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191265
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
191266
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191267
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms)
191268
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)
191269
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
191270
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)
191271
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191272
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191273
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191274
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms)
191275
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
191276
+ 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]]
191277
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.0ms)
191278
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
191279
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (22.5ms)
191280
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms)
191281
+ Completed 200 OK in 27ms (Views: 23.2ms | ActiveRecord: 0.7ms)
191282
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1
191283
+  (2.6ms) DELETE FROM "flyboy_task_comments";
191284
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191285
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191286
+  (0.8ms) DELETE FROM "flyboy_goals";
191287
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191288
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191289
+  (0.7ms) DELETE FROM "flyboy_tasks";
191290
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191291
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191292
+  (1.0ms) DELETE FROM "flyboy_task_comments";
191293
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191294
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191295
+  (0.8ms) DELETE FROM "flyboy_goals";
191296
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191297
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191298
+  (1.1ms) DELETE FROM "flyboy_tasks";
191299
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191300
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191301
+  (0.1ms) begin transaction
191302
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191303
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5638"], ["description", "I-am-the-goal-description_6940"], ["version", 1], ["created_at", "2015-04-10 11:18:19.238968"], ["updated_at", "2015-04-10 11:18:19.238968"], ["tracking", "150410-1"]]
191304
+  (0.8ms) commit transaction
191305
+  (0.0ms) begin transaction
191306
+ 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-task5163"], ["description", "I-am-the-task-description_5139"], ["created_at", "2015-04-10 11:18:19.243173"], ["updated_at", "2015-04-10 11:18:19.243173"]]
191307
+  (0.7ms) commit transaction
191308
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:19 +0200
191309
+ Processing by Flyboy::TasksController#index as HTML
191310
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms)
191311
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191312
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191313
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms)
191314
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms)
191315
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191316
+ Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms)
191317
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:21 +0200
191318
+ Processing by Flyboy::TasksController#show as HTML
191319
+ Parameters: {"id"=>"1"}
191320
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
191321
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191322
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
191323
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191324
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.0ms)
191325
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.1ms)
191326
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
191327
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)
191328
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191329
+  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191330
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191331
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.9ms)
191332
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
191333
+ 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]]
191334
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (79.8ms)
191335
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
191336
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (94.0ms)
191337
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191338
+ Completed 200 OK in 98ms (Views: 94.4ms | ActiveRecord: 1.0ms)
191339
+  (2.6ms) DELETE FROM "flyboy_task_comments";
191340
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191341
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191342
+  (0.8ms) DELETE FROM "flyboy_goals";
191343
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191344
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191345
+  (0.7ms) DELETE FROM "flyboy_tasks";
191346
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191347
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191348
+  (1.1ms) DELETE FROM "flyboy_task_comments";
191349
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191350
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191351
+  (0.8ms) DELETE FROM "flyboy_goals";
191352
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191353
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191354
+  (0.9ms) DELETE FROM "flyboy_tasks";
191355
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191356
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191357
+  (0.0ms) begin transaction
191358
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191359
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2374"], ["description", "I-am-the-goal-description_5658"], ["version", 1], ["created_at", "2015-04-10 11:18:21.221755"], ["updated_at", "2015-04-10 11:18:21.221755"], ["tracking", "150410-1"]]
191360
+  (0.8ms) commit transaction
191361
+  (0.0ms) begin transaction
191362
+ 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-task9511"], ["description", "I-am-the-task-description_3736"], ["created_at", "2015-04-10 11:18:21.225594"], ["updated_at", "2015-04-10 11:18:21.225594"]]
191363
+  (0.9ms) commit transaction
191364
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:21 +0200
191365
+ Processing by Flyboy::TasksController#index as HTML
191366
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms)
191367
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191368
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191369
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms)
191370
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.9ms)
191371
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191372
+ Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.4ms)
191373
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:22 +0200
191374
+ Processing by Flyboy::TasksController#show as HTML
191375
+ Parameters: {"id"=>"1"}
191376
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
191377
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191378
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
191379
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191380
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms)
191381
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)
191382
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
191383
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)
191384
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191385
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191386
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191387
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms)
191388
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
191389
+ 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]]
191390
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.1ms)
191391
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
191392
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.3ms)
191393
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191394
+ Completed 200 OK in 24ms (Views: 20.6ms | ActiveRecord: 0.7ms)
191395
+ Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-10 13:18:23 +0200
191396
+ Processing by Flyboy::TasksController#edit as HTML
191397
+ Parameters: {"id"=>"1"}
191398
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
191399
+ Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191400
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
191401
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)
191402
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191403
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191404
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191405
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms)
191406
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
191407
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (83.3ms)
191408
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (86.7ms)
191409
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191410
+ Completed 200 OK in 93ms (Views: 89.0ms | ActiveRecord: 0.8ms)
191411
+ Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:23 +0200
191412
+ Processing by Flyboy::TasksController#update as HTML
191413
+ Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_3736", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"}
191414
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
191415
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191416
+  (0.1ms) begin transaction
191417
+ SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-10 11:18:23.239296"], ["id", 1]]
191418
+  (2.5ms) commit transaction
191419
+ Redirected to http://127.0.0.1:53511/flyboy/tasks/1
191420
+ Completed 302 Found in 10ms (ActiveRecord: 3.3ms)
191421
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:23 +0200
191422
+ Processing by Flyboy::TasksController#show as HTML
191423
+ Parameters: {"id"=>"1"}
191424
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
191425
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191426
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
191427
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191428
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms)
191429
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.7ms)
191430
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
191431
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)
191432
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191433
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191434
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191435
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms)
191436
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
191437
+ 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]]
191438
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (68.7ms)
191439
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
191440
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (79.4ms)
191441
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.5ms)
191442
+ Completed 200 OK in 85ms (Views: 80.5ms | ActiveRecord: 0.8ms)
191443
+  (2.7ms) DELETE FROM "flyboy_task_comments";
191444
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191445
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191446
+  (0.8ms) DELETE FROM "flyboy_goals";
191447
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191448
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191449
+  (0.7ms) DELETE FROM "flyboy_tasks";
191450
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191451
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191452
+  (1.0ms) DELETE FROM "flyboy_task_comments";
191453
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191454
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191455
+  (0.9ms) DELETE FROM "flyboy_goals";
191456
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191457
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191458
+  (0.7ms) DELETE FROM "flyboy_tasks";
191459
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191460
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191461
+  (0.1ms) begin transaction
191462
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191463
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4499"], ["description", "I-am-the-goal-description_9002"], ["version", 1], ["created_at", "2015-04-10 11:18:23.480626"], ["updated_at", "2015-04-10 11:18:23.480626"], ["tracking", "150410-1"]]
191464
+  (0.8ms) commit transaction
191465
+  (0.1ms) begin transaction
191466
+ 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-task8573"], ["description", "I-am-the-task-description_3496"], ["created_at", "2015-04-10 11:18:23.484491"], ["updated_at", "2015-04-10 11:18:23.484491"]]
191467
+  (0.9ms) commit transaction
191468
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:23 +0200
191469
+ Processing by Flyboy::TasksController#index as HTML
191470
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms)
191471
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191472
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191473
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms)
191474
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms)
191475
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191476
+ Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms)
191477
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:25 +0200
191478
+ Processing by Flyboy::TasksController#show as HTML
191479
+ Parameters: {"id"=>"1"}
191480
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
191481
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191482
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
191483
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191484
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms)
191485
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)
191486
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
191487
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)
191488
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191489
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191490
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191491
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms)
191492
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
191493
+ 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]]
191494
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.3ms)
191495
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
191496
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (73.0ms)
191497
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191498
+ Completed 200 OK in 77ms (Views: 73.4ms | ActiveRecord: 0.8ms)
191499
+ Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-10 13:18:25 +0200
191500
+ Processing by Flyboy::TasksController#edit as HTML
191501
+ Parameters: {"id"=>"1"}
191502
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
191503
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191504
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
191505
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)
191506
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191507
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191508
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191509
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms)
191510
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms)
191511
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (26.0ms)
191512
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (26.1ms)
191513
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191514
+ Completed 200 OK in 29ms (Views: 26.9ms | ActiveRecord: 0.4ms)
191515
+ Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:25 +0200
191516
+ Processing by Flyboy::TasksController#destroy as HTML
191517
+ Parameters: {"id"=>"1"}
191518
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
191519
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191520
+  (0.1ms) begin transaction
191521
+ 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]]
191522
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]
191523
+  (2.5ms) commit transaction
191524
+ Redirected to http://127.0.0.1:53511/flyboy/tasks
191525
+ Completed 302 Found in 8ms (ActiveRecord: 3.1ms)
191526
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:25 +0200
191527
+ Processing by Flyboy::TasksController#index as HTML
191528
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms)
191529
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191530
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.9ms)
191531
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.8ms)
191532
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms)
191533
+ Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.3ms)
191534
+  (2.6ms) DELETE FROM "flyboy_task_comments";
191535
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191536
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191537
+  (0.8ms) DELETE FROM "flyboy_goals";
191538
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191539
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191540
+  (0.7ms) DELETE FROM "flyboy_tasks";
191541
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191542
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191543
+  (1.1ms) DELETE FROM "flyboy_task_comments";
191544
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191545
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191546
+  (0.9ms) DELETE FROM "flyboy_goals";
191547
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191548
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191549
+  (0.8ms) DELETE FROM "flyboy_tasks";
191550
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191551
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191552
+  (0.1ms) begin transaction
191553
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191554
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8217"], ["description", "I-am-the-goal-description_6851"], ["version", 1], ["created_at", "2015-04-10 11:18:25.745235"], ["updated_at", "2015-04-10 11:18:25.745235"], ["tracking", "150410-1"]]
191555
+  (0.9ms) commit transaction
191556
+  (0.0ms) begin transaction
191557
+ 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-task9880"], ["description", "I-am-the-task-description_9192"], ["created_at", "2015-04-10 11:18:25.749130"], ["updated_at", "2015-04-10 11:18:25.749130"]]
191558
+  (0.9ms) commit transaction
191559
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:25 +0200
191560
+ Processing by Flyboy::TasksController#index as HTML
191561
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms)
191562
+ Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191563
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191564
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.6ms)
191565
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.1ms)
191566
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191567
+ Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.5ms)
191568
+ Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-10 13:18:27 +0200
191569
+ Processing by Flyboy::TasksController#complete as HTML
191570
+ Parameters: {"id"=>"1"}
191571
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
191572
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191573
+  (0.1ms) begin transaction
191574
+ SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-10 11:18:27.613156"], ["task_id", 1], ["created_at", "2015-04-10 11:18:27.614461"], ["updated_at", "2015-04-10 11:18:27.614461"]]
191575
+ SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-10 11:18:27.616136"], ["id", 1]]
191576
+  (2.1ms) commit transaction
191577
+ Redirected to http://127.0.0.1:53511/flyboy/tasks
191578
+ Completed 302 Found in 10ms (ActiveRecord: 2.9ms)
191579
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:27 +0200
191580
+ Processing by Flyboy::TasksController#index as HTML
191581
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms)
191582
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191583
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191584
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms)
191585
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.8ms)
191586
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms)
191587
+ Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.3ms)
191588
+  (2.6ms) DELETE FROM "flyboy_task_comments";
191589
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191590
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191591
+  (0.7ms) DELETE FROM "flyboy_goals";
191592
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191593
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191594
+  (0.7ms) DELETE FROM "flyboy_tasks";
191595
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191596
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191597
+  (1.0ms) DELETE FROM "flyboy_task_comments";
191598
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191599
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191600
+  (0.7ms) DELETE FROM "flyboy_goals";
191601
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191602
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191603
+  (0.7ms) DELETE FROM "flyboy_tasks";
191604
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191605
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191606
+  (0.1ms) begin transaction
191607
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191608
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3382"], ["description", "I-am-the-goal-description_3008"], ["version", 1], ["created_at", "2015-04-10 11:18:27.753838"], ["updated_at", "2015-04-10 11:18:27.753838"], ["tracking", "150410-1"]]
191609
+  (0.8ms) commit transaction
191610
+  (0.0ms) begin transaction
191611
+ SQL (0.2ms) 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", 1], ["title", "I-am-a-task2979"], ["description", "I-am-the-task-description_2084"], ["created_at", "2015-04-10 11:18:27.757517"], ["updated_at", "2015-04-10 11:18:27.757517"]]
191612
+  (0.7ms) commit transaction
191613
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:27 +0200
191614
+ Processing by Flyboy::TasksController#index as HTML
191615
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms)
191616
+ Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191617
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191618
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms)
191619
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.0ms)
191620
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191621
+ Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.7ms)
191622
+ Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-10 13:18:29 +0200
191623
+ Processing by Flyboy::TasksController#snooze as HTML
191624
+ Parameters: {"id"=>"1"}
191625
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
191626
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191627
+  (0.1ms) begin transaction
191628
+ SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-17"], ["term", "2015-05-10"], ["updated_at", "2015-04-10 11:18:29.834063"], ["id", 1]]
191629
+  (2.5ms) commit transaction
191630
+ Redirected to http://127.0.0.1:53511/flyboy/tasks
191631
+ Completed 302 Found in 13ms (ActiveRecord: 3.5ms)
191632
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:29 +0200
191633
+ Processing by Flyboy::TasksController#index as HTML
191634
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms)
191635
+ Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191636
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191637
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.9ms)
191638
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.5ms)
191639
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.5ms)
191640
+ Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.6ms)
191641
+  (2.2ms) DELETE FROM "flyboy_task_comments";
191642
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191643
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191644
+  (0.7ms) DELETE FROM "flyboy_goals";
191645
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191646
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191647
+  (0.7ms) DELETE FROM "flyboy_tasks";
191648
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191649
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191650
+  (0.9ms) DELETE FROM "flyboy_task_comments";
191651
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191652
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191653
+  (0.9ms) DELETE FROM "flyboy_goals";
191654
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191655
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191656
+  (0.9ms) DELETE FROM "flyboy_tasks";
191657
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191658
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191659
+  (0.1ms) begin transaction
191660
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191661
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1803"], ["description", "I-am-the-goal-description_1120"], ["version", 1], ["created_at", "2015-04-10 11:18:29.967291"], ["updated_at", "2015-04-10 11:18:29.967291"], ["tracking", "150410-1"]]
191662
+  (0.8ms) commit transaction
191663
+  (0.1ms) begin transaction
191664
+ 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", 1], ["title", "I-am-a-task9406"], ["description", "I-am-the-task-description_1237"], ["created_at", "2015-04-10 11:18:29.972090"], ["updated_at", "2015-04-10 11:18:29.972090"]]
191665
+  (0.8ms) commit transaction
191666
+  (0.1ms) begin transaction
191667
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191668
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1414"], ["description", "I-am-the-goal-description_2704"], ["version", 1], ["created_at", "2015-04-10 11:18:29.976529"], ["updated_at", "2015-04-10 11:18:29.976529"], ["tracking", "150410-2"]]
191669
+  (0.8ms) commit transaction
191670
+  (0.1ms) begin transaction
191671
+ 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-task8996"], ["description", "I-am-the-task-description_4507"], ["created_at", "2015-04-10 11:18:29.981529"], ["updated_at", "2015-04-10 11:18:29.981529"]]
191672
+  (0.8ms) commit transaction
191673
+  (0.1ms) begin transaction
191674
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191675
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9080"], ["description", "I-am-the-goal-description_3908"], ["version", 1], ["created_at", "2015-04-10 11:18:29.986405"], ["updated_at", "2015-04-10 11:18:29.986405"], ["tracking", "150410-3"]]
191676
+  (0.8ms) commit transaction
191677
+  (0.1ms) begin transaction
191678
+ 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-task1450"], ["description", "I-am-the-task-description_6655"], ["created_at", "2015-04-10 11:18:29.991400"], ["updated_at", "2015-04-10 11:18:29.991400"]]
191679
+  (0.7ms) commit transaction
191680
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:29 +0200
191681
+ Processing by Flyboy::TasksController#index as HTML
191682
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.1ms)
191683
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191684
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191685
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
191686
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
191687
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (17.3ms)
191688
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (19.8ms)
191689
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191690
+ Completed 200 OK in 23ms (Views: 20.3ms | ActiveRecord: 0.8ms)
191691
+ Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-10 13:18:32 +0200
191692
+ Processing by Flyboy::TasksController#index as PDF
191693
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191694
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191695
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191696
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191697
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191698
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
191699
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]
191700
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]
191701
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]
191702
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
191703
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]]
191704
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]]
191705
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]]
191706
+ Rendered text template (0.0ms)
191707
+ Sent data feuille_de_route_2015-04-10.pdf (7.0ms)
191708
+ Completed 200 OK in 217ms (Views: 6.8ms | ActiveRecord: 1.4ms)
191709
+  (2.3ms) DELETE FROM "flyboy_task_comments";
191710
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191711
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191712
+  (4.3ms) DELETE FROM "flyboy_goals";
191713
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191714
+  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191715
+  (0.8ms) DELETE FROM "flyboy_tasks";
191716
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191717
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191718
+  (1.2ms) DELETE FROM "flyboy_task_comments";
191719
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191720
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191721
+  (1.1ms) DELETE FROM "flyboy_goals";
191722
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191723
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191724
+  (0.9ms) DELETE FROM "flyboy_tasks";
191725
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191726
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191727
+  (0.1ms) begin transaction
191728
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191729
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2913"], ["description", "I-am-the-goal-description_1842"], ["version", 1], ["created_at", "2015-04-10 11:18:33.069016"], ["updated_at", "2015-04-10 11:18:33.069016"], ["tracking", "150410-1"]]
191730
+  (1.1ms) commit transaction
191731
+  (0.1ms) begin transaction
191732
+ SQL (0.6ms) 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-task5247"], ["description", "I-am-the-task-description_8073"], ["created_at", "2015-04-10 11:18:33.075665"], ["updated_at", "2015-04-10 11:18:33.075665"]]
191733
+  (1.4ms) commit transaction
191734
+  (0.1ms) begin transaction
191735
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191736
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7126"], ["description", "I-am-the-goal-description_8637"], ["version", 1], ["created_at", "2015-04-10 11:18:33.082434"], ["updated_at", "2015-04-10 11:18:33.082434"], ["tracking", "150410-2"]]
191737
+  (0.9ms) commit transaction
191738
+  (0.1ms) begin transaction
191739
+ 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-task3212"], ["description", "I-am-the-task-description_3351"], ["created_at", "2015-04-10 11:18:33.087907"], ["updated_at", "2015-04-10 11:18:33.087907"]]
191740
+  (0.9ms) commit transaction
191741
+  (0.1ms) begin transaction
191742
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191743
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3312"], ["description", "I-am-the-goal-description_1857"], ["version", 1], ["created_at", "2015-04-10 11:18:33.092966"], ["updated_at", "2015-04-10 11:18:33.092966"], ["tracking", "150410-3"]]
191744
+  (0.7ms) commit transaction
191745
+  (0.1ms) begin transaction
191746
+ 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-task4706"], ["description", "I-am-the-task-description_6451"], ["created_at", "2015-04-10 11:18:33.097926"], ["updated_at", "2015-04-10 11:18:33.097926"]]
191747
+  (2.9ms) commit transaction
191748
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:33 +0200
191749
+ Processing by Flyboy::TasksController#index as HTML
191750
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms)
191751
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191752
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191753
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
191754
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
191755
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (16.5ms)
191756
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (18.3ms)
191757
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191758
+ Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.7ms)
191759
+ Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-10 13:18:35 +0200
191760
+ Processing by Flyboy::TasksController#index as CSV
191761
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191762
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191763
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191764
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191765
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191766
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
191767
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]
191768
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]
191769
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]
191770
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
191771
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]]
191772
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]]
191773
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]]
191774
+ Rendered text template (0.0ms)
191775
+ Sent data feuille_de_route_2015-04-10.csv (0.9ms)
191776
+ Completed 200 OK in 95ms (Views: 0.7ms | ActiveRecord: 1.7ms)
191777
+  (9.8ms) DELETE FROM "flyboy_task_comments";
191778
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191779
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191780
+  (0.9ms) DELETE FROM "flyboy_goals";
191781
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191782
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191783
+  (1.0ms) DELETE FROM "flyboy_tasks";
191784
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191785
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191786
+  (1.0ms) DELETE FROM "flyboy_task_comments";
191787
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191788
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191789
+  (1.0ms) DELETE FROM "flyboy_goals";
191790
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191791
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191792
+  (0.9ms) DELETE FROM "flyboy_tasks";
191793
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191794
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191795
+  (0.1ms) begin transaction
191796
+  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191797
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5535"], ["description", "I-am-the-goal-description_6238"], ["version", 1], ["created_at", "2015-04-10 11:18:35.986321"], ["updated_at", "2015-04-10 11:18:35.986321"], ["tracking", "150410-1"]]
191798
+  (0.8ms) commit transaction
191799
+  (0.1ms) begin transaction
191800
+ 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-task8171"], ["description", "I-am-the-task-description_1852"], ["created_at", "2015-04-10 11:18:35.993110"], ["updated_at", "2015-04-10 11:18:35.993110"]]
191801
+  (0.7ms) commit transaction
191802
+  (0.1ms) begin transaction
191803
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191804
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6471"], ["description", "I-am-the-goal-description_8985"], ["version", 1], ["created_at", "2015-04-10 11:18:35.997957"], ["updated_at", "2015-04-10 11:18:35.997957"], ["tracking", "150410-2"]]
191805
+  (0.9ms) commit transaction
191806
+  (0.1ms) begin transaction
191807
+ 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", 2], ["title", "I-am-a-task8014"], ["description", "I-am-the-task-description_9415"], ["created_at", "2015-04-10 11:18:36.002840"], ["updated_at", "2015-04-10 11:18:36.002840"]]
191808
+  (1.0ms) commit transaction
191809
+  (0.1ms) begin transaction
191810
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191811
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1523"], ["description", "I-am-the-goal-description_4456"], ["version", 1], ["created_at", "2015-04-10 11:18:36.008709"], ["updated_at", "2015-04-10 11:18:36.008709"], ["tracking", "150410-3"]]
191812
+  (0.8ms) commit transaction
191813
+  (0.1ms) begin transaction
191814
+ 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-task9942"], ["description", "I-am-the-task-description_7756"], ["created_at", "2015-04-10 11:18:36.014156"], ["updated_at", "2015-04-10 11:18:36.014156"]]
191815
+  (0.9ms) commit transaction
191816
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:36 +0200
191817
+ Processing by Flyboy::TasksController#index as HTML
191818
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms)
191819
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191820
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191821
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
191822
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
191823
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (13.6ms)
191824
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (15.9ms)
191825
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191826
+ Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.7ms)
191827
+ Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-10 13:18:38 +0200
191828
+ Processing by Flyboy::TasksController#index as XLS
191829
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191830
+ Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191831
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191832
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191833
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
191834
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
191835
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]
191836
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]
191837
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]
191838
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
191839
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]]
191840
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]]
191841
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]]
191842
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (17.9ms)
191843
+ Completed 200 OK in 49ms (Views: 46.4ms | ActiveRecord: 1.6ms)
191844
+  (1.0ms) DELETE FROM "flyboy_task_comments";
191845
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191846
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191847
+  (1.6ms) DELETE FROM "flyboy_goals";
191848
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191849
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191850
+  (0.8ms) DELETE FROM "flyboy_tasks";
191851
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191852
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191853
+  (1.0ms) DELETE FROM "flyboy_task_comments";
191854
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191855
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191856
+  (1.3ms) DELETE FROM "flyboy_goals";
191857
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191858
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191859
+  (0.7ms) DELETE FROM "flyboy_tasks";
191860
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191861
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191862
+  (0.1ms) begin transaction
191863
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191864
+ SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3621"], ["description", "I-am-the-goal-description_8422"], ["version", 1], ["created_at", "2015-04-10 11:18:38.658927"], ["updated_at", "2015-04-10 11:18:38.658927"], ["tracking", "150410-1"]]
191865
+  (0.8ms) commit transaction
191866
+  (0.1ms) begin transaction
191867
+ SQL (0.4ms) 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", 1], ["title", "I-am-a-task6860"], ["description", "I-am-the-task-description_9674"], ["created_at", "2015-04-10 11:18:38.665801"], ["updated_at", "2015-04-10 11:18:38.665801"]]
191868
+  (0.8ms) commit transaction
191869
+  (0.1ms) begin transaction
191870
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10')
191871
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8437"], ["description", "I-am-the-goal-description_7997"], ["version", 1], ["created_at", "2015-04-10 11:18:38.672522"], ["updated_at", "2015-04-10 11:18:38.672522"], ["tracking", "150410-2"]]
191872
+  (2.3ms) commit transaction
191873
+  (0.1ms) begin transaction
191874
+ 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-task4342"], ["description", "I-am-the-task-description_3315"], ["created_at", "2015-04-10 11:18:38.679271"], ["updated_at", "2015-04-10 11:18:38.679271"]]
191875
+  (1.1ms) commit transaction
191876
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:38 +0200
191877
+ Processing by Flyboy::TasksController#index as HTML
191878
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms)
191879
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191880
+ Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191881
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
191882
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.3ms)
191883
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.3ms)
191884
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms)
191885
+ Completed 200 OK in 15ms (Views: 12.2ms | ActiveRecord: 0.7ms)
191886
+ Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 13:18:41 +0200
191887
+ Processing by Dorsale::SmallData::FiltersController#create as HTML
191888
+ Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"closed"}}
191889
+ Redirected to http://127.0.0.1:53511/flyboy/tasks
191890
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
191891
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:41 +0200
191892
+ Processing by Flyboy::TasksController#index as HTML
191893
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms)
191894
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC
191895
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191896
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.0ms)
191897
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.9ms)
191898
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191899
+ Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.4ms)
191900
+ Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 13:18:41 +0200
191901
+ Processing by Dorsale::SmallData::FiltersController#create as HTML
191902
+ Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"open"}}
191903
+ Redirected to http://127.0.0.1:53511/flyboy/tasks
191904
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
191905
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:41 +0200
191906
+ Processing by Flyboy::TasksController#index as HTML
191907
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms)
191908
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC
191909
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
191910
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.8ms)
191911
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.3ms)
191912
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191913
+ Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 0.4ms)
191914
+ Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 13:18:41 +0200
191915
+ Processing by Dorsale::SmallData::FiltersController#create as HTML
191916
+ Parameters: {"utf8"=>"✓", "filters"=>{"status"=>""}}
191917
+ Redirected to http://127.0.0.1:53511/flyboy/tasks
191918
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
191919
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:41 +0200
191920
+ Processing by Flyboy::TasksController#index as HTML
191921
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms)
191922
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
191923
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
191924
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
191925
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.4ms)
191926
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.9ms)
191927
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms)
191928
+ Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.5ms)
191929
+  (2.1ms) DELETE FROM "flyboy_task_comments";
191930
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191931
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
191932
+  (0.8ms) DELETE FROM "flyboy_goals";
191933
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191934
+  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
191935
+  (0.8ms) DELETE FROM "flyboy_tasks";
191936
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
191937
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
191938
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"