flyboy 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (26) hide show
  1. data/app/controllers/flyboy/tasks_controller.rb +1 -5
  2. data/app/views/flyboy/tasks/_context.html.slim +0 -2
  3. data/app/views/flyboy/tasks/_form.html.slim +0 -2
  4. data/app/views/flyboy/tasks/show.html.slim +3 -3
  5. data/config/locales/fr.yml +0 -2
  6. data/db/migrate/20150409081956_remove_tasks_cost_and_budget.rb +6 -0
  7. data/lib/flyboy/version.rb +1 -1
  8. data/spec/dummy/db/development.sqlite3 +0 -0
  9. data/spec/dummy/db/schema.rb +1 -3
  10. data/spec/dummy/db/test.sqlite3 +0 -0
  11. data/spec/dummy/log/development.log +412 -0
  12. data/spec/dummy/log/test.log +2170 -0
  13. data/spec/dummy/tmp/cache/assets/development/sass/134a214c49ad52e0bb93a0a160487bfdaaf2bdd2/application.sassc +0 -0
  14. data/spec/dummy/tmp/cache/assets/development/sass/4cd3136ea73cf27a824cea21f80648c87f40dfa2/all.sassc +0 -0
  15. data/spec/dummy/tmp/cache/assets/development/sass/fb6c1556007c0c71ec7303cbe05ae7e36aeaa714/all.sassc +0 -0
  16. data/spec/dummy/tmp/cache/assets/development/sass/fb6c1556007c0c71ec7303cbe05ae7e36aeaa714/comments.sassc +0 -0
  17. data/spec/dummy/tmp/cache/assets/development/sass/fb6c1556007c0c71ec7303cbe05ae7e36aeaa714/contexts.sassc +0 -0
  18. data/spec/dummy/tmp/cache/assets/development/sass/fb6c1556007c0c71ec7303cbe05ae7e36aeaa714/filters.sassc +0 -0
  19. data/spec/dummy/tmp/cache/assets/development/sass/fb6c1556007c0c71ec7303cbe05ae7e36aeaa714/forms.sassc +0 -0
  20. data/spec/dummy/tmp/cache/assets/development/sass/fb6c1556007c0c71ec7303cbe05ae7e36aeaa714/styles.sassc +0 -0
  21. data/spec/dummy/tmp/cache/assets/development/sass/fb6c1556007c0c71ec7303cbe05ae7e36aeaa714/tables.sassc +0 -0
  22. data/spec/dummy/tmp/cache/assets/development/sprockets/a88d9c609d05fcc4670c8742b41816c0 +0 -0
  23. data/spec/dummy/tmp/cache/assets/development/sprockets/d87810c66e05721ba749c5901c1af296 +0 -0
  24. data/spec/dummy/tmp/cache/assets/development/sprockets/ebe08f689f659c024f467b77f32a1c49 +0 -0
  25. data/spec/factories/flyboy_tasks.rb +0 -1
  26. metadata +21 -4
@@ -162295,3 +162295,2173 @@ Completed 200 OK in 134ms (Views: 131.2ms | ActiveRecord: 0.8ms)
162295
162295
   (0.7ms) DELETE FROM "flyboy_goals";
162296
162296
   (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162297
162297
   (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
162298
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
162299
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
162300
+ Migrating to RemoveTasksCostAndBudget (20150409081956)
162301
+  (0.1ms) begin transaction
162302
+  (1.3ms) CREATE TEMPORARY TABLE "aflyboy_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "goal_id" integer, "title" varchar, "description" text, "progress" integer DEFAULT 0, "done" boolean, "term" date, "reminder" date, "cost" integer, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
162303
+  (0.6ms) SELECT * FROM "flyboy_tasks"
162304
+  (1.3ms) DROP TABLE "flyboy_tasks"
162305
+  (0.2ms) CREATE TABLE "flyboy_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "goal_id" integer, "title" varchar, "description" text, "progress" integer DEFAULT 0, "done" boolean, "term" date, "reminder" date, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
162306
+  (0.1ms) SELECT * FROM "aflyboy_tasks"
162307
+  (0.3ms) DROP TABLE "aflyboy_tasks"
162308
+  (0.2ms) CREATE TEMPORARY TABLE "aflyboy_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "goal_id" integer, "title" varchar, "description" text, "progress" integer DEFAULT 0, "done" boolean, "term" date, "reminder" date, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
162309
+  (0.1ms) SELECT * FROM "flyboy_tasks"
162310
+  (0.3ms) DROP TABLE "flyboy_tasks"
162311
+  (0.1ms) CREATE TABLE "flyboy_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "goal_id" integer, "title" varchar, "description" text, "progress" integer DEFAULT 0, "done" boolean, "term" date, "reminder" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
162312
+  (0.1ms) SELECT * FROM "aflyboy_tasks"
162313
+  (0.1ms) DROP TABLE "aflyboy_tasks"
162314
+ SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150409081956"]]
162315
+  (1.3ms) commit transaction
162316
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
162317
+  (1.4ms) DELETE FROM "flyboy_task_comments";
162318
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162319
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
162320
+  (0.8ms) DELETE FROM "flyboy_goals";
162321
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162322
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
162323
+  (0.7ms) DELETE FROM "flyboy_tasks";
162324
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
162325
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
162326
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"
162327
+  (0.1ms) begin transaction
162328
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162329
+ SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4350"], ["description", "I-am-the-goal-description_7253"], ["version", 1], ["created_at", "2015-04-09 08:22:56.219187"], ["updated_at", "2015-04-09 08:22:56.219187"], ["tracking", "150409-1"]]
162330
+  (0.9ms) commit transaction
162331
+  (0.1ms) begin transaction
162332
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162333
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5982"], ["description", "I-am-the-goal-description_1189"], ["version", 1], ["created_at", "2015-04-09 08:22:56.231026"], ["updated_at", "2015-04-09 08:22:56.231026"], ["tracking", "150409-2"]]
162334
+  (1.0ms) commit transaction
162335
+ Processing by Flyboy::GoalsController#index as HTML
162336
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms)
162337
+ Completed 200 OK in 69ms (Views: 21.2ms | ActiveRecord: 0.0ms)
162338
+ Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
162339
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"
162340
+  (0.1ms) begin transaction
162341
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]
162342
+ SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]
162343
+  (0.8ms) commit transaction
162344
+  (0.0ms) begin transaction
162345
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]]
162346
+ SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]
162347
+  (0.7ms) commit transaction
162348
+  (0.1ms) begin transaction
162349
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162350
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1712"], ["description", "I-am-the-goal-description_3936"], ["version", 1], ["created_at", "2015-04-09 08:22:56.399290"], ["updated_at", "2015-04-09 08:22:56.399290"], ["tracking", "150409-1"]]
162351
+  (0.8ms) commit transaction
162352
+  (0.1ms) begin transaction
162353
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162354
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_921"], ["description", "I-am-the-goal-description_7491"], ["version", 1], ["created_at", "2015-04-09 08:22:56.403459"], ["updated_at", "2015-04-09 08:22:56.403459"], ["tracking", "150409-2"]]
162355
+  (0.8ms) commit transaction
162356
+ Processing by Flyboy::GoalsController#index as HTML
162357
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms)
162358
+ Completed 200 OK in 16ms (Views: 1.2ms | ActiveRecord: 0.0ms)
162359
+ Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]]
162360
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"
162361
+  (0.1ms) begin transaction
162362
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]]
162363
+ SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]
162364
+  (0.8ms) commit transaction
162365
+  (0.0ms) begin transaction
162366
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]]
162367
+ SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]
162368
+  (0.7ms) commit transaction
162369
+  (0.1ms) begin transaction
162370
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162371
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6404"], ["description", "I-am-the-goal-description_9016"], ["version", 1], ["created_at", "2015-04-09 08:22:56.434253"], ["updated_at", "2015-04-09 08:22:56.434253"], ["tracking", "150409-1"]]
162372
+  (0.8ms) commit transaction
162373
+  (0.1ms) begin transaction
162374
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162375
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9372"], ["description", "I-am-the-goal-description_2521"], ["version", 1], ["created_at", "2015-04-09 08:22:56.438337"], ["updated_at", "2015-04-09 08:22:56.438337"], ["tracking", "150409-2"]]
162376
+  (1.0ms) commit transaction
162377
+ Processing by Flyboy::GoalsController#index as HTML
162378
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms)
162379
+ Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
162380
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]
162381
+  (0.1ms) begin transaction
162382
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162383
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8782"], ["description", "I-am-the-goal-description_5949"], ["version", 1], ["created_at", "2015-04-09 08:22:56.449684"], ["updated_at", "2015-04-09 08:22:56.449684"], ["tracking", "150409-3"]]
162384
+  (0.9ms) commit transaction
162385
+ Processing by Flyboy::GoalsController#close as HTML
162386
+ Parameters: {"id"=>"7"}
162387
+ Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]
162388
+  (0.1ms) begin transaction
162389
+  (0.5ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]]
162390
+ SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 08:22:56.467328"], ["id", 7]]
162391
+  (0.7ms) commit transaction
162392
+ Redirected to http://test.host/flyboy/goals
162393
+ Completed 302 Found in 3132ms (ActiveRecord: 1.9ms)
162394
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]
162395
+  (0.1ms) begin transaction
162396
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162397
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2634"], ["description", "I-am-the-goal-description_8832"], ["version", 1], ["created_at", "2015-04-09 08:22:59.591240"], ["updated_at", "2015-04-09 08:22:59.591240"], ["tracking", "150409-4"]]
162398
+  (2.5ms) commit transaction
162399
+ Processing by Flyboy::GoalsController#close as HTML
162400
+ Parameters: {"id"=>"8"}
162401
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]
162402
+  (0.1ms) begin transaction
162403
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]
162404
+ SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 08:22:59.601351"], ["id", 8]]
162405
+  (0.8ms) commit transaction
162406
+ Redirected to http://test.host/flyboy/goals
162407
+ Completed 302 Found in 6ms (ActiveRecord: 1.3ms)
162408
+  (0.1ms) begin transaction
162409
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162410
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7707"], ["description", "I-am-the-goal-description_215"], ["version", 1], ["created_at", "2015-04-09 08:22:59.607579"], ["updated_at", "2015-04-09 08:22:59.607579"], ["tracking", "150409-5"]]
162411
+  (0.8ms) commit transaction
162412
+ Processing by Flyboy::GoalsController#open as HTML
162413
+ Parameters: {"id"=>"9"}
162414
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]
162415
+  (0.1ms) begin transaction
162416
+ SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 08:22:59.613197"], ["id", 9]]
162417
+  (0.7ms) commit transaction
162418
+ Redirected to http://test.host/flyboy/goals/9
162419
+ Completed 302 Found in 5ms (ActiveRecord: 1.1ms)
162420
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]
162421
+  (0.1ms) begin transaction
162422
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162423
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_477"], ["description", "I-am-the-goal-description_5441"], ["version", 1], ["created_at", "2015-04-09 08:22:59.620292"], ["updated_at", "2015-04-09 08:22:59.620292"], ["tracking", "150409-6"]]
162424
+  (0.9ms) commit transaction
162425
+ Processing by Flyboy::GoalsController#open as HTML
162426
+ Parameters: {"id"=>"10"}
162427
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]
162428
+  (0.1ms) begin transaction
162429
+ SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 08:22:59.627643"], ["id", 10]]
162430
+  (0.8ms) commit transaction
162431
+ Redirected to http://test.host/flyboy/goals/10
162432
+ Completed 302 Found in 6ms (ActiveRecord: 1.4ms)
162433
+  (0.1ms) begin transaction
162434
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162435
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_68"], ["description", "I-am-the-goal-description_11"], ["version", 1], ["created_at", "2015-04-09 08:22:59.691943"], ["updated_at", "2015-04-09 08:22:59.691943"], ["tracking", "150409-7"]]
162436
+  (1.4ms) commit transaction
162437
+  (0.1ms) begin transaction
162438
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task9667"], ["description", "I-am-the-task-description_786"], ["created_at", "2015-04-09 08:22:59.704584"], ["updated_at", "2015-04-09 08:22:59.704584"]]
162439
+  (0.7ms) commit transaction
162440
+  (0.1ms) begin transaction
162441
+ SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-09 08:22:59.715530"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-09 08:22:59.716505"], ["updated_at", "2015-04-09 08:22:59.716505"]]
162442
+ SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-09 08:22:59.718910"], ["id", 1]]
162443
+  (0.9ms) commit transaction
162444
+ Processing by Flyboy::TaskCommentsController#create as HTML
162445
+ Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-09 08:22:59 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-09 08:22:59 UTC", "updated_at"=>"2015-04-09 08:22:59 UTC"}, "task_id"=>"1"}
162446
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
162447
+ Unpermitted parameters: id, task_id, date, created_at, updated_at
162448
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]
162449
+  (0.1ms) begin transaction
162450
+ SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-09 08:22:59.728830"], ["created_at", "2015-04-09 08:22:59.730841"], ["updated_at", "2015-04-09 08:22:59.730841"]]
162451
+  (0.9ms) commit transaction
162452
+ Redirected to http://test.host/flyboy/tasks/1
162453
+ Completed 302 Found in 11ms (ActiveRecord: 1.7ms)
162454
+  (0.1ms) begin transaction
162455
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162456
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6518"], ["description", "I-am-the-goal-description_5316"], ["version", 1], ["created_at", "2015-04-09 08:22:59.743210"], ["updated_at", "2015-04-09 08:22:59.743210"], ["tracking", "150409-8"]]
162457
+  (0.8ms) commit transaction
162458
+  (0.1ms) begin transaction
162459
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1098"], ["description", "I-am-the-task-description_1341"], ["created_at", "2015-04-09 08:22:59.747888"], ["updated_at", "2015-04-09 08:22:59.747888"]]
162460
+  (0.7ms) commit transaction
162461
+  (0.1ms) begin transaction
162462
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8869"], ["description", "I-am-the-task-description_8039"], ["created_at", "2015-04-09 08:22:59.752366"], ["updated_at", "2015-04-09 08:22:59.752366"]]
162463
+  (0.7ms) commit transaction
162464
+ Processing by Flyboy::TasksController#complete as HTML
162465
+ Parameters: {"id"=>"2"}
162466
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]]
162467
+ Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]
162468
+  (0.1ms) begin transaction
162469
+ SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 08:22:59.764807"], ["task_id", 2], ["created_at", "2015-04-09 08:22:59.766606"], ["updated_at", "2015-04-09 08:22:59.766606"]]
162470
+ SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 08:22:59.768867"], ["id", 2]]
162471
+  (1.1ms) commit transaction
162472
+ Redirected to http://test.hostwhere_i_came_from
162473
+ Completed 302 Found in 13ms (ActiveRecord: 2.4ms)
162474
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]
162475
+  (0.1ms) begin transaction
162476
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162477
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7034"], ["description", "I-am-the-goal-description_5516"], ["version", 1], ["created_at", "2015-04-09 08:22:59.778331"], ["updated_at", "2015-04-09 08:22:59.778331"], ["tracking", "150409-9"]]
162478
+  (0.8ms) commit transaction
162479
+  (0.1ms) begin transaction
162480
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2364"], ["description", "I-am-the-task-description_4749"], ["created_at", "2015-04-09 08:22:59.782870"], ["updated_at", "2015-04-09 08:22:59.782870"]]
162481
+  (0.7ms) commit transaction
162482
+  (0.1ms) begin transaction
162483
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task9760"], ["description", "I-am-the-task-description_5179"], ["created_at", "2015-04-09 08:22:59.786976"], ["updated_at", "2015-04-09 08:22:59.786976"]]
162484
+  (0.7ms) commit transaction
162485
+ Processing by Flyboy::TasksController#complete as HTML
162486
+ Parameters: {"id"=>"4"}
162487
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]]
162488
+ Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]
162489
+  (0.1ms) begin transaction
162490
+ SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 08:22:59.795293"], ["task_id", 4], ["created_at", "2015-04-09 08:22:59.796869"], ["updated_at", "2015-04-09 08:22:59.796869"]]
162491
+ SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 08:22:59.798653"], ["id", 4]]
162492
+  (0.8ms) commit transaction
162493
+ Redirected to http://test.hostwhere_i_came_from
162494
+ Completed 302 Found in 11ms (ActiveRecord: 1.8ms)
162495
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]
162496
+  (0.1ms) begin transaction
162497
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162498
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2346"], ["description", "I-am-the-goal-description_7098"], ["version", 1], ["created_at", "2015-04-09 08:22:59.805777"], ["updated_at", "2015-04-09 08:22:59.805777"], ["tracking", "150409-10"]]
162499
+  (0.9ms) commit transaction
162500
+  (0.1ms) begin transaction
162501
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task7495"], ["description", "I-am-the-task-description_5128"], ["created_at", "2015-04-09 08:22:59.810705"], ["updated_at", "2015-04-09 08:22:59.810705"]]
162502
+  (0.8ms) commit transaction
162503
+  (0.1ms) begin transaction
162504
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task3974"], ["description", "I-am-the-task-description_1952"], ["created_at", "2015-04-09 08:22:59.816209"], ["updated_at", "2015-04-09 08:22:59.816209"]]
162505
+  (0.9ms) commit transaction
162506
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]]
162507
+ Processing by Flyboy::TasksController#complete as HTML
162508
+ Parameters: {"id"=>"6"}
162509
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]]
162510
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]
162511
+  (0.1ms) begin transaction
162512
+ SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 08:22:59.824467"], ["task_id", 6], ["created_at", "2015-04-09 08:22:59.825789"], ["updated_at", "2015-04-09 08:22:59.825789"]]
162513
+ SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 08:22:59.827334"], ["id", 6]]
162514
+  (0.9ms) commit transaction
162515
+ Redirected to http://test.hostwhere_i_came_from
162516
+ Completed 302 Found in 8ms (ActiveRecord: 1.5ms)
162517
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]
162518
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]]
162519
+ Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]
162520
+  (0.1ms) begin transaction
162521
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162522
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3253"], ["description", "I-am-the-goal-description_4146"], ["version", 1], ["created_at", "2015-04-09 08:22:59.836219"], ["updated_at", "2015-04-09 08:22:59.836219"], ["tracking", "150409-11"]]
162523
+  (0.8ms) commit transaction
162524
+  (0.1ms) begin transaction
162525
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task9102"], ["description", "I-am-the-task-description_7746"], ["created_at", "2015-04-09 08:22:59.840573"], ["updated_at", "2015-04-09 08:22:59.840573"]]
162526
+  (0.8ms) commit transaction
162527
+  (0.1ms) begin transaction
162528
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6793"], ["description", "I-am-the-task-description_5242"], ["created_at", "2015-04-09 08:22:59.846188"], ["updated_at", "2015-04-09 08:22:59.846188"]]
162529
+  (0.9ms) commit transaction
162530
+ Processing by Flyboy::TasksController#complete as HTML
162531
+ Parameters: {"id"=>"8"}
162532
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]]
162533
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]
162534
+  (0.1ms) begin transaction
162535
+ SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 08:22:59.852837"], ["task_id", 8], ["created_at", "2015-04-09 08:22:59.854139"], ["updated_at", "2015-04-09 08:22:59.854139"]]
162536
+ SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 08:22:59.855686"], ["id", 8]]
162537
+  (1.0ms) commit transaction
162538
+ Redirected to http://test.hostwhere_i_came_from
162539
+ Completed 302 Found in 8ms (ActiveRecord: 1.5ms)
162540
+  (0.1ms) begin transaction
162541
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162542
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1566"], ["description", "I-am-the-goal-description_6222"], ["version", 1], ["created_at", "2015-04-09 08:22:59.862928"], ["updated_at", "2015-04-09 08:22:59.862928"], ["tracking", "150409-12"]]
162543
+  (0.8ms) commit transaction
162544
+  (0.1ms) begin transaction
162545
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8260"], ["description", "I-am-the-task-description_6422"], ["created_at", "2015-04-09 08:22:59.867349"], ["updated_at", "2015-04-09 08:22:59.867349"]]
162546
+  (0.8ms) commit transaction
162547
+  (0.1ms) begin transaction
162548
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task184"], ["description", "I-am-the-task-description_1929"], ["created_at", "2015-04-09 08:22:59.871490"], ["updated_at", "2015-04-09 08:22:59.871490"]]
162549
+  (0.8ms) commit transaction
162550
+ Processing by Flyboy::TasksController#index as HTML
162551
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms)
162552
+ Completed 200 OK in 7ms (Views: 2.4ms | ActiveRecord: 0.0ms)
162553
+  (0.1ms) begin transaction
162554
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162555
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9754"], ["description", "I-am-the-goal-description_5549"], ["version", 1], ["created_at", "2015-04-09 08:22:59.885565"], ["updated_at", "2015-04-09 08:22:59.885565"], ["tracking", "150409-13"]]
162556
+  (0.9ms) commit transaction
162557
+  (0.0ms) begin transaction
162558
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task503"], ["description", "I-am-the-task-description_326"], ["created_at", "2015-04-09 08:22:59.889623"], ["updated_at", "2015-04-09 08:22:59.889623"]]
162559
+  (0.9ms) commit transaction
162560
+  (0.1ms) begin transaction
162561
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2698"], ["description", "I-am-the-task-description_1288"], ["created_at", "2015-04-09 08:22:59.894529"], ["updated_at", "2015-04-09 08:22:59.894529"]]
162562
+  (1.0ms) commit transaction
162563
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
162564
+  (0.0ms) begin transaction
162565
+ 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]]
162566
+ SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]]
162567
+ SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]]
162568
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]
162569
+  (1.0ms) commit transaction
162570
+  (0.0ms) begin transaction
162571
+ 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]]
162572
+ SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]]
162573
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]
162574
+  (0.8ms) commit transaction
162575
+  (0.0ms) begin transaction
162576
+ 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]]
162577
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]
162578
+  (0.8ms) commit transaction
162579
+  (0.1ms) begin transaction
162580
+ 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]]
162581
+ SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]]
162582
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]
162583
+  (0.7ms) commit transaction
162584
+  (0.1ms) begin transaction
162585
+ 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]]
162586
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]
162587
+  (0.7ms) commit transaction
162588
+  (0.1ms) begin transaction
162589
+ 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]]
162590
+ SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]]
162591
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]
162592
+  (0.7ms) commit transaction
162593
+  (0.1ms) begin transaction
162594
+ 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]]
162595
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]
162596
+  (0.7ms) commit transaction
162597
+  (0.1ms) begin transaction
162598
+ 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]]
162599
+ SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]]
162600
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]
162601
+  (0.7ms) commit transaction
162602
+  (0.1ms) begin transaction
162603
+ 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]]
162604
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]
162605
+  (0.8ms) commit transaction
162606
+  (0.1ms) begin transaction
162607
+ 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]]
162608
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]
162609
+  (0.8ms) commit transaction
162610
+  (0.1ms) begin transaction
162611
+ 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]]
162612
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]
162613
+  (0.8ms) commit transaction
162614
+  (0.1ms) begin transaction
162615
+ 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]]
162616
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]
162617
+  (0.7ms) commit transaction
162618
+  (0.1ms) begin transaction
162619
+ 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]]
162620
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]
162621
+  (0.8ms) commit transaction
162622
+  (0.1ms) begin transaction
162623
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162624
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7008"], ["description", "I-am-the-goal-description_5085"], ["version", 1], ["created_at", "2015-04-09 08:22:59.939148"], ["updated_at", "2015-04-09 08:22:59.939148"], ["tracking", "150409-14"]]
162625
+  (0.7ms) commit transaction
162626
+  (0.1ms) begin transaction
162627
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task4740"], ["description", "I-am-the-task-description_9923"], ["created_at", "2015-04-09 08:22:59.944503"], ["updated_at", "2015-04-09 08:22:59.944503"]]
162628
+  (0.7ms) commit transaction
162629
+  (0.1ms) begin transaction
162630
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162631
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4326"], ["description", "I-am-the-goal-description_8778"], ["version", 1], ["created_at", "2015-04-09 08:22:59.949373"], ["updated_at", "2015-04-09 08:22:59.949373"], ["tracking", "150409-15"]]
162632
+  (0.7ms) commit transaction
162633
+  (0.1ms) begin transaction
162634
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task8920"], ["description", "I-am-the-task-description_1073"], ["created_at", "2015-04-09 08:22:59.953310"], ["updated_at", "2015-04-09 08:22:59.953310"]]
162635
+  (0.8ms) commit transaction
162636
+ Processing by Flyboy::TasksController#index as HTML
162637
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms)
162638
+ Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
162639
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
162640
+  (0.1ms) begin transaction
162641
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162642
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7625"], ["description", "I-am-the-goal-description_1389"], ["version", 1], ["created_at", "2015-04-09 08:22:59.962664"], ["updated_at", "2015-04-09 08:22:59.962664"], ["tracking", "150409-16"]]
162643
+  (0.9ms) commit transaction
162644
+  (0.0ms) begin transaction
162645
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task1203"], ["description", "I-am-the-task-description_8298"], ["created_at", "2015-04-09 08:22:59.966993"], ["updated_at", "2015-04-09 08:22:59.966993"]]
162646
+  (0.8ms) commit transaction
162647
+  (0.1ms) begin transaction
162648
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task8795"], ["description", "I-am-the-task-description_7664"], ["created_at", "2015-04-09 08:22:59.970922"], ["updated_at", "2015-04-09 08:22:59.970922"]]
162649
+  (0.8ms) commit transaction
162650
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
162651
+  (0.0ms) begin transaction
162652
+ 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]]
162653
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]
162654
+  (0.7ms) commit transaction
162655
+  (0.1ms) begin transaction
162656
+ 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]]
162657
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]
162658
+  (0.8ms) commit transaction
162659
+  (0.1ms) begin transaction
162660
+ 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]]
162661
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]
162662
+  (0.7ms) commit transaction
162663
+  (0.0ms) begin transaction
162664
+ 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]]
162665
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]
162666
+  (0.7ms) commit transaction
162667
+  (0.1ms) begin transaction
162668
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162669
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5553"], ["description", "I-am-the-goal-description_9160"], ["version", 1], ["created_at", "2015-04-09 08:22:59.985102"], ["updated_at", "2015-04-09 08:22:59.985102"], ["tracking", "150409-17"]]
162670
+  (1.0ms) commit transaction
162671
+  (0.0ms) begin transaction
162672
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task8908"], ["description", "I-am-the-task-description_3013"], ["created_at", "2015-04-09 08:22:59.989126"], ["updated_at", "2015-04-09 08:22:59.989126"]]
162673
+  (0.8ms) commit transaction
162674
+  (0.1ms) begin transaction
162675
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162676
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4328"], ["description", "I-am-the-goal-description_4752"], ["version", 1], ["created_at", "2015-04-09 08:22:59.993108"], ["updated_at", "2015-04-09 08:22:59.993108"], ["tracking", "150409-18"]]
162677
+  (0.8ms) commit transaction
162678
+  (0.1ms) begin transaction
162679
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task4800"], ["description", "I-am-the-task-description_4827"], ["created_at", "2015-04-09 08:22:59.997437"], ["updated_at", "2015-04-09 08:22:59.997437"]]
162680
+  (0.7ms) commit transaction
162681
+ Processing by Flyboy::TasksController#index as HTML
162682
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms)
162683
+ Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
162684
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC
162685
+  (0.1ms) begin transaction
162686
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162687
+ SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4505"], ["description", "I-am-the-goal-description_7200"], ["version", 1], ["created_at", "2015-04-09 08:23:00.008433"], ["updated_at", "2015-04-09 08:23:00.008433"], ["tracking", "150409-19"]]
162688
+  (0.8ms) commit transaction
162689
+  (0.1ms) begin transaction
162690
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7748"], ["description", "I-am-the-task-description_4258"], ["created_at", "2015-04-09 08:23:00.013676"], ["updated_at", "2015-04-09 08:23:00.013676"]]
162691
+  (0.9ms) commit transaction
162692
+  (0.1ms) begin transaction
162693
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task6258"], ["description", "I-am-the-task-description_4009"], ["created_at", "2015-04-09 08:23:00.020162"], ["updated_at", "2015-04-09 08:23:00.020162"]]
162694
+  (0.9ms) commit transaction
162695
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
162696
+  (0.0ms) begin transaction
162697
+ 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]]
162698
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]
162699
+  (0.8ms) commit transaction
162700
+  (0.0ms) begin transaction
162701
+ 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]]
162702
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]
162703
+  (0.7ms) commit transaction
162704
+  (0.0ms) begin transaction
162705
+ 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]]
162706
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]
162707
+  (0.8ms) commit transaction
162708
+  (0.0ms) begin transaction
162709
+ 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]]
162710
+ SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]
162711
+  (0.7ms) commit transaction
162712
+  (0.1ms) begin transaction
162713
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162714
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2715"], ["description", "I-am-the-goal-description_4985"], ["version", 1], ["created_at", "2015-04-09 08:23:00.035293"], ["updated_at", "2015-04-09 08:23:00.035293"], ["tracking", "150409-20"]]
162715
+  (0.9ms) commit transaction
162716
+  (0.0ms) begin transaction
162717
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task1609"], ["description", "I-am-the-task-description_2025"], ["created_at", "2015-04-09 08:23:00.039272"], ["updated_at", "2015-04-09 08:23:00.039272"]]
162718
+  (0.9ms) commit transaction
162719
+  (0.1ms) begin transaction
162720
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162721
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_391"], ["description", "I-am-the-goal-description_6144"], ["version", 1], ["created_at", "2015-04-09 08:23:00.043134"], ["updated_at", "2015-04-09 08:23:00.043134"], ["tracking", "150409-21"]]
162722
+  (0.8ms) commit transaction
162723
+  (0.1ms) begin transaction
162724
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task5904"], ["description", "I-am-the-task-description_1843"], ["created_at", "2015-04-09 08:23:00.048054"], ["updated_at", "2015-04-09 08:23:00.048054"]]
162725
+  (0.8ms) commit transaction
162726
+ Processing by Flyboy::TasksController#index as HTML
162727
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms)
162728
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
162729
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC
162730
+  (0.1ms) begin transaction
162731
+  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162732
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4119"], ["description", "I-am-the-goal-description_298"], ["version", 1], ["created_at", "2015-04-09 08:23:00.059397"], ["updated_at", "2015-04-09 08:23:00.059397"], ["tracking", "150409-22"]]
162733
+  (1.0ms) commit transaction
162734
+  (0.1ms) begin transaction
162735
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task5730"], ["description", "I-am-the-task-description_7457"], ["created_at", "2015-04-09 08:23:00.121295"], ["updated_at", "2015-04-09 08:23:00.121295"]]
162736
+  (0.7ms) commit transaction
162737
+  (0.1ms) begin transaction
162738
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6661"], ["description", "I-am-the-task-description_4161"], ["created_at", "2015-04-09 08:23:00.125262"], ["updated_at", "2015-04-09 08:23:00.125262"]]
162739
+  (0.7ms) commit transaction
162740
+ Processing by Flyboy::TasksController#show as HTML
162741
+ Parameters: {"id"=>"24"}
162742
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]]
162743
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]
162744
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]]
162745
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms)
162746
+ Completed 200 OK in 6ms (Views: 2.5ms | ActiveRecord: 0.3ms)
162747
+  (0.1ms) begin transaction
162748
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162749
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4786"], ["description", "I-am-the-goal-description_8686"], ["version", 1], ["created_at", "2015-04-09 08:23:00.138546"], ["updated_at", "2015-04-09 08:23:00.138546"], ["tracking", "150409-23"]]
162750
+  (0.9ms) commit transaction
162751
+  (0.0ms) begin transaction
162752
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task6685"], ["description", "I-am-the-task-description_1368"], ["created_at", "2015-04-09 08:23:00.142448"], ["updated_at", "2015-04-09 08:23:00.142448"]]
162753
+  (0.9ms) commit transaction
162754
+  (0.1ms) begin transaction
162755
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5203"], ["description", "I-am-the-task-description_8169"], ["created_at", "2015-04-09 08:23:00.146396"], ["updated_at", "2015-04-09 08:23:00.146396"]]
162756
+  (0.9ms) commit transaction
162757
+ Processing by Flyboy::TasksController#new as HTML
162758
+ Parameters: {"goal_id"=>"27"}
162759
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]
162760
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms)
162761
+ Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.1ms)
162762
+  (0.1ms) begin transaction
162763
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162764
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4172"], ["description", "I-am-the-goal-description_8684"], ["version", 1], ["created_at", "2015-04-09 08:23:00.160187"], ["updated_at", "2015-04-09 08:23:00.160187"], ["tracking", "150409-24"]]
162765
+  (0.9ms) commit transaction
162766
+  (0.1ms) begin transaction
162767
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task4360"], ["description", "I-am-the-task-description_4483"], ["created_at", "2015-04-09 08:23:00.164599"], ["updated_at", "2015-04-09 08:23:00.164599"]]
162768
+  (0.8ms) commit transaction
162769
+  (0.1ms) begin transaction
162770
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task3333"], ["description", "I-am-the-task-description_255"], ["created_at", "2015-04-09 08:23:00.168594"], ["updated_at", "2015-04-09 08:23:00.168594"]]
162771
+  (0.7ms) commit transaction
162772
+ Processing by Flyboy::TasksController#edit as HTML
162773
+ Parameters: {"id"=>"28"}
162774
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]]
162775
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]]
162776
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms)
162777
+ Completed 200 OK in 6ms (Views: 3.0ms | ActiveRecord: 0.2ms)
162778
+  (0.1ms) begin transaction
162779
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162780
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7868"], ["description", "I-am-the-goal-description_3141"], ["version", 1], ["created_at", "2015-04-09 08:23:00.182916"], ["updated_at", "2015-04-09 08:23:00.182916"], ["tracking", "150409-25"]]
162781
+  (0.9ms) commit transaction
162782
+  (0.1ms) begin transaction
162783
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task7034"], ["description", "I-am-the-task-description_9263"], ["created_at", "2015-04-09 08:23:00.187053"], ["updated_at", "2015-04-09 08:23:00.187053"]]
162784
+  (0.8ms) commit transaction
162785
+  (0.1ms) begin transaction
162786
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task5654"], ["description", "I-am-the-task-description_8428"], ["created_at", "2015-04-09 08:23:00.191040"], ["updated_at", "2015-04-09 08:23:00.191040"]]
162787
+  (0.8ms) commit transaction
162788
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"
162789
+ Processing by Flyboy::TasksController#create as HTML
162790
+ Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}}
162791
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]
162792
+  (0.1ms) begin transaction
162793
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.204298"], ["updated_at", "2015-04-09 08:23:00.204298"]]
162794
+  (0.8ms) commit transaction
162795
+ Redirected to http://test.host/flyboy/tasks/32
162796
+ Completed 302 Found in 6ms (ActiveRecord: 1.3ms)
162797
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"
162798
+  (0.1ms) begin transaction
162799
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162800
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9417"], ["description", "I-am-the-goal-description_2272"], ["version", 1], ["created_at", "2015-04-09 08:23:00.211544"], ["updated_at", "2015-04-09 08:23:00.211544"], ["tracking", "150409-26"]]
162801
+  (0.8ms) commit transaction
162802
+  (0.1ms) begin transaction
162803
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task7478"], ["description", "I-am-the-task-description_3518"], ["created_at", "2015-04-09 08:23:00.216035"], ["updated_at", "2015-04-09 08:23:00.216035"]]
162804
+  (0.9ms) commit transaction
162805
+  (0.1ms) begin transaction
162806
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task3443"], ["description", "I-am-the-task-description_4930"], ["created_at", "2015-04-09 08:23:00.221082"], ["updated_at", "2015-04-09 08:23:00.221082"]]
162807
+  (0.9ms) commit transaction
162808
+ Processing by Flyboy::TasksController#create as HTML
162809
+ Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}}
162810
+ Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]
162811
+  (0.2ms) begin transaction
162812
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.229600"], ["updated_at", "2015-04-09 08:23:00.229600"]]
162813
+  (0.8ms) commit transaction
162814
+ Redirected to http://test.host/flyboy/tasks/35
162815
+ Completed 302 Found in 7ms (ActiveRecord: 1.7ms)
162816
+  (0.1ms) begin transaction
162817
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162818
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3017"], ["description", "I-am-the-goal-description_9186"], ["version", 1], ["created_at", "2015-04-09 08:23:00.240382"], ["updated_at", "2015-04-09 08:23:00.240382"], ["tracking", "150409-27"]]
162819
+  (0.6ms) commit transaction
162820
+  (0.1ms) begin transaction
162821
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task327"], ["description", "I-am-the-task-description_7846"], ["created_at", "2015-04-09 08:23:00.244927"], ["updated_at", "2015-04-09 08:23:00.244927"]]
162822
+  (0.7ms) commit transaction
162823
+  (0.1ms) begin transaction
162824
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task9424"], ["description", "I-am-the-task-description_8578"], ["created_at", "2015-04-09 08:23:00.249123"], ["updated_at", "2015-04-09 08:23:00.249123"]]
162825
+  (0.8ms) commit transaction
162826
+ Processing by Flyboy::TasksController#create as HTML
162827
+ Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}}
162828
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]
162829
+  (0.1ms) begin transaction
162830
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.255659"], ["updated_at", "2015-04-09 08:23:00.255659"]]
162831
+  (0.9ms) commit transaction
162832
+ Redirected to http://test.host/flyboy/tasks/38
162833
+ Completed 302 Found in 6ms (ActiveRecord: 1.3ms)
162834
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1
162835
+  (0.1ms) begin transaction
162836
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162837
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5977"], ["description", "I-am-the-goal-description_9628"], ["version", 1], ["created_at", "2015-04-09 08:23:00.263344"], ["updated_at", "2015-04-09 08:23:00.263344"], ["tracking", "150409-28"]]
162838
+  (0.8ms) commit transaction
162839
+  (0.1ms) begin transaction
162840
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task5026"], ["description", "I-am-the-task-description_5485"], ["created_at", "2015-04-09 08:23:00.267450"], ["updated_at", "2015-04-09 08:23:00.267450"]]
162841
+  (0.8ms) commit transaction
162842
+  (0.1ms) begin transaction
162843
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task5402"], ["description", "I-am-the-task-description_5402"], ["created_at", "2015-04-09 08:23:00.271470"], ["updated_at", "2015-04-09 08:23:00.271470"]]
162844
+  (0.7ms) commit transaction
162845
+ Processing by Flyboy::TasksController#create as HTML
162846
+ Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}}
162847
+ Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]
162848
+  (0.1ms) begin transaction
162849
+  (0.1ms) rollback transaction
162850
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms)
162851
+ Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.5ms)
162852
+  (0.1ms) begin transaction
162853
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162854
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_359"], ["description", "I-am-the-goal-description_3370"], ["version", 1], ["created_at", "2015-04-09 08:23:00.285312"], ["updated_at", "2015-04-09 08:23:00.285312"], ["tracking", "150409-29"]]
162855
+  (0.8ms) commit transaction
162856
+  (0.0ms) begin transaction
162857
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task7502"], ["description", "I-am-the-task-description_5043"], ["created_at", "2015-04-09 08:23:00.289253"], ["updated_at", "2015-04-09 08:23:00.289253"]]
162858
+  (0.8ms) commit transaction
162859
+  (0.1ms) begin transaction
162860
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task9210"], ["description", "I-am-the-task-description_4533"], ["created_at", "2015-04-09 08:23:00.292993"], ["updated_at", "2015-04-09 08:23:00.292993"]]
162861
+  (0.8ms) commit transaction
162862
+  (0.0ms) begin transaction
162863
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]
162864
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.296772"], ["updated_at", "2015-04-09 08:23:00.296772"]]
162865
+  (1.0ms) commit transaction
162866
+ Processing by Flyboy::TasksController#update as HTML
162867
+ Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"43"}
162868
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]]
162869
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]
162870
+  (0.1ms) begin transaction
162871
+  (0.0ms) commit transaction
162872
+ Redirected to http://test.host/flyboy/tasks/43
162873
+ Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
162874
+  (0.1ms) begin transaction
162875
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162876
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4136"], ["description", "I-am-the-goal-description_8252"], ["version", 1], ["created_at", "2015-04-09 08:23:00.309207"], ["updated_at", "2015-04-09 08:23:00.309207"], ["tracking", "150409-30"]]
162877
+  (0.8ms) commit transaction
162878
+  (0.0ms) begin transaction
162879
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4678"], ["description", "I-am-the-task-description_2650"], ["created_at", "2015-04-09 08:23:00.313653"], ["updated_at", "2015-04-09 08:23:00.313653"]]
162880
+  (0.8ms) commit transaction
162881
+  (0.1ms) begin transaction
162882
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4262"], ["description", "I-am-the-task-description_5876"], ["created_at", "2015-04-09 08:23:00.317728"], ["updated_at", "2015-04-09 08:23:00.317728"]]
162883
+  (0.8ms) commit transaction
162884
+  (0.0ms) begin transaction
162885
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]
162886
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.322054"], ["updated_at", "2015-04-09 08:23:00.322054"]]
162887
+  (0.8ms) commit transaction
162888
+ Processing by Flyboy::TasksController#update as HTML
162889
+ Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"46"}
162890
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]]
162891
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]
162892
+  (0.1ms) begin transaction
162893
+  (0.1ms) commit transaction
162894
+ Redirected to http://test.host/flyboy/tasks/46
162895
+ Completed 302 Found in 6ms (ActiveRecord: 0.5ms)
162896
+  (0.1ms) begin transaction
162897
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162898
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5458"], ["description", "I-am-the-goal-description_7452"], ["version", 1], ["created_at", "2015-04-09 08:23:00.336469"], ["updated_at", "2015-04-09 08:23:00.336469"], ["tracking", "150409-31"]]
162899
+  (0.8ms) commit transaction
162900
+  (0.0ms) begin transaction
162901
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task7707"], ["description", "I-am-the-task-description_6406"], ["created_at", "2015-04-09 08:23:00.340481"], ["updated_at", "2015-04-09 08:23:00.340481"]]
162902
+  (0.8ms) commit transaction
162903
+  (0.1ms) begin transaction
162904
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task3739"], ["description", "I-am-the-task-description_4179"], ["created_at", "2015-04-09 08:23:00.344339"], ["updated_at", "2015-04-09 08:23:00.344339"]]
162905
+  (0.8ms) commit transaction
162906
+  (0.0ms) begin transaction
162907
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]
162908
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.348133"], ["updated_at", "2015-04-09 08:23:00.348133"]]
162909
+  (0.8ms) commit transaction
162910
+ Processing by Flyboy::TasksController#update as HTML
162911
+ Parameters: {"task"=>{"title"=>nil}, "id"=>"49"}
162912
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]]
162913
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]
162914
+  (0.1ms) begin transaction
162915
+  (0.0ms) rollback transaction
162916
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms)
162917
+ Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.3ms)
162918
+  (0.1ms) begin transaction
162919
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162920
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5866"], ["description", "I-am-the-goal-description_302"], ["version", 1], ["created_at", "2015-04-09 08:23:00.361311"], ["updated_at", "2015-04-09 08:23:00.361311"], ["tracking", "150409-32"]]
162921
+  (0.8ms) commit transaction
162922
+  (0.0ms) begin transaction
162923
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task4579"], ["description", "I-am-the-task-description_4654"], ["created_at", "2015-04-09 08:23:00.365503"], ["updated_at", "2015-04-09 08:23:00.365503"]]
162924
+  (0.8ms) commit transaction
162925
+  (0.1ms) begin transaction
162926
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task6425"], ["description", "I-am-the-task-description_6220"], ["created_at", "2015-04-09 08:23:00.369917"], ["updated_at", "2015-04-09 08:23:00.369917"]]
162927
+  (0.8ms) commit transaction
162928
+  (0.0ms) begin transaction
162929
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]
162930
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.374007"], ["updated_at", "2015-04-09 08:23:00.374007"]]
162931
+  (0.8ms) commit transaction
162932
+  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks"
162933
+ Processing by Flyboy::TasksController#destroy as HTML
162934
+ Parameters: {"id"=>"52"}
162935
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]]
162936
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]
162937
+  (0.1ms) begin transaction
162938
+ 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]]
162939
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]
162940
+  (0.7ms) commit transaction
162941
+ Redirected to http://test.host/flyboy/tasks
162942
+ Completed 302 Found in 5ms (ActiveRecord: 1.3ms)
162943
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"
162944
+  (0.1ms) begin transaction
162945
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162946
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9708"], ["description", "I-am-the-goal-description_5693"], ["version", 1], ["created_at", "2015-04-09 08:23:00.390085"], ["updated_at", "2015-04-09 08:23:00.390085"], ["tracking", "150409-33"]]
162947
+  (1.0ms) commit transaction
162948
+  (0.0ms) begin transaction
162949
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task6398"], ["description", "I-am-the-task-description_1692"], ["created_at", "2015-04-09 08:23:00.394112"], ["updated_at", "2015-04-09 08:23:00.394112"]]
162950
+  (0.8ms) commit transaction
162951
+  (0.1ms) begin transaction
162952
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task1656"], ["description", "I-am-the-task-description_4410"], ["created_at", "2015-04-09 08:23:00.397999"], ["updated_at", "2015-04-09 08:23:00.397999"]]
162953
+  (0.8ms) commit transaction
162954
+  (0.0ms) begin transaction
162955
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]
162956
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.401798"], ["updated_at", "2015-04-09 08:23:00.401798"]]
162957
+  (0.7ms) commit transaction
162958
+ Processing by Flyboy::TasksController#destroy as HTML
162959
+ Parameters: {"id"=>"55"}
162960
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]]
162961
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]
162962
+  (0.1ms) begin transaction
162963
+ 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]]
162964
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]
162965
+  (1.0ms) commit transaction
162966
+ Redirected to http://test.host/flyboy/tasks
162967
+ Completed 302 Found in 5ms (ActiveRecord: 1.5ms)
162968
+  (0.1ms) begin transaction
162969
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162970
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3862"], ["description", "I-am-the-goal-description_970"], ["version", 1], ["created_at", "2015-04-09 08:23:00.415318"], ["updated_at", "2015-04-09 08:23:00.415318"], ["tracking", "150409-34"]]
162971
+  (0.9ms) commit transaction
162972
+  (0.0ms) begin transaction
162973
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task1348"], ["description", "I-am-the-task-description_9303"], ["created_at", "2015-04-09 08:23:00.419353"], ["updated_at", "2015-04-09 08:23:00.419353"]]
162974
+  (0.8ms) commit transaction
162975
+  (0.1ms) begin transaction
162976
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task1914"], ["description", "I-am-the-task-description_4113"], ["created_at", "2015-04-09 08:23:00.423788"], ["updated_at", "2015-04-09 08:23:00.423788"]]
162977
+  (0.9ms) commit transaction
162978
+  (0.1ms) begin transaction
162979
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]
162980
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.429261"], ["updated_at", "2015-04-09 08:23:00.429261"]]
162981
+  (0.8ms) commit transaction
162982
+ Processing by Flyboy::TasksController#snooze as HTML
162983
+ Parameters: {"id"=>"58"}
162984
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]]
162985
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]
162986
+  (0.1ms) begin transaction
162987
+ SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 08:23:00.436128"], ["id", 58]]
162988
+  (0.7ms) commit transaction
162989
+ Redirected to http://test.host/flyboy/tasks
162990
+ Completed 302 Found in 5ms (ActiveRecord: 1.3ms)
162991
+  (0.1ms) begin transaction
162992
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162993
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5505"], ["description", "I-am-the-goal-description_8882"], ["version", 1], ["created_at", "2015-04-09 08:23:00.442910"], ["updated_at", "2015-04-09 08:23:00.442910"], ["tracking", "150409-35"]]
162994
+  (0.9ms) commit transaction
162995
+  (0.1ms) begin transaction
162996
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
162997
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5231"], ["description", "I-am-the-goal-description_4094"], ["version", 1], ["created_at", "2015-04-09 08:23:00.448218"], ["updated_at", "2015-04-09 08:23:00.448218"], ["tracking", "150409-36"]]
162998
+  (6.3ms) commit transaction
162999
+  (0.1ms) begin transaction
163000
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 40], ["title", "I-am-a-task2819"], ["description", "I-am-the-task-description_6920"], ["created_at", "2015-04-09 08:23:00.458477"], ["updated_at", "2015-04-09 08:23:00.458477"]]
163001
+  (0.8ms) commit transaction
163002
+  (0.1ms) begin transaction
163003
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163004
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6447"], ["description", "I-am-the-goal-description_9628"], ["version", 1], ["created_at", "2015-04-09 08:23:00.464064"], ["updated_at", "2015-04-09 08:23:00.464064"], ["tracking", "150409-37"]]
163005
+  (1.1ms) commit transaction
163006
+  (0.1ms) begin transaction
163007
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 41], ["title", "I-am-a-task2042"], ["description", "I-am-the-task-description_7090"], ["created_at", "2015-04-09 08:23:00.469055"], ["updated_at", "2015-04-09 08:23:00.469055"]]
163008
+  (0.8ms) commit transaction
163009
+  (0.1ms) begin transaction
163010
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163011
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6024"], ["description", "I-am-the-goal-description_2786"], ["version", 1], ["created_at", "2015-04-09 08:23:00.472715"], ["updated_at", "2015-04-09 08:23:00.472715"], ["tracking", "150409-38"]]
163012
+  (0.8ms) commit transaction
163013
+  (0.1ms) begin transaction
163014
+ SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task4912"], ["description", "I-am-the-task-description_7772"], ["created_at", "2015-04-09 08:23:00.479508"], ["updated_at", "2015-04-09 08:23:00.479508"]]
163015
+  (4.0ms) commit transaction
163016
+  (0.1ms) begin transaction
163017
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 42], ["title", "I-am-a-task8552"], ["description", "I-am-the-task-description_4957"], ["created_at", "2015-04-09 08:23:00.489393"], ["updated_at", "2015-04-09 08:23:00.489393"]]
163018
+  (0.8ms) commit transaction
163019
+  (0.1ms) begin transaction
163020
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 39], ["title", "I-am-a-task1833"], ["description", "I-am-the-task-description_8792"], ["created_at", "2015-04-09 08:23:00.494805"], ["updated_at", "2015-04-09 08:23:00.494805"]]
163021
+  (0.9ms) commit transaction
163022
+  (0.1ms) begin transaction
163023
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 39], ["title", "I-am-a-task4286"], ["description", "I-am-the-task-description_6225"], ["created_at", "2015-04-09 08:23:00.499358"], ["updated_at", "2015-04-09 08:23:00.499358"]]
163024
+  (0.8ms) commit transaction
163025
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-09')
163026
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')
163027
+  (0.1ms) begin transaction
163028
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163029
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8472"], ["description", "I-am-the-goal-description_5377"], ["version", 1], ["created_at", "2015-04-09 08:23:00.506148"], ["updated_at", "2015-04-09 08:23:00.506148"], ["tracking", "150409-39"]]
163030
+  (0.8ms) commit transaction
163031
+  (0.1ms) begin transaction
163032
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163033
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3388"], ["description", "I-am-the-goal-description_4262"], ["version", 1], ["created_at", "2015-04-09 08:23:00.511626"], ["updated_at", "2015-04-09 08:23:00.511626"], ["tracking", "150409-40"]]
163034
+  (0.8ms) commit transaction
163035
+  (0.0ms) begin transaction
163036
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 44], ["title", "I-am-a-task929"], ["description", "I-am-the-task-description_5112"], ["created_at", "2015-04-09 08:23:00.515624"], ["updated_at", "2015-04-09 08:23:00.515624"]]
163037
+  (0.8ms) commit transaction
163038
+  (0.1ms) begin transaction
163039
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163040
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1116"], ["description", "I-am-the-goal-description_667"], ["version", 1], ["created_at", "2015-04-09 08:23:00.519802"], ["updated_at", "2015-04-09 08:23:00.519802"], ["tracking", "150409-41"]]
163041
+  (0.8ms) commit transaction
163042
+  (0.0ms) begin transaction
163043
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 45], ["title", "I-am-a-task4127"], ["description", "I-am-the-task-description_6103"], ["created_at", "2015-04-09 08:23:00.523695"], ["updated_at", "2015-04-09 08:23:00.523695"]]
163044
+  (0.8ms) commit transaction
163045
+  (0.1ms) begin transaction
163046
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163047
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4870"], ["description", "I-am-the-goal-description_7622"], ["version", 1], ["created_at", "2015-04-09 08:23:00.526636"], ["updated_at", "2015-04-09 08:23:00.526636"], ["tracking", "150409-42"]]
163048
+  (0.8ms) commit transaction
163049
+  (0.1ms) begin transaction
163050
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task2760"], ["description", "I-am-the-task-description_4036"], ["created_at", "2015-04-09 08:23:00.531203"], ["updated_at", "2015-04-09 08:23:00.531203"]]
163051
+  (0.8ms) commit transaction
163052
+  (0.1ms) begin transaction
163053
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 46], ["title", "I-am-a-task2482"], ["description", "I-am-the-task-description_3193"], ["created_at", "2015-04-09 08:23:00.535571"], ["updated_at", "2015-04-09 08:23:00.535571"]]
163054
+  (0.8ms) commit transaction
163055
+  (0.1ms) begin transaction
163056
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 43], ["title", "I-am-a-task2292"], ["description", "I-am-the-task-description_6968"], ["created_at", "2015-04-09 08:23:00.540381"], ["updated_at", "2015-04-09 08:23:00.540381"]]
163057
+  (0.8ms) commit transaction
163058
+  (0.2ms) begin transaction
163059
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 43], ["title", "I-am-a-task3103"], ["description", "I-am-the-task-description_8991"], ["created_at", "2015-04-09 08:23:00.546088"], ["updated_at", "2015-04-09 08:23:00.546088"]]
163060
+  (0.9ms) commit transaction
163061
+  (0.1ms) begin transaction
163062
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163063
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8586"], ["description", "I-am-the-goal-description_6770"], ["version", 1], ["created_at", "2015-04-09 08:23:00.550334"], ["updated_at", "2015-04-09 08:23:00.550334"], ["tracking", "150409-43"]]
163064
+  (0.8ms) commit transaction
163065
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-09')
163066
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')
163067
+  (0.1ms) begin transaction
163068
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163069
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9595"], ["description", "I-am-the-goal-description_7187"], ["version", 1], ["created_at", "2015-04-09 08:23:00.557776"], ["updated_at", "2015-04-09 08:23:00.557776"], ["tracking", "150409-44"]]
163070
+  (0.7ms) commit transaction
163071
+  (0.1ms) begin transaction
163072
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163073
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1628"], ["description", "I-am-the-goal-description_3597"], ["version", 1], ["created_at", "2015-04-09 08:23:00.564093"], ["updated_at", "2015-04-09 08:23:00.564093"], ["tracking", "150409-45"]]
163074
+  (0.9ms) commit transaction
163075
+  (0.0ms) begin transaction
163076
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 49], ["title", "I-am-a-task8401"], ["description", "I-am-the-task-description_2803"], ["created_at", "2015-04-09 08:23:00.568094"], ["updated_at", "2015-04-09 08:23:00.568094"]]
163077
+  (0.8ms) commit transaction
163078
+  (0.1ms) begin transaction
163079
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163080
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8140"], ["description", "I-am-the-goal-description_7234"], ["version", 1], ["created_at", "2015-04-09 08:23:00.572489"], ["updated_at", "2015-04-09 08:23:00.572489"], ["tracking", "150409-46"]]
163081
+  (0.8ms) commit transaction
163082
+  (0.0ms) begin transaction
163083
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 50], ["title", "I-am-a-task3710"], ["description", "I-am-the-task-description_1357"], ["created_at", "2015-04-09 08:23:00.576307"], ["updated_at", "2015-04-09 08:23:00.576307"]]
163084
+  (0.8ms) commit transaction
163085
+  (0.0ms) begin transaction
163086
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163087
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4369"], ["description", "I-am-the-goal-description_9319"], ["version", 1], ["created_at", "2015-04-09 08:23:00.579326"], ["updated_at", "2015-04-09 08:23:00.579326"], ["tracking", "150409-47"]]
163088
+  (0.8ms) commit transaction
163089
+  (0.1ms) begin transaction
163090
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task7697"], ["description", "I-am-the-task-description_6397"], ["created_at", "2015-04-09 08:23:00.583817"], ["updated_at", "2015-04-09 08:23:00.583817"]]
163091
+  (0.8ms) commit transaction
163092
+  (0.1ms) begin transaction
163093
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 51], ["title", "I-am-a-task2865"], ["description", "I-am-the-task-description_1470"], ["created_at", "2015-04-09 08:23:00.588234"], ["updated_at", "2015-04-09 08:23:00.588234"]]
163094
+  (0.8ms) commit transaction
163095
+  (0.1ms) begin transaction
163096
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 48], ["title", "I-am-a-task8110"], ["description", "I-am-the-task-description_1140"], ["created_at", "2015-04-09 08:23:00.592814"], ["updated_at", "2015-04-09 08:23:00.592814"]]
163097
+  (1.2ms) commit transaction
163098
+  (0.1ms) begin transaction
163099
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task2070"], ["description", "I-am-the-task-description_3431"], ["created_at", "2015-04-09 08:23:00.598702"], ["updated_at", "2015-04-09 08:23:00.598702"]]
163100
+  (0.8ms) commit transaction
163101
+  (0.1ms) begin transaction
163102
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task2581"], ["description", "I-am-the-task-description_2100"], ["created_at", "2015-04-09 08:23:00.602966"], ["updated_at", "2015-04-09 08:23:00.602966"]]
163103
+  (0.8ms) commit transaction
163104
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-09')
163105
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')
163106
+  (0.1ms) begin transaction
163107
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163108
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4546"], ["description", "I-am-the-goal-description_3722"], ["version", 1], ["created_at", "2015-04-09 08:23:00.609579"], ["updated_at", "2015-04-09 08:23:00.609579"], ["tracking", "150409-48"]]
163109
+  (0.8ms) commit transaction
163110
+  (0.1ms) begin transaction
163111
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163112
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_177"], ["description", "I-am-the-goal-description_9799"], ["version", 1], ["created_at", "2015-04-09 08:23:00.614911"], ["updated_at", "2015-04-09 08:23:00.614911"], ["tracking", "150409-49"]]
163113
+  (0.8ms) commit transaction
163114
+  (0.0ms) begin transaction
163115
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 53], ["title", "I-am-a-task3963"], ["description", "I-am-the-task-description_1207"], ["created_at", "2015-04-09 08:23:00.618792"], ["updated_at", "2015-04-09 08:23:00.618792"]]
163116
+  (0.8ms) commit transaction
163117
+  (0.1ms) begin transaction
163118
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163119
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7442"], ["description", "I-am-the-goal-description_3309"], ["version", 1], ["created_at", "2015-04-09 08:23:00.622899"], ["updated_at", "2015-04-09 08:23:00.622899"], ["tracking", "150409-50"]]
163120
+  (0.8ms) commit transaction
163121
+  (0.0ms) begin transaction
163122
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 54], ["title", "I-am-a-task7339"], ["description", "I-am-the-task-description_2666"], ["created_at", "2015-04-09 08:23:00.626890"], ["updated_at", "2015-04-09 08:23:00.626890"]]
163123
+  (0.7ms) commit transaction
163124
+  (0.1ms) begin transaction
163125
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163126
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1454"], ["description", "I-am-the-goal-description_525"], ["version", 1], ["created_at", "2015-04-09 08:23:00.629857"], ["updated_at", "2015-04-09 08:23:00.629857"], ["tracking", "150409-51"]]
163127
+  (0.8ms) commit transaction
163128
+  (0.1ms) begin transaction
163129
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task2037"], ["description", "I-am-the-task-description_3778"], ["created_at", "2015-04-09 08:23:00.634323"], ["updated_at", "2015-04-09 08:23:00.634323"]]
163130
+  (0.8ms) commit transaction
163131
+  (0.1ms) begin transaction
163132
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 55], ["title", "I-am-a-task9229"], ["description", "I-am-the-task-description_678"], ["created_at", "2015-04-09 08:23:00.638621"], ["updated_at", "2015-04-09 08:23:00.638621"]]
163133
+  (0.8ms) commit transaction
163134
+  (0.1ms) begin transaction
163135
+ SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 52], ["title", "I-am-a-task3175"], ["description", "I-am-the-task-description_7853"], ["created_at", "2015-04-09 08:23:00.643366"], ["updated_at", "2015-04-09 08:23:00.643366"]]
163136
+  (1.0ms) commit transaction
163137
+  (0.1ms) begin transaction
163138
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task535"], ["description", "I-am-the-task-description_9752"], ["created_at", "2015-04-09 08:23:00.649525"], ["updated_at", "2015-04-09 08:23:00.649525"]]
163139
+  (0.9ms) commit transaction
163140
+  (0.1ms) begin transaction
163141
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task7704"], ["description", "I-am-the-task-description_2039"], ["created_at", "2015-04-09 08:23:00.654021"], ["updated_at", "2015-04-09 08:23:00.654021"]]
163142
+  (0.9ms) commit transaction
163143
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-09')
163144
+  (0.1ms) begin transaction
163145
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163146
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2354"], ["description", "I-am-the-goal-description_3894"], ["version", 1], ["created_at", "2015-04-09 08:23:00.661505"], ["updated_at", "2015-04-09 08:23:00.661505"], ["tracking", "150409-52"]]
163147
+  (0.7ms) commit transaction
163148
+  (0.1ms) begin transaction
163149
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 56], ["title", "I-am-a-task6819"], ["description", "I-am-the-task-description_2691"], ["created_at", "2015-04-09 08:23:00.666215"], ["updated_at", "2015-04-09 08:23:00.666215"]]
163150
+  (0.8ms) commit transaction
163151
+  (0.1ms) begin transaction
163152
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163153
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5373"], ["description", "I-am-the-goal-description_2788"], ["version", 1], ["created_at", "2015-04-09 08:23:00.671840"], ["updated_at", "2015-04-09 08:23:00.671840"], ["tracking", "150409-53"]]
163154
+  (0.9ms) commit transaction
163155
+  (0.1ms) begin transaction
163156
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-12"], ["goal_id", 57], ["title", "I-am-a-task9259"], ["description", "I-am-the-task-description_5902"], ["created_at", "2015-04-09 08:23:00.739230"], ["updated_at", "2015-04-09 08:23:00.739230"]]
163157
+  (1.4ms) commit transaction
163158
+  (0.1ms) begin transaction
163159
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163160
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5685"], ["description", "I-am-the-goal-description_1438"], ["version", 1], ["created_at", "2015-04-09 08:23:00.745937"], ["updated_at", "2015-04-09 08:23:00.745937"], ["tracking", "150409-54"]]
163161
+  (1.1ms) commit transaction
163162
+  (0.1ms) begin transaction
163163
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 58], ["title", "I-am-a-task7151"], ["description", "I-am-the-task-description_3845"], ["created_at", "2015-04-09 08:23:00.750094"], ["updated_at", "2015-04-09 08:23:00.750094"]]
163164
+  (0.9ms) commit transaction
163165
+  (0.1ms) begin transaction
163166
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163167
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6277"], ["description", "I-am-the-goal-description_6334"], ["version", 1], ["created_at", "2015-04-09 08:23:00.756082"], ["updated_at", "2015-04-09 08:23:00.756082"], ["tracking", "150409-55"]]
163168
+  (0.8ms) commit transaction
163169
+  (0.0ms) begin transaction
163170
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 59], ["title", "I-am-a-task1081"], ["description", "I-am-the-task-description_2411"], ["created_at", "2015-04-09 08:23:00.760046"], ["updated_at", "2015-04-09 08:23:00.760046"]]
163171
+  (0.8ms) commit transaction
163172
+  (0.1ms) begin transaction
163173
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163174
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3953"], ["description", "I-am-the-goal-description_9824"], ["version", 1], ["created_at", "2015-04-09 08:23:00.767494"], ["updated_at", "2015-04-09 08:23:00.767494"], ["tracking", "150409-56"]]
163175
+  (0.8ms) commit transaction
163176
+  (0.1ms) begin transaction
163177
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163178
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8816"], ["description", "I-am-the-goal-description_3427"], ["version", 1], ["created_at", "2015-04-09 08:23:00.772734"], ["updated_at", "2015-04-09 08:23:00.772734"], ["tracking", "150409-57"]]
163179
+  (0.8ms) commit transaction
163180
+  (0.1ms) begin transaction
163181
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163182
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5311"], ["description", "I-am-the-goal-description_4558"], ["version", 1], ["created_at", "2015-04-09 08:23:00.778041"], ["updated_at", "2015-04-09 08:23:00.778041"], ["tracking", "150409-58"]]
163183
+  (0.8ms) commit transaction
163184
+  (0.1ms) begin transaction
163185
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163186
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5378"], ["description", "I-am-the-goal-description_9700"], ["version", 1], ["created_at", "2015-04-09 08:23:00.783765"], ["updated_at", "2015-04-09 08:23:00.783765"], ["tracking", "150409-59"]]
163187
+  (0.9ms) commit transaction
163188
+  (0.1ms) begin transaction
163189
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163190
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7312"], ["description", "I-am-the-goal-description_9869"], ["version", 1], ["created_at", "2015-04-09 08:23:00.788797"], ["updated_at", "2015-04-09 08:23:00.788797"], ["tracking", "150409-60"]]
163191
+  (1.1ms) commit transaction
163192
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]
163193
+  (0.1ms) begin transaction
163194
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163195
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_992"], ["description", "I-am-the-goal-description_232"], ["version", 1], ["created_at", "2015-04-09 08:23:00.797782"], ["updated_at", "2015-04-09 08:23:00.797782"], ["tracking", "150409-61"]]
163196
+  (0.8ms) commit transaction
163197
+  (0.1ms) begin transaction
163198
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163199
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6484"], ["description", "I-am-the-goal-description_4663"], ["version", 1], ["created_at", "2015-04-09 08:23:00.803186"], ["updated_at", "2015-04-09 08:23:00.803186"], ["tracking", "150409-62"]]
163200
+  (0.9ms) commit transaction
163201
+  (0.1ms) begin transaction
163202
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163203
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5171"], ["description", "I-am-the-goal-description_845"], ["version", 1], ["created_at", "2015-04-09 08:23:00.809023"], ["updated_at", "2015-04-09 08:23:00.809023"], ["tracking", "150409-63"]]
163204
+  (1.0ms) commit transaction
163205
+  (0.0ms) begin transaction
163206
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task8690"], ["description", "I-am-the-task-description_3095"], ["created_at", "2015-04-09 08:23:00.813122"], ["updated_at", "2015-04-09 08:23:00.813122"]]
163207
+  (1.0ms) commit transaction
163208
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]
163209
+  (0.1ms) begin transaction
163210
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163211
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8243"], ["description", "I-am-the-goal-description_9717"], ["version", 1], ["created_at", "2015-04-09 08:23:00.819304"], ["updated_at", "2015-04-09 08:23:00.819304"], ["tracking", "150409-64"]]
163212
+  (0.9ms) commit transaction
163213
+  (0.1ms) begin transaction
163214
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163215
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9099"], ["description", "I-am-the-goal-description_7475"], ["version", 1], ["created_at", "2015-04-09 08:23:00.825317"], ["updated_at", "2015-04-09 08:23:00.825317"], ["tracking", "150409-65"]]
163216
+  (0.8ms) commit transaction
163217
+  (0.1ms) begin transaction
163218
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163219
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5477"], ["description", "I-am-the-goal-description_5584"], ["version", 1], ["created_at", "2015-04-09 08:23:00.832490"], ["updated_at", "2015-04-09 08:23:00.832490"], ["tracking", "150409-66"]]
163220
+  (0.9ms) commit transaction
163221
+  (0.1ms) begin transaction
163222
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163223
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9852"], ["description", "I-am-the-goal-description_1156"], ["version", 1], ["created_at", "2015-04-09 08:23:00.839342"], ["updated_at", "2015-04-09 08:23:00.839342"], ["tracking", "150409-67"]]
163224
+  (0.9ms) commit transaction
163225
+  (0.0ms) begin transaction
163226
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task276"], ["description", "I-am-the-task-description_5040"], ["created_at", "2015-04-09 08:23:00.843047"], ["updated_at", "2015-04-09 08:23:00.843047"]]
163227
+  (0.8ms) commit transaction
163228
+  (0.1ms) begin transaction
163229
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163230
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4091"], ["description", "I-am-the-goal-description_280"], ["version", 1], ["created_at", "2015-04-09 08:23:00.848534"], ["updated_at", "2015-04-09 08:23:00.848534"], ["tracking", "150409-68"]]
163231
+  (0.7ms) commit transaction
163232
+  (0.1ms) begin transaction
163233
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task5636"], ["description", "I-am-the-task-description_2244"], ["created_at", "2015-04-09 08:23:00.853359"], ["updated_at", "2015-04-09 08:23:00.853359"]]
163234
+  (0.8ms) commit transaction
163235
+  (0.1ms) begin transaction
163236
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163237
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5889"], ["description", "I-am-the-goal-description_4326"], ["version", 1], ["created_at", "2015-04-09 08:23:00.857685"], ["updated_at", "2015-04-09 08:23:00.857685"], ["tracking", "150409-69"]]
163238
+  (0.8ms) commit transaction
163239
+  (0.1ms) begin transaction
163240
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task7791"], ["description", "I-am-the-task-description_6398"], ["created_at", "2015-04-09 08:23:00.862599"], ["updated_at", "2015-04-09 08:23:00.862599"]]
163241
+  (0.7ms) commit transaction
163242
+  (0.1ms) begin transaction
163243
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163244
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1448"], ["description", "I-am-the-goal-description_5952"], ["version", 1], ["created_at", "2015-04-09 08:23:00.867752"], ["updated_at", "2015-04-09 08:23:00.867752"], ["tracking", "150409-70"]]
163245
+  (0.8ms) commit transaction
163246
+  (0.1ms) begin transaction
163247
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task9908"], ["description", "I-am-the-task-description_3658"], ["created_at", "2015-04-09 08:23:00.873385"], ["updated_at", "2015-04-09 08:23:00.873385"]]
163248
+  (0.8ms) commit transaction
163249
+  (0.1ms) begin transaction
163250
+  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163251
+ SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9011"], ["description", "I-am-the-goal-description_4939"], ["version", 1], ["created_at", "2015-04-09 08:23:00.878941"], ["updated_at", "2015-04-09 08:23:00.878941"], ["tracking", "150409-71"]]
163252
+  (0.8ms) commit transaction
163253
+  (0.1ms) begin transaction
163254
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task208"], ["description", "I-am-the-task-description_3576"], ["created_at", "2015-04-09 08:23:00.885983"], ["updated_at", "2015-04-09 08:23:00.885983"]]
163255
+  (0.8ms) commit transaction
163256
+  (0.1ms) begin transaction
163257
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163258
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6363"], ["description", "I-am-the-goal-description_8983"], ["version", 1], ["created_at", "2015-04-09 08:23:00.891834"], ["updated_at", "2015-04-09 08:23:00.891834"], ["tracking", "150409-72"]]
163259
+  (0.9ms) commit transaction
163260
+  (0.1ms) begin transaction
163261
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task464"], ["description", "I-am-the-task-description_7827"], ["created_at", "2015-04-09 08:23:00.896995"], ["updated_at", "2015-04-09 08:23:00.896995"]]
163262
+  (0.8ms) commit transaction
163263
+  (0.1ms) begin transaction
163264
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163265
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5597"], ["description", "I-am-the-goal-description_5061"], ["version", 1], ["created_at", "2015-04-09 08:23:00.902646"], ["updated_at", "2015-04-09 08:23:00.902646"], ["tracking", "150409-73"]]
163266
+  (0.8ms) commit transaction
163267
+  (0.0ms) begin transaction
163268
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task4148"], ["description", "I-am-the-task-description_789"], ["created_at", "2015-04-09 08:23:00.906492"], ["updated_at", "2015-04-09 08:23:00.906492"]]
163269
+  (1.0ms) commit transaction
163270
+  (0.1ms) begin transaction
163271
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163272
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7013"], ["description", "I-am-the-goal-description_2980"], ["version", 1], ["created_at", "2015-04-09 08:23:00.911703"], ["updated_at", "2015-04-09 08:23:00.911703"], ["tracking", "150409-74"]]
163273
+  (0.8ms) commit transaction
163274
+  (0.0ms) begin transaction
163275
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task7350"], ["description", "I-am-the-task-description_6783"], ["created_at", "2015-04-09 08:23:00.915681"], ["updated_at", "2015-04-09 08:23:00.915681"]]
163276
+  (0.7ms) commit transaction
163277
+  (0.1ms) begin transaction
163278
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163279
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2803"], ["description", "I-am-the-goal-description_3760"], ["version", 1], ["created_at", "2015-04-09 08:23:00.920824"], ["updated_at", "2015-04-09 08:23:00.920824"], ["tracking", "150409-75"]]
163280
+  (1.0ms) commit transaction
163281
+  (0.0ms) begin transaction
163282
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task1560"], ["description", "I-am-the-task-description_4170"], ["created_at", "2015-04-09 08:23:00.924912"], ["updated_at", "2015-04-09 08:23:00.924912"]]
163283
+  (0.9ms) commit transaction
163284
+  (0.1ms) begin transaction
163285
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163286
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8180"], ["description", "I-am-the-goal-description_5765"], ["version", 1], ["created_at", "2015-04-09 08:23:00.930333"], ["updated_at", "2015-04-09 08:23:00.930333"], ["tracking", "150409-76"]]
163287
+  (1.0ms) commit transaction
163288
+  (0.1ms) begin transaction
163289
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-10"], ["goal_id", 80], ["title", "I-am-a-task5885"], ["description", "I-am-the-task-description_1379"], ["created_at", "2015-04-09 08:23:00.935014"], ["updated_at", "2015-04-09 08:23:00.935014"]]
163290
+  (0.8ms) commit transaction
163291
+  (0.1ms) begin transaction
163292
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163293
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2909"], ["description", "I-am-the-goal-description_8032"], ["version", 1], ["created_at", "2015-04-09 08:23:00.940071"], ["updated_at", "2015-04-09 08:23:00.940071"], ["tracking", "150409-77"]]
163294
+  (0.8ms) commit transaction
163295
+  (0.0ms) begin transaction
163296
+ SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-09 08:23:00.943376"], ["id", 81]]
163297
+  (0.8ms) commit transaction
163298
+  (0.1ms) begin transaction
163299
+ SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-09 08:23:00.945965"], ["id", 81]]
163300
+  (0.7ms) commit transaction
163301
+  (0.0ms) begin transaction
163302
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01')
163303
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4060"], ["description", "I-am-the-goal-description_3137"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]
163304
+  (0.0ms) commit transaction
163305
+  (0.0ms) begin transaction
163306
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01')
163307
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5729"], ["description", "I-am-the-goal-description_3490"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]
163308
+  (0.0ms) commit transaction
163309
+  (0.0ms) begin transaction
163310
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01')
163311
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8582"], ["description", "I-am-the-goal-description_4962"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]
163312
+  (0.0ms) commit transaction
163313
+  (0.0ms) begin transaction
163314
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
163315
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6805"], ["description", "I-am-the-goal-description_7509"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]
163316
+  (0.0ms) commit transaction
163317
+  (0.0ms) begin transaction
163318
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
163319
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3080"], ["description", "I-am-the-goal-description_7732"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]
163320
+  (0.0ms) commit transaction
163321
+  (0.0ms) begin transaction
163322
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task3816"], ["description", "I-am-the-task-description_9065"], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
163323
+  (0.0ms) commit transaction
163324
+  (0.0ms) begin transaction
163325
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task4527"], ["description", "I-am-the-task-description_7557"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
163326
+  (0.0ms) commit transaction
163327
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]
163328
+  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]
163329
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]
163330
+  (0.0ms) begin transaction
163331
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
163332
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3871"], ["description", "I-am-the-goal-description_4012"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]
163333
+  (0.0ms) commit transaction
163334
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]
163335
+  (0.0ms) begin transaction
163336
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
163337
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4551"], ["description", "I-am-the-goal-description_933"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]
163338
+  (0.0ms) commit transaction
163339
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]
163340
+  (0.0ms) begin transaction
163341
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
163342
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8853"], ["description", "I-am-the-goal-description_5731"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]
163343
+  (0.0ms) commit transaction
163344
+  (0.0ms) begin transaction
163345
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
163346
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9858"], ["description", "I-am-the-goal-description_6770"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]
163347
+  (0.0ms) commit transaction
163348
+  (0.0ms) begin transaction
163349
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task9802"], ["description", "I-am-the-task-description_4646"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
163350
+  (0.0ms) commit transaction
163351
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]
163352
+  (0.0ms) begin transaction
163353
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
163354
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2296"], ["description", "I-am-the-goal-description_4407"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]
163355
+  (0.0ms) commit transaction
163356
+  (0.0ms) begin transaction
163357
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task9025"], ["description", "I-am-the-task-description_9197"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
163358
+  (0.0ms) commit transaction
163359
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]
163360
+  (0.0ms) begin transaction
163361
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
163362
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3899"], ["description", "I-am-the-goal-description_8530"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]
163363
+  (0.0ms) commit transaction
163364
+  (0.0ms) begin transaction
163365
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task7983"], ["description", "I-am-the-task-description_2445"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
163366
+  (0.0ms) commit transaction
163367
+  (0.0ms) begin transaction
163368
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
163369
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9159"], ["description", "I-am-the-goal-description_3566"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]
163370
+  (0.0ms) commit transaction
163371
+  (0.0ms) begin transaction
163372
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task6434"], ["description", "I-am-the-task-description_9571"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
163373
+  (0.0ms) commit transaction
163374
+  (0.0ms) begin transaction
163375
+ SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
163376
+ SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]
163377
+  (0.0ms) commit transaction
163378
+ Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]
163379
+  (0.0ms) begin transaction
163380
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
163381
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_869"], ["description", "I-am-the-goal-description_7514"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]
163382
+  (0.0ms) commit transaction
163383
+  (0.0ms) begin transaction
163384
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task4433"], ["description", "I-am-the-task-description_9902"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
163385
+  (0.0ms) commit transaction
163386
+  (0.0ms) begin transaction
163387
+ SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
163388
+ SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]
163389
+  (0.0ms) commit transaction
163390
+ Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]
163391
+  (0.0ms) begin transaction
163392
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
163393
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5912"], ["description", "I-am-the-goal-description_1252"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]
163394
+  (0.0ms) commit transaction
163395
+  (0.0ms) begin transaction
163396
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task7181"], ["description", "I-am-the-task-description_5362"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
163397
+  (0.0ms) commit transaction
163398
+  (0.0ms) begin transaction
163399
+ SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
163400
+ SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]
163401
+  (0.0ms) commit transaction
163402
+ Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]
163403
+  (0.0ms) begin transaction
163404
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
163405
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3373"], ["description", "I-am-the-goal-description_2047"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]
163406
+  (0.0ms) commit transaction
163407
+  (0.0ms) begin transaction
163408
+ SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task7067"], ["description", "I-am-the-task-description_4402"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]
163409
+  (0.0ms) commit transaction
163410
+  (0.0ms) begin transaction
163411
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
163412
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6186"], ["description", "I-am-the-goal-description_1332"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]
163413
+  (0.0ms) commit transaction
163414
+  (0.0ms) begin transaction
163415
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
163416
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8563"], ["description", "I-am-the-goal-description_4820"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]
163417
+  (0.0ms) commit transaction
163418
+  (0.0ms) begin transaction
163419
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
163420
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1409"], ["description", "I-am-the-goal-description_9618"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]
163421
+  (0.0ms) commit transaction
163422
+  (0.0ms) begin transaction
163423
+  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21')
163424
+ SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8929"], ["description", "I-am-the-goal-description_7820"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]
163425
+  (0.0ms) commit transaction
163426
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
163427
+  (2.6ms) DELETE FROM "flyboy_task_comments";
163428
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163429
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163430
+  (1.0ms) DELETE FROM "flyboy_goals";
163431
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163432
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163433
+  (0.7ms) DELETE FROM "flyboy_tasks";
163434
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163435
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163436
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:13 +0200
163437
+ Processing by Flyboy::GoalsController#index as HTML
163438
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (14.0ms)
163439
+ Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
163440
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3792.1ms)
163441
+ Completed 200 OK in 3892ms (Views: 3859.0ms | ActiveRecord: 0.5ms)
163442
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 10:23:17 +0200
163443
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 10:23:17 +0200
163444
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 10:23:17 +0200
163445
+ Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-09 10:23:19 +0200
163446
+ Processing by Flyboy::GoalsController#new as HTML
163447
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.4ms)
163448
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (323.9ms)
163449
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (328.6ms)
163450
+ Completed 200 OK in 341ms (Views: 330.9ms | ActiveRecord: 0.3ms)
163451
+ Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:19 +0200
163452
+ Processing by Flyboy::GoalsController#create as HTML
163453
+ Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}
163454
+  (0.1ms) begin transaction
163455
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163456
+ SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-09 08:23:19.630947"], ["updated_at", "2015-04-09 08:23:19.630947"], ["tracking", "150409-1"]]
163457
+  (0.8ms) commit transaction
163458
+ Redirected to http://127.0.0.1:56890/flyboy/goals/1
163459
+ Completed 302 Found in 57ms (ActiveRecord: 1.4ms)
163460
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:19 +0200
163461
+ Processing by Flyboy::GoalsController#show as HTML
163462
+ Parameters: {"id"=>"1"}
163463
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163464
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
163465
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (86.4ms)
163466
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163467
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (93.4ms)
163468
+ 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]]
163469
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.2ms)
163470
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
163471
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (108.3ms)
163472
+ Completed 200 OK in 127ms (Views: 109.4ms | ActiveRecord: 1.2ms)
163473
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1
163474
+  (2.6ms) DELETE FROM "flyboy_task_comments";
163475
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163476
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163477
+  (0.8ms) DELETE FROM "flyboy_goals";
163478
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163479
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163480
+  (0.7ms) DELETE FROM "flyboy_tasks";
163481
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163482
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163483
+  (1.0ms) DELETE FROM "flyboy_task_comments";
163484
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163485
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163486
+  (0.8ms) DELETE FROM "flyboy_goals";
163487
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163488
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163489
+  (0.9ms) DELETE FROM "flyboy_tasks";
163490
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163491
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163492
+  (0.1ms) begin transaction
163493
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163494
+ SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8492"], ["description", "I-am-the-goal-description_6843"], ["version", 1], ["created_at", "2015-04-09 08:23:20.005966"], ["updated_at", "2015-04-09 08:23:20.005966"], ["tracking", "150409-1"]]
163495
+  (0.7ms) commit transaction
163496
+  (0.1ms) begin transaction
163497
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task243"], ["description", "I-am-the-task-description_1908"], ["created_at", "2015-04-09 08:23:20.013565"], ["updated_at", "2015-04-09 08:23:20.013565"]]
163498
+  (0.9ms) commit transaction
163499
+  (0.1ms) begin transaction
163500
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1496"], ["description", "I-am-the-task-description_1088"], ["created_at", "2015-04-09 08:23:20.018076"], ["updated_at", "2015-04-09 08:23:20.018076"]]
163501
+  (0.8ms) commit transaction
163502
+  (0.1ms) begin transaction
163503
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4338"], ["description", "I-am-the-task-description_5353"], ["created_at", "2015-04-09 08:23:20.021974"], ["updated_at", "2015-04-09 08:23:20.021974"]]
163504
+  (0.8ms) commit transaction
163505
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:20 +0200
163506
+ Processing by Flyboy::GoalsController#index as HTML
163507
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms)
163508
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
163509
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')
163510
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163511
+  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163512
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163513
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.2ms)
163514
+ Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.6ms)
163515
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:21 +0200
163516
+ Processing by Flyboy::GoalsController#show as HTML
163517
+ Parameters: {"id"=>"1"}
163518
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163519
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
163520
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)
163521
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163522
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163523
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163524
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms)
163525
+ 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]]
163526
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms)
163527
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
163528
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (11.6ms)
163529
+ Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.5ms)
163530
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]
163531
+  (2.6ms) DELETE FROM "flyboy_task_comments";
163532
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163533
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163534
+  (0.8ms) DELETE FROM "flyboy_goals";
163535
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163536
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163537
+  (0.8ms) DELETE FROM "flyboy_tasks";
163538
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163539
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163540
+  (1.1ms) DELETE FROM "flyboy_task_comments";
163541
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163542
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163543
+  (0.8ms) DELETE FROM "flyboy_goals";
163544
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163545
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163546
+  (0.9ms) DELETE FROM "flyboy_tasks";
163547
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163548
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163549
+  (0.0ms) begin transaction
163550
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163551
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7881"], ["description", "I-am-the-goal-description_6662"], ["version", 1], ["created_at", "2015-04-09 08:23:21.829044"], ["updated_at", "2015-04-09 08:23:21.829044"], ["tracking", "150409-1"]]
163552
+  (0.9ms) commit transaction
163553
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:21 +0200
163554
+ Processing by Flyboy::GoalsController#index as HTML
163555
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms)
163556
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
163557
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')
163558
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')
163559
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163560
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.1ms)
163561
+ Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.5ms)
163562
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:23 +0200
163563
+ Processing by Flyboy::GoalsController#show as HTML
163564
+ Parameters: {"id"=>"1"}
163565
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163566
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
163567
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)
163568
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163569
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms)
163570
+ 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]]
163571
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms)
163572
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
163573
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.4ms)
163574
+ Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.4ms)
163575
+ Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 10:23:23 +0200
163576
+ Processing by Flyboy::GoalsController#edit as HTML
163577
+ Parameters: {"id"=>"1"}
163578
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163579
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
163580
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (12.4ms)
163581
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (15.5ms)
163582
+ Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.1ms)
163583
+ Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:23 +0200
163584
+ Processing by Flyboy::GoalsController#update as HTML
163585
+ Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_6662"}, "id"=>"1"}
163586
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163587
+  (0.1ms) begin transaction
163588
+ SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-09 08:23:23.654450"], ["id", 1]]
163589
+  (2.1ms) commit transaction
163590
+ Redirected to http://127.0.0.1:56890/flyboy/goals/1
163591
+ Completed 302 Found in 7ms (ActiveRecord: 2.7ms)
163592
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:23 +0200
163593
+ Processing by Flyboy::GoalsController#show as HTML
163594
+ Parameters: {"id"=>"1"}
163595
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163596
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
163597
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)
163598
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163599
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms)
163600
+ 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]]
163601
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms)
163602
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
163603
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms)
163604
+ Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms)
163605
+  (2.3ms) DELETE FROM "flyboy_task_comments";
163606
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163607
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163608
+  (0.8ms) DELETE FROM "flyboy_goals";
163609
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163610
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163611
+  (0.7ms) DELETE FROM "flyboy_tasks";
163612
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163613
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163614
+  (1.1ms) DELETE FROM "flyboy_task_comments";
163615
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163616
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163617
+  (1.0ms) DELETE FROM "flyboy_goals";
163618
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163619
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163620
+  (0.8ms) DELETE FROM "flyboy_tasks";
163621
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163622
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163623
+  (0.1ms) begin transaction
163624
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163625
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5058"], ["description", "I-am-the-goal-description_7230"], ["version", 1], ["created_at", "2015-04-09 08:23:23.793346"], ["updated_at", "2015-04-09 08:23:23.793346"], ["tracking", "150409-1"]]
163626
+  (0.8ms) commit transaction
163627
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:23 +0200
163628
+ Processing by Flyboy::GoalsController#index as HTML
163629
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms)
163630
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
163631
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')
163632
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')
163633
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163634
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.8ms)
163635
+ Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.5ms)
163636
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:25 +0200
163637
+ Processing by Flyboy::GoalsController#show as HTML
163638
+ Parameters: {"id"=>"1"}
163639
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163640
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
163641
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.5ms)
163642
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163643
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.1ms)
163644
+ 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]]
163645
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms)
163646
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
163647
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms)
163648
+ Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.4ms)
163649
+ Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 10:23:25 +0200
163650
+ Processing by Flyboy::GoalsController#edit as HTML
163651
+ Parameters: {"id"=>"1"}
163652
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163653
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
163654
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (62.8ms)
163655
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (63.0ms)
163656
+ Completed 200 OK in 65ms (Views: 63.7ms | ActiveRecord: 0.1ms)
163657
+ Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:25 +0200
163658
+ Processing by Flyboy::GoalsController#destroy as HTML
163659
+ Parameters: {"id"=>"1"}
163660
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163661
+  (0.1ms) begin transaction
163662
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]
163663
+ SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]
163664
+  (2.4ms) commit transaction
163665
+ Redirected to http://127.0.0.1:56890/flyboy/goals
163666
+ Completed 302 Found in 6ms (ActiveRecord: 2.9ms)
163667
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:25 +0200
163668
+ Processing by Flyboy::GoalsController#index as HTML
163669
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms)
163670
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
163671
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.7ms)
163672
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms)
163673
+  (2.6ms) DELETE FROM "flyboy_task_comments";
163674
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163675
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163676
+  (0.8ms) DELETE FROM "flyboy_goals";
163677
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163678
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163679
+  (0.9ms) DELETE FROM "flyboy_tasks";
163680
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163681
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163682
+  (1.0ms) DELETE FROM "flyboy_task_comments";
163683
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163684
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163685
+  (0.8ms) DELETE FROM "flyboy_goals";
163686
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163687
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163688
+  (0.7ms) DELETE FROM "flyboy_tasks";
163689
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163690
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163691
+  (0.1ms) begin transaction
163692
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163693
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5780"], ["description", "I-am-the-goal-description_9332"], ["version", 1], ["created_at", "2015-04-09 08:23:25.750599"], ["updated_at", "2015-04-09 08:23:25.750599"], ["tracking", "150409-1"]]
163694
+  (0.8ms) commit transaction
163695
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:25 +0200
163696
+ Processing by Flyboy::GoalsController#show as HTML
163697
+ Parameters: {"id"=>"1"}
163698
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163699
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
163700
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)
163701
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163702
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms)
163703
+ 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]]
163704
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms)
163705
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
163706
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.8ms)
163707
+ Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms)
163708
+ Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-09 10:23:27 +0200
163709
+ Processing by Flyboy::GoalsController#close as HTML
163710
+ Parameters: {"id"=>"1"}
163711
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163712
+  (0.1ms) begin transaction
163713
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
163714
+ SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 08:23:27.336655"], ["id", 1]]
163715
+  (2.4ms) commit transaction
163716
+ Redirected to http://127.0.0.1:56890/flyboy/goals
163717
+ Completed 302 Found in 7ms (ActiveRecord: 3.0ms)
163718
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:27 +0200
163719
+ Processing by Flyboy::GoalsController#index as HTML
163720
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms)
163721
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
163722
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')
163723
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')
163724
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163725
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.3ms)
163726
+ Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.5ms)
163727
+  (2.6ms) DELETE FROM "flyboy_task_comments";
163728
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163729
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163730
+  (0.8ms) DELETE FROM "flyboy_goals";
163731
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163732
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163733
+  (0.7ms) DELETE FROM "flyboy_tasks";
163734
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163735
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163736
+  (1.0ms) DELETE FROM "flyboy_task_comments";
163737
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163738
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163739
+  (0.9ms) DELETE FROM "flyboy_goals";
163740
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163741
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163742
+  (0.8ms) DELETE FROM "flyboy_tasks";
163743
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163744
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163745
+  (0.1ms) begin transaction
163746
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163747
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7449"], ["description", "I-am-the-goal-description_9846"], ["version", 1], ["created_at", "2015-04-09 08:23:27.477594"], ["updated_at", "2015-04-09 08:23:27.477594"], ["tracking", "150409-1"]]
163748
+  (0.9ms) commit transaction
163749
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:27 +0200
163750
+ Processing by Flyboy::GoalsController#show as HTML
163751
+ Parameters: {"id"=>"1"}
163752
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163753
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.3ms)
163754
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163755
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.9ms)
163756
+ 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]]
163757
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms)
163758
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
163759
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.2ms)
163760
+ Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms)
163761
+ Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-09 10:23:29 +0200
163762
+ Processing by Flyboy::GoalsController#open as HTML
163763
+ Parameters: {"id"=>"1"}
163764
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163765
+  (0.1ms) begin transaction
163766
+ SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 08:23:29.162706"], ["id", 1]]
163767
+  (2.4ms) commit transaction
163768
+ Redirected to http://127.0.0.1:56890/flyboy/goals/1
163769
+ Completed 302 Found in 6ms (ActiveRecord: 2.9ms)
163770
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:29 +0200
163771
+ Processing by Flyboy::GoalsController#show as HTML
163772
+ Parameters: {"id"=>"1"}
163773
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163774
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
163775
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (54.3ms)
163776
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163777
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (55.7ms)
163778
+ 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]]
163779
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms)
163780
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
163781
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (57.0ms)
163782
+ Completed 200 OK in 59ms (Views: 57.4ms | ActiveRecord: 0.4ms)
163783
+  (2.4ms) DELETE FROM "flyboy_task_comments";
163784
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163785
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163786
+  (0.9ms) DELETE FROM "flyboy_goals";
163787
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163788
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163789
+  (0.7ms) DELETE FROM "flyboy_tasks";
163790
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163791
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163792
+  (1.0ms) DELETE FROM "flyboy_task_comments";
163793
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163794
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163795
+  (0.9ms) DELETE FROM "flyboy_goals";
163796
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163797
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163798
+  (0.7ms) DELETE FROM "flyboy_tasks";
163799
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163800
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163801
+  (0.1ms) begin transaction
163802
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163803
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7151"], ["description", "I-am-the-goal-description_5622"], ["version", 1], ["created_at", "2015-04-09 08:23:29.303341"], ["updated_at", "2015-04-09 08:23:29.303341"], ["tracking", "150409-1"]]
163804
+  (0.8ms) commit transaction
163805
+  (0.0ms) begin transaction
163806
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6616"], ["description", "I-am-the-task-description_5109"], ["created_at", "2015-04-09 08:23:29.307575"], ["updated_at", "2015-04-09 08:23:29.307575"]]
163807
+  (0.7ms) commit transaction
163808
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:29 +0200
163809
+ Processing by Flyboy::TasksController#index as HTML
163810
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms)
163811
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
163812
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163813
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms)
163814
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.3ms)
163815
+ Completed 200 OK in 18ms (Views: 13.2ms | ActiveRecord: 0.3ms)
163816
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:30 +0200
163817
+ Processing by Flyboy::TasksController#show as HTML
163818
+ Parameters: {"id"=>"1"}
163819
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
163820
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163821
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
163822
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163823
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.8ms)
163824
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (12.1ms)
163825
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
163826
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)
163827
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163828
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163829
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163830
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms)
163831
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
163832
+ Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]]
163833
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (78.7ms)
163834
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
163835
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (104.8ms)
163836
+ Completed 200 OK in 110ms (Views: 106.0ms | ActiveRecord: 1.3ms)
163837
+ Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-09 10:23:31 +0200
163838
+ Processing by Flyboy::TaskCommentsController#create as HTML
163839
+ Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"}
163840
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
163841
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163842
+  (0.2ms) begin transaction
163843
+ SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-09 08:23:31.149301"], ["created_at", "2015-04-09 08:23:31.151880"], ["updated_at", "2015-04-09 08:23:31.151880"]]
163844
+ SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-09 08:23:31.154138"], ["id", 1]]
163845
+  (2.7ms) commit transaction
163846
+ Redirected to http://127.0.0.1:56890/flyboy/tasks/1
163847
+ Completed 302 Found in 14ms (ActiveRecord: 3.7ms)
163848
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:31 +0200
163849
+ Processing by Flyboy::TasksController#show as HTML
163850
+ Parameters: {"id"=>"1"}
163851
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
163852
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163853
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
163854
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163855
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms)
163856
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)
163857
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
163858
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)
163859
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163860
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163861
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163862
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms)
163863
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
163864
+ 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]]
163865
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.0ms)
163866
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
163867
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.4ms)
163868
+ Completed 200 OK in 24ms (Views: 20.7ms | ActiveRecord: 0.7ms)
163869
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]
163870
+  (0.9ms) DELETE FROM "flyboy_task_comments";
163871
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163872
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163873
+  (0.7ms) DELETE FROM "flyboy_goals";
163874
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163875
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163876
+  (0.7ms) DELETE FROM "flyboy_tasks";
163877
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163878
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163879
+  (1.2ms) DELETE FROM "flyboy_task_comments";
163880
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163881
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163882
+  (0.8ms) DELETE FROM "flyboy_goals";
163883
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163884
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163885
+  (0.9ms) DELETE FROM "flyboy_tasks";
163886
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163887
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163888
+  (0.0ms) begin transaction
163889
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163890
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4511"], ["description", "I-am-the-goal-description_9338"], ["version", 1], ["created_at", "2015-04-09 08:23:31.283777"], ["updated_at", "2015-04-09 08:23:31.283777"], ["tracking", "150409-1"]]
163891
+  (0.9ms) commit transaction
163892
+ Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:31 +0200
163893
+ Processing by Flyboy::GoalsController#index as HTML
163894
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms)
163895
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC
163896
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')
163897
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')
163898
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163899
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.5ms)
163900
+ Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.5ms)
163901
+ Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:32 +0200
163902
+ Processing by Flyboy::GoalsController#show as HTML
163903
+ Parameters: {"id"=>"1"}
163904
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163905
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
163906
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)
163907
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163908
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms)
163909
+ 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]]
163910
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms)
163911
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
163912
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.1ms)
163913
+ Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.4ms)
163914
+ Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 10:23:32 +0200
163915
+ Processing by Flyboy::TasksController#new as HTML
163916
+ Parameters: {"goal_id"=>"1"}
163917
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163918
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
163919
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (142.3ms)
163920
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (147.5ms)
163921
+ Completed 200 OK in 152ms (Views: 149.7ms | ActiveRecord: 0.1ms)
163922
+ Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:33 +0200
163923
+ Processing by Flyboy::TasksController#create as HTML
163924
+ Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}}
163925
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163926
+  (0.1ms) begin transaction
163927
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-09"], ["reminder", "2015-04-16"], ["done", "f"], ["created_at", "2015-04-09 08:23:33.213232"], ["updated_at", "2015-04-09 08:23:33.213232"]]
163928
+  (2.4ms) commit transaction
163929
+ Redirected to http://127.0.0.1:56890/flyboy/tasks/1
163930
+ Completed 302 Found in 8ms (ActiveRecord: 2.9ms)
163931
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:33 +0200
163932
+ Processing by Flyboy::TasksController#show as HTML
163933
+ Parameters: {"id"=>"1"}
163934
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
163935
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163936
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
163937
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163938
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.6ms)
163939
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.6ms)
163940
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
163941
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)
163942
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163943
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163944
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163945
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms)
163946
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
163947
+ 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]]
163948
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.8ms)
163949
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
163950
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (19.8ms)
163951
+ Completed 200 OK in 24ms (Views: 20.1ms | ActiveRecord: 0.8ms)
163952
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1
163953
+  (2.7ms) DELETE FROM "flyboy_task_comments";
163954
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163955
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163956
+  (0.8ms) DELETE FROM "flyboy_goals";
163957
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163958
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163959
+  (0.7ms) DELETE FROM "flyboy_tasks";
163960
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163961
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163962
+  (1.1ms) DELETE FROM "flyboy_task_comments";
163963
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163964
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
163965
+  (0.7ms) DELETE FROM "flyboy_goals";
163966
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163967
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
163968
+  (0.6ms) DELETE FROM "flyboy_tasks";
163969
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
163970
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
163971
+  (0.1ms) begin transaction
163972
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
163973
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1403"], ["description", "I-am-the-goal-description_8014"], ["version", 1], ["created_at", "2015-04-09 08:23:33.359327"], ["updated_at", "2015-04-09 08:23:33.359327"], ["tracking", "150409-1"]]
163974
+  (0.8ms) commit transaction
163975
+  (0.0ms) begin transaction
163976
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6264"], ["description", "I-am-the-task-description_8016"], ["created_at", "2015-04-09 08:23:33.363049"], ["updated_at", "2015-04-09 08:23:33.363049"]]
163977
+  (0.7ms) commit transaction
163978
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:33 +0200
163979
+ Processing by Flyboy::TasksController#index as HTML
163980
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms)
163981
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
163982
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163983
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms)
163984
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.4ms)
163985
+ Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms)
163986
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:34 +0200
163987
+ Processing by Flyboy::TasksController#show as HTML
163988
+ Parameters: {"id"=>"1"}
163989
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
163990
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163991
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
163992
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
163993
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.7ms)
163994
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.6ms)
163995
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
163996
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.9ms)
163997
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163998
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
163999
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
164000
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms)
164001
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
164002
+ 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]]
164003
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.7ms)
164004
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
164005
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (71.6ms)
164006
+ Completed 200 OK in 75ms (Views: 71.8ms | ActiveRecord: 0.7ms)
164007
+  (2.7ms) DELETE FROM "flyboy_task_comments";
164008
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164009
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
164010
+  (0.8ms) DELETE FROM "flyboy_goals";
164011
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164012
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
164013
+  (0.7ms) DELETE FROM "flyboy_tasks";
164014
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164015
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
164016
+  (1.0ms) DELETE FROM "flyboy_task_comments";
164017
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164018
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
164019
+  (0.8ms) DELETE FROM "flyboy_goals";
164020
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164021
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
164022
+  (0.7ms) DELETE FROM "flyboy_tasks";
164023
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164024
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
164025
+  (0.1ms) begin transaction
164026
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
164027
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8701"], ["description", "I-am-the-goal-description_1063"], ["version", 1], ["created_at", "2015-04-09 08:23:35.071061"], ["updated_at", "2015-04-09 08:23:35.071061"], ["tracking", "150409-1"]]
164028
+  (0.8ms) commit transaction
164029
+  (0.1ms) begin transaction
164030
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6280"], ["description", "I-am-the-task-description_8948"], ["created_at", "2015-04-09 08:23:35.075282"], ["updated_at", "2015-04-09 08:23:35.075282"]]
164031
+  (0.8ms) commit transaction
164032
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:35 +0200
164033
+ Processing by Flyboy::TasksController#index as HTML
164034
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms)
164035
+ Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
164036
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164037
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms)
164038
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.7ms)
164039
+ Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.6ms)
164040
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:36 +0200
164041
+ Processing by Flyboy::TasksController#show as HTML
164042
+ Parameters: {"id"=>"1"}
164043
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
164044
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164045
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
164046
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164047
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms)
164048
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.1ms)
164049
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
164050
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)
164051
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
164052
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
164053
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
164054
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.0ms)
164055
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
164056
+ 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]]
164057
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.0ms)
164058
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
164059
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.2ms)
164060
+ Completed 200 OK in 26ms (Views: 23.3ms | ActiveRecord: 0.7ms)
164061
+ Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 10:23:36 +0200
164062
+ Processing by Flyboy::TasksController#edit as HTML
164063
+ Parameters: {"id"=>"1"}
164064
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
164065
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164066
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
164067
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (73.8ms)
164068
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (77.0ms)
164069
+ Completed 200 OK in 81ms (Views: 78.8ms | ActiveRecord: 0.2ms)
164070
+ Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:36 +0200
164071
+ Processing by Flyboy::TasksController#update as HTML
164072
+ Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_8948", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"}
164073
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
164074
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164075
+  (0.1ms) begin transaction
164076
+ SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 08:23:36.902419"], ["id", 1]]
164077
+  (0.7ms) commit transaction
164078
+ Redirected to http://127.0.0.1:56890/flyboy/tasks/1
164079
+ Completed 302 Found in 7ms (ActiveRecord: 1.4ms)
164080
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:36 +0200
164081
+ Processing by Flyboy::TasksController#show as HTML
164082
+ Parameters: {"id"=>"1"}
164083
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
164084
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164085
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
164086
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164087
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms)
164088
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.8ms)
164089
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
164090
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.9ms)
164091
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
164092
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
164093
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
164094
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms)
164095
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
164096
+ 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]]
164097
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (60.2ms)
164098
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
164099
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (69.5ms)
164100
+ Completed 200 OK in 73ms (Views: 69.8ms | ActiveRecord: 0.7ms)
164101
+  (2.6ms) DELETE FROM "flyboy_task_comments";
164102
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164103
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
164104
+  (0.8ms) DELETE FROM "flyboy_goals";
164105
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164106
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
164107
+  (0.7ms) DELETE FROM "flyboy_tasks";
164108
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164109
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
164110
+  (1.1ms) DELETE FROM "flyboy_task_comments";
164111
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164112
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
164113
+  (0.7ms) DELETE FROM "flyboy_goals";
164114
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164115
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
164116
+  (0.9ms) DELETE FROM "flyboy_tasks";
164117
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164118
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
164119
+  (0.1ms) begin transaction
164120
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
164121
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1974"], ["description", "I-am-the-goal-description_6574"], ["version", 1], ["created_at", "2015-04-09 08:23:37.062721"], ["updated_at", "2015-04-09 08:23:37.062721"], ["tracking", "150409-1"]]
164122
+  (0.9ms) commit transaction
164123
+  (0.0ms) begin transaction
164124
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4219"], ["description", "I-am-the-task-description_218"], ["created_at", "2015-04-09 08:23:37.066522"], ["updated_at", "2015-04-09 08:23:37.066522"]]
164125
+  (0.9ms) commit transaction
164126
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:37 +0200
164127
+ Processing by Flyboy::TasksController#index as HTML
164128
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms)
164129
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
164130
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164131
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms)
164132
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms)
164133
+ Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.3ms)
164134
+ Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:38 +0200
164135
+ Processing by Flyboy::TasksController#show as HTML
164136
+ Parameters: {"id"=>"1"}
164137
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
164138
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164139
+ CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]
164140
+ CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164141
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms)
164142
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.8ms)
164143
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]
164144
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)
164145
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
164146
+  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
164147
+ CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]
164148
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms)
164149
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]
164150
+ 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]]
164151
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.6ms)
164152
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
164153
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (19.7ms)
164154
+ Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.7ms)
164155
+ Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 10:23:38 +0200
164156
+ Processing by Flyboy::TasksController#edit as HTML
164157
+ Parameters: {"id"=>"1"}
164158
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
164159
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164160
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
164161
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (70.4ms)
164162
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (70.6ms)
164163
+ Completed 200 OK in 73ms (Views: 71.3ms | ActiveRecord: 0.2ms)
164164
+ Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:38 +0200
164165
+ Processing by Flyboy::TasksController#destroy as HTML
164166
+ Parameters: {"id"=>"1"}
164167
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
164168
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164169
+  (0.1ms) begin transaction
164170
+ 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]]
164171
+ SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]
164172
+  (2.4ms) commit transaction
164173
+ Redirected to http://127.0.0.1:56890/flyboy/tasks
164174
+ Completed 302 Found in 7ms (ActiveRecord: 3.0ms)
164175
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:38 +0200
164176
+ Processing by Flyboy::TasksController#index as HTML
164177
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms)
164178
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
164179
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.6ms)
164180
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.9ms)
164181
+ Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.2ms)
164182
+  (2.6ms) DELETE FROM "flyboy_task_comments";
164183
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164184
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
164185
+  (0.8ms) DELETE FROM "flyboy_goals";
164186
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164187
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
164188
+  (0.7ms) DELETE FROM "flyboy_tasks";
164189
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164190
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
164191
+  (1.1ms) DELETE FROM "flyboy_task_comments";
164192
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164193
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
164194
+  (0.8ms) DELETE FROM "flyboy_goals";
164195
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164196
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
164197
+  (0.9ms) DELETE FROM "flyboy_tasks";
164198
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164199
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
164200
+  (0.1ms) begin transaction
164201
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
164202
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_775"], ["description", "I-am-the-goal-description_5073"], ["version", 1], ["created_at", "2015-04-09 08:23:39.175634"], ["updated_at", "2015-04-09 08:23:39.175634"], ["tracking", "150409-1"]]
164203
+  (0.9ms) commit transaction
164204
+  (0.0ms) begin transaction
164205
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6243"], ["description", "I-am-the-task-description_3687"], ["created_at", "2015-04-09 08:23:39.179663"], ["updated_at", "2015-04-09 08:23:39.179663"]]
164206
+  (0.9ms) commit transaction
164207
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:39 +0200
164208
+ Processing by Flyboy::TasksController#index as HTML
164209
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms)
164210
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
164211
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164212
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms)
164213
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms)
164214
+ Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms)
164215
+ Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 10:23:40 +0200
164216
+ Processing by Flyboy::TasksController#complete as HTML
164217
+ Parameters: {"id"=>"1"}
164218
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
164219
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164220
+  (0.1ms) begin transaction
164221
+ SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 08:23:40.763849"], ["task_id", 1], ["created_at", "2015-04-09 08:23:40.765182"], ["updated_at", "2015-04-09 08:23:40.765182"]]
164222
+ SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 08:23:40.766842"], ["id", 1]]
164223
+  (2.4ms) commit transaction
164224
+ Redirected to http://127.0.0.1:56890/flyboy/tasks
164225
+ Completed 302 Found in 10ms (ActiveRecord: 3.2ms)
164226
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:40 +0200
164227
+ Processing by Flyboy::TasksController#index as HTML
164228
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms)
164229
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
164230
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164231
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms)
164232
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms)
164233
+ Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms)
164234
+  (2.6ms) DELETE FROM "flyboy_task_comments";
164235
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164236
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
164237
+  (0.7ms) DELETE FROM "flyboy_goals";
164238
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164239
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
164240
+  (0.7ms) DELETE FROM "flyboy_tasks";
164241
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164242
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
164243
+  (1.1ms) DELETE FROM "flyboy_task_comments";
164244
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164245
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
164246
+  (0.8ms) DELETE FROM "flyboy_goals";
164247
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164248
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
164249
+  (0.6ms) DELETE FROM "flyboy_tasks";
164250
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164251
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
164252
+  (0.1ms) begin transaction
164253
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
164254
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7285"], ["description", "I-am-the-goal-description_8836"], ["version", 1], ["created_at", "2015-04-09 08:23:40.904208"], ["updated_at", "2015-04-09 08:23:40.904208"], ["tracking", "150409-1"]]
164255
+  (1.1ms) commit transaction
164256
+  (0.1ms) begin transaction
164257
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task4038"], ["description", "I-am-the-task-description_7666"], ["created_at", "2015-04-09 08:23:40.909327"], ["updated_at", "2015-04-09 08:23:40.909327"]]
164258
+  (0.8ms) commit transaction
164259
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:40 +0200
164260
+ Processing by Flyboy::TasksController#index as HTML
164261
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms)
164262
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
164263
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164264
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms)
164265
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms)
164266
+ Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms)
164267
+ Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 10:23:42 +0200
164268
+ Processing by Flyboy::TasksController#snooze as HTML
164269
+ Parameters: {"id"=>"1"}
164270
+ Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]]
164271
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164272
+  (0.1ms) begin transaction
164273
+ SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 08:23:42.885959"], ["id", 1]]
164274
+  (2.3ms) commit transaction
164275
+ Redirected to http://127.0.0.1:56890/flyboy/tasks
164276
+ Completed 302 Found in 7ms (ActiveRecord: 2.9ms)
164277
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:42 +0200
164278
+ Processing by Flyboy::TasksController#index as HTML
164279
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms)
164280
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
164281
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164282
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms)
164283
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.8ms)
164284
+ Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.3ms)
164285
+  (2.4ms) DELETE FROM "flyboy_task_comments";
164286
+  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164287
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
164288
+  (1.0ms) DELETE FROM "flyboy_goals";
164289
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164290
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
164291
+  (0.7ms) DELETE FROM "flyboy_tasks";
164292
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164293
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
164294
+  (0.9ms) DELETE FROM "flyboy_task_comments";
164295
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164296
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
164297
+  (0.7ms) DELETE FROM "flyboy_goals";
164298
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164299
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
164300
+  (0.9ms) DELETE FROM "flyboy_tasks";
164301
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164302
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
164303
+  (0.1ms) begin transaction
164304
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
164305
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9856"], ["description", "I-am-the-goal-description_8172"], ["version", 1], ["created_at", "2015-04-09 08:23:43.029580"], ["updated_at", "2015-04-09 08:23:43.029580"], ["tracking", "150409-1"]]
164306
+  (0.9ms) commit transaction
164307
+  (0.1ms) begin transaction
164308
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8316"], ["description", "I-am-the-task-description_5494"], ["created_at", "2015-04-09 08:23:43.034344"], ["updated_at", "2015-04-09 08:23:43.034344"]]
164309
+  (0.8ms) commit transaction
164310
+  (0.1ms) begin transaction
164311
+  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
164312
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1447"], ["description", "I-am-the-goal-description_8712"], ["version", 1], ["created_at", "2015-04-09 08:23:43.038023"], ["updated_at", "2015-04-09 08:23:43.038023"], ["tracking", "150409-2"]]
164313
+  (0.8ms) commit transaction
164314
+  (0.1ms) begin transaction
164315
+ SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task158"], ["description", "I-am-the-task-description_2890"], ["created_at", "2015-04-09 08:23:43.041458"], ["updated_at", "2015-04-09 08:23:43.041458"]]
164316
+  (0.8ms) commit transaction
164317
+  (0.1ms) begin transaction
164318
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
164319
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6843"], ["description", "I-am-the-goal-description_4056"], ["version", 1], ["created_at", "2015-04-09 08:23:43.045415"], ["updated_at", "2015-04-09 08:23:43.045415"], ["tracking", "150409-3"]]
164320
+  (0.7ms) commit transaction
164321
+  (0.1ms) begin transaction
164322
+ SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6502"], ["description", "I-am-the-task-description_9253"], ["created_at", "2015-04-09 08:23:43.049705"], ["updated_at", "2015-04-09 08:23:43.049705"]]
164323
+  (0.7ms) commit transaction
164324
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:43 +0200
164325
+ Processing by Flyboy::TasksController#index as HTML
164326
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms)
164327
+ Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
164328
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164329
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
164330
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
164331
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.3ms)
164332
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.7ms)
164333
+ Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.8ms)
164334
+ Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 10:23:44 +0200
164335
+ Processing by Flyboy::TasksController#index as PDF
164336
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
164337
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164338
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
164339
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
164340
+ Rendered text template (0.0ms)
164341
+ Sent data feuille_de_route_2015-04-09.pdf (4.9ms)
164342
+ Completed 200 OK in 134ms (Views: 4.7ms | ActiveRecord: 0.5ms)
164343
+  (1.3ms) DELETE FROM "flyboy_task_comments";
164344
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164345
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
164346
+  (0.9ms) DELETE FROM "flyboy_goals";
164347
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164348
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
164349
+  (0.8ms) DELETE FROM "flyboy_tasks";
164350
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164351
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
164352
+  (1.2ms) DELETE FROM "flyboy_task_comments";
164353
+  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164354
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
164355
+  (1.2ms) DELETE FROM "flyboy_goals";
164356
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164357
+  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
164358
+  (1.0ms) DELETE FROM "flyboy_tasks";
164359
+  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164360
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
164361
+  (0.1ms) begin transaction
164362
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
164363
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4605"], ["description", "I-am-the-goal-description_9576"], ["version", 1], ["created_at", "2015-04-09 08:23:45.175870"], ["updated_at", "2015-04-09 08:23:45.175870"], ["tracking", "150409-1"]]
164364
+  (0.8ms) commit transaction
164365
+  (0.1ms) begin transaction
164366
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8940"], ["description", "I-am-the-task-description_6387"], ["created_at", "2015-04-09 08:23:45.180839"], ["updated_at", "2015-04-09 08:23:45.180839"]]
164367
+  (0.9ms) commit transaction
164368
+  (0.1ms) begin transaction
164369
+  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
164370
+ SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5671"], ["description", "I-am-the-goal-description_5244"], ["version", 1], ["created_at", "2015-04-09 08:23:45.187373"], ["updated_at", "2015-04-09 08:23:45.187373"], ["tracking", "150409-2"]]
164371
+  (1.4ms) commit transaction
164372
+  (0.1ms) begin transaction
164373
+ SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2610"], ["description", "I-am-the-task-description_3412"], ["created_at", "2015-04-09 08:23:45.195754"], ["updated_at", "2015-04-09 08:23:45.195754"]]
164374
+  (1.0ms) commit transaction
164375
+  (0.1ms) begin transaction
164376
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
164377
+ SQL (1.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9551"], ["description", "I-am-the-goal-description_4757"], ["version", 1], ["created_at", "2015-04-09 08:23:45.202049"], ["updated_at", "2015-04-09 08:23:45.202049"], ["tracking", "150409-3"]]
164378
+  (1.3ms) commit transaction
164379
+  (0.1ms) begin transaction
164380
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9016"], ["description", "I-am-the-task-description_1300"], ["created_at", "2015-04-09 08:23:45.208592"], ["updated_at", "2015-04-09 08:23:45.208592"]]
164381
+  (0.9ms) commit transaction
164382
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:45 +0200
164383
+ Processing by Flyboy::TasksController#index as HTML
164384
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.0ms)
164385
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
164386
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164387
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
164388
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
164389
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (16.9ms)
164390
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (19.6ms)
164391
+ Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.8ms)
164392
+ Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 10:23:47 +0200
164393
+ Processing by Flyboy::TasksController#index as CSV
164394
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
164395
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164396
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
164397
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
164398
+ Rendered text template (0.0ms)
164399
+ Sent data feuille_de_route_2015-04-09.csv (0.6ms)
164400
+ Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.6ms)
164401
+  (2.7ms) DELETE FROM "flyboy_task_comments";
164402
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164403
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
164404
+  (0.8ms) DELETE FROM "flyboy_goals";
164405
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164406
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
164407
+  (0.8ms) DELETE FROM "flyboy_tasks";
164408
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164409
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
164410
+  (1.2ms) DELETE FROM "flyboy_task_comments";
164411
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164412
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
164413
+  (0.9ms) DELETE FROM "flyboy_goals";
164414
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164415
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
164416
+  (0.8ms) DELETE FROM "flyboy_tasks";
164417
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164418
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
164419
+  (0.1ms) begin transaction
164420
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
164421
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6470"], ["description", "I-am-the-goal-description_2944"], ["version", 1], ["created_at", "2015-04-09 08:23:47.286346"], ["updated_at", "2015-04-09 08:23:47.286346"], ["tracking", "150409-1"]]
164422
+  (0.7ms) commit transaction
164423
+  (0.1ms) begin transaction
164424
+ SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3776"], ["description", "I-am-the-task-description_27"], ["created_at", "2015-04-09 08:23:47.290880"], ["updated_at", "2015-04-09 08:23:47.290880"]]
164425
+  (0.8ms) commit transaction
164426
+  (0.0ms) begin transaction
164427
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
164428
+ SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2981"], ["description", "I-am-the-goal-description_222"], ["version", 1], ["created_at", "2015-04-09 08:23:47.294846"], ["updated_at", "2015-04-09 08:23:47.294846"], ["tracking", "150409-2"]]
164429
+  (0.8ms) commit transaction
164430
+  (0.0ms) begin transaction
164431
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2471"], ["description", "I-am-the-task-description_4852"], ["created_at", "2015-04-09 08:23:47.298496"], ["updated_at", "2015-04-09 08:23:47.298496"]]
164432
+  (0.8ms) commit transaction
164433
+  (0.0ms) begin transaction
164434
+  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09')
164435
+ SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_796"], ["description", "I-am-the-goal-description_8429"], ["version", 1], ["created_at", "2015-04-09 08:23:47.302651"], ["updated_at", "2015-04-09 08:23:47.302651"], ["tracking", "150409-3"]]
164436
+  (0.8ms) commit transaction
164437
+  (0.1ms) begin transaction
164438
+ SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5632"], ["description", "I-am-the-task-description_6098"], ["created_at", "2015-04-09 08:23:47.307047"], ["updated_at", "2015-04-09 08:23:47.307047"]]
164439
+  (0.8ms) commit transaction
164440
+ Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:47 +0200
164441
+ Processing by Flyboy::TasksController#index as HTML
164442
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms)
164443
+ Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
164444
+ Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164445
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
164446
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
164447
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.4ms)
164448
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.8ms)
164449
+ Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.7ms)
164450
+ Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 10:23:48 +0200
164451
+ Processing by Flyboy::TasksController#index as XLS
164452
+ Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC
164453
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]
164454
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]
164455
+ Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]
164456
+ Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.3ms)
164457
+ Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.4ms)
164458
+  (1.4ms) DELETE FROM "flyboy_task_comments";
164459
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164460
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';
164461
+  (0.9ms) DELETE FROM "flyboy_goals";
164462
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164463
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';
164464
+  (0.7ms) DELETE FROM "flyboy_tasks";
164465
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
164466
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';
164467
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"